@charset "UTF-8";
/*---------------------------------------------------------------------------
リセット
---------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

ol, ul {
  list-style: none;
}

pre {
  white-space: pre-wrap;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  font: inherit;
  -webkit-text-decoration-skip: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img, svg {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

sup {
  font-size: 8px;
}

main {
  display: block;
}

em {
  font-style: normal;
}

div, ul, ol, dl {
  zoom: 1;
}

strong {
  font-weight: bold;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

li > a {
  display: block;
  width: 100%;
}

iframe {
  vertical-align: bottom;
}

picture {
  display: block;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

/*---------------------------------------------------------------------------
フォーム要素リセット
---------------------------------------------------------------------------*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
  font-size: 16px;
  box-sizing: border-box;
  vertical-align: middle;
}

input[type=text], input[type=search], input[type=tel], input[type=email], input[type=password], input[type=url], textarea, select {
  width: 100%;
}

input[type=text], input[type=search], input[type=tel], input[type=email], input[type=password], input[type=url] {
  line-height: normal; /*ios placeholderのズレ*/
}

label {
  position: relative;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

label {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
label:focus {
  outline: none;
}

legend {
  display: block;
}

select::-ms-expand {
  display: none;
}

input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #ccc;
  font-size: 100%;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 100%;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #ccc;
  font-size: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 100%;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 100%;
}

/*---------------------------------------------------------------------------
スクロールバー
---------------------------------------------------------------------------*/
/* ----------------------------- 全体 */
:root {
  --letter-spacing:0.05em;
}

* {
  letter-spacing: var(--letter-spacing);
}

html {
  scroll-behavior: smooth;
  touch-action: manipulation;
}

body {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 400;
  color: #333;
  font-family: "BIZ UDPGothic", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a {
  text-decoration: none;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.8;
}

button {
  transition: opacity 0.2s;
}
button:hover {
  opacity: 0.8;
}

.pinkname {
  color: #E84789;
}

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

@media only screen and (max-width: 767.98px) {
  img, svg {
    --width-sp:100%;
    max-width: var(--width-sp);
  }
}
[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  text-align: center;
}

rt {
  display: none;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  body {
    min-width: 1080px;
  }
}
/*pc*/
@media only screen and (max-width: 767.98px) {
  a:hover {
    opacity: 1 !important;
  }
  .pc-only {
    display: none !important;
  }
}
/*sp*/
/*z-index*/
/* ----------------------------- コンポーネント */
/*---------------------------------------------------------------------------
ボタン
---------------------------------------------------------------------------*/
.c-btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: var(--width);
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  background: url(img/arrow_right.svg) #E84789 no-repeat center right 15px;
  border-radius: 10px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767.98px) {
  .c-btn-primary {
    min-height: 80px;
    height: 80px;
    font-size: 1.125rem;
  }
}
/*---------------------------------------------------------------------------
モーダル
---------------------------------------------------------------------------*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
}
.c-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.c-modal__cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.c-modal__body {
  position: relative;
  max-height: 100%;
  width: 100%;
  max-width: 1000px;
  -webkit-animation: modalSlideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: modalSlideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal__close {
  position: absolute;
  top: -55px;
  right: 0;
  z-index: 2;
  height: 40px;
  padding: 0 20px;
  color: #fff;
  white-space: nowrap;
  background: #006934;
  background-size: contain;
  border-radius: 100px;
}

.c-modal__inner {
  height: 100%;
  overflow: overlay;
}

@-webkit-keyframes modalSlideIn {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes modalSlideIn {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes modalSlideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@keyframes modalSlideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@media only screen and (max-width: 767.98px) {
  .c-modal__close {
    position: absolute;
    top: -50px;
    right: 0px;
    z-index: 2;
    height: 40px;
  }
}
/* ----------------------------- レイアウト */
/*---------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------*/
.l-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
}
.l-header .floatBanner {
  position: fixed;
}
.l-header .floatBanner__link {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #fff;
  background-image: url(img/arrow_right.svg);
}
.l-header .floatBanner__link.pink {
  background-color: #ff0077;
}
.l-header .floatBanner__link.green {
  background-color: #a5d903;
}

