@charset "UTF-8";
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  font-size: 100%;
  line-height: 1.5em;
}

/*=======================================
 ■Foundation
=======================================*/
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, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
html {
  overflow-x: hidden !important;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

html.wf-active {
  visibility: visible;
}

body {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  padding: vr();
  line-height: vr();
  position: relative;
  overflow-x: hidden !important;
}

a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: .3s;
  cursor: pointer;
}
a:hover {
  opacity: .7;
}
a img {
  display: inline-block;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/*clearfix*/
.clearfix {
  clear: both;
  display: block;
  float: none;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  font-size: 0;
  height: 0px;
}

/* =======================================
 ■Layout
=======================================*/
/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container, .l-main--col2, .l-main--col3 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  /*@include mq(xl, min) {
      max-width: $xl + $col-gap + $col-gap;
  }*/
}
@media screen and (min-width: 992px) {
  .l-container, .l-main--col2, .l-main--col3 {
    max-width: 1360px;
  }
}
@media screen and (min-width: 768px) {
  .l-container--fluid-md {
    max-width: 100% !important;
    padding: 0;
  }
}
.l-container--mini {
  max-width: 800px;
}

/* =========================================================
bootstrap4のグリッドシステム
========================================================= */
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
/*グリッドの外側＝＝＝＝＝＝＝＝*/
.l-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

/*隙間なし＝＝＝＝＝＝＝＝*/
.l-row--no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.l-row--no-gutters > .l-row__col,
.l-row--no-gutters > [class*="l-row__col--"] {
  padding-right: 0;
  padding-left: 0;
}

.l-row__col,
.l-row__col--auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--sm,
.l-row__col--sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--md,
.l-row__col--md-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--lg,
.l-row__col--lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--xl,
.l-row__col--xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--1,
.l-row__col--sm-1,
.l-row__col--md-1,
.l-row__col--lg-1,
.l-row__col--xl-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.l-row__col--offset-1 {
  margin-left: 8.33333%;
}

.l-row__col--2,
.l-row__col--sm-2,
.l-row__col--md-2,
.l-row__col--lg-2,
.l-row__col--xl-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.l-row__col--offset-2 {
  margin-left: 16.66667%;
}

.l-row__col--3,
.l-row__col--sm-3,
.l-row__col--md-3,
.l-row__col--lg-3,
.l-row__col--xl-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.l-row__col--offset-3 {
  margin-left: 25%;
}

.l-row__col--4,
.l-row__col--sm-4,
.l-row__col--md-4,
.l-row__col--lg-4,
.l-row__col--xl-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.l-row__col--offset-4 {
  margin-left: 33.33333%;
}

.l-row__col--5,
.l-row__col--sm-5,
.l-row__col--md-5,
.l-row__col--lg-5,
.l-row__col--xl-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--5 {
  -ms-flex: 0 0 41.66666%;
  flex: 0 0 41.66666%;
  max-width: 41.66666%;
}

.l-row__col--offset-5 {
  margin-left: 41.66666%;
}

.l-row__col--6,
.l-row__col--sm-6,
.l-row__col--md-6,
.l-row__col--lg-6,
.l-row__col--xl-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.l-row__col--offset-6 {
  margin-left: 50%;
}

.l-row__col--7,
.l-row__col--sm-7,
.l-row__col--md-7,
.l-row__col--lg-7,
.l-row__col--xl-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.l-row__col--offset-7 {
  margin-left: 58.33333%;
}

.l-row__col--8,
.l-row__col--sm-8,
.l-row__col--md-8,
.l-row__col--lg-8,
.l-row__col--xl-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--8 {
  -ms-flex: 0 0 66.66666%;
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
}

.l-row__col--offset-8 {
  margin-left: 66.66666%;
}

.l-row__col--9,
.l-row__col--sm-9,
.l-row__col--md-9,
.l-row__col--lg-9,
.l-row__col--xl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.l-row__col--offset-9 {
  margin-left: 75%;
}

.l-row__col--10,
.l-row__col--sm-10,
.l-row__col--md-10,
.l-row__col--lg-10,
.l-row__col--xl-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.l-row__col--offset-10 {
  margin-left: 83.33333%;
}

.l-row__col--11,
.l-row__col--sm-11,
.l-row__col--md-11,
.l-row__col--lg-11,
.l-row__col--xl-11 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--11 {
  -ms-flex: 0 0 91.66666%;
  flex: 0 0 91.66666%;
  max-width: 91.66666%;
}

.l-row__col--offset-11 {
  margin-left: 91.66666%;
}

.l-row__col--12,
.l-row__col--sm-12,
.l-row__col--md-12,
.l-row__col--lg-12,
.l-row__col--xl-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.l-row__col--offset-12 {
  margin-left: 100%;
}

.l-row__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
}

.l-row__col--auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.l-row__col--order-first {
  -ms-flex-order: -1;
  order: -1;
}

.l-row__col--order-last {
  -ms-flex-order: 13;
  order: 13;
}

.l-row__col--order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.l-row__col--order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.l-row__col--order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.l-row__col--order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.l-row__col--order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.l-row__col--order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.l-row__col--order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.l-row__col--order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.l-row__col--order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.l-row__col--order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.l-row__col--order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.l-row__col--order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.l-row__col--order-12 {
  -ms-flex-order: 12;
  order: 12;
}

