@charset "UTF-8";
/*! ----------------------------------------------------------------
* 01. foundation
* 02. libs
* 03. common
* 04. block
----------------------------------------------------------------- */
/*! ----------------------------------------------------------------
01.foundation
----------------------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Kaisei Opti";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/KaiseiOpti-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Kaisei Opti";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/KaiseiOpti-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "BIZ UDMincho";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/BIZUDMincho-Bold.woff2") format("woff2");
  font-display: swap;
}
/*! ----------------------------------------------------------------
02.libs
----------------------------------------------------------------- */
/*! ----------------------------------------------------------------
03.common
----------------------------------------------------------------- */
html {
  overflow-y: auto;
  font-size: 62.5%;
  line-height: 150%;
}
html.active {
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  html.active {
    overflow-y: hidden;
  }
}

body {
  position: relative;
  padding: 0;
  color: #151F41;
  word-wrap: break-word;
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: url(../img/bg.webp) 0 0 no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body::before {
    background: url(../img/bg_sp.webp) 0 0 no-repeat;
    background-size: 100%;
  }
}

section,
div {
  line-height: 150%;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  height: auto;
  background: none;
  z-index: 850;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header.vis {
  top: 0;
}
#header .header__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #17A3CF;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}
#header.active .header__bg {
  visibility: visible;
  opacity: 0.7;
}

/*---navi---*/
#navi {
  position: fixed;
  top: 0;
  right: -350px;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  display: block;
  border-radius: 0;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 850;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #navi {
    right: -110%;
    width: calc(100% - 60px);
  }
}
#navi.active {
  right: 0;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navicol {
  width: 100%;
}

#navilist {
  position: relative;
  top: 0;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
  display: block;
}
@media screen and (max-width: 767px) {
  #navilist {
    padding: 30px 0;
  }
}
#navilist .navilist__li {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 12px 0;
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #navilist .navilist__li {
    width: 100%;
    margin: 0 auto 10px;
    padding: 12px 14px;
  }
}
#navilist .navilist__li:hover {
  opacity: 1;
  color: #FD5001;
}
@media screen and (max-width: 767px) {
  #navilist .navilist__li:hover {
    opacity: 1;
  }
}
#navilist .navilist__li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  cursor: hand;
}

.btnopen {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  cursor: pointer;
  z-index: 900;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btnopen {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    display: none;
  }
}
.btnopen:hover {
  background: #17A3CF;
}
@media screen and (max-width: 767px) {
  .btnopen:hover {
    background: #fff;
  }
}
.btnopen.vis {
  top: 0;
  right: 0;
  z-index: 900;
  display: block;
}
@media screen and (max-width: 767px) {
  .btnopen.vis {
    top: 0;
    right: 0;
  }
}
.btnopen.active {
  right: 0;
}
@media screen and (max-width: 767px) {
  .btnopen.active {
    right: 0;
  }
}
.btnopen.active em::after {
  content: "閉じる";
}
.btnopen em {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  color: #000;
  display: block;
}
@media screen and (max-width: 767px) {
  .btnopen em {
    font-size: 1.1rem;
    bottom: 8px;
  }
}
.btnopen em::after {
  content: "メニュー";
  position: relative;
}
.btnopen span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 44%;
  height: 2px;
  background: #000;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btnopen span:nth-of-type(1) {
  top: 17px;
}
@media screen and (max-width: 767px) {
  .btnopen span:nth-of-type(1) {
    top: 23px;
  }
}

.btnopen span:nth-of-type(2) {
  top: 25px;
}
@media screen and (max-width: 767px) {
  .btnopen span:nth-of-type(2) {
    top: 17px;
  }
}

.btnopen span:nth-of-type(3) {
  bottom: 35px;
}
@media screen and (max-width: 767px) {
  .btnopen span:nth-of-type(3) {
    bottom: 29px;
  }
}

.btnopen.active span:nth-of-type(1) {
  top: 12px;
  -webkit-transform: translateY(13px) rotate(-315deg);
          transform: translateY(13px) rotate(-315deg);
}
@media screen and (max-width: 767px) {
  .btnopen.active span:nth-of-type(1) {
    top: 8px;
  }
}

.btnopen.active span:nth-of-type(2) {
  opacity: 0;
}

.btnopen.active span:nth-of-type(3) {
  bottom: 32px;
  -webkit-transform: translateY(-11px) rotate(315deg);
          transform: translateY(-11px) rotate(315deg);
}
@media screen and (max-width: 767px) {
  .btnopen.active span:nth-of-type(3) {
    bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .btnclose {
    position: fixed;
    top: 14px;
    left: 24px;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    display: block;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    cursor: hand;
    z-index: 155;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .btnclose:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 2px;
    height: 26px;
    border-radius: 50px;
    background: #17A3CF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btnclose:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 2px;
    height: 26px;
    border-radius: 50px;
    background: #17A3CF;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .btnclose:hover {
    opacity: 0.6;
  }
  .btnclose.active {
    opacity: 1;
    visibility: visible;
  }
}

main {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  main {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
main.lower {
  padding: 40px 0 0 0;
}

.mainlogo {
  width: 120px;
  margin: 0 auto 14px;
}
.mainlogo img {
  width: 100%;
  height: auto;
}

.titlecol {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .titlecol {
    margin: 0 auto 26px;
  }
}
.titlecol::after {
  position: relative;
  content: "";
  width: 130px;
  height: 4px;
  margin: 0 auto;
  display: block;
  background: #17A3CF;
}
@media screen and (max-width: 767px) {
  .titlecol::after {
    width: 100px;
  }
}
.titlecol--noline {
  margin: 0 auto 20px;
}
.titlecol--noline::after {
  display: none;
}
.titlecol__h3 {
  margin: 0 0 14px;
  padding: 0;
  font-family: "Kaisei Opti", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .titlecol__h3 {
    font-size: 2.2rem;
  }
}
.titlecol__h5 {
  position: relative;
  margin: 0;
  padding: 8px 30px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  background: #FD5001;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .titlecol__h5 {
    padding: 5px 16px;
    font-size: 1.6rem;
  }
}

#footer {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #footer {
    font-size: 1.4rem;
  }
}
#footer .footer__inner {
  padding: 70px 4% 110px;
}
@media screen and (max-width: 960px) {
  #footer .footer__inner {
    padding: 16vw 4% 40vw;
  }
}
#footer .footer__txt {
  margin: 0 0 20px;
  color: #000;
}
#footer .footer__txt:last-child {
  margin: 0;
}
#footer .footer__txt svg {
  width: 89px;
  height: auto;
  margin: 10px auto;
  fill: #000;
  display: block;
}
#footer small {
  font-size: 1.4rem;
}
#footer .footer__logo {
  width: 240px;
  margin: 0 auto 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  #footer .footer__logo {
    width: 180px;
  }
}
#footer .footer__logo svg {
  width: 100%;
  height: auto;
  fill: #000;
}
#footer .footer__link {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #footer .footer__link {
    font-size: 0.9em;
  }
}
#footer .footer__link:hover {
  color: #E60012;
}

.footer__bannercol {
  width: 740px;
  margin: 0 auto 20px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__bannercol {
    width: 90%;
    display: block;
  }
}
.footer__bannercol .footer__bannercol__col {
  width: 48%;
  margin: 0 1% 14px;
}
@media screen and (max-width: 767px) {
  .footer__bannercol .footer__bannercol__col {
    width: 100%;
    margin: 0 0 14px 0;
  }
}
.footer__bannercol .footer__bannercol__col img {
  width: 100%;
  height: auto;
}

.bnfc {
  margin: 0;
  width: 344px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .bnfc {
    width: 84%;
    margin: 0 auto;
  }
}

.morebtn {
  margin: 0 auto;
  width: 280px;
  height: 54px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: #17A3CF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.morebtn:hover {
  color: #fff;
  background: #FD5001;
}
@media screen and (max-width: 767px) {
  .morebtn {
    width: 84%;
    height: 44px;
    font-size: 1.6rem;
  }
}