@media (min-width: 768px) {
  .l-header {
    top: 0;
    box-sizing: content-box;
    height: 100px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
  }
  .l-header .floatBanner {
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
  }
  .l-header .floatBanner__link {
    width: 50px;
    height: 180px;
    margin: 0 0 5px;
    padding: 40px 0 0;
    font-size: 0.9375rem;
    letter-spacing: 0.2em;
    border-radius: 10px 0 0 10px;
    background-position: center top 15px;
    background-repeat: no-repeat;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .l-header .floatBanner__link.is-hover {
    opacity: 0.7;
  }
  .l-header-space {
    height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-header {
    height: 80px;
    padding: 0 20px;
  }
  .l-header .floatBanner {
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
  }
  .l-header .floatBanner__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50px;
    font-size: 0.9375rem;
    background-position: center right 15px;
    background-repeat: no-repeat;
  }
  .l-header .logo {
    max-width: 120px;
  }
  .l-header .logo_uttori {
    max-width: 160px;
  }
  .l-header-space {
    height: 80px;
  }
}
/*---------------------------------------------------------------------------
スマホ横
---------------------------------------------------------------------------*/
/*orientation: landscape*/
/*---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/
.l-footer {
  position: relative;
  z-index: 2;
}
.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.l-footer .copy {
  font-size: 0.9375rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 767.98px) {
  .l-footer {
    padding: 0 0 50px;
  }
  .l-footer__inner {
    padding: 20px;
    display: block;
    height: inherit;
  }
  .l-footer .copy {
    margin: 10px 0 0;
    font-size: 0.6875rem;
    letter-spacing: 0;
  }
}
/*---------------------------------------------------------------------------
ページトップに戻る
---------------------------------------------------------------------------*/
.l-backtotop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}