@media screen and (min-width: 576px) {
  .l-row__col--sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-row__col--sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-row__col--sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-row__col--sm-5 {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  .l-row__col--sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-row__col--sm-8 {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .l-row__col--sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-row__col--sm-11 {
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  .l-row__col--sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-sm-0 {
    margin-left: 0;
  }

  .l-row__col--offset-sm-0 {
    margin-left: 0%;
  }

  .l-row__col--offset-sm-1 {
    margin-left: 8.33333%;
  }

  .l-row__col--offset-sm-2 {
    margin-left: 16.66667%;
  }

  .l-row__col--offset-sm-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-sm-4 {
    margin-left: 33.33333%;
  }

  .l-row__col--offset-sm-5 {
    margin-left: 41.66666%;
  }

  .l-row__col--offset-sm-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-sm-7 {
    margin-left: 58.33333%;
  }

  .l-row__col--offset-sm-8 {
    margin-left: 66.66666%;
  }

  .l-row__col--offset-sm-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-sm-10 {
    margin-left: 83.33333%;
  }

  .l-row__col--offset-sm-11 {
    margin-left: 91.66666%;
  }

  .l-row__col--offset-sm-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-row__col--md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-row__col--md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-row__col--md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-row__col--md-5 {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  .l-row__col--md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-row__col--md-8 {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .l-row__col--md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-row__col--md-11 {
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  .l-row__col--md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-md-0 {
    margin-left: 0;
  }

  .l-row__col--offset-md-0 {
    margin-left: 0%;
  }

  .l-row__col--offset-md-1 {
    margin-left: 8.33333%;
  }

  .l-row__col--offset-md-2 {
    margin-left: 16.66667%;
  }

  .l-row__col--offset-md-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-md-4 {
    margin-left: 33.33333%;
  }

  .l-row__col--offset-md-5 {
    margin-left: 41.66666%;
  }

  .l-row__col--offset-md-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-md-7 {
    margin-left: 58.33333%;
  }

  .l-row__col--offset-md-8 {
    margin-left: 66.66666%;
  }

  .l-row__col--offset-md-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-md-10 {
    margin-left: 83.33333%;
  }

  .l-row__col--offset-md-11 {
    margin-left: 91.66666%;
  }

  .l-row__col--offset-md-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 992px) {
  .l-row__col--lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-row__col--lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-row__col--lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-row__col--lg-5 {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  .l-row__col--lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-row__col--lg-8 {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .l-row__col--lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-row__col--lg-11 {
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  .l-row__col--lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-lg-0 {
    margin-left: 0;
  }

  .l-row__col--offset-lg-0 {
    margin-left: 0%;
  }

  .l-row__col--offset-lg-1 {
    margin-left: 8.33333%;
  }

  .l-row__col--offset-lg-2 {
    margin-left: 16.66667%;
  }

  .l-row__col--offset-lg-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-lg-4 {
    margin-left: 33.33333%;
  }

  .l-row__col--offset-lg-5 {
    margin-left: 41.66666%;
  }

  .l-row__col--offset-lg-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-lg-7 {
    margin-left: 58.33333%;
  }

  .l-row__col--offset-lg-8 {
    margin-left: 66.66666%;
  }

  .l-row__col--offset-lg-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-lg-10 {
    margin-left: 83.33333%;
  }

  .l-row__col--offset-lg-11 {
    margin-left: 91.66666%;
  }

  .l-row__col--offset-lg-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .l-row__col--xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-row__col--xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-row__col--xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-row__col--xl-5 {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }

  .l-row__col--xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-row__col--xl-8 {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
  }

  .l-row__col--xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-row__col--xl-11 {
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
  }

  .l-row__col--xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-xl-0 {
    margin-left: 0;
  }

  .l-row__col--offset-xl-0 {
    margin-left: 0%;
  }

  .l-row__col--offset-xl-1 {
    margin-left: 8.33333%;
  }

  .l-row__col--offset-xl-2 {
    margin-left: 16.66667%;
  }

  .l-row__col--offset-xl-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-xl-4 {
    margin-left: 33.33333%;
  }

  .l-row__col--offset-xl-5 {
    margin-left: 41.66666%;
  }

  .l-row__col--offset-xl-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-xl-7 {
    margin-left: 58.33333%;
  }

  .l-row__col--offset-xl-8 {
    margin-left: 66.66666%;
  }

  .l-row__col--offset-xl-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-xl-10 {
    margin-left: 83.33333%;
  }

  .l-row__col--offset-xl-11 {
    margin-left: 91.66666%;
  }

  .l-row__col--offset-xl-12 {
    margin-left: 100%;
  }
}
.l-row__col--column-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.l-row__col--column-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* =========================================================
common -  共通レイアウトの記述
========================================================= */
/*==================================
main
==================================*/
.l-main {
  position: relative;
  overflow-x: hidden;
}

.l-main--narrow {
  max-width: 900px;
  margin: 0 auto;
}

.l-main--mini {
  max-width: 650px;
  margin: 0 auto;
}

/* 2カラム
============*/
.l-main--col2 {
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .l-main--col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-main--col2.reverse {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.l-main--col2 .l-main {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-main--col2 .l-main {
    width: calc(100% - 240px);
  }
}
@media screen and (min-width: 768px) {
  .l-main--col2 .l-side {
    width: 200px;
  }
}

/* 3カラム
============*/
.l-main--col3 {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-main--col3 {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  .l-main--col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.l-main--col3 .l-main {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-main--col3 .l-main {
    width: calc(100% - 360px);
    padding: 0 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-main--col3 .l-side--left {
    width: 200px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .l-main--col3 .l-side--right {
    width: 160px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

/*==================================
section
==================================*/
.l-section {
  padding: 40px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 100px 0;
  }
}
.l-section.bg-color {
  background: #dddddd !important;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-section.bg-color {
    padding: 50px 0;
  }
}
.l-section--in {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-section--in {
    padding-bottom: 50px;
  }
}

/* =======================================
  ■Object
=======================================*/
/* Component
======================================= */
/* =========================================================
header - ヘッダー関連全てココ
========================================================= */
.c-header {
  background-color: #FFF;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-direction: column;
  transition: background 0.3s ease;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 992px) {
  .c-header {
    height: 100px;
    padding: 20px;
  }
}
.c-header__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-header.active {
  background-color: #FFF;
  transition: background 0.3s ease;
}
.c-header.active.c-pagetop-btn {
  z-index: 0;
}
.c-header.active .c-hamburger span {
  background-color: #333;
}
.c-header.close {
  background-color: #FFF;
  background-repeat: no-repeat;
  transition: background 0.3s ease;
}
.c-header.close .c-header-logo-img {
  display: none;
}
.c-header.close .c-header-logo-img--close {
  display: block;
}

/*headerを固定する場合*/
body {
  margin-top: 64px;
  padding-top: -64px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 85px;
  }
}

/*logo======*/
.c-header-logo__link {
  text-decoration: none;
  color: inherit;
  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;
}
.c-header-logo-img {
  width: 160px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-header-logo-img {
    width: 200px;
    padding: 10px 0;
    margin: 0 10px;
  }
}
.c-header-logo-img--close {
  display: none;
}
.c-header-logo-jp {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
  width: max-content;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .c-header-logo-jp {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 6px 0;
  }
}
.c-header-logo-en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 7px;
  font-size: 0.4375rem;
  font-weight: 600;
  color: #007942;
  width: max-content;
}
@media screen and (min-width: 992px) {
  .c-header-logo-en {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
.c-header-logo--top {
  display: none;
}

/* ハンバーガーボタン */
.c-hamburger {
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  z-index: 1000;
}
@media screen and (min-width: 992px) {
  .c-hamburger {
    display: none !important;
  }
}

.c-hamburger span {
  display: block;
  height: 4px;
  width: 100%;
  background: #333333;
  border-radius: 3px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.c-hamburger span:nth-child(1) {
  top: 0;
}

.c-hamburger span:nth-child(2) {
  top: 9px;
}

.c-hamburger span:nth-child(3) {
  top: 18px;
}

.c-hamburger.is-open span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.c-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}

/* スライドメニュー（ヘッダーの下に出す） */
.c-slide-menu {
  display: none;
  position: fixed;
  top: 64px;
  /* ← ヘッダーの高さ分だけ下に */
  left: 0;
  width: 100%;
  height: auto;
  background: black;
  z-index: 999;
  padding: 20px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}
.c-slide-menu-wrap {
  font-family: "dotgothic16", sans-serif;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8em;
  margin-bottom: 20px;
  color: #FFF;
}
.c-slide-menu-list {
  width: 100%;
}
.c-slide-menu-item {
  margin-bottom: 15px;
}
.c-slide-menu-item:last-child {
  margin-bottom: 0;
}
.c-slide-menu-item__link {
  font-family: "dotgothic16", sans-serif;
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  margin: 0 10px;
  position: relative;
  padding: 15px 35px;
}
.c-slide-menu-item__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px 3px;
  background-color: #FFF;
  transform: skewX(-15deg);
}
.c-slide-menu-item__link:hover {
  position: relative;
  opacity: 1;
}
.c-slide-menu-item__link:hover .c-gnav__in::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon/icon_arrow_right.svg");
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: -20px;
}
.c-slide-menu-item__in {
  position: relative;
  color: #333;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■ページトップへ戻るボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.c-pagetop {
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  transform: translateY(20px);
  z-index: 100;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(45deg, #1a9ddf, #e2258d);
  border-radius: 50%;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.c-pagetop.active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 992px) {
  .c-pagetop {
    right: 20px;
    bottom: 40px;
  }
}

.c-pagetop-btn {
  width: 40px;
  height: 40px;
  background-image: url(../images/icon/icon_arrow_up.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: linear-gradient(45deg, #1a9ddf, #e2258d) border;
}
@media screen and (min-width: 992px) {
  .c-pagetop-btn {
    width: 60px;
    height: 60px;
  }
}

/* =========================================================
footer - footer関連全てココ
========================================================= */
.c-footer {
  background-color: #FFF;
  padding-bottom: 50px;
  position: relative;
  /* LINK */
}
@media screen and (min-width: 992px) {
  .c-footer {
    background-size: 100% 100%;
    background-position: 0% 100%;
  }
}
.c-footer-wrap {
  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;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-footer-wrap {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .c-footer-wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.c-footer-ttl {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 10px 5px;
}
.c-footer-ttl::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
}
.c-footer-ttl::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
}
.c-footer-link {
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .c-footer-link {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .c-footer-link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 0 3%;
  }
}
.c-footer-link-item {
  margin: 0 auto 20px;
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 992px) {
  .c-footer-link-item {
    width: 22%;
    margin: 0;
  }
}
.c-footer-link-item__link {
  position: relative;
  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;
  width: 100%;
  height: 100%;
}
.c-footer-link-item__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px 5px;
  background-color: #FFF;
  transform: skewX(-15deg);
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}
.c-footer-link-item__link:hover {
  position: relative;
  opacity: 1;
}
.c-footer-link-item__link:hover .c-footer-link-item-logo::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon/icon_arrow_right.svg");
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: -20px;
}
@media screen and (min-width: 768px) {
  .c-footer-link-item__link:hover .c-footer-link-item-logo::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    left: -30px;
  }
}
.c-footer-link-item-logo {
  position: relative;
}
.c-footer-link-item-logo--fm {
  width: 70%;
  height: 100%;
  background-image: url("../images/top/logo_fmshiga.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-footer-link-item-logo--bbc {
  width: 70%;
  height: 100%;
  background-image: url("../images/top/logo_bbc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-footer-link-item-logo--esposhiga {
  width: 65%;
  height: 100%;
  background-image: url("../images/top/logo_esposhiga.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-footer-link-item-logo--jesu {
  width: 70%;
  height: 100%;
  background-image: url("../images/top/logo_jesu.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-footer-kunispo {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .c-footer-kunispo {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }
}
.c-footer-kunispo-logo {
  margin: 0 auto 20px;
  width: 140px;
  height: 140px;
  background-image: url("../images/top/img_watashiga.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .c-footer-kunispo-logo {
    width: 200px;
    height: 200px;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .c-footer-kunispo-content {
    width: 50%;
    margin-left: 40px;
  }
}
.c-footer-kunispo-ttl {
  font-family: "dotgothic16", sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-footer-kunispo-ttl {
    text-align: left;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-footer-kunispo-txt {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .c-footer-kunispo-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-footer-kunispo-btn {
  margin: 0 auto;
  width: 80%;
  height: 48px;
}
@media screen and (min-width: 992px) {
  .c-footer-kunispo-btn {
    width: 30%;
    margin-left: 0px;
  }
}
.c-footer-kunispo-btn__link {
  position: relative;
  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;
  width: 100%;
  height: 100%;
}
.c-footer-kunispo-btn__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px 5px;
  background-color: #000;
  transform: skewX(-15deg);
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(45deg, #1a9ddf, #e2258d);
}
.c-footer-kunispo-btn__link::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon/icon_arrow_right_w.svg");
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  right: 20px;
  transition: .1s;
}
.c-footer-kunispo-btn__link:hover {
  position: relative;
  opacity: 1;
}
.c-footer-kunispo-btn__link:hover::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon/icon_arrow_right_w.svg");
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  right: 24px;
}
.c-footer-kunispo-btn__in {
  position: relative;
  color: #FFF;
  font-family: "dotgothic16", sans-serif;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
.c-footer-topic {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .c-footer-topic {
    margin-bottom: 60px;
    text-align: center;
  }
}
.c-footer-topic-ttl {
  font-family: "dotgothic16", sans-serif;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8em;
  margin-bottom: 20px;
  color: #333;
}
@media screen and (min-width: 992px) {
  .c-footer-topic-ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-footer-topic-txt {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-weight: 600;
  color: #333;
}
@media screen and (min-width: 992px) {
  .c-footer-topic-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-footer-topic-txt__note {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 992px) {
  .c-footer-topic-txt__note {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-footer-share {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .c-footer-share {
    margin-bottom: 60px;
  }
}
.c-footer-share-ttl {
  font-family: "Press Start 2P", system-ui;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8em;
  margin-bottom: 20px;
  color: #333;
}
@media screen and (min-width: 992px) {
  .c-footer-share-ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c-footer-share-btn {
  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;
}
.c-footer-share-btn__in {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 992px) {
  .c-footer-share-btn__in {
    width: 60px;
    height: 60px;
  }
}
.c-footer-share-btn__in--x {
  background-image: url(../images/icon/icon_x_bl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}
@media screen and (min-width: 992px) {
  .c-footer-share-btn__in--x {
    margin-right: 35px;
  }
}
.c-footer-share-btn__in--fb {
  background-image: url(../images/icon/icon_facebook_bl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}
@media screen and (min-width: 992px) {
  .c-footer-share-btn__in--fb {
    margin-right: 35px;
  }
}
.c-footer-share-btn__in--line {
  background-image: url(../images/icon/icon_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-footer-copy {
  z-index: 1;
  padding: 0 10px;
  text-align: center;
}
.c-footer-copy__txt {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1.2em;
  color: #333;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .c-footer-copy__txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* =========================================================
navigation - グローバルナビ SPメニュー　内部リンク
========================================================= */
/* =================================
  ■【PC】グローバルナビ
=================================*/
.c-gnav {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-gnav {
    display: block;
  }
}
.c-gnav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-gnav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-gnav__item {
  width: 100%;
}
.c-gnav__item:first-child .c-gnav__link {
  margin-left: 0;
}
.c-gnav__item:last-child .c-gnav__link {
  margin-right: 0;
}
.c-gnav__link {
  font-family: "dotgothic16", sans-serif;
  display: block;
  width: max-content;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  margin: 0 20px;
  position: relative;
}
.c-gnav__link:hover {
  position: relative;
  opacity: 1;
}
.c-gnav__link:hover .c-gnav__in::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon/icon_arrow_right.svg");
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: -20px;
}
.c-gnav__in {
  position: relative;
  color: #333;
}

/*====================
　■【SP】横スライドメニュー
====================*/
/*ヘッダーのSPメニューボタン*/
.c-slide-menu__btn .in {
  transition: .3s;
  cursor: pointer;
}
.c-slide-menu__btn .in:hover {
  opacity: .7;
}

/*menu=========*/
.c-slide-menu__close .icon {
  transition: .3s;
  cursor: pointer;
}
.c-slide-menu__close .icon:hover {
  opacity: .7;
}

/* =========================================================
side - サイド
========================================================= */
/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
/*メインタイトル
=============*/
.c-ttl-h1 {
  margin-bottom: 20px;
}
.c-ttl-h1__title {
  background: #dddddd;
  padding: 20px;
}
.c-ttl-h1__title .in {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h1__title .in {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.c-ttl-h1__text {
  padding-top: 10px;
  text-align: center;
}

/*h2
=============*/
.c-ttl-h2 {
  background: #eeeeee;
  padding: 15px;
  margin-bottom: 15px;
}
.c-ttl-h2 .in {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2 .in {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*h3
=============*/
.c-ttl-h3 {
  background: #ededed;
  padding: 10px;
  margin-bottom: 10px;
}
.c-ttl-h3 .in {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h3 .in {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-basic-txt {
  color: #595757;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-basic-txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-basic-txt p {
  margin-bottom: 10px;
}
.c-basic-txt a {
  color: #1a9ddf;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .c-basic-txt a {
    transition: .3s;
    cursor: pointer;
  }
  .c-basic-txt a:hover {
    opacity: .7;
  }
}
.c-basic-txt strong {
  font-weight: bold;
}
.c-basic-txt .c-basic-txt--img {
  text-align: center;
  margin: 0 auto 10px;
}
.c-basic-txt img {
  display: inline-block;
}

/*文字配置＝＝＝＝＝＝＝＝＝*/
.pc-center {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .pc-center {
    text-align: center;
  }
}

.sp-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sp-center {
    text-align: left;
  }
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
/*ベースボタン＝＝＝＝*/
.c-basic-btn {
  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;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 320px;
  width: 100%;
  padding: 12px 10px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: url(../images/icon/icon_right_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
  background-position: center right 10%;
  background-color: #007942;
  text-align: center;
  text-decoration: none !important;
  transition: .3s;
  transition: .3s;
  cursor: pointer;
}
.c-basic-btn:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .c-basic-btn {
    padding: 18px 10px;
  }
}
.c-basic-btn__in {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-basic-btn__in {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-basic-btn.back {
  background: url(../images/icon/icon_left_w.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
  background-position: center left 10%;
  background-color: #959595;
}
.c-basic-btn.send {
  background-color: #c60d0d;
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.c-responsive-img__link {
  width: 100%;
}

.c-circle-img {
  border-radius: 50%;
}

/*=============
高さに合わせてトリミング
==============*/
.c-square-img {
  display: block;
  overflow: hidden;
  width: 100%;
  /* トリミングしたい枠の幅 */
  height: 190px;
  /* トリミングしたい枠の高さ */
  position: relative;
}
.c-square-img__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

/* =========================================================
ifream - ifream関連
========================================================= */
/*gmap===================*/
.c-gmap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (min-width: 992px) {
  .c-gmap {
    padding-top: 80%;
  }
}
.c-gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*ifream===================*/
.c-ifream {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 130%;
}
@media screen and (min-width: 992px) {
  .c-ifream {
    padding-top: 30.22%;
  }
}
.c-ifream iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
form - フォーム関連
========================================================= */
/*form要素のcssリセット*/
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  display: inline-block;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/*サイト内検索
<form class="c-free-search c-form-content" role="search" action="#">
	<input class="c-free-search__input c-form-input" type="text" name="s_word" maxlength="30">
	<button class="c-free-search__btn"></button>
</form>
===========*/
.c-free-search.c-form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-free-search.c-form-content .c-free-search__input.c-form-input {
  -moz-border-radius: 100px 0 0 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px 0 0 100px;
  width: calc(100% - 60px);
  border-right: none;
  margin: 0;
  max-width: 100%;
  border: 1px solid #dddddd;
  padding: 10px 15px;
  height: 42px;
}
.c-free-search.c-form-content .c-free-search__btn {
  display: inline-block;
  vertical-align: bottom;
  background: url(../images/icon/icon_search_w.svg) no-repeat center;
  background-size: auto 60%;
  background-color: #007942;
  -moz-border-radius: 0 100px 100px 0;
  -webkit-border-radius: 0;
  border-radius: 0 100px 100px 0;
  border: 1px solid #dddddd;
  border-left: none;
  height: 42px;
  width: 60px;
}

/*問い合わせ　ステップ ※htmlは同じ
===============*/
/*横長デザイン*/
/*
.c-form-stepbar {
	position: relative;
	text-align: center;
	margin: 0 auto 30px;
																			@include mq(md, min) {
																				margin: 0 auto 50px;
																				@include flexbox;
																				@include flex-just(space-between);
																			}  
	&__item {
		position: relative;
		width: calc(100% - 15px);
		background: #F9F9F9;
		padding: 6px 15px 0 6px;
		margin-right: 15px;
		margin-bottom: 5px;
		height: 30px;
																				// spサイズ以上
																				@include mq(md, min) {
																					padding: 9px 15px 0 9px;
																					margin-bottom: 0;
																					width: 33.333%;
																					height: 40px;
																				}
		&::before,&::after{
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 15px 0 15px 15px;
			position: absolute;
			top: 0;
																							// spサイズ以上
																							@include mq(md, min) {
																								border-width: 20px 0 20px 15px;
																							}
		}
		&::before {
			border-color: transparent transparent transparent #ffffff;
			left: 0;
		}
		&::after {
			border-color: transparent transparent transparent #F9F9F9;
			right: -15px;
		}
		&:first-child::before,
		&:last-child::after{
			content: none;
		}
		&:last-child{
			width: 100%;
			margin-right: 0;
			padding-right: 15px;
																							// spサイズ以上
																							@include mq(md, min) {
																								width: 33.333%;
																								padding-right: 0;
																							}
		}
		.text{
		@include font-size(12);
		line-height: 1.3;
		color: $main-color;
																				// spサイズ以上
																				@include mq(md, min) {
																					@include font-size(15);
																				}
		}
	}
	.visited {
		background: #CBEDF7;
		&::after {
			border-color: transparent transparent transparent #CBEDF7;
		}
	}
}
*/
/*丸いデザイン*/
.c-form-stepbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 500px;
  position: relative;
  text-align: center;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .c-form-stepbar {
    margin: 30px auto 40px;
  }
}
.c-form-stepbar__item {
  position: relative;
  width: 33.333%;
  line-height: 1.3;
  text-align: center;
}
.c-form-stepbar__item::after {
  content: ' ';
  display: block;
  width: calc(100% - 70px);
  height: 1px;
  border-bottom: 5px dotted #cccccc;
  position: absolute;
  left: -24%;
  top: 27px;
}
@media screen and (min-width: 768px) {
  .c-form-stepbar__item::after {
    left: -30%;
  }
}
.c-form-stepbar__item:first-child::after {
  content: none;
}
.c-form-stepbar .visited .c-form-stepbar__icon {
  background: #007942;
}
.c-form-stepbar .visited .c-form-stepbar__text {
  color: #007942;
}
.c-form-stepbar .visited::after {
  border-bottom-color: #007942;
}
.c-form-stepbar__icon {
  position: relative;
  display: inline-block;
  background: #cccccc;
  width: 60px;
  height: 60px;
  padding-top: 10px;
  margin-bottom: 5px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  z-index: 5;
}
.c-form-stepbar__icon .text {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
}
.c-form-stepbar__icon .num {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
}
.c-form-stepbar__text {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #cccccc;
  font-weight: bold;
}

/*===================
formの形
====================*/
.c-form {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.c-form__in {
  padding-bottom: 30px;
}

/*in============*/
.c-form-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px dashed #707070;
}
@media screen and (min-width: 768px) {
  .c-form-in {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}

/*ttl==============*/
.c-form-ttl {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  width: 100%;
  line-height: 1.3;
  padding: 10px 10px 0;
}
@media screen and (min-width: 768px) {
  .c-form-ttl {
    padding: 10px;
    width: 25%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 992px) {
  .c-form-ttl {
    width: 30%;
  }
}

/*項目==============*/
.c-form-items {
  padding: 10px;
  width: 100%;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-form-items {
    width: 75%;
  }
  .c-form-items input {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .c-form-items {
    width: 70%;
  }
}

/*コンテンツ==============*/
.c-form-content {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  text-align: left;
  line-height: 1.3;
  /*テキストエリア*/
}
@media screen and (min-width: 768px) {
  .c-form-content {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
  }
}
.c-form-content__in {
  padding: 0 0 10px;
}
.c-form-content__in .c-ttl-in {
  font-size: 13px;
  font-size: 0.8125rem;
  background: #efefef;
  padding: 5px;
  margin-bottom: 10px;
}
.c-form-content__in .in {
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .c-form-content__in .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-form-content input[type="text"],
.c-form-content input[type="number"],
.c-form-content input[type="password"],
.c-form-content input[type="email"],
.c-form-content input[type="tel"],
.c-form-content input[type="date"],
.c-form-content textarea,
.c-form-content select {
  padding: 3px 10px;
  outline: none;
  border: 1px solid #707070;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%;
}
.c-form-content select {
  max-width: 120px;
  padding: 6px 10px;
}
@media screen and (max-width: 767px) {
  .c-form-content .c-form-input__line-up + .c-txt-sentence,
  .c-form-content input + .c-txt-sentence,
  .c-form-content textarea + .c-txt-sentence,
  .c-form-content select + .c-txt-sentence {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-input__line-up + .c-txt-sentence,
  .c-form-content input + .c-txt-sentence,
  .c-form-content textarea + .c-txt-sentence,
  .c-form-content select + .c-txt-sentence {
    text-align: left;
  }
}
.c-form-content .c-form-textarea {
  max-width: 400px;
  width: 100%;
  height: 150px;
  margin: 0;
  display: block;
  font-family: sans-serif;
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-textarea {
    display: inline-block;
  }
}
.c-form-content .c-form-textarea:focus {
  background: #5fa983;
}
.c-form-content .c-form-passcheck__btn {
  right: 10px;
}
.c-form-content .c-form-select {
  max-width: 400px;
  width: 100%;
  display: block;
}
.c-form-content .c-form-select:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-select {
    display: inline-block;
  }
}
.c-form-content .c-form-select.mini {
  max-width: 90px;
  display: inline-block;
}
.c-form-content .c-form-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-add {
    display: block;
    margin: 0;
  }
}
.c-form-content .c-form-add .c-form-input {
  margin-right: 10px;
}
.c-form-content .c-form-add .c-link-btn--mini {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-add .c-link-btn--mini {
    display: inline-block;
  }
}

/*パスワードを表示するボタン*/
.c-form-passcheck {
  position: relative;
  width: 100%;
  max-width: 400px !important;
  margin: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-form-passcheck {
    display: inline-block;
    max-width: 300px;
    margin: 0 auto;
  }
}
.c-form-passcheck__input {
  padding-right: 25px;
  max-width: 100%;
}
.c-form-passcheck__btn {
  display: block;
  background: url("../images/icon/icon_eye_gray.svg") no-repeat center center;
  background-size: 20px 20px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #efefef;
  z-index: 10;
  position: absolute;
  right: 7px;
  bottom: calc(50% - 15px);
  cursor: pointer;
}

/*規約に同意=========*/
.c-form-agree {
  text-align: center;
  margin: 20px auto 30px;
}
.c-form-agree .c-form-error {
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.c-form-agree .c-form-checkbox {
  display: inline-block;
  width: auto;
  border: none;
  box-shadow: none;
  padding: 0;
}
.c-form-agree .c-form-checkbox__parts {
  padding-right: 0px;
}
@media screen and (min-width: 992px) {
  .c-form-agree .c-form-checkbox__parts {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-form-agree .c-form-checkbox__parts a {
  text-decoration: underline;
  color: #007942;
}
.c-form-agree .c-form-req {
  padding-right: 55px;
}
.c-form-agree .c-form-req::after {
  right: 0;
  top: calc(50% - 11px);
}

/*inputの装飾
===============*/
/*input*/
input.c-form-input {
  border: 1px solid #707070;
  padding: 5px 10px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  max-width: 400px;
  display: block;
  min-height: 36px;
  line-height: 34px;
}
input.c-form-input:focus {
  background: #5fa983;
}
@media screen and (min-width: 768px) {
  input.c-form-input.mini {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  input.c-form-input.mini2 {
    max-width: 150px;
  }
}
input.c-form-input.mini3 {
  max-width: 90px;
}
@media screen and (min-width: 768px) {
  input.c-form-input.mini3 {
    max-width: 100px;
  }
}

/*input date*/
input[type="date"].c-form-input {
  font-size: 15px;
  font-size: 0.9375rem;
  max-width: 230px;
}

/*input text*/
input[type="text"].c-form-text {
  border: 1px solid #707070;
  padding: 5px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*セレクトタグ*/
.c-form-select {
  display: block;
  width: 100%;
  border: 1px solid #959595;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/icon/icon_bottom_gray.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 20px;
  background-color: #ffffff;
  min-height: 36px;
  line-height: 34px;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .c-form-select {
    background: #ffffff;
    padding-right: 5px;
  }
}
.c-form-select[disabled="disabled"] {
  border-color: #dddddd;
  color: #dddddd;
  background: #ffffff;
}

/*チェックボタン==================*/
/*list*/
.c-form-checkbox__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-form-checkbox__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

/*item*/
.c-form-checkbox__item {
  margin-bottom: 10px;
  padding: 0 5px;
  width: 100%;
}
@media screen and (min-width: 350px) {
  .c-form-checkbox__item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c-form-checkbox__item {
    width: 25%;
  }
}

/*label 本体===========*/
label.c-form-checkbox {
  display: block;
  width: 100%;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 15px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: .2s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
label.c-form-checkbox input {
  display: none !important;
}
label.c-form-checkbox input:checked + .c-form-checkbox__parts {
  color: #ff420c;
}
label.c-form-checkbox input:checked + .c-form-checkbox__parts::before {
  background: url("../images/icon/icon_check_w.svg") no-repeat center;
  background-size: 70% 70%;
  background-color: #ff420c;
}
label.c-form-checkbox .c-form-checkbox__parts {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
  line-height: 1.3;
}
label.c-form-checkbox .c-form-checkbox__parts::before {
  content: ' ';
  background-color: #E7E7E7;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  top: -2px;
  left: 0;
}

/*！選べない！*/
span.c-form-checkbox {
  display: block;
  width: 100%;
  display: block;
  margin: 0;
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background: #eeeeee;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
span.c-form-checkbox__parts {
  display: inline-block;
  position: relative;
  color: #959595;
  padding-left: 25px;
}

/*枠無し*/
.no-waku--checkbox .c-form-checkbox {
  border: none;
  box-shadow: 0 0 0 0 transparent;
}

/*ラジオボタン==================*/
/*list*/
.c-form-radio__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-form-radio__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

/*item*/
.c-form-radio__item {
  margin-bottom: 10px;
  padding: 0 5px;
  width: 100%;
}
@media screen and (min-width: 350px) {
  .c-form-radio__item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c-form-radio__item {
    width: 25%;
  }
}

/*label 本体===========*/
label.c-form-radio {
  display: block;
  width: 100%;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 15px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: .2s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
label.c-form-radio input {
  display: none !important;
}
label.c-form-radio input:checked + .c-form-radio__parts {
  color: #ff420c;
}
label.c-form-radio input:checked + .c-form-radio__parts::before {
  background-color: #ff420c;
}
label.c-form-radio input:checked + .c-form-radio__parts::after {
  background-color: #ffffff;
}
label.c-form-radio .c-form-radio__parts {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
}
label.c-form-radio .c-form-radio__parts::before {
  content: ' ';
  background-color: #E7E7E7;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: -3px;
  left: 0;
}
label.c-form-radio .c-form-radio__parts::after {
  content: ' ';
  background-color: #E7E7E7;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 2px;
  left: 5px;
}

/*”！選べない！*/
span.c-form-radio {
  display: block;
  width: 100%;
  display: block;
  margin: 0;
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background: #eeeeee;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
span.c-form-radio__parts {
  display: inline-block;
  position: relative;
  color: #959595;
  padding-left: 25px;
}

/*パスワード============*/
@media screen and (min-width: 768px) {
  .c-form-password {
    max-width: 300px;
  }
}

/*テキストエリア*/
.c-form-textarea {
  max-width: 550px;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  display: block;
  font-family: sans-serif;
  padding: 3px 10px;
  outline: none;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

/*必須*/
.c-form-req {
  position: relative;
  padding-right: 50px;
  margin-top: 0px;
}
.c-form-req::after {
  content: "必須";
  font-size: 11px;
  font-size: 0.6875rem;
  color: #ffffff;
  font-weight: normal;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
  border-radius: 3;
  background: #ff420c;
  position: absolute;
  padding: 4px 10px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .c-form-req::after {
    top: 7px;
    right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c-form-req::after {
    right: 10px;
    top: 5px;
  }
}

/*必須 背景色変更*/
.c-input--req {
  background-color: #ffe8e8;
}
.c-input--req + .c-form-checkbox__parts::before {
  background-color: #ffe8e8;
}

/*error表示*/
.c-input--error {
  border-color: #c60d0d !important;
}
.c-input--error + .c-form-checkbox__parts::before {
  border-color: #c60d0d !important;
}
.c-input--error.c-form-radio {
  border: 1px solid #c60d0d;
  -moz-border-radius: 5;
  -webkit-border-radius: 5;
  border-radius: 5;
}

/*inputが２個以上並ぶとき*/
.c-form .c-form-input__line-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up.long {
    width: 100%;
    max-width: 80%;
  }
}
.c-form .c-form-input__line-up.long .c-form-input {
  margin: 0 0 5px;
  width: 70%;
}
.c-form .c-form-input__line-up .c-form-input {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-input {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.c-form .c-form-input__line-up .c-form-input:last-of-type {
  margin-right: 0;
}
.c-form .c-form-input__line-up .c-form-input__ttl {
  width: 15%;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-input__ttl {
    padding-right: 10px;
    text-align: center;
    width: auto;
    min-width: 45px;
  }
}
.c-form .c-form-input__line-up .c-form-input__text {
  text-align: left;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-input__text {
    width: 30%;
    margin-bottom: 0;
    padding-right: 10px;
    width: auto;
    min-width: 100px;
  }
}
.c-form .c-form-input__line-up .c-form-select {
  width: 85%;
  max-width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-select {
    width: 100%;
    max-width: 200px;
    min-width: 170px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

/*ボタンの並び*/
.c-form-btnarea {
  text-align: center;
}
.c-form-btnarea .c-basic-btn {
  display: inline-block;
  max-width: 300px;
  margin: 5px auto;
}
@media screen and (min-width: 768px) {
  .c-form-btnarea .c-basic-btn {
    margin: 5px;
  }
}
.c-form-btnarea--reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-form-btnarea--reverse {
    display: block;
  }
}

/*=====================
確認画面
=======================*/
.c-form-confirmation {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-form-confirmation .c-form-ttl, .c-form-confirmation .c-form-content {
    padding: 10px 0;
  }
}
.c-form-confirmation .c-form-req::after {
  content: none;
}
.c-form-confirmation .c-form-content {
  font-size: 15px;
  font-size: 0.9375rem;
}
.c-form-confirmation .c-form-in.name .c-form-content::after {
  content: "様";
  padding-left: 3px;
}

/*=======================
サンクス
=======================*/
.c-form-thanks {
  text-align: center;
}
.c-form-thanks__ttl {
  margin-bottom: 10px;
  line-height: 1.6;
}
.c-form-thanks__ttl .main {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
}
.c-form-thanks__ttl .sub {
  padding-top: 5px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

/*=======================
大きいエラー表示　通常表示
=======================*/
/*error*/
.c-form-box--error {
  margin: 15px auto;
  padding: 20px;
  border: 6px double #c60d0d;
  background: #ffdfdf;
}
.c-form-box--error__title {
  text-align: left;
  font-size: 120%;
  margin-bottom: 10px;
  color: #c60d0d;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-form-box--error__title {
    text-align: center;
  }
}
.c-form-box--error__title .in {
  background: url(../images/icon/icon_exclamation_red.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}
.c-form-box--error p {
  text-align: left;
  color: #c60d0d;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-form-box--error p {
    text-align: center;
  }
}

/*===========
error　バリデーション
============*/
.c-form-error {
  text-align: left;
}
.c-form-error .error {
  display: block;
  padding: 5px 10px;
  color: #c60d0d;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  background: url(../images/icon/icon_exclamation_red.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}
.c-form-error ~ .c-form-checkbox__list .c-form-checkbox, .c-form-error ~ .c-form-select, .c-form-error ~ .p-search-select .c-form-select, .c-form-error ~ .mwform-tel-field .c-form-input, .c-form-error ~ .c-form-input, .c-form-error ~ .c-form-textarea {
  background-color: #ffe8e8;
}

/* =========================================================
table.scss - 表
========================================================= */
.c-table {
  border: 1px solid #222020;
  overflow-x: scroll;
  background: #F9F9F9;
}
.c-table--title {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-table {
    width: 100%;
  }
}
.c-table .c-tr {
  border-bottom: 1px solid #222020;
}
.c-table .c-tr:last-child {
  border-bottom: none;
}
.c-table .c-th,
.c-table .c-td {
  padding: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  line-height: 1.8;
  width: 100%;
  min-height: 44px;
}
@media screen and (min-width: 768px) {
  .c-table .c-th,
  .c-table .c-td {
    padding: 15px 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-table .c-th {
  color: #000000;
  font-weight: bold;
}
.c-table .c-th:first-of-type {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-table .c-th {
    width: 15%;
  }
}
.c-table .c-td {
  background: #ffffff;
  border-right: 1px #222020 solid;
}
@media screen and (min-width: 768px) {
  .c-table .c-td {
    width: 55%;
  }
  .c-table .c-td:first-of-type {
    border-top: none;
  }
}
.c-table .c-td--btn {
  border-right: 1px #222020 solid;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .c-table .c-td--btn {
    width: 35%;
    margin: 0 auto;
    text-align: center;
  }
}
.c-table .c-td--topic {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .c-table .c-td--topic {
    width: 45%;
  }
}
.c-table .c-td--time {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .c-table .c-td--time {
    width: 20%;
  }
}
.c-table .c-td--mainttl {
  padding: 5px;
  text-align: center;
  background-color: #333;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-family: "dotgothic16", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-table .c-td--subttl {
  padding: 5px;
  text-align: center;
  background-color: #EEEEEE;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "dotgothic16", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-table .c-td--ttlch {
  min-width: 145px;
}
@media screen and (min-width: 768px) {
  .c-table .c-td--ttlch {
    width: 35%;
  }
}
.c-table .c-td--ttltopic {
  min-width: 360px;
}
@media screen and (min-width: 768px) {
  .c-table .c-td--ttltopic {
    width: 45%;
  }
}
.c-table .c-td--ttltime {
  min-width: 145px;
}
@media screen and (min-width: 768px) {
  .c-table .c-td--ttltime {
    width: 20%;
  }
}
.c-table .c-td--title {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .c-table .c-td--title {
    padding: 40px;
    height: 240px;
  }
  .c-table .c-td--title img {
    height: 100%;
  }
}
.c-table .c-td-topic {
  text-align: left;
}
.c-table .c-td-about--ttl {
  vertical-align: middle;
  padding: 5px;
  text-align: center;
  background-color: #333;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-family: "dotgothic16", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-table .c-td-about--ttl__title {
  min-width: 180px;
}
@media screen and (min-width: 768px) {
  .c-table .c-td-about--ttl__title {
    width: calc((100% / 10)* 3);
  }
}
.c-table .c-td-about--ttl__prat {
  min-width: 165px;
}
@media screen and (min-width: 768px) {
  .c-table .c-td-about--ttl__prat {
    width: calc((100% / 10)* 3);
  }
}
.c-table .c-td-about--ttl__age {
  min-width: 165px;
}
@media screen and (min-width: 768px) {
  .c-table .c-td-about--ttl__age {
    width: calc((100% / 10)* 2);
  }
}
.c-table .c-td-about--ttl__vs {
  min-width: 135px;
}
@media screen and (min-width: 768px) {
  .c-table .c-td-about--ttl__vs {
    width: calc((100% / 10)* 2);
  }
}
.c-table .c-td-about--title {
  vertical-align: middle;
  min-width: 145px;
}
@media screen and (min-width: 768px) {
  .c-table .c-td-about--title {
    width: 30%;
  }
}
.c-table .c-td-about--title__link {
  text-decoration: underline;
  font-weight: 600;
  color: #1a9ddf;
  font-size: 16px;
  font-size: 1rem;
}
.c-table .c-td-about--title__note {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .c-table .c-td-about--title__note {
    font-size: 12px;
  }
}
.c-table .c-td-about--prat {
  vertical-align: middle;
  min-width: 165px;
  border-right: 1px #222020 solid;
}
@media screen and (min-width: 768px) {
  .c-table .c-td-about--prat {
    width: 30%;
  }
}
.c-table .c-td-about--age {
  vertical-align: middle;
  min-width: 165px;
}
@media screen and (min-width: 768px) {
  .c-table .c-td-about--age {
    width: 25%;
  }
}
.c-table .c-td-about--age__note {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .c-table .c-td-about--age__note {
    font-size: 12px;
  }
}
.c-table .c-td-about--vs {
  vertical-align: middle;
  min-width: 135px;
}
@media screen and (min-width: 768px) {
  .c-table .c-td-about--vs {
    width: 15%;
  }
}

/*1行4列のテーブル===========*/
@media screen and (min-width: 768px) {
  .c-table--col4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-tr {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-th:nth-of-type(2),
  .c-table--col4 .c-td:nth-of-type(2) {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-th {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-td {
    width: 70%;
  }
}

/*タイトルが上にまとめてあるテーブル============*/
.c-table--width {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-table--width {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
  }
}
.c-table--width .c-table {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table:first-of-type {
    border-top: 1px solid #E5E5E5;
  }
  .c-table--width .c-table:first-of-type .c-th {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table .c-tr {
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    background: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table .c-th,
  .c-table--width .c-table .c-td {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table .c-th {
    display: none;
    background: #F9F9F9;
  }
}
.c-table--width .c-table .c-td {
  border-top: 1px dotted #dddddd;
}

/*タイトルが上にも横にもあるテーブル============*/
@media screen and (min-width: 768px) {
  .c-table--w-th__ttl {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .c-table--w-th .c-table {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

                        /* =========================================================
plugin - jsの追記
========================================================= */
                        /*=======================
【 js-inview】スクロール位置の取得
headerのfix
*/
.jq-head-fix {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: .5s;
  opacity: 0;
}
.jq-head-fix.jq-head-fix-on {
  top: 0;
  opacity: 1;
}

                        /*======================
【js-accordion】アコーディオン
======================*/
.js-accordion__switch {
  cursor: pointer;
}

                        /*======================
【js-media-accordion】レスポンシブしたらドロップダウンメニューに
======================*/
.js-sp-accordion__btn {
  transition: .3s;
  cursor: pointer;
}
.js-sp-accordion__btn:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .js-sp-accordion__btn {
    cursor: inherit;
  }
  .js-sp-accordion__btn:hover {
    opacity: 1;
  }
}
.js-sp-accordion__btn-in {
  background: url(../images/icon/icon_bottom_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .js-sp-accordion__btn-in {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.js-sp-accordion__btn.rotate .js-sp-accordion__btn-in {
  background: url(../images/icon/icon_up_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}
.js-sp-accordion__btn.rotate + .js-sp-accordion__body {
  display: block !important;
  opacity: 1;
}

.js-sp-accordion__body {
  display: none;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .js-sp-accordion__body {
    display: block;
    opacity: 1;
  }
}

                        /*======================
【js-tab】タブ切り替え
======================*/
.js-tab-menu {
  transition: .3s;
  cursor: pointer;
}
.js-tab-menu:hover {
  opacity: .7;
}

.js-tab-body .js-tab-contents {
  display: none;
}
.js-tab-body .js-tab-contents.js-tab-show {
  display: block;
}

                        /*======================
【js-slick】スライダー
======================*/
.slick-slider {
  opacity: 0;
  transition: 0.3s;
}
.slick-slider.slick-initialized {
  opacity: 1;
}
.slick-slider .slick-track {
  min-width: 100%;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.js-slick-prev,
.js-slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 27px);
  width: 33px;
  height: 54px;
  background-color: #007942;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  z-index: 50;
  transition: .3s;
  cursor: pointer;
}
.js-slick-prev:hover,
.js-slick-next:hover {
  opacity: .7;
}

.js-slick-prev {
  left: 0;
  background-image: url(../images/icon/icon_left_w.svg);
  -moz-border-radius: 0 100% 100% 0/50%;
  -webkit-border-radius: 0;
  border-radius: 0 100% 100% 0/50%;
  background-position: left 2px center;
}

.js-slick-next {
  right: 0;
  background-image: url(../images/icon/icon_right_w.svg);
  -moz-border-radius: 100% 0 0 100%/50%;
  -webkit-border-radius: 100%;
  border-radius: 100% 0 0 100%/50%;
  background-position: right 2px center;
}

.slick-dots {
  bottom: -45px;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.slick-dots li .js-slick__dots-item {
  color: #dddddd;
  font-size: 13px;
}
.slick-dots li.slick-active .js-slick__dots-item {
  color: #007942;
}

.js-slick-fllwidth .slick-dots {
  bottom: -45px;
}
.js-slick-fllwidth .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.js-slick-fllwidth .slick-dots li .js-slick__dots-item {
  color: #D6D6D6;
  font-size: 13px;
}
.js-slick-fllwidth .slick-dots li.slick-active .js-slick__dots-item {
  color: #7D7D7D;
}

/*【slick】カルーセルスライダーにポップアップ（colorboxを追加）*/
.js-slick-photo .item {
  position: relative;
}
.js-slick-photo .item a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.js-slick-photo .item a.in-link {
  position: relative;
  z-index: 5;
}

                        /*===================
【js-colorbox】画像のポップアップ
*/
#colorbox #cboxTitle {
  width: 100%;
  color: #007942;
  font-weight: bold;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
#colorbox #cboxClose {
  background: url("../images/icon/icon_multiply_w.svg") no-repeat center;
  background-color: #007942;
  background-size: 60% 60%;
  width: 32px;
  height: 32px;
  top: -32px;
  right: 0px;
  transition: .3s;
  cursor: pointer;
}
#colorbox #cboxClose:hover {
  opacity: .7;
}
#colorbox #cboxNext {
  background: url("../images/icon/icon_right_w.svg") no-repeat center;
  background-color: #007942;
  background-size: 70% 70%;
  width: 35px;
  height: 35px;
  top: calc(50% - 17px);
  right: 0;
  border: 1px solid #959595;
  opacity: 0.8;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  transition: .3s;
  cursor: pointer;
}
#colorbox #cboxNext:hover {
  opacity: .7;
}
#colorbox #cboxPrevious {
  background: url("../images/icon/icon_left_w.svg") no-repeat center;
  background-color: #007942;
  background-size: 70% 70%;
  width: 35px;
  height: 35px;
  top: calc(50% - 17px);
  left: 0;
  border: 1px solid #959595;
  opacity: 0.8;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
  transition: .3s;
  cursor: pointer;
}
#colorbox #cboxPrevious:hover {
  opacity: .7;
}

                        /*===================
animation
*/
.fadeInUpTrigger,
.fadeInDownTrigger,
.fadeInUpTriggerOnce,
.fadeInLeftTriggerOnce,
.fadeInRightTriggerOnce,
.fadeInTriggerOnce {
  opacity: 0;
}

.fadein-path {
  opacity: 0;
  animation: fadein 3s ease forwards;
}

@keyframes fadein {
  to {
    opacity: 1;
  }
}
.delay-01 {
  animation-delay: 100ms !important;
}

.delay-02 {
  animation-delay: 200ms !important;
}

.delay-03 {
  animation-delay: 300ms !important;
}

.delay-04 {
  animation-delay: 400ms !important;
}

.delay-05 {
  animation-delay: 500ms !important;
}

.delay-06 {
  animation-delay: 600ms !important;
}

.delay-07 {
  animation-delay: 700ms !important;
}

.delay-08 {
  animation-delay: 800ms !important;
}

.delay-09 {
  animation-delay: 900ms !important;
}

.delay-10 {
  animation-delay: 1000ms !important;
}

.delay-11 {
  animation-delay: 1100ms !important;
}

.delay-12 {
  animation-delay: 1200ms !important;
}

.delay-13 {
  animation-delay: 1300ms !important;
}

.delay-14 {
  animation-delay: 1400ms !important;
}

.delay-15 {
  animation-delay: 1500ms !important;
}

.delay-16 {
  animation-delay: 1600ms !important;
}

.delay-17 {
  animation-delay: 1700ms !important;
}

.delay-18 {
  animation-delay: 1800ms !important;
}

@media screen and (min-width: 992px) {
  .delay-01--pc {
    animation-delay: 100ms !important;
  }
}

@media screen and (min-width: 992px) {
  .delay-02--pc {
    animation-delay: 200ms !important;
  }
}

@media screen and (min-width: 992px) {
  .delay-03--pc {
    animation-delay: 300ms !important;
  }
}

@media screen and (min-width: 992px) {
  .delay-04--pc {
    animation-delay: 400ms !important;
  }
}

@media screen and (min-width: 992px) {
  .delay-05--pc {
    animation-delay: 500ms !important;
  }
}

@media screen and (min-width: 992px) {
  .delay-01--pc {
    animation-delay: 100ms !important;
  }
}

/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
  /* メニューを開いている時もクリックできるよう設定 */
}
@media screen and (min-width: 992px) {
  .drawer__button {
    display: none;
  }
}

/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
}

.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}

.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}

/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}

.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* メニューのデザイン */
.drawer__nav {
  position: fixed;
  /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav.active.c-pagetop {
  z-index: 0;
  display: none;
}

.drawer__nav__inner {
  position: relative;
  width: 100%;
  background-color: white;
  padding: 5rem 1.5rem 2.5rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
  z-index: 9999;
}

.drawer__nav.active .drawer__nav__inner {
  transform: translateY(0);
}

.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}

.drawer__nav__link {
  display: block;
  color: black;
  text-decoration: none;
  padding: 1.2rem 1rem;
  border-bottom: solid 1px lightgray;
  position: relative;
}

.drawer__nav__link:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url("../images/icon/icon_arrow_right.svg");
  background-position: center;
  background-size: contain;
  top: calc(50% - 7px);
  right: 1rem;
}

.drawer__nav__en {
  font-family: "Press Start 2P", system-ui;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .drawer__nav__en {
    letter-spacing: 0.1em;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.drawer__nav__jp {
  font-family: "dotgothic16", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 992px) {
  .drawer__nav__jp {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}

/*::::::::::: JAPAN MAP 日本地図 :::::::::::*/
#jp_map {
  max-height: 640px;
  position: relative;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  display: none;
}
@media screen and (min-width: 992px) {
  #jp_map {
    display: block;
  }
}

#jp_map::before {
  content: '';
  display: block;
  padding: 80% 0 0;
}

#jp_map ul,
#jp_map li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#jp_map ul li {
  /* &:nth-child(1) {
      a {
          background-color: #f7931e;
      }
  }
  &:nth-child(2) {
      a {
          background-color: #00a99d;
      }
  }
  &:nth-child(3) {
      a {
          background-color: #d9e021;
      }
  }
  &:nth-child(4) {
      a {
          background-color: #39b54a;
      }
  }
  &:nth-child(5) {
      a {
          background-color: #f7931e;
      }
  }
  &:nth-child(6) {
      a {
          background-color: #00a99d;
      }
  }
  &:nth-child(7) {
      a {
          background-color: #d9e021;
      }
  }
  &:nth-child(8) {
      a {
          background-color: #39b54a;
      }
  }
  &:nth-child(9) {
      a {
          background-color: #f7931e;
      }
  }
  &:nth-child(10) {
      a {
          background-color: #00a99d;
      }
  }
  &:nth-child(11) {
      a {
          background-color: #d9e021;
      }
  }
  &:nth-child(12) {
      a {
          background-color: #39b54a;
      }
  }
  &:nth-child(13) {
      a {
          background-color: #f7931e;
      }
  }
  &:nth-child(14) {
      a {
          background-color: #00a99d;
      }
  }
  &:nth-child(15) {
      a {
          background-color: #d9e021;
      }
  }
  &:nth-child(16) {
      a {
          background-color: #39b54a;
      }
  }
  &:nth-child(17) {
      a {
          background-color: #f7931e;
      }
  }
  &:nth-child(18) {
      a {
          background-color: #00a99d;
      }
  }
  &:nth-child(19) {
      a {
          background-color: #d9e021;
      }
  }
  &:nth-child(20) {
      a {
          background-color: #39b54a;
      }
  }
  &:nth-child(21) {
      a {
          background-color: #f7931e;
      }
  }
  &:nth-child(22) {
      a {
          background-color: #00a99d;
      }
  }
  &:nth-child(23) {
      a {
          background-color: #d9e021;
      }
  }
  &:nth-child(24) {
      a {
          background-color: #39b54a;
      }
  }
  &:nth-child(25) {
      a {
          background-color: #f7931e;
      }
  }
  &:nth-child(26) {
      a {
          background-color: #00a99d;
      }
  }
  &:nth-child(27) {
      a {
          background-color: #d9e021;
      }
  }
  &:nth-child(28) {
      a {
          background-color: #39b54a;
      }
  }
  &:nth-child(29) {
      a {
          background-color: #f7931e;
      }
  }
  &:nth-child(30) {
      a {
          background-color: #00a99d;
      }
  }
  &:nth-child(31) {
      a {
          background-color: #d9e021;
      }
  }
  &:nth-child(32) {
      a {
          background-color: #39b54a;
      }
  }
  &:nth-child(33) {
      a {
          background-color: #f7931e;
      }
  }
  &:nth-child(34) {
      a {
          background-color: #00a99d;
      }
  }
  &:nth-child(35) {
      a {
          background-color: #d9e021;
      }
  }
  &:nth-child(36) {
      a {
          background-color: #39b54a;
      }
  }
  &:nth-child(37) {
      a {
          background-color: #f7931e;
      }
  }
  &:nth-child(38) {
      a {
          background-color: #00a99d;
      }
  }
  &:nth-child(39) {
      a {
          background-color: #d9e021;
      }
  }
  &:nth-child(40) {
      a {
          background-color: #39b54a;
      }
  }
  &:nth-child(41) {
      a {
          background-color: #f7931e;
      }
  }
  &:nth-child(42) {
      a {
          background-color: #00a99d;
      }
  }
  &:nth-child(43) {
      a {
          background-color: #d9e021;
      }
  }
  &:nth-child(44) {
      a {
          background-color: #39b54a;
      }
  }
  &:nth-child(45) {
      a {
          background-color: #f7931e;
      }
  }
  &:nth-child(46) {
      a {
          background-color: #00a99d;
      }
  }
  &:nth-child(47) {
      a {
          background-color: #d9e021;
      }
  }*/
}
#jp_map ul li a {
  background-color: #FFF;
}
#jp_map ul li a::after {
  content: "";
  height: 12px;
  width: auto;
  aspect-ratio: 1 / 1;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 6px;
  right: 6px;
}
#jp_map ul li a:hover {
  background-color: #f7931e;
  opacity: 1;
  color: #FFF;
}
#jp_map ul li a:hover::after {
  content: "";
  height: 12px;
  width: auto;
  aspect-ratio: 1 / 1;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 6px;
  right: 6px;
}

#jp_map a {
  display: block;
  font-weight: normal;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
  border: solid #000 2px;
  float: none;
  font-size: 16px;
  font-family: "dotgothic16", sans-serif;
  font-weight: 600;
  border-width: 1px;
  line-height: 1;
  padding: 6px 0;
  text-align: center;
  position: absolute;
  margin: 0;
  text-decoration: none;
}

#jp_map a span {
  color: #FFF;
  display: block;
  margin: 0 auto;
  padding: 0;
  line-height: 1.1em;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#jp_map li a {
  height: 12%;
  width: 7%;
}

#jp_map li.hokkaido a {
  top: 0;
  left: 80%;
  height: 20%;
  width: 20%;
  background-color: #c680ff;
}

#jp_map li.hokkaido a span {
  right: 7.5%;
}

#jp_map li.hokkaido a::before {
  display: block;
  z-index: 1;
  content: '';
  background-color: inherit;
  width: 10%;
  height: 40%;
  right: 100%;
  bottom: 0;
  position: absolute;
}

#jp_map li.aomori a {
  top: 21%;
  left: 79%;
  height: 8%;
  width: 19%;
  background-color: #c680ff;
}

#jp_map li.iwate a {
  top: 29%;
  left: 89.5%;
  height: 8%;
  width: 10.5%;
  background-color: #c680ff;
}

#jp_map li.akita a {
  top: 29%;
  left: 79%;
  height: 8%;
  width: 10.5%;
  background-color: #c680ff;
}

#jp_map li.miyagi a {
  top: 37%;
  left: 89.5%;
  height: 8%;
  width: 10.5%;
  background-color: #c680ff;
}

#jp_map li.yamagata a {
  top: 37%;
  left: 79%;
  height: 8%;
  width: 10.5%;
  background-color: #c680ff;
}

#jp_map li.fukushima a {
  top: 45%;
  left: 93%;
  height: 18%;
  background-color: #c680ff;
}

#jp_map li.ibaraki a {
  top: 63%;
  left: 93%;
  height: 18%;
  background-color: #34c0e7;
}

#jp_map li.tochigi a {
  top: 57%;
  left: 86%;
  background-color: #34c0e7;
}

#jp_map li.gunma a {
  top: 57%;
  left: 79%;
  background-color: #34c0e7;
}

#jp_map li.saitama a {
  top: 69%;
  left: 86%;
  background-color: #34c0e7;
}

#jp_map li.chiba a {
  top: 81%;
  left: 93%;
  height: 17%;
  background-color: #34c0e7;
}

#jp_map li.tokyo a {
  top: 81%;
  left: 86%;
  background-color: #34c0e7;
}

#jp_map li.kanagawa a {
  top: 81%;
  left: 79%;
  background-color: #34c0e7;
}

#jp_map li.nigata a {
  top: 45%;
  left: 79%;
  width: 14%;
  background-color: #4be738;
}

#jp_map li.toyama a {
  top: 45%;
  left: 72%;
  background-color: #4be738;
}

#jp_map li.ishikawa a {
  top: 45%;
  left: 65%;
  height: 17%;
  background-color: #4be738;
}

#jp_map li.fukui a {
  top: 50%;
  left: 58%;
  background-color: #4be738;
}

#jp_map li.yamanashi a {
  top: 69%;
  left: 79%;
  background-color: #4be738;
}

#jp_map li.nagano a {
  top: 57%;
  left: 72%;
  height: 24%;
  background-color: #4be738;
}

#jp_map li.gifu a {
  top: 62%;
  left: 65%;
  height: 19%;
  background-color: #4be738;
}

#jp_map li.shizuoka a {
  top: 81%;
  left: 72%;
  background-color: #4be738;
}

#jp_map li.aichi a {
  top: 81%;
  left: 65%;
  background-color: #4be738;
}

#jp_map li.mie a {
  top: 86%;
  left: 58%;
  background-color: #4be738;
}

#jp_map li.shiga a {
  top: 62%;
  left: 58%;
  background-color: #f0d21a;
}

#jp_map li.kyoto a {
  top: 56%;
  left: 51%;
  height: 18%;
  background-color: #f0d21a;
}

#jp_map li.osaka a {
  top: 74%;
  left: 51%;
  background-color: #f0d21a;
}

#jp_map li.hyogo a {
  top: 53%;
  left: 44%;
  height: 24%;
  background-color: #f0d21a;
}

#jp_map li.nara a {
  top: 74%;
  left: 58%;
  background-color: #f0d21a;
}

#jp_map li.wakayama a {
  top: 86%;
  left: 51%;
  background-color: #f0d21a;
}

#jp_map li.tottori a {
  top: 53%;
  left: 37%;
  background-color: #ff6161;
}

#jp_map li.shimane a {
  top: 53%;
  left: 30%;
  background-color: #ff6161;
}

#jp_map li.okayama a {
  top: 65%;
  left: 37%;
  background-color: #ff6161;
}

#jp_map li.hiroshima a {
  top: 65%;
  left: 30%;
  background-color: #ff6161;
}

#jp_map li.yamaguchi a {
  top: 59%;
  left: 23%;
  background-color: #ff6161;
}

#jp_map li.tokushima a {
  top: 89.5%;
  left: 36.5%;
  height: 8%;
  width: 10.5%;
  background-color: #ef2929;
}

#jp_map li.kagawa a {
  top: 81.5%;
  left: 36.5%;
  height: 8%;
  width: 10.5%;
  background-color: #ef2929;
}

#jp_map li.ehime a {
  top: 81.5%;
  left: 26%;
  height: 8%;
  width: 10.5%;
  background-color: #ef2929;
}

#jp_map li.kochi a {
  top: 89.5%;
  left: 26%;
  height: 8%;
  width: 10.5%;
  background-color: #ef2929;
}

#jp_map li.fukuoka a {
  top: 55%;
  left: 15%;
  background-color: #ff61a8;
}

#jp_map li.saga a {
  top: 55%;
  left: 8%;
  background-color: #ff61a8;
}

#jp_map li.nagasaki a {
  top: 55%;
  left: 1%;
  height: 16%;
  background-color: #ff61a8;
}

#jp_map li.kumamoto a {
  top: 67%;
  left: 8%;
  background-color: #ff61a8;
}

#jp_map li.oita a {
  top: 67%;
  left: 15%;
  background-color: #ff61a8;
}

#jp_map li.miyazaki a {
  top: 79%;
  left: 15%;
  background-color: #ff61a8 !important;
}

#jp_map li.kagoshima a {
  top: 79%;
  left: 8%;
  background-color: #ff61a8;
}