.snscol {
  position: relative;
  margin: 0 auto;
  padding: 0;
  font-weight: 700;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .snscol {
    width: 90%;
  }
}
.snscol .snscol__col {
  position: relative;
  width: 232px;
  margin: 0 auto 30px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4em;
  list-style-type: none;
}
.snscol .snscol__col .snscol__col__li {
  position: relative;
  width: 50px;
  height: 30px;
  margin: 8px 12px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.snscol .snscol__col .snscol__col__li--tw .snscol__col__li__link {
  color: #1DA1F2 !important;
}
.snscol .snscol__col .snscol__col__li--fb .snscol__col__li__link {
  color: #1877F2 !important;
}
.snscol .snscol__col .snscol__col__li--line {
  fill: #00B900;
}
.snscol .snscol__col .snscol__col__li--line svg {
  width: 40px;
  height: auto;
  margin: 0 auto;
  fill: #00B900;
}
.snscol .snscol__col .snscol__col__li:hover {
  opacity: 0.6;
}
.snscol .snscol__col .snscol__col__li .snscol__col__li__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  cursor: hand;
}

.sharecol {
  position: fixed;
  top: 80px;
  right: -70px;
  width: 60px;
  height: 180px;
  padding: 0;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 700;
  color: #000;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 720;
}
@media screen and (max-width: 767px) {
  .sharecol {
    top: 66px;
    width: 50px;
    height: 142px;
    font-size: 0.9rem;
  }
}
.sharecol.vis {
  visibility: visible;
  right: 0;
  opacity: 1;
}
.sharecol .sharecol__tt {
  position: relative;
  margin: 0 auto 10px;
  padding: 14px 0 0 0;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .sharecol .sharecol__tt {
    padding: 8px 0 0 0;
  }
}
.sharecol .sharebtn__col {
  margin: 0 auto;
  padding: 0 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
}
.sharecol .sharebtn__col .sharebtn__col__li {
  position: relative;
  width: 60px;
  height: 36px;
  margin: 4px 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .sharecol .sharebtn__col .sharebtn__col__li {
    margin: 0 auto;
    width: 42px;
    height: 36px;
  }
}
.sharecol .sharebtn__col .sharebtn__col__li i {
  font-size: 2.8rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .sharecol .sharebtn__col .sharebtn__col__li i {
    font-size: 2.4rem;
  }
}
.sharecol .sharebtn__col .sharebtn__col__li--tw svg {
  width: 24px;
  height: auto;
  margin: 0;
  fill: #000;
}
@media screen and (max-width: 767px) {
  .sharecol .sharebtn__col .sharebtn__col__li--tw svg {
    width: 18px;
    height: auto;
  }
}
.sharecol .sharebtn__col .sharebtn__col__li--fb svg {
  width: 16px;
  height: auto;
  margin: 0;
  fill: #00B900;
}
@media screen and (max-width: 767px) {
  .sharecol .sharebtn__col .sharebtn__col__li--fb svg {
    width: 13px;
    height: auto;
  }
}
.sharecol .sharebtn__col .sharebtn__col__li--line svg {
  width: 30px;
  height: auto;
  margin: 0;
  fill: #00B900;
}
@media screen and (max-width: 767px) {
  .sharecol .sharebtn__col .sharebtn__col__li--line svg {
    width: 25px;
    height: auto;
  }
}
.sharecol .sharebtn__col .sharebtn__col__li:hover {
  opacity: 0.6;
}
.sharecol .sharebtn__col .sharebtn__col__li .sharebtn__col__li__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  cursor: hand;
}

#footer__nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -70px;
  width: 90%;
  max-width: 800px;
  height: 54px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  display: block;
  border-radius: 6px 6px 0 0;
  z-index: 500;
  z-index: 200;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #footer__nav {
    width: 90%;
    height: 106px;
    margin: 0 auto;
  }
}
#footer__nav.vis {
  bottom: 0;
  z-index: 500;
}
#footer__nav .footer__navilist {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}
#footer__nav .footer__navilist__li {
  position: relative;
  width: 31.33%;
  height: 54px;
  margin: 0 1%;
  padding: 0;
}
#footer__nav .footer__navilist__li a {
  position: relative;
  width: 100%;
  height: 54px;
  margin: 0;
  padding: 0 4%;
  color: #fff;
  background: #17A3CF;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  place-content: center;
  border-radius: 6px 6px 0 0;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #footer__nav .footer__navilist__li a {
    height: 50px;
    font-size: 1.6rem;
  }
}
#footer__nav .footer__navilist__li a:hover {
  background: #FD5001;
}
@media screen and (max-width: 767px) {
  #footer__nav .footer__navilist__li a:hover {
    background: #17A3CF;
  }
}
#footer__nav .footer__navilist__li a em {
  margin: 0 0 4px;
  font-size: 1.4rem;
  font-style: normal;
  display: block;
}
@media screen and (max-width: 767px) {
  #footer__nav .footer__navilist__li a em {
    margin: 0 6px 0 0;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  #footer__nav .footer__navilist__li--otameshi, #footer__nav .footer__navilist__li--kitbuy {
    width: 48% !important;
    margin: 0 1% 6px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  #footer__nav .footer__navilist__li--otameshi a, #footer__nav .footer__navilist__li--kitbuy a {
    border-radius: 6px !important;
    border: 3px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  #footer__nav .footer__navilist__li--answer {
    width: 100% !important;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  #footer__nav .footer__navilist__li--answer a {
    border: 3px solid #fff;
  }
}

.footer__snscol {
  width: 278px;
  margin: 0 auto 34px;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__snscol {
    margin: 0 auto 24px;
  }
}
.footer__snscol .footer__snscol__li {
  position: relative;
  width: 54px;
  height: 54px;
  margin: 0 10px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .footer__snscol .footer__snscol__li {
    width: 44px;
    height: 44px;
    margin: 0 10px;
  }
}
.footer__snscol .footer__snscol__li--fb {
  background: #1877F2;
}
.footer__snscol .footer__snscol__li--fb svg {
  width: 16px;
  height: auto;
  margin: 0;
  fill: #fff !important;
}
@media screen and (max-width: 767px) {
  .footer__snscol .footer__snscol__li--fb svg {
    width: 12px;
    height: auto;
  }
}
.footer__snscol .footer__snscol__li--tw {
  background: #000;
}
.footer__snscol .footer__snscol__li--tw svg {
  width: 26px;
  height: auto;
  margin: 0;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .footer__snscol .footer__snscol__li--tw svg {
    width: 20px;
    height: auto;
  }
}
.footer__snscol .footer__snscol__li--insta {
  background: -webkit-linear-gradient(225deg, #c0009d 0%, #ec0017 50%, #fec21d 100%) no-repeat;
  background: linear-gradient(-135deg, #c0009d 0%, #ec0017 50%, #fec21d 100%) no-repeat;
}
.footer__snscol .footer__snscol__li--insta svg {
  width: 34px;
  height: auto;
  margin: 0;
  fill: #fff !important;
}
@media screen and (max-width: 767px) {
  .footer__snscol .footer__snscol__li--insta svg {
    width: 26px;
    height: auto;
  }
}
.footer__snscol .footer__snscol__li:hover {
  opacity: 0.6;
}
.footer__snscol .footer__snscol__li__link {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__snscol .footer__snscol__li__link {
    width: 44px;
    height: 44px;
  }
}

.btnticket {
  position: fixed;
  right: 0;
  bottom: 120px;
  width: 114px;
  height: 116px;
  background-size: cover;
  text-decoration: none;
  /*visibility: hidden;
  opacity: 0;*/
  background: url(../img/btn_ticket.webp) 50% 50% no-repeat;
  background-size: cover;
  z-index: 700;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btnticket {
    bottom: 88px;
    width: 84px;
    height: 86px;
  }
}
.btnticket.vis {
  visibility: visible;
  opacity: 1;
}
.btnticket:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .btnticket:hover {
    opacity: 1;
  }
}

.btnotameshi {
  position: fixed;
  right: 0;
  bottom: 6px;
  width: 114px;
  height: 116px;
  background-size: cover;
  text-decoration: none;
  /*visibility: hidden;
  opacity: 0;*/
  background: url(../img/btn_nazo.webp) 50% 50% no-repeat;
  background-size: cover;
  z-index: 700;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btnotameshi {
    bottom: 3px;
    width: 84px;
    height: 86px;
  }
}
.btnotameshi.vis {
  visibility: visible;
  opacity: 1;
}
.btnotameshi:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .btnotameshi:hover {
    opacity: 1;
  }
}