@media (min-width: 767.98px) and (max-width: 1440px) {
  .l-backtotop img {
    width: 160px;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-backtotop {
    right: 10px;
    bottom: 60px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
  }
  .l-backtotop img {
    width: 110px;
  }
  body.is-scrolled .l-backtotop {
    opacity: 1;
    visibility: visible;
  }
}
/* ----------------------------- ブロック */
/* ----------------------------- 固有ページ */
/*---------------------------------------------------------------------------
トップページ
---------------------------------------------------------------------------*/
.p-top-kv {
  padding: 80px 0 0;
}

.p-top-about {
  padding: 40px 0 0;
}

.p-top-shinkankaku {
  padding: 60px 0;
  background: url(img/shinkankaku_bg.jpg) no-repeat center right/auto 100%;
}

@media only screen and (max-width: 767.98px) {
  .p-top-shinkankaku {
    padding: 0;
  }
}
.p-top-mimikakist {
  padding: 0 0 60px;
}
.p-top-mimikakist .movie {
  padding: 40px 0;
  background: url(img/cabe_bg.png) no-repeat center right/auto 100%;
}
.p-top-mimikakist .movie__centering {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.p-top-mimikakist .movie__inner {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (min-width: 767.98px) and (max-width: 1800px) {
  .p-top-mimikakist {
    padding: 0 0 60px;
  }
  .p-top-mimikakist .movie {
    background-position: center right -100px;
  }
  .p-top-mimikakist .movie__centering {
    margin-left: inherit;
  }
  .p-top-mimikakist .movie__inner {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-top-mimikakist {
    padding: 0 0 20px;
  }
  .p-top-mimikakist .movie {
    padding: 0;
    background: none;
  }
  .p-top-mimikakist .movie__inner {
    padding: 0 20px;
  }
  .p-top-mimikakist .movie button {
    max-width: 300px;
  }
}
.p-top-yokumiruto {
  padding: 40px 0;
}
.p-top-yokumiruto .after {
  margin: -30px 0 0;
  background: #F8E0EC;
}
.p-top-yokumiruto .monitor {
  position: relative;
  margin: 0 auto;
  padding: 0 0 50px;
}
.p-top-yokumiruto .monitor::before {
  position: absolute;
  display: block;
  content: "";
  top: 50px;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  width: calc(100% - 200px);
  height: calc(100% - 50px);
  background: #F7E0EC;
  border-radius: 20px;
}

@media only screen and (max-width: 767.98px) {
  .p-top-yokumiruto .after {
    margin: 10px 0 0;
  }
  .p-top-yokumiruto p {
    font-size: 0.875rem;
  }
  .p-top-yokumiruto .monitor {
    padding: 0 0 20px;
  }
  .p-top-yokumiruto .monitor::before {
    position: absolute;
    display: block;
    content: "";
    top: 20px;
    width: calc(100% - 10px);
    height: calc(100% - 20px);
    border-radius: 10px;
  }
}
.p-top-feature {
  padding: 0 0 40px;
}
.p-top-feature h2 {
  position: relative;
  top: -20px;
}

@media only screen and (max-width: 767.98px) {
  .p-top-feature {
    padding: 0 0 20px;
  }
  .p-top-feature h2 {
    position: static;
  }
}
.p-top-carry {
  padding: 40px 0;
}

.p-top-other {
  padding: 40px 0 0;
}
.p-top-other .note {
  font-size: 16px;
  text-align: left;
}
.p-top-other .media {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  text-align: left;
}
.p-top-other .media__textgroup {
  align-self: center;
  width: 50%;
}
.p-top-other .media__text1 {
  font-size: 28px;
}
.p-top-other .media__text2 {
  margin: 0;
  font-size: 16px;
}
.p-top-other .media__text3 {
  margin: 40px 0 0;
  font-size: 20px;
}
.p-top-other .bottom {
  position: relative;
}
.p-top-other .person {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -30% 0 0 28%;
}
.p-top-other .person__balloon {
  position: absolute;
  width: 60%;
  top: -50%;
  left: -50%;
  -webkit-filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.15));
  -webkit-animation: balloonVertical 3s ease-in-out infinite;
          animation: balloonVertical 3s ease-in-out infinite;
}
.p-top-other .person__dot {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}
.p-top-other .person__dot.dot1 {
  right: 5%;
  bottom: -32%;
  width: 15px;
  height: 11px;
  -webkit-filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.15));
}
.p-top-other .person__dot.dot2 {
  right: 9%;
  bottom: -21%;
  width: 21px;
  height: 17px;
  -webkit-filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.15));
}
.p-top-other .balloon {
  position: relative;
}
.p-top-other .balloon__text {
  position: relative;
  padding: 5%;
}
.p-top-other .balloon__shape {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.p-top-other .balloon__shape svg {
  -webkit-animation: balloonScale 3s ease-in-out infinite;
          animation: balloonScale 3s ease-in-out infinite;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes balloonVertical {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes balloonVertical {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes balloonScale {
  0% {
    -webkit-transform: scale(1.15, 1.05);
            transform: scale(1.15, 1.05);
  }
  50% {
    -webkit-transform: scale(1, 0.95);
            transform: scale(1, 0.95);
  }
  100% {
    -webkit-transform: scale(1.15, 1.05);
            transform: scale(1.15, 1.05);
  }
}
@keyframes balloonScale {
  0% {
    -webkit-transform: scale(1.15, 1.05);
            transform: scale(1.15, 1.05);
  }
  50% {
    -webkit-transform: scale(1, 0.95);
            transform: scale(1, 0.95);
  }
  100% {
    -webkit-transform: scale(1.15, 1.05);
            transform: scale(1.15, 1.05);
  }
}
@media only screen and (max-width: 767.98px) {
  .p-top-other .note {
    font-size: 12px;
  }
  .p-top-other .media {
    display: grid;
    gap: 15px;
    text-align: left;
  }
  .p-top-other .media__textgroup {
    align-self: center;
    width: 100%;
    padding: 0;
  }
  .p-top-other .media__text1 {
    font-size: 18px;
  }
  .p-top-other .media__text2 {
    margin: 20px 0 0;
    font-size: 12px;
  }
  .p-top-other .bottom {
    bottom: 0;
    margin: 0;
  }
  .p-top-other .person {
    width: 200px;
    margin: 5% auto 0;
  }
  .p-top-other .person__dot.dot1 {
    bottom: -50%;
    right: -5%;
  }
  .p-top-other .person__dot.dot2 {
    bottom: -32%;
    right: 5%;
  }
}
/*---------------------------------------------------------------------------
下層ページ
---------------------------------------------------------------------------*/
.p-movie {
  padding: 90px 0;
}
.p-movie .title-section {
  margin: 0 0 40px;
  padding: 15px 20px;
  font-size: 1.5rem;
  color: #fff;
  background: #E8478A;
  border-radius: 5px;
}
.p-movie .text {
  font-size: 1.125rem;
}
.p-movie__inner {
  padding: 70px 0;
  background: #fff;
  border-radius: 20px;
}
.p-movie .movie {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.p-movie .movie button {
  position: relative;
}
.p-movie .movie button::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 86px;
  height: 86px;
  background: url(img/play.svg) no-repeat center;
  pointer-events: none;
}
.p-movie .movie .name {
  margin: 10px 0 0;
  font-size: 1.25rem;
}
.p-movie .movie .comment {
  margin: 5px 0 0;
  font-size: 1rem;
}

@media only screen and (max-width: 767.98px) {
  .p-movie {
    padding: 40px 0 20px;
  }
  .p-movie .title-section {
    margin: 0 0 20px;
    font-size: 18px;
    padding: 10px;
  }
  .p-movie .text {
    font-size: 0.875rem;
  }
  .p-movie__inner {
    padding: 40px 0 20px;
  }
  .p-movie .movie {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .p-movie .movie button::after {
    width: 50px;
    height: 50px;
  }
  .p-movie .movie .name {
    margin: 10px 0 0;
    font-size: 1.125rem;
  }
  .p-movie .movie .comment {
    margin: 5px 0 0;
    font-size: 0.875rem;
  }
}
/* ----------------------------- ユーティリティ */
/*---------------------------------------------------------------------------
余白
---------------------------------------------------------------------------*/
/*pc用余白クラス*/
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mt-105 {
  margin-top: 105px !important;
}

.u-mt-110 {
  margin-top: 110px !important;
}

.u-mt-115 {
  margin-top: 115px !important;
}

.u-mt-120 {
  margin-top: 120px !important;
}

.u-mt-125 {
  margin-top: 125px !important;
}

.u-mt-130 {
  margin-top: 130px !important;
}

.u-mt-135 {
  margin-top: 135px !important;
}

.u-mt-140 {
  margin-top: 140px !important;
}

.u-mt-145 {
  margin-top: 145px !important;
}

.u-mt-150 {
  margin-top: 150px !important;
}

.u-mt-155 {
  margin-top: 155px !important;
}

.u-mt-160 {
  margin-top: 160px !important;
}

.u-mt-165 {
  margin-top: 165px !important;
}

.u-mt-170 {
  margin-top: 170px !important;
}

.u-mt-175 {
  margin-top: 175px !important;
}

.u-mt-180 {
  margin-top: 180px !important;
}

.u-mt-185 {
  margin-top: 185px !important;
}

.u-mt-190 {
  margin-top: 190px !important;
}

.u-mt-195 {
  margin-top: 195px !important;
}

.u-mt-200 {
  margin-top: 200px !important;
}

.u-mt-205 {
  margin-top: 205px !important;
}

.u-mt-210 {
  margin-top: 210px !important;
}

.u-mt-215 {
  margin-top: 215px !important;
}

.u-mt-220 {
  margin-top: 220px !important;
}

.u-mt-225 {
  margin-top: 225px !important;
}

.u-mt-230 {
  margin-top: 230px !important;
}

.u-mt-235 {
  margin-top: 235px !important;
}

.u-mt-240 {
  margin-top: 240px !important;
}

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

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-mb-105 {
  margin-bottom: 105px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.u-mb-115 {
  margin-bottom: 115px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-mb-125 {
  margin-bottom: 125px !important;
}

.u-mb-130 {
  margin-bottom: 130px !important;
}

.u-mb-135 {
  margin-bottom: 135px !important;
}

.u-mb-140 {
  margin-bottom: 140px !important;
}

.u-mb-145 {
  margin-bottom: 145px !important;
}

.u-mb-150 {
  margin-bottom: 150px !important;
}

.u-mb-155 {
  margin-bottom: 155px !important;
}

.u-mb-160 {
  margin-bottom: 160px !important;
}

.u-mb-165 {
  margin-bottom: 165px !important;
}

.u-mb-170 {
  margin-bottom: 170px !important;
}

.u-mb-175 {
  margin-bottom: 175px !important;
}

.u-mb-180 {
  margin-bottom: 180px !important;
}

.u-mb-185 {
  margin-bottom: 185px !important;
}

.u-mb-190 {
  margin-bottom: 190px !important;
}

.u-mb-195 {
  margin-bottom: 195px !important;
}

.u-mb-200 {
  margin-bottom: 200px !important;
}

.u-mb-205 {
  margin-bottom: 205px !important;
}

.u-mb-210 {
  margin-bottom: 210px !important;
}

.u-mb-215 {
  margin-bottom: 215px !important;
}

.u-mb-220 {
  margin-bottom: 220px !important;
}

.u-mb-225 {
  margin-bottom: 225px !important;
}

.u-mb-230 {
  margin-bottom: 230px !important;
}

.u-mb-235 {
  margin-bottom: 235px !important;
}

.u-mb-240 {
  margin-bottom: 240px !important;
}

.u-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u-my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.u-my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u-my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.u-my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.u-my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.u-my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u-my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.u-my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.u-my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u-my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.u-my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.u-my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.u-my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.u-my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.u-my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.u-my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.u-my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.u-my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.u-my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.u-my-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}

.u-my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.u-my-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}

.u-my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.u-my-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
}

.u-my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.u-my-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}

.u-my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

.u-my-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}

.u-my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.u-my-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}

.u-my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

.u-my-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
}