#jp_map li.okinawa a {
  top: 88%;
  left: 0;
  background-color: #ff61a8;
}

@media screen and (max-width: 782px) {
  #jp_map {
    margin: 16px 0 0;
  }

  #jp_map::before {
    padding: 100% 0 0;
  }

  #jp_map li a {
    font-size: 12px;
    border-width: 1px;
  }

  #jp_map a {
    font-family: "dotgothic16", sans-serif;
    font-weight: 600;
    border-width: 1px;
    font-size: 12px;
  }

  #jp_map li.tokushima a,
  #jp_map li.kochi a {
    top: 88%;
  }

  #jp_map li.kagawa a,
  #jp_map li.ehime a {
    top: 80%;
  }
}
@media screen and (max-width: 620px) {
  #jp_map a span {
    width: 1em;
  }

  #jp_map li.hokkaido a span,
  #jp_map li.aomori a span,
  #jp_map li.akita a span,
  #jp_map li.iwate a span,
  #jp_map li.yamagata a span,
  #jp_map li.miyagi a span,
  #jp_map li.nigata a span,
  #jp_map li.ehime a span,
  #jp_map li.kagawa a span,
  #jp_map li.kochi a span,
  #jp_map li.tokushima a span {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  #jp_map li a {
    font-size: 11px;
  }
}
.map-color {
  /* &--ye {
      background-color: #f9ea1b!important;
      &:hover {
          background-color: #f7931e!important;
          opacity: 1;
          color: #FFF;
          &::after {
              content: "";
              height: 12px;
              width: auto;
              aspect-ratio: 1 / 1;
              border-top: 2px solid #FFF;
              border-right: 2px solid #FFF;
              position: absolute;
              top: 6px;
              right: 6px;
          }
      }
  }
  &--bl {
      background-color: #34c0e7!important;
      &:hover {
          background-color: #f7931e!important;
          opacity: 1;
          color: #FFF;
          &::after {
              content: "";
              height: 12px;
              width: auto;
              aspect-ratio: 1 / 1;
              border-top: 2px solid #FFF;
              border-right: 2px solid #FFF;
              position: absolute;
              top: 6px;
              right: 6px;
          }
      }
  }
  &--gre {
      background-color: #4be738!important;
      &:hover {
          background-color: #f7931e!important;
          opacity: 1;
          color: #FFF;
          &::after {
              content: "";
              height: 12px;
              width: auto;
              aspect-ratio: 1 / 1;
              border-top: 2px solid #FFF;
              border-right: 2px solid #FFF;
              position: absolute;
              top: 6px;
              right: 6px;
          }
      }
  }*/
}
.map-color--gra {
  background-color: #BFBFBF !important;
  cursor: default;
  pointer-events: none;
}