.topBtn {
  position: fixed;
  bottom: -40px;
  right: 0;
  color: #fff;
  text-decoration: none;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  z-index: 700;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.topBtn.active {
  bottom: 80px;
}
.topBtn:before {
  position: absolute;
  content: "\f077";
  top: 13px;
  left: 0;
  width: 100%;
  line-height: 100%;
  font-family: "Font Awesome 5 Free";
  font-size: 100%;
  font-weight: 900;
  text-align: center;
}
.topBtn:hover {
  background: #FD5001;
  text-decoration: none;
}
.topBtn a {
  font-size: 90%;
  color: #fff;
}
.topBtn a:hover {
  text-decoration: none;
}

.btn01 {
  width: 368px;
  height: 54px;
  margin: 8px auto 0;
  padding: 14px 4px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  background: #FD5001;
  border: 1px solid #000;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn01 {
    width: 94%;
    height: 44px;
    padding: 10px 4px;
    font-size: 1.5rem;
  }
}
.btn01:hover {
  color: #fff;
  background: #17A3CF;
}
@media screen and (max-width: 767px) {
  .btn01:hover {
    opacity: 1;
    background: #FD5001;
  }
}
.btn01--cont {
  margin: 14px auto 30px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
.btn01--cont:hover {
  color: #fff !important;
  background: #000 !important;
}
.btn01--normal {
  margin: 14px 0 0;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .btn01--normal {
    width: 100%;
  }
}
.btn01--normal:hover {
  color: #fff !important;
  background: #000 !important;
}
.btn01--nomargin {
  margin: 0 auto;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .btn01--nomargin {
    width: 90%;
  }
}
.btn01--nomargin:hover {
  color: #fff !important;
  background: #000 !important;
}

p {
  line-height: 150%;
  margin: 0 0 16px 0;
}
p:last-child {
  margin: 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

a {
  cursor: pointer;
  color: #17A3CF;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #FD5001;
}
a img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a img:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  a img:hover {
    opacity: 1;
  }
}

a:focus,
*:focus {
  outline: none;
}

.is-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}

.yellow {
  color: #f8f401;
}

.red {
  color: #E60012;
  font-weight: 700;
}

.nazofont {
  font-family: "BIZ UDMincho", serif !important;
}

.p10 {
  padding: 10px;
}

#mainimgWrap {
  position: relative;
  margin: 0;
  padding: 56.22% 0 0 0;
  width: 100%;
  background: url(../img/mainimg.webp) 50% 50% no-repeat;
  background-size: cover;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  #mainimgWrap {
    margin: 0;
    padding: 141.38% 0 0 0;
    background: url(../img/mainimg_sp.png) 50% 50% no-repeat;
    background-size: cover;
  }
}
#mainimgWrap h1 {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}

.frameWrap {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 50px;
  padding: 40px 0;
  background: #fff;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .frameWrap {
    width: 94%;
    max-width: 94%;
    margin: 0 auto 40px;
    padding: 30px 0;
  }
}
.frameWrap:last-child {
  margin: 0 auto;
}
.frameWrap__inner {
  position: relative;
  margin: 0;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .frameWrap__inner {
    padding: 0 4%;
  }
}

.dateWrap {
  position: relative;
  width: 380px;
  margin: 0 auto;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .dateWrap {
    width: 290px;
  }
}
.dateWrap__txt {
  margin: 0;
  padding: 16px 4% 10px;
  font-size: 1.9rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dateWrap__txt {
    margin: 0;
    padding: 12px 2% 10px;
    font-size: 1.6rem;
  }
}
.dateWrap__txt__date {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dateWrap__txt__date {
    font-size: 1.6rem;
  }
}
.dateWrap__txt__date span {
  margin: 0 2px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .dateWrap__txt__date span {
    font-size: 2.2rem;
  }
}

#taglineWrap {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  text-indent: -9999px;
}
@media screen and (max-width: 767px) {
  #taglineWrap {
    margin: 0;
    padding: 0;
  }
}
#taglineWrap h2 {
  position: relative;
  margin: 0;
  padding: 22.4% 0 0 0;
  background: url(../img/tagline.webp) 50% 20% no-repeat;
  background-size: cover !important;
  z-index: 110;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  #taglineWrap h2 {
    padding: 47.18% 0 0 0;
    background: url(../img/tagline_sp.webp) 50% 20% no-repeat;
    background-size: cover !important;
  }
}

.splideWrap {
  position: relative;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .splideWrap {
    margin: 0;
  }
}
.splideWrap .splide {
  margin: 0;
}
.splideWrap .splide__slide {
  margin: 0 !important;
  padding: 0 !important;
}
.splideWrap .splide__slide img {
  height: 210px;
  display: block;
}
@media screen and (max-width: 960px) {
  .splideWrap .splide__slide img {
    height: 150px;
    display: block;
  }
}

.newsWrap {
  position: relative;
  width: 100%;
  margin: 0 auto 70px;
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .newsWrap {
    width: 100%;
    margin: 0 auto 50px;
    padding: 30px 0;
  }
}
.newsWrap__inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 910px;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 80px;
}
@media screen and (max-width: 960px) {
  .newsWrap__inner {
    width: 90%;
    max-width: 90%;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.newsWrap .title__h3 {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Kaisei Opti", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .newsWrap .title__h3 {
    font-size: 2.4rem;
    text-align: center;
  }
}
.newsWrap a {
  color: #000;
  text-decoration: none;
}
.newsWrap .newsWrap__list {
  position: relative;
  width: 100%;
  height: 90px;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .newsWrap .newsWrap__list {
    margin: 0;
    width: 100%;
  }
}
.newsWrap .newsWrap__list__dl {
  position: relative;
  margin: 0 auto;
  padding: 0 0 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .newsWrap .newsWrap__list__dl {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
.newsWrap .newsWrap__list__dl:hover {
  color: #FD5001;
  opacity: 1;
}
.newsWrap .newsWrap__list__dl--nolink {
  cursor: none;
  pointer-events: none;
}
.newsWrap .newsWrap__list__dl--nolink::before {
  display: none;
}
.newsWrap .newsWrap__list__dl__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  cursor: hand;
}
.newsWrap .newsWrap__list__dt {
  width: 20%;
  margin: 0 3% 0 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .newsWrap .newsWrap__list__dt {
    width: 100%;
    margin: 0;
  }
}
.newsWrap .newsWrap__list__dd {
  width: 77%;
  margin: 0;
  padding: 0 7% 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .newsWrap .newsWrap__list__dd {
    width: 100%;
    margin: 0;
    padding: 0 6% 0 0;
  }
}

.aboutWrap {
  position: relative;
  margin: 0 auto 70px;
  padding: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .aboutWrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0;
  }
}
.aboutWrap__inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .aboutWrap__inner {
    padding: 0;
  }
}
.aboutWrap .aboutslide {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .aboutWrap .aboutslide {
    margin: 0 0 20px;
  }
}
.aboutWrap__article {
  margin: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.aboutWrap__article__txtcol {
  position: relative;
  width: 90%;
  max-width: 820px;
  margin: 30px auto;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aboutWrap__article__txtcol {
    width: 90%;
    max-width: 90%;
    margin: 20px auto;
    font-size: 1.4rem;
  }
}
.aboutWrap__article__txtcol p {
  line-height: 180%;
}
.aboutWrap__article__txtcol--h4 {
  margin: 0 0 14px;
  padding: 0;
  font-family: "Kaisei Opti", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  color: #17A3CF;
}
@media screen and (max-width: 767px) {
  .aboutWrap__article__txtcol--h4 {
    font-size: 2rem;
  }
}
.aboutWrap__article__photocol {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .aboutWrap__article__photocol {
    margin: 0 auto;
  }
}
.aboutWrap__article__photocol__box {
  margin: 0 20px;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 766px) {
  .aboutWrap__article__photocol__box {
    margin: 0 6px;
  }
}
.aboutWrap__article__photocol img {
  width: 100%;
  height: auto;
}
.aboutWrap__article__photocol .slick-prev,
.aboutWrap__article__photocol .slick-next {
  top: 50%;
}
@media screen and (max-width: 960px) {
  .aboutWrap__article__photocol .slick-prev,
  .aboutWrap__article__photocol .slick-next {
    top: 30%;
  }
}
.aboutWrap__article__photocol .slick-prev::before,
.aboutWrap__article__photocol .slick-next::before {
  color: #E7B05A;
}
.aboutWrap__article__photocol .slick-next {
  right: -36px;
}
.aboutWrap__article__photocol .slick-prev {
  left: -36px;
}
.aboutWrap__dl {
  margin: 30px 0 0 0;
  padding: 0 4%;
  display: block;
}
@media screen and (max-width: 767px) {
  .aboutWrap__dl {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.aboutWrap__dt {
  width: 200px;
  margin: 0 auto 10px;
  padding: 0;
}
.aboutWrap__dt span {
  height: 36px;
  color: #fff;
  font-family: "Kaisei Opti", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  background: #17A3CF;
  display: grid;
  place-content: center;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .aboutWrap__dt span {
    width: 174px;
    height: 30px;
    margin: 0 auto;
    font-size: 1.7rem;
  }
}
.aboutWrap__dd {
  margin: 0;
  padding: 0;
  text-align: center;
}
.aboutWrap__dd__txt {
  font-size: 1.6rem;
}
.aboutWrap__dd__txt small {
  font-size: 1.3rem;
  line-height: 130%;
  display: block;
}

#specialWrap {
  position: relative;
  margin: 0 -60px;
  padding: 6vw 0 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  #specialWrap {
    margin: 0 auto;
    padding: 50px 0 0;
  }
}
#specialWrap .specialWrap__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #specialWrap .specialWrap__list {
    width: 94%;
    margin: 0 auto;
  }
}
#specialWrap .specialWrap__list__col {
  width: 300px;
  margin: 0 18px;
}
@media screen and (max-width: 767px) {
  #specialWrap .specialWrap__list__col {
    width: 46%;
    margin: 0 2%;
  }
}
#specialWrap .specialWrap__list__col img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.bnWrap {
  position: relative;
  width: 90%;
  max-width: 1156px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #00DCC2;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .bnWrap {
    width: 90%;
    max-width: 90%;
    margin: 0 auto 50px;
    display: block;
  }
}
.bnWrap::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #00DCC2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bnWrap__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.bnWrap__inner::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 16px;
  height: 16px;
  background: #00DCC2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bnWrap__inner::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 16px;
  height: 16px;
  background: #00DCC2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bnWrap__inner2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 24px;
}
.bnWrap__inner2::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: 16px;
  height: 16px;
  background: #00DCC2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bnWrap__inner2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 16px;
  height: 16px;
  background: #00DCC2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bnWrap__listcol {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .bnWrap__listcol {
    width: 90%;
    max-width: 90%;
  }
}
.bnWrap__listcol__col {
  width: 46%;
  margin: 0 2%;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 960px) {
  .bnWrap__listcol__col {
    width: 100%;
    margin: 0 auto 14px;
  }
  .bnWrap__listcol__col:last-child {
    margin: 0 auto;
  }
}
.bnWrap__listcol__col img {
  width: 100%;
  height: auto;
  display: block;
}