.u-my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.u-my-205 {
  margin-top: 205px !important;
  margin-bottom: 205px !important;
}

.u-my-210 {
  margin-top: 210px !important;
  margin-bottom: 210px !important;
}

.u-my-215 {
  margin-top: 215px !important;
  margin-bottom: 215px !important;
}

.u-my-220 {
  margin-top: 220px !important;
  margin-bottom: 220px !important;
}

.u-my-225 {
  margin-top: 225px !important;
  margin-bottom: 225px !important;
}

.u-my-230 {
  margin-top: 230px !important;
  margin-bottom: 230px !important;
}

.u-my-235 {
  margin-top: 235px !important;
  margin-bottom: 235px !important;
}

.u-my-240 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}

/*sp用余白クラス*/
@media only screen and (max-width: 767.98px) {
  .u-mt-0-sp {
    margin-top: 0px !important;
  }
  .u-mt-5-sp {
    margin-top: 5px !important;
  }
  .u-mt-10-sp {
    margin-top: 10px !important;
  }
  .u-mt-15-sp {
    margin-top: 15px !important;
  }
  .u-mt-20-sp {
    margin-top: 20px !important;
  }
  .u-mt-25-sp {
    margin-top: 25px !important;
  }
  .u-mt-30-sp {
    margin-top: 30px !important;
  }
  .u-mt-35-sp {
    margin-top: 35px !important;
  }
  .u-mt-40-sp {
    margin-top: 40px !important;
  }
  .u-mt-45-sp {
    margin-top: 45px !important;
  }
  .u-mt-50-sp {
    margin-top: 50px !important;
  }
  .u-mt-55-sp {
    margin-top: 55px !important;
  }
  .u-mt-60-sp {
    margin-top: 60px !important;
  }
  .u-mt-65-sp {
    margin-top: 65px !important;
  }
  .u-mt-70-sp {
    margin-top: 70px !important;
  }
  .u-mt-75-sp {
    margin-top: 75px !important;
  }
  .u-mt-80-sp {
    margin-top: 80px !important;
  }
  .u-mt-85-sp {
    margin-top: 85px !important;
  }
  .u-mt-90-sp {
    margin-top: 90px !important;
  }
  .u-mt-95-sp {
    margin-top: 95px !important;
  }
  .u-mt-100-sp {
    margin-top: 100px !important;
  }
  .u-mt-105-sp {
    margin-top: 105px !important;
  }
  .u-mt-110-sp {
    margin-top: 110px !important;
  }
  .u-mt-115-sp {
    margin-top: 115px !important;
  }
  .u-mt-120-sp {
    margin-top: 120px !important;
  }
  .u-mt-125-sp {
    margin-top: 125px !important;
  }
  .u-mt-130-sp {
    margin-top: 130px !important;
  }
  .u-mt-135-sp {
    margin-top: 135px !important;
  }
  .u-mt-140-sp {
    margin-top: 140px !important;
  }
  .u-mt-145-sp {
    margin-top: 145px !important;
  }
  .u-mt-150-sp {
    margin-top: 150px !important;
  }
  .u-mt-155-sp {
    margin-top: 155px !important;
  }
  .u-mt-160-sp {
    margin-top: 160px !important;
  }
  .u-mt-165-sp {
    margin-top: 165px !important;
  }
  .u-mt-170-sp {
    margin-top: 170px !important;
  }
  .u-mt-175-sp {
    margin-top: 175px !important;
  }
  .u-mt-180-sp {
    margin-top: 180px !important;
  }
  .u-mt-185-sp {
    margin-top: 185px !important;
  }
  .u-mt-190-sp {
    margin-top: 190px !important;
  }
  .u-mt-195-sp {
    margin-top: 195px !important;
  }
  .u-mt-200-sp {
    margin-top: 200px !important;
  }
  .u-mt-205-sp {
    margin-top: 205px !important;
  }
  .u-mt-210-sp {
    margin-top: 210px !important;
  }
  .u-mt-215-sp {
    margin-top: 215px !important;
  }
  .u-mt-220-sp {
    margin-top: 220px !important;
  }
  .u-mt-225-sp {
    margin-top: 225px !important;
  }
  .u-mt-230-sp {
    margin-top: 230px !important;
  }
  .u-mt-235-sp {
    margin-top: 235px !important;
  }
  .u-mt-240-sp {
    margin-top: 240px !important;
  }
  .u-mb-0-sp {
    margin-bottom: 0px !important;
  }
  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }
  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .u-mb-15-sp {
    margin-bottom: 15px !important;
  }
  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .u-mb-25-sp {
    margin-bottom: 25px !important;
  }
  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .u-mb-35-sp {
    margin-bottom: 35px !important;
  }
  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .u-mb-45-sp {
    margin-bottom: 45px !important;
  }
  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .u-mb-55-sp {
    margin-bottom: 55px !important;
  }
  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }
  .u-mb-65-sp {
    margin-bottom: 65px !important;
  }
  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }
  .u-mb-75-sp {
    margin-bottom: 75px !important;
  }
  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }
  .u-mb-85-sp {
    margin-bottom: 85px !important;
  }
  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }
  .u-mb-95-sp {
    margin-bottom: 95px !important;
  }
  .u-mb-100-sp {
    margin-bottom: 100px !important;
  }
  .u-mb-105-sp {
    margin-bottom: 105px !important;
  }
  .u-mb-110-sp {
    margin-bottom: 110px !important;
  }
  .u-mb-115-sp {
    margin-bottom: 115px !important;
  }
  .u-mb-120-sp {
    margin-bottom: 120px !important;
  }
  .u-mb-125-sp {
    margin-bottom: 125px !important;
  }
  .u-mb-130-sp {
    margin-bottom: 130px !important;
  }
  .u-mb-135-sp {
    margin-bottom: 135px !important;
  }
  .u-mb-140-sp {
    margin-bottom: 140px !important;
  }
  .u-mb-145-sp {
    margin-bottom: 145px !important;
  }
  .u-mb-150-sp {
    margin-bottom: 150px !important;
  }
  .u-mb-155-sp {
    margin-bottom: 155px !important;
  }
  .u-mb-160-sp {
    margin-bottom: 160px !important;
  }
  .u-mb-165-sp {
    margin-bottom: 165px !important;
  }
  .u-mb-170-sp {
    margin-bottom: 170px !important;
  }
  .u-mb-175-sp {
    margin-bottom: 175px !important;
  }
  .u-mb-180-sp {
    margin-bottom: 180px !important;
  }
  .u-mb-185-sp {
    margin-bottom: 185px !important;
  }
  .u-mb-190-sp {
    margin-bottom: 190px !important;
  }
  .u-mb-195-sp {
    margin-bottom: 195px !important;
  }
  .u-mb-200-sp {
    margin-bottom: 200px !important;
  }
  .u-mb-205-sp {
    margin-bottom: 205px !important;
  }
  .u-mb-210-sp {
    margin-bottom: 210px !important;
  }
  .u-mb-215-sp {
    margin-bottom: 215px !important;
  }
  .u-mb-220-sp {
    margin-bottom: 220px !important;
  }
  .u-mb-225-sp {
    margin-bottom: 225px !important;
  }
  .u-mb-230-sp {
    margin-bottom: 230px !important;
  }
  .u-mb-235-sp {
    margin-bottom: 235px !important;
  }
  .u-mb-240-sp {
    margin-bottom: 240px !important;
  }
  .u-my-0-sp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-my-5-sp {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .u-my-10-sp {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .u-my-15-sp {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .u-my-20-sp {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .u-my-25-sp {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .u-my-30-sp {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .u-my-35-sp {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .u-my-40-sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-my-45-sp {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .u-my-50-sp {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .u-my-55-sp {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .u-my-60-sp {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .u-my-65-sp {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .u-my-70-sp {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .u-my-75-sp {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .u-my-80-sp {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .u-my-85-sp {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .u-my-90-sp {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .u-my-95-sp {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .u-my-100-sp {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .u-my-105-sp {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .u-my-110-sp {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .u-my-115-sp {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .u-my-120-sp {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .u-my-125-sp {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .u-my-130-sp {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .u-my-135-sp {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  .u-my-140-sp {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .u-my-145-sp {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  .u-my-150-sp {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .u-my-155-sp {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  .u-my-160-sp {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .u-my-165-sp {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  .u-my-170-sp {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .u-my-175-sp {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  .u-my-180-sp {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .u-my-185-sp {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  .u-my-190-sp {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .u-my-195-sp {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  .u-my-200-sp {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .u-my-205-sp {
    margin-top: 205px !important;
    margin-bottom: 205px !important;
  }
  .u-my-210-sp {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .u-my-215-sp {
    margin-top: 215px !important;
    margin-bottom: 215px !important;
  }
  .u-my-220-sp {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .u-my-225-sp {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }
  .u-my-230-sp {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .u-my-235-sp {
    margin-top: 235px !important;
    margin-bottom: 235px !important;
  }
  .u-my-240-sp {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
}
/*---------------------------------------------------------------------------
センター揃え
---------------------------------------------------------------------------*/
.u-wrap-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--spacing);
  padding-left: var(--spacing);
  box-sizing: content-box;
}

.u-wrap-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--spacing);
  padding-left: var(--spacing);
  box-sizing: content-box;
}

.u-wrap-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--spacing);
  padding-left: var(--spacing);
  box-sizing: content-box;
}

.u-wrap-1440 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--spacing);
  padding-left: var(--spacing);
  box-sizing: content-box;
}

/*---------------------------------------------------------------------------
文字構え
---------------------------------------------------------------------------*/
.u-center {
  text-align: center !important;
}
.u-center th, .u-center td {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}
.u-right th, .u-right td {
  text-align: right !important;
}

.u-left {
  text-align: left !important;
}
.u-left th, .u-left td {
  text-align: left !important;
}

.u-indent {
  text-indent: -1em;
  margin-left: 1em;
}

.u-indent-witdhIcon {
  position: relative;
  padding-left: 1em;
}
.u-indent-witdhIcon::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

.u-indent_15-witdhIcon {
  position: relative;
  padding-left: 1.5em;
}
.u-indent_15-witdhIcon::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

.u-indent-list-witdhIcon > li {
  position: relative;
  padding-left: 1em;
}
.u-indent-list-witdhIcon > li::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

.u-indent-list_15-witdhIcon > li {
  position: relative;
  padding-left: 1.5em;
}
.u-indent-list_15-witdhIcon > li::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

/*---------------------------------------------------------------------------
フォント
---------------------------------------------------------------------------*/
.u-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "游明朝体", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}

.u-gothic {
  font-family: gothic;
}

.u-italic {
  font-style: italic;
}

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

.u-normal {
  font-weight: normal !important;
}
.marker_line60 { background:linear-gradient(transparent 60%, #ffff00 0%); }

/*---------------------------------------------------------------------------
リストスタイル
---------------------------------------------------------------------------*/
.u-list-decimal {
  list-style-type: decimal;
  padding: 0 0 0 1em;
}

/*---------------------------------------------------------------------------
リンク
---------------------------------------------------------------------------*/
.u-link {
  color: blue;
  text-decoration: underline;
}

/*---------------------------------------------------------------------------
グーグルマップ
---------------------------------------------------------------------------*/
.u-googlemap iframe {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .u-googlemap iframe {
    height: 300px;
  }
}
/*---------------------------------------------------------------------------
youtube
---------------------------------------------------------------------------*/
.u-youtube-wrap {
  position: relative;
  width: 100%;
  max-width: var(--width);
  margin-left: auto;
  margin-right: auto;
}
.u-youtube-wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.u-youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  vertical-align: bottom;
}

/*---------------------------------------------------------------------------
アニメーションボーダー
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
スケルトンスクリーン
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
背景
---------------------------------------------------------------------------*/
.u-bg {
  background-image: var(--background-image);
  background-size: 100px 100px;
}

.u-playBtn {
  position: relative;
}
.u-playBtn::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 86px;
  height: 86px;
  background: url(img/play.svg) no-repeat center;
  pointer-events: none;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
}

@media only screen and (max-width: 767.98px) {
  button::after {
    width: 50px;
    height: 50px;
  }
}
/* ----------------------------- 印刷 */
/*---------------------------------------------------------------------------
印刷
---------------------------------------------------------------------------*/
@media print {
  @page {
    margin: 10mm;
    size: 210mm 297mm; /* A4縦サイズの場合 */
  }
  body {
    min-width: 1440px !important;
    -webkit-print-color-adjust: exact;
    background-color: #fff !important;
    zoom: 0.7;
  }
}
/*アニメーション無効*/
/* ----------------------------- アニメーション */
/*---------------------------------------------------------------------------
アニメーション
---------------------------------------------------------------------------*/
[data-fadein] {
  -webkit-transform: translateY(var(--transform-from, 40px)) rotate(0.0001deg);
          transform: translateY(var(--transform-from, 40px)) rotate(0.0001deg);
  opacity: var(--opacity-from, 0);
}
[data-fadein][data-scroll=onScreen] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  transition: opacity 1s ease, -webkit-transform 1.2s ease;
  transition: transform 1.2s ease, opacity 1s ease;
  transition: transform 1.2s ease, opacity 1s ease, -webkit-transform 1.2s ease;
  transition-delay: var(--delay, 0s);
}

@media only screen and (max-width: 767.98px) {
  [data-fadein] {
    -webkit-transform: translateY(var(--transform-from, var(--transform-from-sp, 40px))) rotate(0.0001deg);
            transform: translateY(var(--transform-from, var(--transform-from-sp, 40px))) rotate(0.0001deg);
    opacity: var(--opacity-from-sp, var(--opacity-from, 0));
  }
  [data-fadein][data-scroll=onScreen] {
    transition-delay: var(--delay-sp, var(--delay, 0s));
  }
}
[data-fadein-scatter] [data-fadein-scatter-child] {
  -webkit-transform: translateY(var(--transform-from, 40px)) rotate(0.0001deg);
          transform: translateY(var(--transform-from, 40px)) rotate(0.0001deg);
  opacity: var(--opacity-from, 0);
}
[data-fadein-scatter][data-scroll=onScreen] [data-fadein-scatter-child] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  transition: opacity 1s ease, -webkit-transform 1.2s ease;
  transition: transform 1.2s ease, opacity 1s ease;
  transition: transform 1.2s ease, opacity 1s ease, -webkit-transform 1.2s ease;
  transition-delay: calc(var(--delay, 0s) + var(--delay-base, 0s));
}

@media only screen and (max-width: 767.98px) {
  [data-fadein-scatter] [data-fadein-scatter-child] {
    -webkit-transform: translateY(var(--transform-from, var(--transform-from-sp, 40px))) rotate(0.0001deg);
            transform: translateY(var(--transform-from, var(--transform-from-sp, 40px))) rotate(0.0001deg);
    opacity: var(--opacity-from-sp, var(--opacity-from, 0));
  }
  [data-fadein-scatter][data-scroll=onScreen] [data-fadein-scatter-child] {
    transition-delay: var(--delay-sp, var(--delay), 0s);
    transition-delay: calc(var(--delay-sp, var(--delay, 0s)) + var(--delay-base, var(--delay-base-sp, 0s)));
  }
}