.c-anime-delay--01 {
  animation-delay: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-anime-delay--01 {
    animation-delay: .1s !important;
  }
}
.c-anime-delay--02 {
  animation-delay: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-anime-delay--02 {
    animation-delay: .2s !important;
  }
}
.c-anime-delay--03 {
  animation-delay: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-anime-delay--03 {
    animation-delay: .3s !important;
  }
}
.c-anime-delay--04 {
  animation-delay: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-anime-delay--04 {
    animation-delay: .4s !important;
  }
}
.c-anime-delay--05 {
  animation-delay: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-anime-delay--05 {
    animation-delay: .5s !important;
  }
}
.c-anime-delay--06 {
  animation-delay: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-anime-delay--06 {
    animation-delay: .6s !important;
  }
}
.c-anime-delay--07 {
  animation-delay: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-anime-delay--07 {
    animation-delay: .7s !important;
  }
}
.c-anime-delay--08 {
  animation-delay: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-anime-delay--08 {
    animation-delay: .8s !important;
  }
}
.c-anime-delay--09 {
  animation-delay: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-anime-delay--09 {
    animation-delay: .9s !important;
  }
}
.c-anime-delay--10 {
  animation-delay: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-anime-delay--10 {
    animation-delay: 1s !important;
  }
}
.c-anime-loading {
  width: 100vw;
  height: 100dvh;
  background-color: #222020;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  transform-origin: center center;
}
.c-anime-loading--body {
  min-width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-anime-loading--logo {
  width: 300px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-anime-loading #typing-area {
  padding-bottom: 10px;
}
.c-anime-loading .typing-line {
  color: #999999;
  font-family: "Press Start 2P", system-ui;
  line-height: 1.6em;
  margin-bottom: 4px;
  font-size: 9px;
  font-size: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .c-anime-loading .typing-line {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-anime-loading #loading-bar-container {
  margin-top: 20px;
  width: 100%;
  max-width: 240px;
  border: 1px solid #999999;
  border-radius: 2px;
  position: relative;
  height: 10px;
}
.c-anime-loading #loading-bar {
  height: 100%;
  width: 0%;
  background: #999999;
  border-radius: 2px;
  transition: width 0.1s;
}
.c-anime-loading #loading-text {
  color: #999999;
  font-family: "Press Start 2P", system-ui;
  position: absolute;
  top: -1.5em;
  font-size: 9px;
  font-size: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .c-anime-loading #loading-text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-anime-loading.tv-off {
  animation: tvOff 0.5s ease-in forwards;
  transform-origin: center center;
}
@keyframes tvOff {
  0% {
    transform: scaleY(1);
    opacity: 1;
    filter: none;
  }
  10% {
    transform: scaleY(1.2);
    opacity: 0.9;
  }
  20% {
    transform: scaleY(0.8);
    opacity: 1;
  }
  30% {
    transform: scaleY(1.1);
    opacity: 0.8;
  }
  50% {
    transform: scaleY(0.4);
    opacity: 1;
    filter: brightness(1.2);
  }
  70% {
    transform: scaleY(0.1);
    opacity: 1;
    filter: brightness(1.5);
  }
  80% {
    transform: scaleY(0.05);
    opacity: 0.6;
  }
  90% {
    transform: scaleY(0.01);
    opacity: 0.2;
  }
  100% {
    transform: scaleY(0);
    opacity: 0;
  }
}
.c-anime-dot {
  width: 10px;
  height: 100%;
  position: absolute;
}
.c-anime-dot__item {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  margin-bottom: 10px;
  animation: DotAnime step-end infinite .8s alternate;
}
.c-anime-dot.is-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 20px;
  top: 0;
}
.c-anime-dot.is-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 20px;
  top: 0;
}
@keyframes DotAnime {
  50% {
    opacity: 0;
  }
}
.c-anime-dot .c-anime-delay--01 {
  animation-delay: .1s !important;
}
.c-anime-dot .c-anime-delay--02 {
  animation-delay: .2s !important;
}
.c-anime-dot .c-anime-delay--03 {
  animation-delay: .3s !important;
}
.c-anime-dot .c-anime-delay--04 {
  animation-delay: .4s !important;
}
.c-anime-dot .c-anime-delay--05 {
  animation-delay: .5s !important;
}
.c-anime-dot .c-anime-delay--06 {
  animation-delay: .6s !important;
}
.c-anime-dot .c-anime-delay--07 {
  animation-delay: .7s !important;
}
.c-anime-dot .c-anime-delay--08 {
  animation-delay: .8s !important;
}
.c-anime-dot .c-anime-delay--09 {
  animation-delay: .9s !important;
}
.c-anime-dot .c-anime-delay--10 {
  animation-delay: 1s !important;
}
.c-anime-SlideIn {
  transform: translate(200px, 150px);
  opacity: 0;
}
.c-anime-SlideIn.is-animation {
  animation: .6s forwards SlideIn;
}
@keyframes SlideIn {
  0% {
    transform: translate(200px, 150px);
    opacity: 0;
  }
  50% {
    transform: translate(0, 150px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.loading-lock {
  width: 100vw;
  height: 100dvh;
  margin-top: 0 !important;
  overflow: hidden;
  pointer-events: none;
  /* クリック・タップ無効 */
  touch-action: none;
  /* スマホ操作無効 */
  user-select: none;
  /* テキスト選択禁止 */
}

.c-btn-grad {
  display: block;
  width: 100%;
  max-width: 260px;
  height: 50px;
  background: linear-gradient(135deg, #2b3c88 0%, #7a3e7e 50%, #e84545 100%);
  background-size: 200% 200%;
  background-position: center;
  animation: none;
  transition: 0.3s ease;
  padding: 6px;
  transform: skewX(-15deg);
  border-radius: 10px 3px 10px 3px;
  color: #333;
}
.c-btn-grad--body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 7px 2px 7px 2px;
  padding: 4px 0;
}
@media screen and (min-width: 992px) {
  .c-btn-grad--body {
    padding: 10px;
  }
}
.c-btn-grad--body .in-txt {
  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;
  width: 100%;
  height: 100%;
  transform: skewX(15deg);
  font-family: "dotgothic16", sans-serif;
  font-weight: bold;
  position: relative;
}
.c-btn-grad--body .in-txt::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../images/icon/icon_arrow_right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 992px) {
  .c-btn-grad--body .in-txt::before {
    width: 24px;
    height: 24px;
  }
}
.c-btn-grad--body .in-txt--en {
  transform: skewX(15deg);
  font-family: "Press Start 2P", system-ui;
  font-weight: bold;
  position: relative;
}
.c-btn-grad--body .in-txt--en::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_arrow_right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg) skewX(15deg);
}
.c-btn-grad:hover {
  filter: brightness(1.2);
  animation: rotateGradient 4s linear infinite;
  opacity: 1;
}