/* Slider */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  height: auto !important;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 70px;
  width: 70px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 56%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  .slick-prev,
  .slick-next {
    height: 60px;
    width: 60px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 1;
  color: #E60012;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 30px;
  }
}

.slick-prev {
  left: -60px;
  z-index: 300;
}
@media screen and (max-width: 960px) {
  .slick-prev {
    left: -2px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -2px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -60px;
  z-index: 300;
}
@media screen and (max-width: 960px) {
  .slick-next {
    right: -6px;
  }
}
[dir=rtl] .slick-next {
  left: -2px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #ccc;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #FD5001;
  opacity: 1;
}

.playWrap {
  position: relative;
  margin: 70px 0 0;
  padding: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .playWrap {
    margin: 40px 0 0;
  }
}
.playWrap__inner {
  position: relative;
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .playWrap__inner {
    width: 96%;
    max-width: 96%;
    padding: 0;
  }
}
.playWrap__listcol {
  position: relative;
  width: 90%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1%;
}
@media screen and (max-width: 767px) {
  .playWrap__listcol {
    margin: 0 auto;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}
.playWrap__col {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .playWrap__col {
    padding: 0;
  }
}
.playWrap__col__img {
  position: relative;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .playWrap__col__img {
    width: 100%;
    margin: 0 auto 8px;
  }
}
.playWrap__col__photo {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 100% 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
.playWrap__col__txt {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .playWrap__col__txt {
    font-size: 1.4rem;
  }
}
.playWrap__col__txt em {
  margin: 4px 0 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  font-style: normal;
  color: #000;
  display: block;
}
@media screen and (max-width: 767px) {
  .playWrap__col__txt em {
    margin: 0;
    font-size: 1.4rem;
    line-height: 120%;
  }
}

.howtoWrap {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.howtoWrap__bgarea {
  position: relative;
  margin: 0;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .howtoWrap__bgarea {
    padding: 40px 0;
  }
}
.howtoWrap__bgarea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_howto.webp) 50% 50% repeat;
  background-size: 40%;
  display: block;
}
@media screen and (max-width: 767px) {
  .howtoWrap__bgarea::before {
    background: url(../img/bg_howto.webp) 50% 50% repeat;
    background-size: 120%;
  }
}
.howtoWrap__inner {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .howtoWrap__inner {
    width: 94%;
    max-width: 94%;
  }
}
.howtoWrap .howslideWrap {
  position: relative;
  margin: 0 auto;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .howtoWrap .howslideWrap {
    margin: 0 auto;
  }
}
.howtoWrap .howslideWrap__index {
  margin: 0 auto 24px;
  padding: 0;
  font-family: "Kaisei Opti", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #17A3CF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .howtoWrap .howslideWrap__index {
    margin: 0 auto 14px;
    padding: 0;
    font-size: 1.8rem;
  }
}
.howtoWrap .howslide {
  width: 100%;
  max-width: 1008px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .howtoWrap .howslide {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.howtoWrap .howslide .slick-list {
  padding-bottom: 10px;
}
.howtoWrap .howslide .howslide__col {
  position: relative;
  margin: 0 1.5%;
  padding: 14px 14px;
  min-width: 0;
  min-height: 0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .howtoWrap .howslide .howslide__col {
    margin: 0 2%;
    padding: 24px;
  }
}
.howtoWrap .howslide .howslide__col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
}
.howtoWrap .howslide .howslide__col::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  background: #00DCC2;
  border-radius: 10px;
  z-index: -1;
}
.howtoWrap .howslide .howslide__col__img {
  position: relative;
  width: 100%;
  margin: 0 auto 12px;
  padding: 60% 0 0 0;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
.howtoWrap .howslide .howslide__col__h4 {
  margin: 0 auto 8px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
.howtoWrap .howslide .howslide__col__box {
  position: relative;
  margin: 0 0 60px;
  padding: 0;
  z-index: 110;
}
.howtoWrap .howslide .howslide__col__box:last-child {
  margin: 0 auto;
}
.howtoWrap .howslide .howslide__col__box img {
  width: 100%;
  height: auto;
  display: block;
}
.howtoWrap .howslide .howslide__col__txt {
  position: relative;
  margin: 0 auto;
  padding: 0;
  font-size: 1.5rem;
  line-height: 150%;
}
.howtoWrap .howslide .howslide__col__txt:last-child {
  margin: 0 auto;
}
.howtoWrap .howslide .howslide__col__txt p {
  margin: 0 0 12px 0 !important;
}
.howtoWrap .howslide .howslide__col__txt p:last-child {
  margin: 0;
}
.howtoWrap .howslide .howslide__col__txt small {
  font-size: 1.4rem;
  line-height: 150%;
  display: block;
}
.howtoWrap .howslide .btn01 {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: calc(100% - 24px);
  height: 50px;
  margin: 0 auto;
}
.howtoWrap__col {
  position: relative;
  width: 100%;
  margin: 0 auto 50px;
  padding: 0;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 54% 1fr;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .howtoWrap__col {
    margin: 0 auto 30px;
    display: block;
  }
}
.howtoWrap__col:nth-child(odd) {
  grid-template-columns: 1fr 54%;
}
.howtoWrap__col:nth-child(odd) .howtoWrap__col__imgcol {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .howtoWrap__col:nth-child(odd) .howtoWrap__col__imgcol {
    margin: 0 0 0 6%;
  }
}
.howtoWrap__col:nth-child(odd) .howtoWrap__col__txtcol {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .howtoWrap__col:nth-child(odd) .howtoWrap__col__txtcol {
    margin: 10px 0 0 10%;
  }
}
.howtoWrap__col:last-child {
  margin: 0 auto;
}
.howtoWrap__col__imgcol {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .howtoWrap__col__imgcol {
    width: 94%;
  }
}
.howtoWrap__col__imgcol__photo {
  width: 100%;
  margin: 0;
  padding: 57.48% 0 0 0;
  border-radius: 10px;
  background-size: cover !important;
}
.howtoWrap__col__txtcol {
  margin: 0;
  padding: 24px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .howtoWrap__col__txtcol {
    width: 90%;
    margin: 10px 10% 0 0;
    padding: 0;
    font-size: 1.5rem;
  }
}
.howtoWrap__col__txtcol--h4 {
  margin: 0 0 12px;
  padding: 0;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .howtoWrap__col__txtcol--h4 {
    margin: 0 0 8px;
    font-size: 1.9rem;
  }
}
.howtoWrap .howtoWrap__col__notice {
  width: 90%;
  max-width: 980px;
  margin: 20px auto 0;
  padding: 0;
  color: #000;
  background: #fff;
  border: 2px solid #000;
}
@media screen and (max-width: 960px) {
  .howtoWrap .howtoWrap__col__notice {
    margin: 10px auto 0;
    width: 94%;
    max-width: 94%;
  }
}
.howtoWrap .howtoWrap__col__notice__title {
  padding: 12px 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  .howtoWrap .howtoWrap__col__notice__title {
    font-size: 1.4rem;
  }
}
.howtoWrap .howtoWrap__col__notice__title:hover {
  background: #17A3CF;
}
.howtoWrap .howtoWrap__col__notice__title.active span::before, .howtoWrap .howtoWrap__col__notice__title.active span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.howtoWrap .howtoWrap__col__notice__title small {
  font-weight: 500;
  display: block;
}
.howtoWrap .howtoWrap__col__notice__title span {
  position: relative;
}
.howtoWrap .howtoWrap__col__notice__title span::before {
  content: "";
  position: relative;
  top: 0;
  width: 15px;
  height: 13px;
  margin: 0 8px 0 0;
  background: url(../img/ico_arrow2.svg) no-repeat 50% 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.howtoWrap .howtoWrap__col__notice__title span::after {
  content: "";
  position: relative;
  top: 0;
  width: 12px;
  height: 14px;
  margin: 0 0 0 8px;
  background: url(../img/ico_arrow2.svg) no-repeat 50% 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.howtoWrap .howtoWrap__col__notice__txt {
  display: none;
  padding: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .howtoWrap .howtoWrap__col__notice__txt {
    padding: 18px;
    font-size: 1.4rem;
  }
}
.howtoWrap .howtoWrap__col__notice__txt ul {
  margin: 0 0 24px;
  padding: 0 0 0 24px;
  text-align: left;
}
.howtoWrap .howtoWrap__col__notice__txt li {
  margin: 0 0 8px 0;
}
.howtoWrap .howtoWrap__col__notice__txt li:last-child {
  margin: 0;
}
.howtoWrap__sankajo {
  width: 90%;
  max-width: 700px;
  margin: 50px auto 0;
}
.howtoWrap__sankajo img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.datecol {
  margin: 0 auto 8px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .datecol {
    font-size: 1.6rem;
    text-align: center;
  }
}
.datecol span {
  margin: 0 2px;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .datecol span {
    font-size: 2.4rem;
  }
}
.datecol em {
  position: relative;
  top: -3px;
  margin: 0 4px;
  padding: 0 4px;
  font-size: 2rem;
  font-style: normal;
  line-height: 100%;
  color: #fff;
  border-radius: 100%;
  background: #FD5001;
}
@media screen and (max-width: 767px) {
  .datecol em {
    top: -2px;
    padding: 0 3px;
    font-size: 1.4rem;
  }
}
.datecol i {
  margin: 0 4px;
  padding: 0 4px;
  font-size: 2.8rem;
  font-style: normal;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .datecol i {
    font-size: 1.8rem;
  }
}

.kitWrap {
  position: relative;
  margin: 0;
  padding: 70px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .kitWrap {
    margin: 0 auto;
    padding: 50px 0;
  }
}
.kitWrap__article {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .kitWrap__article {
    margin: 0 auto 30px;
  }
}
.kitWrap__article__txt {
  margin: 0 0 30px;
  padding: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .kitWrap__article__txt {
    margin: 0 0 30px;
    font-size: 1.5rem;
  }
}
.kitWrap__article__txt:last-child {
  margin: 0;
}
.kitWrap__article__txt small {
  font-size: 1.4rem;
  line-height: 150%;
  display: block;
}
.kitWrap__article__txt .emphasis {
  color: #E60012;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kitWrap__article__txt .emphasis {
    font-size: 1.8rem;
  }
}
.kitWrap__article__txt .b-emphasis {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kitWrap__article__txt .b-emphasis {
    font-size: 1.8rem;
  }
}
.kitWrap__article__productimg {
  width: 80%;
  max-width: 724px;
  margin: 0 auto;
  border: 1px solid #ccc;
  display: block;
}
@media screen and (max-width: 767px) {
  .kitWrap__article__productimg {
    width: 100%;
    max-width: 100%;
  }
}
.kitWrap__article__h4 {
  margin: 0 0 14px;
  padding: 4px 14px;
  background: #FFF3E0;
  display: inline-block;
}
.kitWrap__article__dl {
  margin: 0 0 30px;
  padding: 0;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .kitWrap__article__dl {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.kitWrap__article__dt {
  margin: 0;
  padding: 0;
}
.kitWrap__article__dt span {
  height: 36px;
  color: #fff;
  font-family: "Kaisei Opti", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  background: #17A3CF;
  text-align: center;
  display: grid;
  place-content: center;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .kitWrap__article__dt span {
    width: 174px;
    height: 30px;
    margin: 0 auto;
    font-size: 1.7rem;
  }
}
.kitWrap__article__dt span.height50 {
  height: 50px;
  line-height: 110%;
}
.kitWrap__article__dd {
  margin: 0;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .kitWrap__article__dd {
    text-align: center;
  }
}
.kitWrap .kitWrap__link {
  margin: 14px auto 0;
  padding: 16px 8px;
  width: 90%;
  font-size: 1.6rem;
  text-decoration: none;
  color: #FD5001;
  background: #fff;
  display: grid;
  place-content: center;
  border: 1px solid #FD5001;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 960px) {
  .kitWrap .kitWrap__link {
    width: 100%;
    height: 48px;
    font-size: 1.4rem;
    line-height: 130%;
  }
}
.kitWrap .kitWrap__link--short {
  width: 400px;
  margin: 14px auto 0;
}
@media screen and (max-width: 767px) {
  .kitWrap .kitWrap__link--short {
    width: 100%;
  }
}
.kitWrap .kitWrap__link--map {
  width: 200px;
  margin: 10px auto 14px;
  border-radius: 6px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .kitWrap .kitWrap__link--map {
    width: 100%;
  }
}
.kitWrap .kitWrap__link--coming {
  pointer-events: none;
  opacity: 0.3;
}
.kitWrap .kitWrap__link:hover {
  color: #fff;
  background: #17A3CF;
}
.kitWrap .kitWrap__article__area {
  width: 84%;
  max-width: 880px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .kitWrap .kitWrap__article__area {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
.kitWrap .kitWrap__article__area:last-child {
  margin: 0 auto;
}
.kitWrap .kitWrap__article__area--area01 {
  background: #E7F6FE;
}
.kitWrap .kitWrap__article__area--area01 .kitWrap__article__area__title {
  background: #50B6ED;
}
.kitWrap .kitWrap__article__area--area02 {
  background: #FFF3E0;
}
.kitWrap .kitWrap__article__area--area02 .kitWrap__article__area__title {
  background: #E7B05A;
}
.kitWrap .kitWrap__article__area--area03 {
  background: #FCE6EE;
}
.kitWrap .kitWrap__article__area--area03 .kitWrap__article__area__title {
  background: #E05F8E;
}
.kitWrap .kitWrap__article__area--area04 {
  background: #DEF7EA;
}
.kitWrap .kitWrap__article__area--area04 .kitWrap__article__area__title {
  background: #63C290;
}
.kitWrap .kitWrap__article__area__title {
  padding: 10px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kitWrap .kitWrap__article__area__title {
    padding: 8px;
    font-size: 1.8rem;
  }
}
.kitWrap .kitWrap__article__area__title small {
  font-size: 1.6rem;
  line-height: 130%;
  display: block;
}
@media screen and (max-width: 767px) {
  .kitWrap .kitWrap__article__area__title small {
    font-size: 1.5rem;
  }
}
.kitWrap .kitWrap__article__area__txt {
  padding: 24px 20px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kitWrap .kitWrap__article__area__txt {
    padding: 18px 8px;
    font-size: 1.5rem;
  }
}
.kitWrap .kitWrap__article__area__txt--index {
  margin: 0 0 14px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kitWrap .kitWrap__article__area__txt--index {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
}
.kitWrap .kitWrap__article__area__place {
  margin: 0 0 14px;
  padding: 24px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .kitWrap .kitWrap__article__area__place {
    padding: 10px;
  }
}
.kitWrap .kitWrap__article__area__place:last-child {
  margin: 0;
}
.kitWrap .kitWrap__col__notice {
  width: 100%;
  margin: 0 auto 14px;
  padding: 0;
  background: #fff;
  border: 1px solid #FD5001;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .kitWrap .kitWrap__col__notice {
    margin: 0 auto 12px;
    padding: 0;
  }
}
.kitWrap .kitWrap__col__notice:last-child {
  margin: 0 auto 14px;
}
.kitWrap .kitWrap__col__notice__title {
  height: 60px;
  margin: 0;
  padding: 0;
  color: #FD5001;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  display: grid;
  place-content: center;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  .kitWrap .kitWrap__col__notice__title {
    height: 52px;
    font-size: 1.5rem;
  }
}
.kitWrap .kitWrap__col__notice__title:hover {
  color: #17A3CF;
}
@media screen and (max-width: 960px) {
  .kitWrap .kitWrap__col__notice__title:hover {
    color: #FD5001;
  }
}
.kitWrap .kitWrap__col__notice__title.active span::before, .kitWrap .kitWrap__col__notice__title.active span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.kitWrap .kitWrap__col__notice__title small {
  margin: 0;
  font-weight: 500;
  line-height: 120%;
  display: block;
}
.kitWrap .kitWrap__col__notice__title span {
  position: relative;
}
.kitWrap .kitWrap__col__notice__title span::before {
  content: "";
  position: relative;
  top: 0;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  background: url(../img/ico_arrow2.svg) no-repeat 50% 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  .kitWrap .kitWrap__col__notice__title span::before {
    font-size: 1.4rem;
    margin: 0 4px 0 0;
    width: 14px;
    height: 14px;
  }
}
.kitWrap .kitWrap__col__notice__title span::after {
  content: "";
  position: relative;
  top: 0;
  width: 16px;
  height: 16px;
  margin: 0 0 0 8px;
  background: url(../img/ico_arrow2.svg) no-repeat 50% 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  .kitWrap .kitWrap__col__notice__title span::after {
    top: 0;
    margin: 0 0 0 4px;
    width: 14px;
    height: 14px;
  }
}
.kitWrap .kitWrap__col__notice__txt {
  display: none;
  padding: 24px 4%;
  font-size: 1.6rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .kitWrap .kitWrap__col__notice__txt {
    font-size: 1.4rem;
  }
}
.kitWrap .kitWrap__col__notice__txt ul {
  margin: -8px 0 8px;
  padding: 0 0 0 24px;
  text-align: left;
}
.kitWrap .kitWrap__col__notice__txt li {
  margin: 0 0 2px 0;
}
.kitWrap .kitWrap__col__notice__txt li:last-child {
  margin: 0;
}
.kitWrap .kitWrap__col__notice__txt strong {
  margin: 0 0 8px;
  padding: 4px;
  color: #000;
  background: #FFF3E0;
}
.kitWrap .kitWrap__article__uu {
  position: relative;
  margin: 50px auto 40px;
  padding: 40px 24px 14px;
  font-size: 1.5rem;
  text-align: center;
  border: 1px solid #ccc;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .kitWrap .kitWrap__article__uu {
    max-width: 100%;
    margin: 40px auto 20px;
    padding: 40px 18px 14px;
    font-size: 1.4rem;
  }
}
.kitWrap .kitWrap__article__uu:last-child {
  margin: 50px auto 0;
}
.kitWrap .kitWrap__article__uu img {
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  height: 64px;
  display: block;
}
.kitWrap .kitWrap__article__special {
  position: relative;
  margin: 0 auto;
  padding: 24px;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  border: 3px solid #E7F6FE;
}
@media screen and (max-width: 767px) {
  .kitWrap .kitWrap__article__special {
    width: 100%;
    max-width: 100%;
    padding: 14px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .kitWrap .kitWrap__article__special .titlecol__h4 span::before {
    top: 30%;
  }
  .kitWrap .kitWrap__article__special .titlecol__h4 span::after {
    top: 30%;
  }
}
.kitWrap .kitWrap__article__special small {
  font-size: 1.3rem;
  line-height: 130%;
  display: block;
}
@media screen and (max-width: 767px) {
  .kitWrap .kitWrap__article__special small {
    font-size: 1.1rem;
  }
}
.kitWrap .kitWrap__article__special__box {
  width: 80%;
  margin: 24px auto;
  padding: 20px;
  background: #FFF3E0;
}
@media screen and (max-width: 767px) {
  .kitWrap .kitWrap__article__special__box {
    width: 100%;
    margin: 18px auto;
    padding: 16px;
    font-size: 1.4rem;
  }
}
.kitWrap .kitWrap__article__special__box strong {
  margin: 0 auto 8px;
  font-size: 1.8rem;
  color: #17A3CF;
  display: block;
}
@media screen and (max-width: 767px) {
  .kitWrap .kitWrap__article__special__box strong {
    font-size: 1.6rem;
  }
}
.kitWrap .kitWrap__article__special__index {
  margin: 0 auto 14px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kitWrap .kitWrap__article__special__index {
    font-size: 1.6rem;
  }
}
.kitWrap .kitWrap__article__special img {
  position: relative;
  margin: 0 auto 14px;
  width: 80%;
  max-width: 664px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .kitWrap .kitWrap__article__special img {
    width: 90%;
    max-width: 90%;
  }
}

#faqWrap {
  position: relative;
  margin: 0 0 80px;
  padding: 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #faqWrap {
    margin: 0 0 50px;
    padding: 0;
  }
}
#faqWrap .titlecol {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#faqWrap .faqWrap__col {
  position: relative;
  width: 90%;
  max-width: 1040px;
  margin: 0 auto 18px;
  color: #000;
  background: #fff;
  border: 1px solid #17A3CF;
  z-index: 10;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  #faqWrap .faqWrap__col {
    width: 94%;
    max-width: 94%;
    margin: 0 auto 10px;
  }
}
#faqWrap .faqWrap__title {
  position: relative;
  margin: 0;
  padding: 16px 12px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  #faqWrap .faqWrap__title {
    font-size: 1.6rem;
  }
}
#faqWrap .faqWrap__title:hover {
  color: #FD5001;
}
#faqWrap .faqWrap__title::before {
  content: "";
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 12px 0 0;
  background: url(../img/ico_arrow2.svg) no-repeat 50% 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#faqWrap .faqWrap__title::after {
  content: "";
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 0 0 12px;
  background: url(../img/ico_arrow2.svg) no-repeat 50% 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#faqWrap .faqWrap__title.active::before, #faqWrap .faqWrap__title.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#faqWrap .faqWrap__txt {
  position: relative;
  margin: 0;
  padding: 24px;
  line-height: 140%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: none;
}
@media screen and (max-width: 960px) {
  #faqWrap .faqWrap__txt {
    font-size: 1.4rem;
    padding: 14px;
  }
}
#faqWrap .faqWrap__txt .faqWrap__txt__dl {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 150%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  #faqWrap .faqWrap__txt .faqWrap__txt__dl {
    margin: 0 0 8px 0;
    font-size: 1em;
  }
}
#faqWrap .faqWrap__txt .faqWrap__txt__dl:last-child {
  margin: 0;
}
#faqWrap .faqWrap__txt .faqWrap__txt__dt {
  width: 21%;
  margin: 0 1% 0 0;
  padding: 12px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #faqWrap .faqWrap__txt .faqWrap__txt__dt {
    width: 34%;
    margin: 0 2% 0 0;
    padding: 12px;
  }
}
#faqWrap .faqWrap__txt .faqWrap__txt__dd {
  width: 78%;
  margin: 0;
  padding: 16px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #faqWrap .faqWrap__txt .faqWrap__txt__dd {
    width: 64%;
    margin: 0;
    padding: 12px;
  }
}
#faqWrap .faqWrap__txt .faqWrap__txt__dd ul {
  margin: 6px 0;
  padding: 0 0 0 28px;
  text-align: left;
  font-weight: 400;
}
#faqWrap .faqWrap__txt .faqWrap__txt__dd ul li {
  margin: 0 0 6px 0;
}
#faqWrap .faqWrap__txt .faqWrap__txt__dd ul li:last-child {
  margin: 0;
}
#faqWrap .faqWrap__txt__h4 {
  margin: 0 0 14px 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  #faqWrap .faqWrap__txt__h4 {
    font-size: 1.6rem;
  }
}
#faqWrap .faqWrap__txt__h5 {
  margin: 14px 0;
  font-size: 1.6rem;
  padding: 4px 14px;
  background: #fff3e0;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  #faqWrap .faqWrap__txt__h5 {
    font-size: 1.4rem;
  }
}
#faqWrap .faqWrap__txt__h4--faq {
  position: relative;
  margin: 0 0 14px 0;
  padding: 0 0 0 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #faqWrap .faqWrap__txt__h4--faq {
    margin: 0 0 12px 0;
    padding: 0 0 0 24px;
  }
}
#faqWrap .faqWrap__txt__h4--faq::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "Q";
}
#faqWrap .faqWrap__txt__answer {
  position: relative;
  padding: 0 0 0 28px;
  line-height: 150%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #faqWrap .faqWrap__txt__answer {
    padding: 0 0 0 24px;
  }
}
#faqWrap .faqWrap__txt__answer::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "A";
  font-weight: 700;
  font-size: 1.2em;
  color: #FD5001;
}
#faqWrap .faqWrap__txt__col {
  width: 100%;
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  font-size: 1.6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 960px) {
  #faqWrap .faqWrap__txt__col {
    margin: 0 0 18px 0;
    padding: 0 0 18px 0;
    width: 100%;
    font-size: 1em;
  }
}
#faqWrap .faqWrap__txt__col:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#faqWrap .faqWrap__txt__col ul {
  margin: 0;
}

.noticeWrap {
  position: relative;
  margin: 0 0 70px;
  padding: 0;
  opacity: 0;
  z-index: 110;
}
@media screen and (max-width: 767px) {
  .noticeWrap {
    margin: 0 0 40px;
    padding: 0;
  }
}
.noticeWrap.nomargin {
  margin: 0;
}
.noticeWrap__listcol {
  width: 780px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .noticeWrap__listcol {
    width: 90%;
    margin: 0 auto;
  }
}
.noticeWrap__listcol__col {
  position: relative;
  margin: 0 1%;
  padding: 0;
  width: 48%;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .noticeWrap__listcol__col {
    width: 900%;
    max-width: 300px;
    margin: 0 auto 14px;
  }
}
.noticeWrap__listcol__col img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.noticeWrap__listcol__col img:hover {
  opacity: 0.6;
}

.inquiryWrap {
  position: relative;
  margin: 0 0 80px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .inquiryWrap {
    margin: 0 0 20px;
    padding: 0;
  }
}
.inquiryWrap__listcol {
  position: relative;
  width: 90%;
  max-width: 1218px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .inquiryWrap__listcol {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.inquiryWrap__listcol__col {
  position: relative;
  margin: 0 1%;
  padding: 0;
  width: 31.33%;
  border-radius: 12px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .inquiryWrap__listcol__col {
    width: 90%;
    margin: 0 0 14px;
    border-radius: 12px;
  }
}
.inquiryWrap__listcol__col:hover {
  background: #00DCC2;
}
.inquiryWrap__listcol__col__txt {
  padding: 10px;
  height: 114px;
  font-size: 1.6rem;
  text-align: center;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .inquiryWrap__listcol__col__txt {
    height: 85px;
    font-size: 1.4rem;
    border-radius: 12px 12px 0 0;
  }
}
.inquiryWrap__listcol__col__txt strong {
  margin: 0 0 4px;
  font-size: 2rem;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .inquiryWrap__listcol__col__txt strong {
    font-size: 1.8rem;
  }
}
.inquiryWrap__listcol__col__img {
  padding: 37.69% 0 0 0;
  background-size: cover !important;
}
.inquiryWrap__listcol__col__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  cursor: hand;
  z-index: 120;
}

.answerWrap {
  position: relative;
  margin: 0 auto 70px;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .answerWrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0;
  }
}
.answerWrap__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .answerWrap__inner {
    padding: 0 5%;
  }
}
.answerWrap__index {
  margin: 0 auto 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .answerWrap__index {
    font-size: 1.8rem;
  }
}
.answerWrap__index small {
  margin: 14px auto 0;
  font-size: 80%;
  line-height: 130%;
  display: block;
}
.answerWrap__form {
  width: 420px;
  margin: 0 auto;
  display: grid;
}
@media screen and (max-width: 767px) {
  .answerWrap__form {
    width: 100%;
  }
}
.answerWrap__form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.answerWrap__form__input {
  width: 100%;
  margin: 0 0 14px;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.6rem !important;
  border: 2px solid #000 !important;
  border-radius: 6px !important;
  background: #fff !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .answerWrap__form__input {
    border: 2px solid #FD5001 !important;
  }
}
.answerWrap__form__input::-webkit-input-placeholder {
  opacity: 0.7;
}
.answerWrap__form__input::-moz-placeholder {
  opacity: 0.7;
}
.answerWrap__form__input:-ms-input-placeholder {
  opacity: 0.7;
}
.answerWrap__form__input::-ms-input-placeholder {
  opacity: 0.7;
}
.answerWrap__form__input::placeholder {
  opacity: 0.7;
}
.answerWrap__button {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: grid;
  place-content: center;
  background: #17A3CF;
  border-radius: 6px;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
}
.answerWrap__button:hover {
  color: #fff;
  background: #FD5001;
}
@media screen and (max-width: 767px) {
  .answerWrap__button:hover {
    color: #fff;
    background: #17A3CF;
  }
}