@keyframes rotateGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.p-top-ttl__en,
.p-top-ttl__jp {
  min-height: 1.2em;
}

/*Project
======================================= */
/* =========================================================
top - topページの独自コンテンツ
========================================================= */
.p-top {
  background-color: #000;
  /* TITLES */
  /* EXHIBITION */
  /* NEWS */
  /* ABOUT */
  /* SCHEDULE */
  /* PLAYERS */
  /* SPONSOR */
  /* ARCHIVE */
  /* COPYRIGHT */
  /* 共通タイトル */
  /* ボタン */
}
.p-top-mainvisual {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.p-top-mainvisual-wrap {
  background: url("../images/top/img_main_demo-sp.jpg") no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-wrap {
    background: url("../images/top/img_main_demo-pc.jpg") no-repeat center center;
    height: 100vh;
  }
}
.p-top-mainvisual-menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 20px 10px;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-menu {
    padding: 20px 0;
    flex-direction: row;
  }
}
.p-top-mainvisual-menu-logo {
  width: 95%;
  height: 90px;
  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;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-menu-logo {
    width: 30%;
    height: 200px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.p-top-mainvisual-menu-logo__in {
  background: url("../images/common/logo_espo_01.svg") no-repeat center center;
  width: 120px;
  height: 120px;
  background-size: contain;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-menu-logo__in {
    width: 240px;
    height: 240px;
  }
}
.p-top-mainvisual-menu-logo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px 5px;
  background-color: #FFF;
  transform: skewX(-15deg);
}
.p-top-mainvisual-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-menu-list {
    width: 60%;
  }
}
.p-top-mainvisual-menu-item {
  width: 30%;
  position: relative;
  color: #333333;
  position: relative;
  text-align: center;
  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;
  height: 55px;
}
.p-top-mainvisual-menu-item:nth-child(-n+3) {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-menu-item:nth-child(-n+3) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-menu-item {
    height: 90px;
  }
}
.p-top-mainvisual-menu-item__jp {
  font-family: "dotgothic16", sans-serif;
  margin-bottom: 5px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-menu-item__jp {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-top-mainvisual-menu-item__en {
  font-family: "Press Start 2P", system-ui;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-menu-item__en {
    letter-spacing: 0.1em;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top-mainvisual-menu-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px 5px;
  background-color: #FFF;
  transform: skewX(-15deg);
}
.p-top-mainvisual-menu::before {
  position: absolute;
  width: 340px;
  height: 200px;
  top: 20px;
  left: -300px;
  border-radius: 20px 5px;
  transform: skewX(-15deg);
  background-color: #EEEEEE;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-menu::before {
    content: "";
  }
}
.p-top-mainvisual-menu::after {
  position: absolute;
  width: 340px;
  height: 200px;
  top: 20px;
  right: -290px;
  border-radius: 20px 5px;
  transform: skewX(-15deg);
  background-color: #EEEEEE;
}
@media screen and (min-width: 992px) {
  .p-top-mainvisual-menu::after {
    content: "";
  }
}
.p-top-titles {
  background: url("../images/top/img_bg_title.jpg") no-repeat center center;
  background-position: 30% 0%;
}
.p-top-titles-cover {
  margin-bottom: 60px;
}
.p-top-titles-cover:last-child {
  margin-bottom: 0;
}
.p-top-titles-cover:last-child .p-top-titles-list::before {
  display: none;
}
.p-top-titles-cover:last-child .p-top-titles-list::after {
  display: none;
}
.p-top-titles-list {
  flex-direction: column;
  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;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-top-titles-list {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
    flex-direction: row;
  }
}
.p-top-titles-list::before {
  position: absolute;
  width: 348px;
  height: 300px;
  top: 0;
  left: -328px;
  border-radius: 20px 5px;
  transform: skewX(-15deg);
  background-color: #FFF;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}
@media screen and (min-width: 992px) {
  .p-top-titles-list::before {
    content: "";
  }
}
.p-top-titles-list::after {
  position: absolute;
  width: 348px;
  height: 300px;
  top: 0;
  right: -328px;
  border-radius: 20px 5px;
  transform: skewX(-15deg);
  background-color: #FFF;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}
@media screen and (min-width: 992px) {
  .p-top-titles-list::after {
    content: "";
  }
}
.p-top-titles-item {
  width: 80%;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-top-titles-item {
    width: 28%;
    height: auto;
    margin-right: -1%;
    margin-bottom: 0;
  }
}
.p-top-titles-item:last-child {
  margin: 0;
}
.p-top-titles-item:hover {
  position: relative;
  opacity: 1;
}
.p-top-titles-item:hover::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon/icon_arrow_right.svg");
  background-position: center;
  background-size: contain;
  left: 25px;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: 25px;
}
@media screen and (min-width: 768px) {
  .p-top-titles-item:hover::after {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    right: 25px;
  }
}
.p-top-titles-item:hover .p-top-titles-item__link {
  opacity: 1;
}
.p-top-titles-item__link {
  width: 100%;
  height: 180px;
  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;
}
@media screen and (min-width: 992px) {
  .p-top-titles-item__link {
    height: 300px;
  }
}
.p-top-titles-item__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px 5px;
  background-color: #FFF;
  transform: skewX(-15deg);
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}
.p-top-titles-item-logo {
  width: 160px;
  height: 160px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-titles-item-logo {
    width: 200px;
    height: 200px;
  }
}
.p-top-titles-item-logo--l {
  width: 180px;
  height: 180px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-titles-item-logo--l {
    width: 280px;
    height: 280px;
  }
}
.p-top-titles-item-logo img {
  height: 100%;
  object-fit: contain;
}
.p-top-ex {
  background: url("../images/top/img_bg_ex.jpg") no-repeat center center;
  background-size: cover;
  background-position: 70% 100%;
}
@media screen and (min-width: 992px) {
  .p-top-ex {
    padding-top: 100px;
    background-size: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-ex .p-top-ttl {
    margin: 0;
  }
}
.p-top-ex-wrap {
  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;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-top-ex-wrap {
    flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
}
.p-top-ex-item {
  width: 80%;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-top-ex-item {
    width: 28%;
    height: auto;
    margin-right: -1%;
    margin-bottom: 0;
  }
}
.p-top-ex-item:last-child {
  margin: 0;
}
.p-top-ex-item:hover {
  position: relative;
  opacity: 1;
}
.p-top-ex-item:hover::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon/icon_arrow_right.svg");
  background-position: center;
  background-size: contain;
  left: 25px;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: 25px;
}
@media screen and (min-width: 768px) {
  .p-top-ex-item:hover::after {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    right: 25px;
  }
}
.p-top-ex-item:hover .p-top-ex-item__link {
  opacity: 1;
}
.p-top-ex-item__link {
  width: 100%;
  height: 180px;
  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;
}
@media screen and (min-width: 992px) {
  .p-top-ex-item__link {
    height: 300px;
  }
}
.p-top-ex-item__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px 5px;
  background-color: #FFF;
  transform: skewX(-15deg);
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}
.p-top-ex-item-logo {
  width: 160px;
  height: 160px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-ex-item-logo {
    width: 200px;
    height: 200px;
  }
}
.p-top-ex-item-logo--l {
  width: 180px;
  height: 180px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-ex-item-logo--l {
    width: 320px;
    height: 320px;
  }
}
.p-top-ex-item-logo img {
  height: 100%;
  object-fit: contain;
}
.p-top-news {
  background-color: #000;
  padding: 20px 0;
}
@media screen and (min-width: 992px) {
  .p-top-news {
    padding: 0 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.p-top-news-ttl {
  position: relative;
  width: 110%;
  height: 120px;
  padding: 20px 60px;
  margin-left: -40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-top-news-ttl {
    padding: 80px 0;
    width: 36%;
    height: 600px;
    margin-left: -100px;
    margin-bottom: 0;
    margin-right: 80px;
  }
}
.p-top-news-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px 5px;
  background-color: #FFF;
  transform: skewX(-15deg);
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
  background-image: url("../images/top/img_news_ttl.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top-news-ttl .p-top-ttl {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .p-top-news-ttl .p-top-ttl {
    margin: 0 auto 0 180px;
  }
}
.p-top-news-wrap {
  width: 100%;
  position: relative;
  padding: 40px 20px;
  background-color: #423938;
}
@media screen and (min-width: 992px) {
  .p-top-news-wrap {
    width: 80%;
    margin-right: -50%;
    padding: 60px 100px 60px 60px;
    background-color: inherit;
  }
  .p-top-news-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px 5px;
    background-color: #423938;
    transform: skewX(-15deg);
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
  }
}
.p-top-news-line {
  width: 100%;
  height: 20px;
  background-image: url("../images/top/img_news_line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .p-top-news-line {
    background-size: cover;
  }
}
.p-top-news-line--up {
  left: 0px;
  top: 10px;
}
@media screen and (min-width: 992px) {
  .p-top-news-line--up {
    left: 100px;
  }
}
.p-top-news-line--down {
  left: 0px;
  bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-top-news-line--down {
    left: -40px;
  }
}
.p-top-news-list {
  padding-bottom: 20px;
  height: 360px;
  overflow-y: scroll;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-news-list {
    height: 480px;
    padding: 0 18% 40px 4%;
  }
}
.p-top-news-item {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .p-top-news-item {
    margin-bottom: 25px;
    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;
  }
}
.p-top-news-item:last-child {
  margin-bottom: 0;
}
.p-top-news-item:hover {
  position: relative;
  opacity: 1;
}
.p-top-news-item:hover .p-top-news-item__link {
  opacity: 1;
}
.p-top-news-item:hover .p-top-news-item__link::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon/icon_arrow_right.svg");
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: 25px;
}
@media screen and (min-width: 992px) {
  .p-top-news-item:hover .p-top-news-item__link::after {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    right: 25px;
  }
}
.p-top-news-item__link {
  text-decoration: none;
  color: inherit;
  width: 100%;
  background-color: #FFF;
  padding: 15px 10px;
  border-radius: 10px 0 10px 0;
  transition: all .2s ease;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-news-item__link {
    padding: 20px;
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.p-top-news-item__link::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon/icon_arrow_right.svg");
  background-position: center;
  background-size: contain;
  transition: all .2s ease;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: 10px;
}
@media screen and (min-width: 992px) {
  .p-top-news-item__link::after {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    right: 20px;
  }
}
.p-top-news-item-date {
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
  font-family: "Press Start 2P", system-ui;
  line-height: 1.6em;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-top-news-item-date {
    font-size: 14px;
    font-size: 0.875rem;
    width: 30%;
    margin: 0;
  }
}
.p-top-news-item-ttl {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  font-family: "dotgothic16", sans-serif;
  border-radius: 0 0 10px 0;
  position: relative;
  line-height: 1.6em;
  padding-right: 20px;
  color: #1a9ddf;
}
@media screen and (min-width: 992px) {
  .p-top-news-item-ttl {
    font-size: 18px;
    font-size: 1.125rem;
    width: 65%;
    padding: 0;
  }
}
.p-top-about {
  background-color: #000;
  background-image: url("../images/top/img_bg_about.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .p-top-about {
    padding-bottom: 0;
  }
}
.p-top-about .p-top-ttl {
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-about .p-top-ttl {
    margin-bottom: 60px;
  }
}
.p-top-about-table {
  padding: 20px;
  background-color: #f5f5f5;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-about-table {
    padding: 40px;
  }
}
.p-top-about-table-wrap {
  overflow-x: scroll;
}
@media screen and (min-width: 992px) {
  .p-top-about-table-wrap {
    overflow-x: hidden;
  }
}
.p-top-about-topic {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .p-top-about-topic {
    padding: 40px 30px;
    margin-bottom: 60px;
  }
}
.p-top-about-topic::before {
  content: "";
  display: block;
  background-image: url("../images/top/img_about_frame.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 40px;
  background-size: contain;
}
.p-top-about-topic::after {
  content: "";
  display: block;
  background-image: url("../images/top/img_about_frame.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 40px;
  background-size: contain;
  transform: rotate(-180deg);
}
.p-top-about-topic-wrap {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-top-about-topic-wrap {
    padding: 20px;
  }
}
.p-top-about-topic-ttl {
  font-family: "dotgothic16", sans-serif;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8em;
  margin-bottom: 20px;
  color: #FFF;
}
@media screen and (min-width: 992px) {
  .p-top-about-topic-ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-top-about-topic-txt {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-weight: 600;
  color: #FFF;
}
@media screen and (min-width: 992px) {
  .p-top-about-topic-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-top-about-list {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-top-about-list {
    margin-bottom: 50px;
  }
}
.p-top-about-item {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .p-top-about-item {
    margin-bottom: 25px;
    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;
  }
}
.p-top-about-item:last-child {
  margin-bottom: 0;
}
.p-top-about-item-ttl {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
  background-color: #FFF;
  width: 100%;
  padding: 10px 15px;
  font-family: "dotgothic16", sans-serif;
  font-weight: 600;
  border-radius: 10px 0 0 0;
  line-height: 1.6em;
}
@media screen and (min-width: 992px) {
  .p-top-about-item-ttl {
    font-size: 18px;
    font-size: 1.125rem;
    width: 30%;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 20px 40px;
    height: 70px;
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
.p-top-about-item-txt {
  font-weight: 600;
  letter-spacing: 0.1em;
  background-color: #FFF;
  width: 100%;
  padding: 10px 15px;
  border-radius: 0 0 10px 0;
  position: relative;
  line-height: 1.6em;
}
@media screen and (min-width: 992px) {
  .p-top-about-item-txt {
    font-size: 18px;
    font-size: 1.125rem;
    width: 65%;
    padding: 20px 40px;
    height: 70px;
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-top-about-item-txt__note {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .p-top-about-item-txt__note {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-top-about-item-txt-map {
  margin-top: 20px;
  width: 100%;
  height: 240px;
}
@media screen and (min-width: 992px) {
  .p-top-about-item-txt-map {
    height: 480px;
  }
}
.p-top-about-item-txt-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-about-item--kaijo .p-top-about-item-ttl {
    height: 520px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-about-item--kaijo .p-top-about-item-txt {
    height: 520px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-about-item--title .p-top-about-item-ttl {
    height: 125px;
  }
}
.p-top-about-item--title .p-top-about-item-txt {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .p-top-about-item--title .p-top-about-item-txt {
    height: 125px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-about-item--exhibition .p-top-about-item-ttl {
    height: 105px;
  }
}
.p-top-about-item--exhibition .p-top-about-item-txt {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .p-top-about-item--exhibition .p-top-about-item-txt {
    height: 105px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-about-item--shusai .p-top-about-item-ttl {
    height: 124px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-about-item--shusai .p-top-about-item-txt {
    height: 124px;
  }
}
.p-top-schedule {
  background-color: #000;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-schedule {
    padding: 100px 0 80px;
  }
}
.p-top-schedule .p-top-ttl {
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-schedule .p-top-ttl {
    margin-bottom: 60px;
  }
}
.p-top-schedule-bg {
  width: 400%;
  height: 140%;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%);
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .p-top-schedule-bg {
    width: 180%;
  }
}
.p-top-schedule-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
.p-top-player--cs .p-top-ttl {
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-player--cs .p-top-ttl {
    margin-bottom: 60px;
  }
}
.p-top-sponsor {
  background-color: #000;
}
@media screen and (min-width: 992px) {
  .p-top-sponsor {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-top-sponsor-wrap {
  background-color: #FFF;
  padding: 60px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-sponsor-wrap {
    padding: 140px 40px;
  }
}
.p-top-sponsor-wrap::before {
  content: "";
  display: block;
  background-image: url("../images/top/logo_arrow_line.svg");
  background-repeat: no-repeat;
  width: 80%;
  height: 12px;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-sponsor-wrap::before {
    top: 20px;
    left: 20px;
    height: 36px;
  }
}
.p-top-sponsor-wrap::after {
  content: "";
  display: block;
  background-image: url("../images/top/logo_arrow_line.svg");
  background-repeat: no-repeat;
  width: 80%;
  height: 12px;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-sponsor-wrap::after {
    bottom: 20px;
    right: 20px;
    background-position: right;
    height: 36px;
  }
}
.p-top-sponsor .p-top-ttl {
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-sponsor .p-top-ttl {
    margin-bottom: 60px;
  }
}
.p-top-sponsor .p-top-ttl__en,
.p-top-sponsor .p-top-ttl__jp {
  color: #333333;
}
.p-top-sponsor-list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-sponsor-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.p-top-sponsor-item {
  margin: 0 auto 20px;
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .p-top-sponsor-item {
    width: 22%;
    margin-bottom: 20px;
  }
}
.p-top-sponsor-item__link {
  position: relative;
  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;
  width: 100%;
  height: 100%;
}
.p-top-sponsor-item__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px 5px;
  background-color: #FFF;
  transform: skewX(-15deg);
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}
.p-top-sponsor-item__link:hover {
  position: relative;
  opacity: 1;
}
.p-top-sponsor-item__link:hover .p-top-sponsor-item-logo::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon/icon_arrow_right.svg");
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: -20px;
}
@media screen and (min-width: 768px) {
  .p-top-sponsor-item__link:hover .p-top-sponsor-item-logo::before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    left: -40px;
  }
}
.p-top-sponsor-item-logo {
  position: relative;
}
.p-top-sponsor-item-logo--sample {
  width: 50%;
  height: 100%;
  background-image: url("../images/top/logo_sample.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .p-top-sponsor-item-logo--sample {
    width: 60%;
  }
}
.p-top-sponsor-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-top-sponsor-item:last-child {
    margin-bottom: 20px;
  }
}
.p-top-archive {
  background-color: #000;
  background-image: url("../images/top/img_bg_archive.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-top-archive .p-top-ttl {
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-archive .p-top-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-archive-list {
    padding: 0 3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
}
.p-top-archive-item {
  margin: 0 auto 20px;
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 992px) {
  .p-top-archive-item {
    width: 26%;
    height: 200px;
    margin: 0 inherit 20px;
  }
}
.p-top-archive-item__link {
  position: relative;
  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;
  width: 100%;
  height: 100%;
}
.p-top-archive-item__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px 5px;
  background-color: #FFF;
  transform: skewX(-15deg);
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}
.p-top-archive-item__link:hover {
  position: relative;
  opacity: 1;
}
.p-top-archive-item__link:hover .p-top-archive-item-logo::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon/icon_arrow_right.svg");
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: -20px;
}
@media screen and (min-width: 768px) {
  .p-top-archive-item__link:hover .p-top-archive-item-logo::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    left: -20px;
  }
}
.p-top-archive-item-logo {
  position: relative;
}
.p-top-archive-item-logo--2024 {
  width: 80%;
  height: 100%;
  background-image: url("../images/top/logo-2024.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-top-archive-item-logo--2023 {
  width: 80%;
  height: 100%;
  background-image: url("../images/top/logo-2023.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-top-archive-item-logo--2022 {
  width: 80%;
  height: 100%;
  background-image: url("../images/top/logo-2022.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-top-archive-item-logo--2021 {
  width: 80%;
  height: 100%;
  background-image: url("../images/top/logo-2021.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-top-archive-item-logo--2020 {
  width: 80%;
  height: 100%;
  background-image: url("../images/top/logo-2020.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-top-archive-item-logo--2019 {
  width: 80%;
  height: 100%;
  background-image: url("../images/top/logo-2019.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-top-archive-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .p-top-archive-item:last-child {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-archive-item:nth-child(1) {
    margin-left: 75px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-archive-item:nth-child(2) {
    margin-left: 75px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-archive-item:nth-child(3) {
    margin-left: 75px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-archive-item:nth-child(4) {
    margin-right: 75px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-archive-item:nth-child(5) {
    margin-right: 75px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-archive-item:nth-child(6) {
    margin-right: 75px;
  }
}
.p-top-cr {
  background-color: #000;
  padding: 0 40px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-cr {
    margin-bottom: 100px;
  }
}
.p-top-cr .p-top-ttl {
  margin-left: 0;
}
.p-top-cr-topic {
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-cr-topic {
    margin-left: 80px;
  }
}
.p-top-cr-topic-txt {
  margin-bottom: 20px;
  line-height: 1.4em;
  font-family: "dotgothic16", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #FFF;
}
.p-top-cr-topic-txt:last-child {
  margin-bottom: 0;
}
.p-top-ttl {
  margin: 0 auto 40px 20px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-top-ttl {
    margin: 0 auto 60px 80px;
  }
}
.p-top-ttl__sp {
  display: block;
  filter: drop-shadow(0px 10px 0px #000000) drop-shadow(0px -5px 0px #000000);
}
@media screen and (min-width: 992px) {
  .p-top-ttl__sp {
    display: none;
  }
}
.p-top-ttl__pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-top-ttl__pc {
    display: block;
    filter: drop-shadow(0px 10px 0px #000000) drop-shadow(0px -5px 0px #000000);
  }
}
.p-top-ttl__en {
  font-family: "Press Start 2P", system-ui;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  color: #FFF;
}
@media screen and (min-width: 992px) {
  .p-top-ttl__en {
    margin-bottom: 20px;
    font-size: 62px;
    font-size: 3.875rem;
  }
}
.p-top-ttl__jp {
  font-family: "dotgothic16", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  color: #FFF;
}
@media screen and (min-width: 992px) {
  .p-top-ttl__jp {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.p-top-btn {
  background-color: #FFF;
  padding: 15px 20px;
  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;
  max-width: 200px;
  border-radius: 10px;
}
.p-top-btn--green {
  background-color: #007942;
}
.p-top-btn__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-variation-settings: "wght" 500;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  color: #007942;
}
.p-top-btn__in::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/icon/icon_mail_green.svg) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
.p-top-btn__in--green {
  color: #FFF;
}
.p-top-btn__in--green::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/icon/icon_mail_w.svg) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
.p-top-cs {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: max-content;
  padding: 10px 20px;
  border-radius: 5px;
  border: 2px solid #FFF;
  box-shadow: 8px 8px 0px 2px #FFF;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .p-top-cs {
    padding: 20px 40px;
  }
}
.p-top-cs--bl {
  border: 2px solid #333;
  box-shadow: 8px 8px 0px 2px #333;
  background-color: #FFF;
}
.p-top-cs-txt {
  font-family: "Press Start 2P", system-ui;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .p-top-cs-txt {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-top-cs-txt--bl {
  color: #333;
}
.p-top-jump {
  padding-top: 110px;
  margin-top: -110px;
}
@media screen and (min-width: 768px) {
  .p-top-jump {
    padding-top: 140px;
    margin-top: -140px;
  }
}

/*アニメーションサンプル　あとで消す、絶対*/
.p-top-anime {
  padding: 20px;
  margin-bottom: 50px;
  background: #007942;
  color: #ffffff;
  position: relative;
  opacity: 0;
}
.p-top-anime.active {
  -moz-animation: sample 1300ms alternate 500ms forwards;
  -webkit-animation: sample 1300ms alternate 500ms forwards;
  animation: sample 1300ms alternate 500ms forwards;
}

/*[sample]の実行*/
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.15);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: scale(1.1);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    transform: scale(1);
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
/*[sample]の実行*/
@-moz-keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*tab*/
/*タブ切り替え全体のスタイル*/
.p-top-tabs {
  margin: 0 auto;
}

.p-top-tab-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-top-tab-item {
  width: 48%;
  background-color: #837A78;
  color: #FFF;
  padding: 20px 10px;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "dotgothic16", sans-serif;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-tab-item {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-top-tab-content {
  background-color: #f5f5f5;
}

.p-top-tab-panel {
  display: none;
}
.p-top-tab-panel-wrap {
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .p-top-tab-panel-wrap {
    overflow-x: hidden;
  }
}
.p-top-tab-panel-btn {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto 20px;
}
.p-top-tab-panel-btn:last-child {
  margin-bottom: 0;
}

.p-top-tab-item.active {
  background-color: #FFF;
  color: #333333;
  font-weight: 600;
  position: relative;
}
.p-top-tab-item.active::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon/icon_arrow_right.svg");
  background-position: center;
  background-size: contain;
  top: calc(50% - 8px);
  left: 5px;
}
@media screen and (min-width: 768px) {
  .p-top-tab-item.active::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    left: 20px;
  }
}

.p-top-tab-panel.active {
  display: block;
  padding: 5%;
  text-align: center;
}

.p-top-tab-panel.active h2 {
  font-size: 20px;
  font-weight: bold;
}

/* =========================================================
blog - 記事・ブログ関連
========================================================= */
/*記事一覧==================*/
/*記事詳細==================*/
/* =========================================================
sitemap - サイトマップページの独自コンテンツ
========================================================= */
/* =========================================================
not_found -not_foundページの独自コンテンツ
========================================================= */
     /* =========================================================
top - topページの独自コンテンツ
========================================================= */
.p-top2 {
  /* TITLES */
  /* NEWS */
  /* ABOUT */
  /* ARCHIVE */
  /* COPYRIGHT */
  /* 共通タイトル */
  /* ボタン */
}
.p-top2-mainvisual {
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top2-mainvisual {
    height: 130vh;
  }
}
.p-top2-mainvisual-wrap {
  background: url("../images/top/img_main_demo.jpg") no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .p-top2-mainvisual-wrap {
    height: 100vh;
  }
}
.p-top2-titles {
  background-color: #797979;
}
.p-top2-titles-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-top2-titles-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.p-top2-titles-item {
  filter: drop-shadow(5px 5px 0px #000000);
  border: solid 5px #000000;
  width: 46%;
  margin: 2%;
  background-color: #FFF;
}
@media screen and (min-width: 992px) {
  .p-top2-titles-item {
    width: 240px;
    height: 240px;
    margin: 0;
  }
}
.p-top2-titles-item__link {
  height: 100%;
}
.p-top2-titles-item-logo {
  height: 100%;
}
.p-top2-titles-item-logo img {
  height: 100%;
}
.p-top2-news {
  background-color: #F3F3F3;
}
.p-top2-news-list {
  filter: drop-shadow(5px 5px 0px #000000);
  border: solid 5px #000000;
  padding: 20px;
  background-color: #FFF;
  height: 360px;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-top2-news-list {
    height: 480px;
  }
}
.p-top2-news-item {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-top2-news-item {
    margin-bottom: 25px;
  }
}
.p-top2-news-item:last-child {
  margin-bottom: 0;
}
.p-top2-news-item::after {
  content: "";
  background-color: #cdcdcd;
  margin-top: 15px;
  width: 100%;
  height: 1px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-top2-news-item::after {
    margin-top: 25px;
  }
}
.p-top2-news-item__link {
  text-decoration: none;
  color: inherit;
  width: 100%;
}
.p-top2-news-item-date {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .p-top2-news-item-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top2-news-item-ttl {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .p-top2-news-item-ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-top2-about {
  background-color: #797979;
}
.p-top2-about .l-section-cover--l {
  height: 100%;
  top: 0;
}
.p-top2-about .l-section-cover--r {
  height: 100%;
  top: 0;
}
.p-top2-about-topic {
  position: relative;
  background: url("../images/top/img_check.svg");
  background-color: #FFF;
  margin-bottom: 40px;
  filter: drop-shadow(5px 5px 0px #000000);
  border: solid 5px #000000;
}
@media screen and (min-width: 992px) {
  .p-top2-about-topic {
    padding: 40px 30px;
    margin-bottom: 60px;
  }
}
.p-top2-about-topic-wrap {
  position: relative;
  z-index: 10;
  padding: 20px;
}
.p-top2-about-topic-ttl {
  font-family: "dotgothic16", sans-serif;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8em;
  margin-bottom: 20px;
  color: #FFF;
  background-color: #000;
  padding: 20px 10px;
  border: thick double #FFF;
}
@media screen and (min-width: 992px) {
  .p-top2-about-topic-ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-top2-about-topic-logo {
  width: 300px;
  height: 150px;
  background: url("../images/common/logo_espo_01.svg") no-repeat center center;
  margin: 0 auto 20px;
}
.p-top2-about-topic-txt {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .p-top2-about-topic-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-top2-about-item {
  filter: drop-shadow(5px 5px 0px #000000);
  border: solid 5px #000000;
  margin-bottom: 20px;
  background-color: #FFF;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .p-top2-about-item {
    margin-bottom: 40px;
  }
}
.p-top2-about-item:last-child {
  margin-bottom: 0;
}
.p-top2-about-item-ttl {
  border-bottom: solid 2.5px #000000;
  padding: 15px 10PX;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8em;
  margin-bottom: 20px;
  color: #FFF;
  background-color: #000;
  padding: 20px 10px;
  border: thick double #FFF;
}
@media screen and (min-width: 992px) {
  .p-top2-about-item-ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top2-about-item-txt {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 10px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
@media screen and (min-width: 992px) {
  .p-top2-about-item-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-top2-about-item-txt__note {
  padding-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 992px) {
  .p-top2-about-item-txt__note {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top2-about-item-map {
  margin-top: 15px;
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 992px) {
  .p-top2-about-item-map {
    height: 640px;
  }
}
.p-top2-about-item-map iframe {
  width: 100%;
  height: 100%;
}
.p-top2-archive {
  background-color: #797979;
}
@media screen and (min-width: 992px) {
  .p-top2-archive-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.p-top2-archive-item {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  filter: drop-shadow(5px 5px 0px #000000);
  border: solid 5px #000000;
}
@media screen and (min-width: 992px) {
  .p-top2-archive-item {
    width: 48%;
    margin: 1%;
  }
}
.p-top2-archive-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .p-top2-archive-item:last-child {
    margin: 1%;
  }
}
.p-top2-cr {
  padding-bottom: 100px;
}
.p-top2-cr-topic {
  padding: 20px;
  position: relative;
  background-color: #FFF;
  margin-bottom: 40px;
  filter: drop-shadow(5px 5px 0px #000000);
  border: solid 5px #000000;
}
.p-top2-cr-topic-txt {
  margin-bottom: 20px;
  line-height: 1.4em;
  font-family: "dotgothic16", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.p-top2-cr-topic-txt:last-child {
  margin-bottom: 0;
}
.p-top2-ttl {
  margin: 0 auto 30px;
  margin-top: -30%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-top2-ttl {
    margin-bottom: 40px;
    margin-top: -20%;
  }
}
.p-top2-ttl__sp {
  display: block;
  filter: drop-shadow(0px 10px 0px #000000) drop-shadow(0px -5px 0px #000000);
}
@media screen and (min-width: 992px) {
  .p-top2-ttl__sp {
    display: none;
  }
}
.p-top2-ttl__pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-top2-ttl__pc {
    display: block;
    filter: drop-shadow(0px 10px 0px #000000) drop-shadow(0px -5px 0px #000000);
  }
}
.p-top2-ttl img {
  width: 100%;
}
.p-top2-ttl-img {
  position: absolute;
  filter: drop-shadow(6px 8px 0px #000000);
}
.p-top2-ttl-img--title {
  top: 10px;
  left: 6px;
}
@media screen and (min-width: 992px) {
  .p-top2-ttl-img--title {
    top: 40px;
    left: 30px;
  }
}
.p-top2-ttl-img--title__in {
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/top/img_game.png") no-repeat center center;
  background-size: contain;
  transform: rotate(-15deg);
}
@media screen and (min-width: 992px) {
  .p-top2-ttl-img--title__in {
    width: 360px;
    height: 360px;
    transform: rotate(-10deg);
  }
}
.p-top2-ttl-img--news {
  top: 10px;
  right: 6px;
}
@media screen and (min-width: 992px) {
  .p-top2-ttl-img--news {
    top: 0px;
    right: 25px;
  }
}
.p-top2-ttl-img--news__in {
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/top/img_shigaraki.png") no-repeat center center;
  background-size: contain;
  transform: rotate(15deg);
}
@media screen and (min-width: 992px) {
  .p-top2-ttl-img--news__in {
    width: 360px;
    height: 360px;
    transform: rotate(10deg);
  }
}
.p-top2-ttl-img--about {
  top: 10px;
  left: 6px;
}
@media screen and (min-width: 992px) {
  .p-top2-ttl-img--about {
    top: -10px;
    left: 26px;
  }
}
.p-top2-ttl-img--about__in {
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/top/img_torii.png") no-repeat center center;
  background-size: contain;
  transform: rotate(-10deg);
}
@media screen and (min-width: 992px) {
  .p-top2-ttl-img--about__in {
    width: 400px;
    height: 400px;
    transform: rotate(-8deg);
  }
}
.p-top2-ttl-img--schedule {
  top: 10px;
  right: 6px;
}
@media screen and (min-width: 992px) {
  .p-top2-ttl-img--schedule {
    top: -30px;
    right: 24px;
  }
}
.p-top2-ttl-img--schedule__in {
  display: block;
  width: 92px;
  height: 92px;
  background: url("../images/top/img_ninja.png") no-repeat center center;
  background-size: contain;
  transform: rotate(12deg);
}
@media screen and (min-width: 992px) {
  .p-top2-ttl-img--schedule__in {
    width: 400px;
    height: 400px;
    transform: rotate(-8deg);
  }
}
.p-top2-ttl-img--archive {
  top: 10px;
  left: 6px;
}
@media screen and (min-width: 992px) {
  .p-top2-ttl-img--archive {
    top: -10px;
    left: 24px;
  }
}
.p-top2-ttl-img--archive__in {
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/top/img_headphone.png") no-repeat center center;
  background-size: contain;
  transform: rotate(-15deg);
}
@media screen and (min-width: 992px) {
  .p-top2-ttl-img--archive__in {
    width: 420px;
    height: 420px;
  }
}
.p-top2-ttl-img--cp {
  top: 10px;
  right: 6px;
}
@media screen and (min-width: 992px) {
  .p-top2-ttl-img--cp {
    top: -10px;
    right: 24px;
  }
}
.p-top2-ttl-img--cp__in {
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/top/img_chair.png") no-repeat center center;
  background-size: contain;
  transform: rotate(15deg);
}
@media screen and (min-width: 992px) {
  .p-top2-ttl-img--cp__in {
    width: 360px;
    height: 360px;
    transform: rotate(12deg);
  }
}
.p-top2-btn {
  background-color: #FFF;
  padding: 15px 20px;
  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;
  max-width: 200px;
  border-radius: 10px;
}
.p-top2-btn--green {
  background-color: #007942;
}
.p-top2-btn__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-variation-settings: "wght" 500;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  color: #007942;
}
.p-top2-btn__in::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/icon/icon_mail_green.svg) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
.p-top2-btn__in--green {
  color: #FFF;
}
.p-top2-btn__in--green::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/icon/icon_mail_w.svg) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}

/*アニメーションサンプル　あとで消す、絶対*/
.p-top-anime {
  padding: 20px;
  margin-bottom: 50px;
  background: #007942;
  color: #ffffff;
  position: relative;
  opacity: 0;
}
.p-top-anime.active {
  -moz-animation: sample 1300ms alternate 500ms forwards;
  -webkit-animation: sample 1300ms alternate 500ms forwards;
  animation: sample 1300ms alternate 500ms forwards;
}

/*[sample]の実行*/
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.15);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: scale(1.1);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    transform: scale(1);
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
/*[sample]の実行*/
@-moz-keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*tab*/
/*タブ切り替え全体のスタイル*/
.p-tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 0px #000000);
}

/*タブのスタイル*/
.p-tab_item {
  width: calc(50%);
  height: 50px;
  border-radius: 5px 5px 0 0;
  background-color: #333;
  font-family: "dotgothic16", sans-serif;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  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;
  flex-direction: column;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border: solid 5px #000;
  border-bottom: solid 2.5px #000;
}
.p-tab_item:last-child {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .p-tab_item {
    height: 88px;
    cursor: pointer;
  }
}

.p-tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="p-tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.p-tab_content {
  background-color: #FFF;
  display: none;
  padding: 40px 0;
  clear: both;
  overflow: hidden;
  border: #000 solid 5px;
  border-top: none;
}
@media screen and (min-width: 992px) {
  .p-tab_content {
    padding: 60px 0;
  }
}
.p-tab_content-ttl {
  font-family: "dotgothic16", sans-serif;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

/*選択されているタブのコンテンツのみを表示*/
#before:checked ~ #before-content,
#after:checked ~ #after-content {
  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;
}

/*選択されているタブのスタイルを変える*/
.p-tabs input:checked + .p-tab_item {
  background-color: #FFFFFF;
  color: #333333;
  border-bottom: none;
}

.p-top-player {
  padding-top: 0;
}
.p-top-player--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: -10px;
}
@media screen and (min-width: 992px) {
  .p-top-player--box {
    display: none;
  }
}
.p-top-player--box__cont {
  width: 100%;
  padding: 10px;
}
.p-top-player--box__cont .in-box--block__ttl {
  width: 100%;
  margin-bottom: 10px;
}
.p-top-player--box__cont .in-box--block__ttl .in-txt {
  text-align: center;
  font-weight: bold;
  font-family: "dotgothic16", sans-serif;
  background-color: #ffffff;
  padding: 12px 30px;
  cursor: pointer;
  position: relative;
}
.p-top-player--box__cont .in-box--block__ttl .in-txt::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../images/icon/icon_arrow_btm.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.p-top-player--box__cont .in-box--block__ttl.is-active .in-txt {
  background-color: #f7931e;
  color: #FFF;
}
.p-top-player--box__cont .in-box--block__ttl.is-active .in-txt::before {
  background-image: url(../images/icon/icon_arrow_btm_w.svg);
  transform: translateY(-50%) rotate(180deg);
}
.p-top-player--box__cont .in-box--block__cont {
  display: none;
}
.p-top-player--box__cont .in-box--block__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
  margin-bottom: 5px;
}
.p-top-player--box__cont .in-box--block__item {
  width: calc(100% / 2);
  padding: 5px;
}
.p-top-player--box__cont .in-box--block__item .in-txt {
  width: 100%;
  color: #ffffff;
  font-family: "dotgothic16", sans-serif;
  border: 1px solid #ffffff;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
}
.p-top-player--box__cont .in-box--block__item .in-txt::before {
  content: "";
  height: calc(100% / 4);
  width: auto;
  aspect-ratio: 1 / 1;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 6px;
  right: 6px;
}
.p-top-player--box__cont .in-box--block__item .in-txt:active {
  color: #f7931e;
  border-color: #f7931e;
}
.p-top-player--box__cont .in-box--block__item .in-txt:active::before {
  content: "";
  height: calc(100% / 4);
  width: auto;
  aspect-ratio: 1 / 1;
  border-top: 1px solid #f7931e;
  border-right: 1px solid #f7931e;
  position: absolute;
  top: 6px;
  right: 6px;
}
.p-top-player--box__cont .in-box--img {
  position: relative;
}
.p-top-player--box__cont .in-box--img .prefecture:hover {
  fill: orange;
  cursor: pointer;
}
.p-top-player--box__cont .in-box--img svg {
  width: 100%;
  height: auto;
}
.p-top-player--box__cont .in-box--img svg:hover .img-svg:hover rect {
  fill: orange;
}
.p-top-player--box__cont .in-box--img .img-svg__ {
  cursor: pointer;
}
.p-top-player--box__cont .in-box--img .img-svg__ rect {
  transition: .3s;
}
.p-top-player--box__cont .in-box--img .img-svg__.is-hover rect {
  fill: orange;
}
.p-top-player--box__cont .in-box--img .img-svg__.not-hover rect {
  fill: rgba(55, 55, 55, 0.3);
}
.p-top-player--box__cont .in-box--img .img-svg2 {
  cursor: pointer;
}
.p-top-player--box__cont .in-box--img .img-svg2 rect {
  transition: .3s;
}
.p-top-player--box__cont .in-box--img .img-svg2.is-hover rect {
  fill: orange;
}
.p-top-player-map {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-top-player-map {
    display: block;
  }
}

.p-modal {
  position: relative;
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .p-modal {
    padding-top: 76px;
  }
}
.p-modal::after {
  content: "";
  display: block;
  background-image: url("../images/top/img_modal_line.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 100%;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-position: bottom;
}
@media screen and (min-width: 992px) {
  .p-modal::after {
    bottom: 20px;
    left: 20px;
    width: 24px;
  }
}
.p-modal-close {
  color: #FFF;
  z-index: 10;
  top: 5px;
  left: 5px;
}
.p-modal-wrap {
  height: 380px;
  overflow-y: scroll;
}
@media screen and (min-width: 992px) {
  .p-modal-wrap {
    height: 600px;
  }
}
.p-modal-ttl {
  font-family: "dotgothic16", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  padding: 20px;
  color: #FFF;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-modal-ttl {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.p-modal-topic {
  margin: 0 auto;
}
.p-modal-topic-title {
  margin: 20px auto 10px;
  width: 120px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-modal-topic-title {
    margin: 30px auto 20px;
    width: 160px;
  }
}
.p-modal-topic-players {
  margin-bottom: 20px;
}
.p-modal-topic-players:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .p-modal-topic-players {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.p-modal-topic-players-bumon {
  padding: 14px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  background-color: #555555;
  border-radius: 5px 5px 0 0;
  color: #FFF;
}
@media screen and (min-width: 992px) {
  .p-modal-topic-players-bumon {
    padding: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-modal-topic-players-img {
  width: 100%;
  height: 320px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-modal-topic-players-img {
    height: 480px;
  }
}
.p-modal-topic-players-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-modal-topic-players-name {
  padding: 14px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #DFDFDF;
}
@media screen and (min-width: 992px) {
  .p-modal-topic-players-name {
    padding: 20px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-modal-topic-players-name__sub {
  padding-left: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .p-modal-topic-players-name__sub {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .p-modal .remodal-close:before {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

/* =========================================================
print - プリント表示に対する対応
========================================================= */
@media print {
  body::before {
    background: none;
  }

  .l-header,
  .l-footer {
    display: none !important;
  }

  .c-main-ttl__in {
    font-size: 30px;
  }

  .l-main {
    max-width: 100% !important;
    margin: 0 auto;
  }

  .l-main--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .l-main--row .l-main--left {
    width: calc(100% - 300px) !important;
    padding-right: 15px;
  }
  .l-main--row .slick-track, .l-main--row .slick-initialized .slick-slide {
    width: calc(100% - 300px) !important;
  }
  .l-main--row .l-side {
    max-width: 300px;
  }

  .jq-inview-fade {
    opacity: 1 !important;
    display: block !important;
    top: 0 !important;
  }

  .p-detail-images-print {
    display: block !important;
  }
  .p-detail-images-print__item {
    text-align: center;
    max-height: 500px;
    background: #ffffff;
  }
  .p-detail-images-print__in {
    max-height: 500px;
  }

  .c-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .c-table .c-th, .c-table .c-td {
    padding: 15px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-table .c-th:first-of-type, .c-table .c-td:first-of-type {
    border-top: none;
  }
  .c-table .c-th {
    width: 15%;
  }
  .c-table .c-td {
    width: 85%;
  }
  .c-table.c-table--col4 .c-th {
    width: 15%;
  }
  .c-table.c-table--col4 .c-td {
    background: #ffffff;
    width: 35%;
  }
  .c-table.c-table--col4 .c-th, .c-table.c-table--col4 .c-td {
    display: block !important;
  }
  .c-table.c-table--col4 .c-th:first-of-type, .c-table.c-table--col4 .c-td:first-of-type {
    border-top: none;
  }
  .c-table.c-table--col4 .c-th:nth-of-type(2), .c-table.c-table--col4 .c-td:nth-of-type(2) {
    border-top: none;
  }
}
/* Utility
======================================= */
/* =========================================================
text - 文字の装飾など
========================================================= */
.u-fc-main {
  color: #007942 !important;
}

.u-fc-white {
  color: #ffffff !important;
}

.u-fc-red {
  color: #c60d0d !important;
}

.u-fc-green {
  color: #766D44 !important;
}

.u-fc-blue {
  color: #2D83BA !important;
}

.u-fw-l {
  font-weight: lighter !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: 0 !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0 !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0 !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0 !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0 !important;
}

.u-m-1 {
  margin: 0.5rem !important;
}

.u-mt-1,
.u-my-1 {
  margin-top: 0.5rem !important;
}

.u-mr-1,
.u-mx-1 {
  margin-right: 0.5rem !important;
}

.u-mb-1,
.u-my-1 {
  margin-bottom: 0.5rem !important;
}

.u-ml-1,
.u-mx-1 {
  margin-left: 0.5rem !important;
}

.u-m-2 {
  margin: 1rem !important;
}

.u-mt-2,
.u-my-2 {
  margin-top: 1rem !important;
}

.u-mr-2,
.u-mx-2 {
  margin-right: 1rem !important;
}

.u-mb-2,
.u-my-2 {
  margin-bottom: 1rem !important;
}

.u-ml-2,
.u-mx-2 {
  margin-left: 1rem !important;
}

.u-m-3 {
  margin: 1.5rem !important;
}

.u-mt-3,
.u-my-3 {
  margin-top: 1.5rem !important;
}

.u-mr-3,
.u-mx-3 {
  margin-right: 1.5rem !important;
}

.u-mb-3,
.u-my-3 {
  margin-bottom: 1.5rem !important;
}

.u-ml-3,
.u-mx-3 {
  margin-left: 1.5rem !important;
}

.u-m-4 {
  margin: 2rem !important;
}

.u-mt-4,
.u-my-4 {
  margin-top: 2rem !important;
}

.u-mr-4,
.u-mx-4 {
  margin-right: 2rem !important;
}

.u-mb-4,
.u-my-4 {
  margin-bottom: 2rem !important;
}

.u-ml-4,
.u-mx-4 {
  margin-left: 2rem !important;
}

.u-m-5 {
  margin: 3rem !important;
}

.u-mt-5,
.u-my-5 {
  margin-top: 3rem !important;
}

.u-mr-5,
.u-mx-5 {
  margin-right: 3rem !important;
}

.u-mb-5,
.u-my-5 {
  margin-bottom: 3rem !important;
}

.u-ml-5,
.u-mx-5 {
  margin-left: 3rem !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0 !important;
}

.u-pr-0,
.u-px-0 {
  padding-right: 0 !important;
}

.u-pb-0,
.u-py-0 {
  padding-bottom: 0 !important;
}

.u-pl-0,
.u-px-0 {
  padding-left: 0 !important;
}

.u-p-1 {
  padding: 0.5rem !important;
}

.u-pt-1,
.u-py-1 {
  padding-top: 0.5rem !important;
}

.u-pr-1,
.u-px-1 {
  padding-right: 0.5rem !important;
}

.u-pb-1,
.u-py-1 {
  padding-bottom: 0.5rem !important;
}

.u-pl-1,
.u-px-1 {
  padding-left: 0.5rem !important;
}

.u-p-2 {
  padding: 1rem !important;
}

.u-pt-2,
.u-py-2 {
  padding-top: 1rem !important;
}

.u-pr-2,
.u-px-2 {
  padding-right: 1rem !important;
}

.u-pb-2,
.u-py-2 {
  padding-bottom: 1rem !important;
}

.u-pl-2,
.u-px-2 {
  padding-left: 1rem !important;
}

.u-p-3 {
  padding: 1.5rem !important;
}

.u-pt-3,
.u-py-3 {
  padding-top: 1.5rem !important;
}

.u-pr-3,
.u-px-3 {
  padding-right: 1.5rem !important;
}

.u-pb-3,
.u-py-3 {
  padding-bottom: 1.5rem !important;
}

.u-pl-3,
.u-px-3 {
  padding-left: 1.5rem !important;
}

.u-p-4 {
  padding: 2rem !important;
}

.u-pt-4,
.u-py-4 {
  padding-top: 2rem !important;
}

.u-pr-4,
.u-px-4 {
  padding-right: 2rem !important;
}

.u-pb-4,
.u-py-4 {
  padding-bottom: 2rem !important;
}

.u-pl-4,
.u-px-4 {
  padding-left: 2rem !important;
}

.u-p-5 {
  padding: 3rem !important;
}

.u-pt-5,
.u-py-5 {
  padding-top: 3rem !important;
}

.u-pr-5,
.u-px-5 {
  padding-right: 3rem !important;
}

.u-pb-5,
.u-py-5 {
  padding-bottom: 3rem !important;
}

.u-pl-5,
.u-px-5 {
  padding-left: 3rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

@media screen and (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0 !important;
  }

  .u-mt-sm-0,
  .u-my-sm-0 {
    margin-top: 0 !important;
  }

  .u-mr-sm-0,
  .u-mx-sm-0 {
    margin-right: 0 !important;
  }

  .u-mb-sm-0,
  .u-my-sm-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-sm-0,
  .u-mx-sm-0 {
    margin-left: 0 !important;
  }

  .u-m-sm-1 {
    margin: 0.5rem !important;
  }

  .u-mt-sm-1,
  .u-my-sm-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-sm-1,
  .u-mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-sm-1,
  .u-my-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-sm-1,
  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-sm-2 {
    margin: 1rem !important;
  }

  .u-mt-sm-2,
  .u-my-sm-2 {
    margin-top: 1rem !important;
  }

  .u-mr-sm-2,
  .u-mx-sm-2 {
    margin-right: 1rem !important;
  }

  .u-mb-sm-2,
  .u-my-sm-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-sm-2,
  .u-mx-sm-2 {
    margin-left: 1rem !important;
  }

  .u-m-sm-3 {
    margin: 1.5rem !important;
  }

  .u-mt-sm-3,
  .u-my-sm-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-sm-3,
  .u-mx-sm-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-sm-3,
  .u-my-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-sm-3,
  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-sm-4 {
    margin: 2rem !important;
  }

  .u-mt-sm-4,
  .u-my-sm-4 {
    margin-top: 2rem !important;
  }

  .u-mr-sm-4,
  .u-mx-sm-4 {
    margin-right: 2rem !important;
  }

  .u-mb-sm-4,
  .u-my-sm-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-sm-4,
  .u-mx-sm-4 {
    margin-left: 2rem !important;
  }

  .u-m-sm-5 {
    margin: 3rem !important;
  }

  .u-mt-sm-5,
  .u-my-sm-5 {
    margin-top: 3rem !important;
  }

  .u-mr-sm-5,
  .u-mx-sm-5 {
    margin-right: 3rem !important;
  }

  .u-mb-sm-5,
  .u-my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-sm-5,
  .u-mx-sm-5 {
    margin-left: 3rem !important;
  }

  .u-p-sm-0 {
    padding: 0 !important;
  }

  .u-pt-sm-0,
  .u-py-sm-0 {
    padding-top: 0 !important;
  }

  .u-pr-sm-0,
  .u-px-sm-0 {
    padding-right: 0 !important;
  }

  .u-pb-sm-0,
  .u-py-sm-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-sm-0,
  .u-px-sm-0 {
    padding-left: 0 !important;
  }

  .u-p-sm-1 {
    padding: 0.5rem !important;
  }

  .u-pt-sm-1,
  .u-py-sm-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-sm-1,
  .u-px-sm-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-sm-1,
  .u-py-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-sm-1,
  .u-px-sm-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-sm-2 {
    padding: 1rem !important;
  }

  .u-pt-sm-2,
  .u-py-sm-2 {
    padding-top: 1rem !important;
  }

  .u-pr-sm-2,
  .u-px-sm-2 {
    padding-right: 1rem !important;
  }

  .u-pb-sm-2,
  .u-py-sm-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-sm-2,
  .u-px-sm-2 {
    padding-left: 1rem !important;
  }

  .u-p-sm-3 {
    padding: 1.5rem !important;
  }

  .u-pt-sm-3,
  .u-py-sm-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-sm-3,
  .u-px-sm-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-sm-3,
  .u-py-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-sm-3,
  .u-px-sm-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-sm-4 {
    padding: 2rem !important;
  }

  .u-pt-sm-4,
  .u-py-sm-4 {
    padding-top: 2rem !important;
  }

  .u-pr-sm-4,
  .u-px-sm-4 {
    padding-right: 2rem !important;
  }

  .u-pb-sm-4,
  .u-py-sm-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-sm-4,
  .u-px-sm-4 {
    padding-left: 2rem !important;
  }

  .u-p-sm-5 {
    padding: 3rem !important;
  }

  .u-pt-sm-5,
  .u-py-sm-5 {
    padding-top: 3rem !important;
  }

  .u-pr-sm-5,
  .u-px-sm-5 {
    padding-right: 3rem !important;
  }

  .u-pb-sm-5,
  .u-py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-sm-5,
  .u-px-sm-5 {
    padding-left: 3rem !important;
  }

  .u-m-sm-auto {
    margin: auto !important;
  }

  .u-mt-sm-auto,
  .u-my-sm-auto {
    margin-top: auto !important;
  }

  .u-mr-sm-auto,
  .u-mx-sm-auto {
    margin-right: auto !important;
  }

  .u-mb-sm-auto,
  .u-my-sm-auto {
    margin-bottom: auto !important;
  }

  .u-ml-sm-auto,
  .u-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-md-0 {
    margin: 0 !important;
  }

  .u-mt-md-0,
  .u-my-md-0 {
    margin-top: 0 !important;
  }

  .u-mr-md-0,
  .u-mx-md-0 {
    margin-right: 0 !important;
  }

  .u-mb-md-0,
  .u-my-md-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-md-0,
  .u-mx-md-0 {
    margin-left: 0 !important;
  }

  .u-m-md-1 {
    margin: 0.5rem !important;
  }

  .u-mt-md-1,
  .u-my-md-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-md-1,
  .u-mx-md-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-md-1,
  .u-my-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-md-1,
  .u-mx-md-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-md-2 {
    margin: 1rem !important;
  }

  .u-mt-md-2,
  .u-my-md-2 {
    margin-top: 1rem !important;
  }

  .u-mr-md-2,
  .u-mx-md-2 {
    margin-right: 1rem !important;
  }

  .u-mb-md-2,
  .u-my-md-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-md-2,
  .u-mx-md-2 {
    margin-left: 1rem !important;
  }

  .u-m-md-3 {
    margin: 1.5rem !important;
  }

  .u-mt-md-3,
  .u-my-md-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-md-3,
  .u-mx-md-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-md-3,
  .u-my-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-md-3,
  .u-mx-md-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-md-4 {
    margin: 2rem !important;
  }

  .u-mt-md-4,
  .u-my-md-4 {
    margin-top: 2rem !important;
  }

  .u-mr-md-4,
  .u-mx-md-4 {
    margin-right: 2rem !important;
  }

  .u-mb-md-4,
  .u-my-md-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-md-4,
  .u-mx-md-4 {
    margin-left: 2rem !important;
  }

  .u-m-md-5 {
    margin: 3rem !important;
  }

  .u-mt-md-5,
  .u-my-md-5 {
    margin-top: 3rem !important;
  }

  .u-mr-md-5,
  .u-mx-md-5 {
    margin-right: 3rem !important;
  }

  .u-mb-md-5,
  .u-my-md-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-md-5,
  .u-mx-md-5 {
    margin-left: 3rem !important;
  }

  .u-p-md-0 {
    padding: 0 !important;
  }

  .u-pt-md-0,
  .u-py-md-0 {
    padding-top: 0 !important;
  }

  .u-pr-md-0,
  .u-px-md-0 {
    padding-right: 0 !important;
  }

  .u-pb-md-0,
  .u-py-md-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-md-0,
  .u-px-md-0 {
    padding-left: 0 !important;
  }

  .u-p-md-1 {
    padding: 0.5rem !important;
  }

  .u-pt-md-1,
  .u-py-md-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-md-1,
  .u-px-md-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-md-1,
  .u-py-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-md-1,
  .u-px-md-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-md-2 {
    padding: 1rem !important;
  }

  .u-pt-md-2,
  .u-py-md-2 {
    padding-top: 1rem !important;
  }

  .u-pr-md-2,
  .u-px-md-2 {
    padding-right: 1rem !important;
  }

  .u-pb-md-2,
  .u-py-md-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-md-2,
  .u-px-md-2 {
    padding-left: 1rem !important;
  }

  .u-p-md-3 {
    padding: 1.5rem !important;
  }

  .u-pt-md-3,
  .u-py-md-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-md-3,
  .u-px-md-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-md-3,
  .u-py-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-md-3,
  .u-px-md-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-md-4 {
    padding: 2rem !important;
  }

  .u-pt-md-4,
  .u-py-md-4 {
    padding-top: 2rem !important;
  }

  .u-pr-md-4,
  .u-px-md-4 {
    padding-right: 2rem !important;
  }

  .u-pb-md-4,
  .u-py-md-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-md-4,
  .u-px-md-4 {
    padding-left: 2rem !important;
  }

  .u-p-md-5 {
    padding: 3rem !important;
  }

  .u-pt-md-5,
  .u-py-md-5 {
    padding-top: 3rem !important;
  }

  .u-pr-md-5,
  .u-px-md-5 {
    padding-right: 3rem !important;
  }

  .u-pb-md-5,
  .u-py-md-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-md-5,
  .u-px-md-5 {
    padding-left: 3rem !important;
  }

  .u-m-md-auto {
    margin: auto !important;
  }

  .u-mt-md-auto,
  .u-my-md-auto {
    margin-top: auto !important;
  }

  .u-mr-md-auto,
  .u-mx-md-auto {
    margin-right: auto !important;
  }

  .u-mb-md-auto,
  .u-my-md-auto {
    margin-bottom: auto !important;
  }

  .u-ml-md-auto,
  .u-mx-md-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }

  .u-mt-lg-0,
  .u-my-lg-0 {
    margin-top: 0 !important;
  }

  .u-mr-lg-0,
  .u-mx-lg-0 {
    margin-right: 0 !important;
  }

  .u-mb-lg-0,
  .u-my-lg-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-lg-0,
  .u-mx-lg-0 {
    margin-left: 0 !important;
  }

  .u-m-lg-1 {
    margin: 0.5rem !important;
  }

  .u-mt-lg-1,
  .u-my-lg-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-lg-1,
  .u-mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-lg-1,
  .u-my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-lg-1,
  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-lg-2 {
    margin: 1rem !important;
  }

  .u-mt-lg-2,
  .u-my-lg-2 {
    margin-top: 1rem !important;
  }

  .u-mr-lg-2,
  .u-mx-lg-2 {
    margin-right: 1rem !important;
  }

  .u-mb-lg-2,
  .u-my-lg-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-lg-2,
  .u-mx-lg-2 {
    margin-left: 1rem !important;
  }

  .u-m-lg-3 {
    margin: 1.5rem !important;
  }

  .u-mt-lg-3,
  .u-my-lg-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-lg-3,
  .u-mx-lg-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-lg-3,
  .u-my-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-lg-3,
  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-lg-4 {
    margin: 2rem !important;
  }

  .u-mt-lg-4,
  .u-my-lg-4 {
    margin-top: 2rem !important;
  }

  .u-mr-lg-4,
  .u-mx-lg-4 {
    margin-right: 2rem !important;
  }

  .u-mb-lg-4,
  .u-my-lg-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-lg-4,
  .u-mx-lg-4 {
    margin-left: 2rem !important;
  }

  .u-m-lg-5 {
    margin: 3rem !important;
  }

  .u-mt-lg-5,
  .u-my-lg-5 {
    margin-top: 3rem !important;
  }

  .u-mr-lg-5,
  .u-mx-lg-5 {
    margin-right: 3rem !important;
  }

  .u-mb-lg-5,
  .u-my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-lg-5,
  .u-mx-lg-5 {
    margin-left: 3rem !important;
  }

  .u-p-lg-0 {
    padding: 0 !important;
  }

  .u-pt-lg-0,
  .u-py-lg-0 {
    padding-top: 0 !important;
  }

  .u-pr-lg-0,
  .u-px-lg-0 {
    padding-right: 0 !important;
  }

  .u-pb-lg-0,
  .u-py-lg-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-lg-0,
  .u-px-lg-0 {
    padding-left: 0 !important;
  }

  .u-p-lg-1 {
    padding: 0.5rem !important;
  }

  .u-pt-lg-1,
  .u-py-lg-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-lg-1,
  .u-px-lg-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-lg-1,
  .u-py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-lg-1,
  .u-px-lg-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-lg-2 {
    padding: 1rem !important;
  }

  .u-pt-lg-2,
  .u-py-lg-2 {
    padding-top: 1rem !important;
  }

  .u-pr-lg-2,
  .u-px-lg-2 {
    padding-right: 1rem !important;
  }

  .u-pb-lg-2,
  .u-py-lg-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-lg-2,
  .u-px-lg-2 {
    padding-left: 1rem !important;
  }

  .u-p-lg-3 {
    padding: 1.5rem !important;
  }

  .u-pt-lg-3,
  .u-py-lg-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-lg-3,
  .u-px-lg-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-lg-3,
  .u-py-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-lg-3,
  .u-px-lg-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-lg-4 {
    padding: 2rem !important;
  }

  .u-pt-lg-4,
  .u-py-lg-4 {
    padding-top: 2rem !important;
  }

  .u-pr-lg-4,
  .u-px-lg-4 {
    padding-right: 2rem !important;
  }

  .u-pb-lg-4,
  .u-py-lg-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-lg-4,
  .u-px-lg-4 {
    padding-left: 2rem !important;
  }

  .u-p-lg-5 {
    padding: 3rem !important;
  }

  .u-pt-lg-5,
  .u-py-lg-5 {
    padding-top: 3rem !important;
  }

  .u-pr-lg-5,
  .u-px-lg-5 {
    padding-right: 3rem !important;
  }

  .u-pb-lg-5,
  .u-py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-lg-5,
  .u-px-lg-5 {
    padding-left: 3rem !important;
  }

  .u-m-lg-auto {
    margin: auto !important;
  }

  .u-mt-lg-auto,
  .u-my-lg-auto {
    margin-top: auto !important;
  }

  .u-mr-lg-auto,
  .u-mx-lg-auto {
    margin-right: auto !important;
  }

  .u-mb-lg-auto,
  .u-my-lg-auto {
    margin-bottom: auto !important;
  }

  .u-ml-lg-auto,
  .u-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-m-xl-0 {
    margin: 0 !important;
  }

  .u-mt-xl-0,
  .u-my-xl-0 {
    margin-top: 0 !important;
  }

  .u-mr-xl-0,
  .u-mx-xl-0 {
    margin-right: 0 !important;
  }

  .u-mb-xl-0,
  .u-my-xl-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-xl-0,
  .u-mx-xl-0 {
    margin-left: 0 !important;
  }

  .u-m-xl-1 {
    margin: 0.5rem !important;
  }

  .u-mt-xl-1,
  .u-my-xl-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-xl-1,
  .u-mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-xl-1,
  .u-my-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-xl-1,
  .u-mx-xl-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-xl-2 {
    margin: 1rem !important;
  }

  .u-mt-xl-2,
  .u-my-xl-2 {
    margin-top: 1rem !important;
  }

  .u-mr-xl-2,
  .u-mx-xl-2 {
    margin-right: 1rem !important;
  }

  .u-mb-xl-2,
  .u-my-xl-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-xl-2,
  .u-mx-xl-2 {
    margin-left: 1rem !important;
  }

  .u-m-xl-3 {
    margin: 1.5rem !important;
  }

  .u-mt-xl-3,
  .u-my-xl-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-xl-3,
  .u-mx-xl-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-xl-3,
  .u-my-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-xl-3,
  .u-mx-xl-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-xl-4 {
    margin: 2rem !important;
  }

  .u-mt-xl-4,
  .u-my-xl-4 {
    margin-top: 2rem !important;
  }

  .u-mr-xl-4,
  .u-mx-xl-4 {
    margin-right: 2rem !important;
  }

  .u-mb-xl-4,
  .u-my-xl-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-xl-4,
  .u-mx-xl-4 {
    margin-left: 2rem !important;
  }

  .u-m-xl-5 {
    margin: 3rem !important;
  }

  .u-mt-xl-5,
  .u-my-xl-5 {
    margin-top: 3rem !important;
  }

  .u-mr-xl-5,
  .u-mx-xl-5 {
    margin-right: 3rem !important;
  }

  .u-mb-xl-5,
  .u-my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-xl-5,
  .u-mx-xl-5 {
    margin-left: 3rem !important;
  }

  .u-p-xl-0 {
    padding: 0 !important;
  }

  .u-pt-xl-0,
  .u-py-xl-0 {
    padding-top: 0 !important;
  }

  .u-pr-xl-0,
  .u-px-xl-0 {
    padding-right: 0 !important;
  }

  .u-pb-xl-0,
  .u-py-xl-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-xl-0,
  .u-px-xl-0 {
    padding-left: 0 !important;
  }

  .u-p-xl-1 {
    padding: 0.5rem !important;
  }

  .u-pt-xl-1,
  .u-py-xl-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-xl-1,
  .u-px-xl-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-xl-1,
  .u-py-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-xl-1,
  .u-px-xl-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-xl-2 {
    padding: 1rem !important;
  }

  .u-pt-xl-2,
  .u-py-xl-2 {
    padding-top: 1rem !important;
  }

  .u-pr-xl-2,
  .u-px-xl-2 {
    padding-right: 1rem !important;
  }

  .u-pb-xl-2,
  .u-py-xl-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-xl-2,
  .u-px-xl-2 {
    padding-left: 1rem !important;
  }

  .u-p-xl-3 {
    padding: 1.5rem !important;
  }

  .u-pt-xl-3,
  .u-py-xl-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-xl-3,
  .u-px-xl-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-xl-3,
  .u-py-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-xl-3,
  .u-px-xl-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-xl-4 {
    padding: 2rem !important;
  }

  .u-pt-xl-4,
  .u-py-xl-4 {
    padding-top: 2rem !important;
  }

  .u-pr-xl-4,
  .u-px-xl-4 {
    padding-right: 2rem !important;
  }

  .u-pb-xl-4,
  .u-py-xl-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-xl-4,
  .u-px-xl-4 {
    padding-left: 2rem !important;
  }

  .u-p-xl-5 {
    padding: 3rem !important;
  }

  .u-pt-xl-5,
  .u-py-xl-5 {
    padding-top: 3rem !important;
  }

  .u-pr-xl-5,
  .u-px-xl-5 {
    padding-right: 3rem !important;
  }

  .u-pb-xl-5,
  .u-py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-xl-5,
  .u-px-xl-5 {
    padding-left: 3rem !important;
  }

  .u-m-xl-auto {
    margin: auto !important;
  }

  .u-mt-xl-auto,
  .u-my-xl-auto {
    margin-top: auto !important;
  }

  .u-mr-xl-auto,
  .u-mx-xl-auto {
    margin-right: auto !important;
  }

  .u-mb-xl-auto,
  .u-my-xl-auto {
    margin-bottom: auto !important;
  }

  .u-ml-xl-auto,
  .u-mx-xl-auto {
    margin-left: auto !important;
  }
}
/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
/*PCとSPの見え方切り替え*/
.pc-show {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-show {
    display: none !important;
  }
}

/*非表示========*/
.u-none {
  display: none !important;
}

/*lnline=========*/
.u-inline {
  display: inline !important;
}

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

.u-block {
  display: block !important;
}

/*table=========*/
.u-table {
  display: table !important;
}

.u-table-row {
  display: table-row !important;
}

.u-table-cell {
  display: table-cell !important;
}

/*flex=========*/
.u-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/*sm=============*/
@media screen and (min-width: 576px) {
  .u-sm-none {
    display: none !important;
  }

  .u-sm-inline {
    display: inline !important;
  }

  .u-sm-inline-block {
    display: inline-block !important;
  }

  .u-sm-block {
    display: block !important;
  }

  .u-sm-table {
    display: table !important;
  }

  .u-sm-table-row {
    display: table-row !important;
  }

  .u-sm-table-cell {
    display: table-cell !important;
  }

  .u-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/*md=============*/
@media screen and (min-width: 768px) {
  .u-mu-none {
    display: none !important;
  }

  .u-mu-inline {
    display: inline !important;
  }

  .u-mu-inline-block {
    display: inline-block !important;
  }

  .u-mu-block {
    display: block !important;
  }

  .u-mu-table {
    display: table !important;
  }

  .u-mu-table-row {
    display: table-row !important;
  }

  .u-mu-table-cell {
    display: table-cell !important;
  }

  .u-mu-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-mu-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/*lg=================*/
@media screen and (min-width: 992px) {
  .u-lg-none {
    display: none !important;
  }

  .u-lg-inline {
    display: inline !important;
  }

  .u-lg-inline-block {
    display: inline-block !important;
  }

  .u-lg-block {
    display: block !important;
  }

  .u-lg-table {
    display: table !important;
  }

  .u-lg-table-row {
    display: table-row !important;
  }

  .u-lg-table-cell {
    display: table-cell !important;
  }

  .u-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/*xl====================*/
@media screen and (min-width: 1200px) {
  .u-xl-none {
    display: none !important;
  }

  .u-xl-inline {
    display: inline !important;
  }

  .u-xl-inline-block {
    display: inline-block !important;
  }

  .u-xl-block {
    display: block !important;
  }

  .u-xl-table {
    display: table !important;
  }

  .u-xl-table-row {
    display: table-row !important;
  }

  .u-xl-table-cell {
    display: table-cell !important;
  }

  .u-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/*print=================*/
@media print {
  .u-print-none {
    display: none !important;
  }

  .u-print-inline {
    display: inline !important;
  }

  .u-print-inline-block {
    display: inline-block !important;
  }

  .u-print-block {
    display: block !important;
  }

  .u-print-table {
    display: table !important;
  }

  .u-print-table-row {
    display: table-row !important;
  }

  .u-print-table-cell {
    display: table-cell !important;
  }

  .u-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.u-flex-center {
  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;
}

.u-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.u-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.u-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.u-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.u-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.u-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.u-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.u-flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.u-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.u-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.u-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.u-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.u-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.u-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.u-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.u-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.u-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.u-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.u-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.u-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.u-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.u-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.u-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.u-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.u-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.u-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.u-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.u-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.u-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 576px) {
  .u-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .u-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 992px) {
  .u-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