.endWrap {
  position: relative;
  margin: 0 auto 70px;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .endWrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0;
  }
}
.endWrap__message {
  width: 540px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .endWrap__message {
    width: 74%;
  }
}
.endWrap__message img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.endWrap__button {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: grid;
  place-content: center;
  background: #FD5001;
  border-radius: 6px;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
}
.endWrap__button:hover {
  color: #fff;
  background: #17A3CF;
}
@media screen and (max-width: 767px) {
  .endWrap__button:hover {
    color: #fff;
    background: #FD5001;
  }
}
.endWrap__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .endWrap__inner {
    padding: 0 6%;
  }
}
.endWrap__endtxt p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .endWrap__endtxt p {
    font-size: 1.6rem;
    line-height: 160%;
  }
}
.endWrap__endtxt ruby {
  padding-top: 1em;
}
.endWrap__endtxt rt {
  font-style: normal;
  line-height: 100%;
  -webkit-transform: translateY(0.8em);
          transform: translateY(0.8em);
}
.endWrap #rollButton {
  cursor: pointer;
}
.endWrap #endrollContent {
  margin: 30px 0 60px;
}
@media screen and (max-width: 767px) {
  .endWrap #endrollContent {
    margin: 20px 0 40px;
  }
}

.endcontents #footer__nav,
.endcontents .btnticket {
  display: none !important;
}

.endnotice {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border-radius: 24px;
}
.endnotice__sec {
  padding: 40px;
  border-bottom: 2px solid #17A3CF;
}
@media screen and (max-width: 767px) {
  .endnotice__sec {
    padding: 24px 14px;
  }
}
.endnotice__sec:last-child {
  border-bottom: none;
}
.endnotice__txt {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .endnotice__txt {
    font-size: 1.4rem;
  }
}
.endnotice__title {
  margin: 0 0 10px;
  padding: 0;
  color: #FD5001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .endnotice__title {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .endnotice__title {
    grid-template-columns: 1fr;
  }
}
.endnotice__title--no {
  width: 50px;
  margin: 0;
  font-family: "Kaisei Opti", sans-serif;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .endnotice__title--no {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .endnotice__title--no {
    font-size: 2.4rem;
  }
}
.endnotice__title--txt {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 130%;
  padding: 8px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .endnotice__title--txt {
    font-size: 2rem;
    padding: 4px 0 0 0;
  }
}
.endnotice__list {
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .endnotice__list {
    margin: 0 0 14px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.endnotice__list__col {
  border: 2px solid #17A3CF;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 14px;
  color: #000;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .endnotice__list__col {
    gap: 8px;
  }
}
.endnotice__list__col:hover {
  opacity: 0.6;
}
.endnotice__list__col--imgcol {
  position: relative;
  margin: 0;
  padding: 56% 0 0 0;
  background-size: cover !important;
}
.endnotice__list__col--imgcol iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.endnotice__list__col--tt {
  margin: 0;
  padding: 0 14px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .endnotice__list__col--tt {
    font-size: 1.5rem;
    padding: 0 10px;
  }
}
.endnotice__list__col--txt {
  padding: 0 14px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .endnotice__list__col--txt {
    padding: 0 10px 10px;
    font-size: 1.4rem;
  }
}
.endnotice__col {
  width: 500px;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .endnotice__col {
    width: 90%;
    font-size: 1.4rem;
  }
}
.endnotice__col img {
  margin: 0 auto 14px;
  width: 100%;
  height: auto;
  display: block;
}

.nazoWrap {
  position: relative;
  margin: 0 auto 70px;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .nazoWrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0;
  }
}
.nazoWrap__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .nazoWrap__inner {
    padding: 0 5%;
  }
}
.nazoWrap__index {
  margin: 0 auto 20px;
  padding: 0 4%;
  font-size: 2.8rem;
  font-weight: 700;
  color: #FD5001;
  text-align: center;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}
@media screen and (max-width: 767px) {
  .nazoWrap__index {
    margin: 0 auto 14px;
    font-size: 2rem;
    line-height: 140%;
  }
}
.nazoWrap__img {
  margin: 0 auto 20px;
  width: 450px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .nazoWrap__img {
    margin: 0 auto 14px;
    width: 100%;
  }
}
.nazoWrap__form {
  width: 420px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 73% 24%;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .nazoWrap__form {
    width: 100%;
  }
}
.nazoWrap__form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.nazoWrap__form__input {
  width: 100%;
  margin: 0 0 14px;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.6rem !important;
  border: 2px solid #000 !important;
  border-radius: 6px !important;
  background: #fff !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .nazoWrap__form__input {
    border: 2px solid #FD5001 !important;
  }
}
.nazoWrap__form__input::-webkit-input-placeholder {
  opacity: 0.7;
}
.nazoWrap__form__input::-moz-placeholder {
  opacity: 0.7;
}
.nazoWrap__form__input:-ms-input-placeholder {
  opacity: 0.7;
}
.nazoWrap__form__input::-ms-input-placeholder {
  opacity: 0.7;
}
.nazoWrap__form__input::placeholder {
  opacity: 0.7;
}
.nazoWrap__button {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: grid;
  place-content: center;
  background: #17A3CF;
  border-radius: 6px;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
}
.nazoWrap__button:hover {
  color: #fff;
  background: #FD5001;
}
@media screen and (max-width: 767px) {
  .nazoWrap__button:hover {
    color: #fff;
    background: #17A3CF;
  }
}

hr {
  background-color: #ccc;
}

/*! ----------------------------------------------------------------
04.block
----------------------------------------------------------------- */
.fancybox-slide--iframe .fancybox-content {
  background: #000 !important;
}

.modal__about {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 4vw 0;
  z-index: 9000;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__about .modal__about__bg {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.modal__about .modal__about__outer {
  position: relative;
  width: 80%;
  max-width: 900px;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 3px 3px 8px #707070;
          box-shadow: 3px 3px 8px #707070;
}
@media screen and (max-width: 767px) {
  .modal__about .modal__about__outer {
    width: 90%;
    max-width: 90%;
  }
}
.modal__about .modal__about__inner {
  position: relative;
  width: 100%;
  max-height: 80vh;
  padding: 50px 24px;
  overflow-x: none;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .modal__about .modal__about__inner {
    max-height: 70vh;
    padding: 50px 4%;
  }
}
.modal__about .modal__about__inner::-webkit-scrollbar {
  width: 12px;
}
.modal__about .modal__about__inner::-webkit-scrollbar-track {
  background: #707070;
}
.modal__about .modal__about__inner::-webkit-scrollbar-thumb {
  background: #FD5001;
}
.modal__about .modal__about__inner--p0 {
  padding: 0;
}
.modal__about .modal__about__col {
  position: relative;
  width: 100%;
  margin: 0 auto;
  line-height: 150%;
}
.modal__about .modal__about__col__h3 {
  position: relative;
  margin: 0 auto 34px;
  padding: 0;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 140%;
  z-index: 120;
}
@media screen and (max-width: 767px) {
  .modal__about .modal__about__col__h3 {
    margin: 0 auto 24px;
    font-size: 2rem;
  }
}
.modal__about .modal__about__col__txt {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6em;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .modal__about .modal__about__col__txt {
    width: 98%;
    font-size: 1.5em;
  }
}
.modal__about .modal__about__col__txt img {
  margin: 0 auto;
  width: 70%;
  max-width: 400px;
  height: auto;
  border: 1px solid #fff;
  display: block;
}
.modal__about .modal__about__col__txt small {
  font-size: 1.3rem;
  line-height: 150%;
  display: block;
}
.modal__about .modal__about__col__txt .box {
  margin: 0 0 20px;
  padding: 24px;
  font-size: 1.6rem;
  text-align: left;
  border: 1px solid #000;
}
.modal__about .modal__about__col__txt .box:last-child {
  margin: 0;
}
.modal__about .modal__about__col__txt .modal__about__col__h4 {
  margin: 0 0 14px;
  padding: 0;
  font-size: 1.7rem;
  color: #000;
}
.modal__about .modal__about__col__movie {
  position: relative;
  width: 80%;
  margin: 0 auto 30px;
  padding: 45.25% 0 0 0;
}
@media screen and (max-width: 767px) {
  .modal__about .modal__about__col__movie {
    width: 100%;
    margin: 0 auto 20px;
    padding: 56% 0 0 0;
  }
}
.modal__about .modal__about__col__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__about .modal__about__close {
  position: absolute;
  top: -6px !important;
  right: -50px !important;
  width: 100px;
  height: 12px;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .modal__about .modal__about__close {
    right: -26px !important;
  }
}
.modal__about .modal__about__close span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  height: 2px;
  background: #E7B05A;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal__about .modal__about__close span:nth-of-type(1) {
  top: 0px;
  -webkit-transform: translateY(6px) rotate(-315deg);
          transform: translateY(6px) rotate(-315deg);
}
.modal__about .modal__about__close span:nth-of-type(2) {
  opacity: 0;
}
.modal__about .modal__about__close span:nth-of-type(3) {
  bottom: 0px;
  -webkit-transform: translateY(-6px) rotate(315deg);
          transform: translateY(-6px) rotate(315deg);
}

.modal__about__com__h3 {
  text-indent: 0 !important;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 140%;
}

.btnwrap {
  margin: 30px 0 0 0;
  display: grid;
  place-content: center;
  grid-template-columns: repeat(2, 1fr);
}

.moresite {
  width: 300px;
  height: 56px;
  margin: 0 auto;
  color: #FD5001;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border: 1px solid #000;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .moresite {
    font-size: 1.4rem;
  }
}
.moresite span {
  position: relative;
}
.moresite span::after {
  content: "";
  position: relative;
  top: 2px;
  width: 14px;
  height: 16px;
  margin: 0 0 0 5px;
  background: url(../img/ico_arrow2.svg) 50% 50% no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
}
.moresite:hover {
  color: #fff;
  background: #17A3CF;
}
.moresite:hover span {
  position: relative;
}
.moresite:hover span::after {
  opacity: 0.8;
}

.modal__nazo1__img, .modal__nazo2__img {
  width: 220px !important;
  height: auto;
  margin: 0 auto 20px !important;
  display: block;
}
@media screen and (max-width: 767px) {
  .modal__nazo1__img, .modal__nazo2__img {
    width: 150px !important;
  }
}
.modal__nazo1 .modal__about__col__txt, .modal__nazo2 .modal__about__col__txt {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .modal__nazo1 .modal__about__col__txt, .modal__nazo2 .modal__about__col__txt {
    font-size: 1.5rem;
  }
}
.modal__nazo1 .modal__about__col__txt em, .modal__nazo2 .modal__about__col__txt em {
  margin: 0 auto 14px;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .modal__nazo1 .modal__about__col__txt em, .modal__nazo2 .modal__about__col__txt em {
    font-size: 2.4rem;
  }
}

.modalsns {
  width: 90%;
  margin: 24px auto 0;
  padding: 0;
  line-height: 100%;
  font-weight: 700;
  color: #000;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 720;
}
.modalsns__col {
  margin: 0 auto;
  padding: 0 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}
.modalsns__col__li {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 12px;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modalsns__col__li--x svg {
  width: 48px;
  height: auto;
  margin: 1px 0;
  fill: #000;
}
.modalsns__col__li--line svg {
  width: 50px;
  height: auto;
  margin: 0;
  fill: #00B900;
}
.modalsns__col__li:hover {
  opacity: 0.6;
}
.modalsns__col__li .modalsns__col__li__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  cursor: hand;
}/*# sourceMappingURL=style.css.map */