@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
/**
sw assy
$Author: Samuraiworks
$Version: 2509
 */
/* do it assy +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/**
https://www.seojuku.com/blog/responsive-mediaquery.html
/**
  todo ←max  767px / →min  768px
  todo ←max 1024px / →min 1025px
 */
/* 定義部分----------------------------------------------- */
/* hover Opacity */
/**
 Reboot.css
 */
*, ::after, ::before {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1rem;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* 定義部分----------------------------------------------- */
.a_borad {
  border-radius: 9px;
}

.float-right, .a_fl_R {
  float: right;
}

.float-left, .a_fl_L {
  float: left;
}

.a_Tcenter {
  text-align: center;
}

.a_TRight {
  text-align: right !important;
}

.a_TLeft {
  text-align: left !important;
}

.a_hidden {
  display: none;
}

.a_visi-hidden {
  visibility: hidden;
}

.display-none, .a_disp_none {
  display: none;
}

.a_disp_block {
  display: block;
}

.a_disp_inline, .inline-block, .a_ilb {
  display: inline-block !important;
}

.a_opace0 {
  opacity: 0;
}

.a_prelative {
  position: relative;
}

.a_mar00auto {
  margin: 0px auto;
}

/*text colour*/
.px_fff {
  color: #fff !important;
  text-shadow: 1px 1px 1px #666;
}

.px_fff_shadcha {
  color: #fff !important;
  text-shadow: 1px 1px 1px #766142;
}

.px_uspink {
  color: #906 !important;
  text-shadow: 1px 1px 1px #fff;
}

.px_ao {
  color: #1c4b7b !important;
  font-weight: bold;
}

.px_aomid {
  color: #099 !important;
  text-shadow: 1px 1px 1px #fff !important;
}

.px_midr {
  color: #f48591 !important;
  text-shadow: 1px 1px 1px #fff !important;
}

.px_666 {
  color: #666 !important;
  text-shadow: 1px 1px 1px #fff;
}

.px_org {
  color: #e56b0d !important;
  text-shadow: 1px 1px 1px #fff;
}

.px_aka {
  color: #E52323 !important;
  text-shadow: 1px 1px 1px #fff;
}

.px_pink {
  color: #bf085d !important;
  text-shadow: 1px 1px 1px #fff;
}

.px_pink2 {
  color: #bf4e91 !important;
  text-shadow: 1px 1px 1px #fff !important;
}

.px_cha {
  color: #795705 !important;
  text-shadow: 1px 1px 1px #e7e7e7;
}

.px_ki {
  color: #e6e321 !important;
}

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

[class^=px_] { /* セレクタ名の前方一致 */
  font-weight: bold;
}

a {
  cursor: pointer;
}

a:link {
  color: #06c;
}

a:visited {
  color: #426495;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

.imgBoxShadow {
  -ms-box-shadow: 0 0 5px #a5aeb7;
  -moz-box-shadow: 0 0 5px #a5aeb7;
  -webkit-box-shadow: 0 0 5px #a5aeb7;
  box-shadow: 0 0 5px #a5aeb7;
}

.imgBoxShadow-better {
  box-shadow: 0 2.5rem 2rem -2rem hsl(346, 8%, 59%);
}

.meiryo {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
}

.maru-goth {
  font-family: "Hiragino Maru Gothic Pro", "HG丸ゴシックM-PRO", verdana, arial, sans-serif;
}

.hiragino {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

hr.forSp {
  display: none;
}

br.forSp, span.forSp, i.forSp {
  display: none;
}

br.forPc, span.forPc, div.forPc {
  display: inline;
}

.pcImg {
  display: block !important;
}

.spImg {
  display: none !important;
}

.pcBlock {
  display: block !important;
}

.spBlock {
  display: none !important;
}

.pcInline {
  display: inline-block;
}

.spInline {
  display: none;
}

@media screen and (max-width: 767px) {
  hr.forSp {
    display: block;
  }
  br.forSp, span.forSp, .sp i.forSp {
    display: inline;
  }
  br.forPc, span.forPc, div.forPc {
    display: none;
  }
  .pcImg {
    display: none !important;
  }
  .spImg {
    display: block !important;
  }
  .pcBlock {
    display: none !important;
  }
  .spBlock {
    display: block !important;
  }
  .pcInline {
    display: none;
  }
  .spInline {
    display: inline-block;
  }
  img.w100 {
    max-width: 100%;
    height: auto;
  }
}
.photoFrame {
  box-shadow: 0 0 5px #ccccdc;
  border: 7px solid #fff;
}

/* sw set assy +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ------------------------------------------------------------
  Clearfix
------------------------------------------------------------ */
/* new clearfix */
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

/* For IE 6/7 (hasL) */
.clf {
  zoom: 1;
}

.uline {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffff88 0%);
}

.uline2 {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffe1f3 0%);
}

.uline3 {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ebf6ff 0%);
}

.boxShadow {
  -ms-box-shadow: 0px 0px 31px #5c606e;
  -moz-box-shadow: 0px 0px 31px #5c606e;
  -webkit-box-shadow: 0px 0px 31px #5c606e;
  box-shadow: 0px 0px 31px #5c606e;
}

.imgBoxShadow {
  -ms-box-shadow: 0 0 5px #a5aeb7;
  -moz-box-shadow: 0 0 5px #a5aeb7;
  -webkit-box-shadow: 0 0 5px #a5aeb7;
  box-shadow: 0 0 5px #a5aeb7;
}

.imgBoxShadow-better {
  box-shadow: 0 2.5rem 2rem -2rem hsl(346, 8%, 59%);
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.row > * {
  flex-grow: 0;
  flex-shrink: 0;
}

.row [class^=col1-] {
  width: 100%;
}

.row [class^=col2-] {
  width: 50%;
}

.row [class^=col3-] {
  width: 33.3333333333%;
}

.row [class^=col4-] {
  width: 25%;
}

.row [class^=col5-] {
  width: 20%;
}

.row [class^=col6-] {
  width: 16.6666666667%;
}

.row [class^=col7-] {
  width: 14.2857142857%;
}

.row [class^=col8-] {
  width: 12.5%;
}

.row [class^=col9-] {
  width: 11.1111111111%;
}

.row [class^=col10-] {
  width: 10%;
}

.row [class^=col11-] {
  width: 9.0909090909%;
}

.row [class^=col12-] {
  width: 8.3333333333%;
}

@media (min-width: 768px) {
  .row [class*="-1-"] {
    width: 100%;
  }
  .row [class*="-2-"] {
    width: 50%;
  }
  .row [class*="-3-"] {
    width: 33.3333333333%;
  }
  .row [class*="-4-"] {
    width: 25%;
  }
  .row [class*="-5-"] {
    width: 20%;
  }
  .row [class*="-6-"] {
    width: 16.6666666667%;
  }
  .row [class*="-7-"] {
    width: 14.2857142857%;
  }
  .row [class*="-8-"] {
    width: 12.5%;
  }
  .row [class*="-9-"] {
    width: 11.1111111111%;
  }
  .row [class*="-10-"] {
    width: 10%;
  }
  .row [class*="-11-"] {
    width: 9.0909090909%;
  }
  .row [class*="-12-"] {
    width: 8.3333333333%;
  }
}
@media (min-width: 1025px) {
  .row [class*="-1col"] {
    width: 100%;
  }
  .row [class*="-2col"] {
    width: 50%;
  }
  .row [class*="-3col"] {
    width: 33.3333333333%;
  }
  .row [class*="-4col"] {
    width: 25%;
  }
  .row [class*="-5col"] {
    width: 20%;
  }
  .row [class*="-6col"] {
    width: 16.6666666667%;
  }
  .row [class*="-7col"] {
    width: 14.2857142857%;
  }
  .row [class*="-8col"] {
    width: 12.5%;
  }
  .row [class*="-9col"] {
    width: 11.1111111111%;
  }
  .row [class*="-10col"] {
    width: 10%;
  }
  .row [class*="-11col"] {
    width: 9.0909090909%;
  }
  .row [class*="-12col"] {
    width: 8.3333333333%;
  }
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

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

.text-right {
  text-align: right !important;
}

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

.text-bold {
  font-weight: bold;
}

/*
 * 1.1 -> common.less
 * -----------------------------------------------
*/
/* -------- Basic Structure ---------- */
html {
  font-size: 100%;
}

html,
html a {
  -webkit-font-smoothing: antialiased;
}

body, html {
  max-width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

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

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

iframe {
  border: none;
  width: 100%;
}

.inline-block {
  display: inline-block;
}

.display-block {
  display: block;
}

.fullwidth {
  width: 100%;
}

/* -------- Font Size ---------- */
.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 2rem !important;
}

.font-29 {
  font-size: 2.07142857rem !important;
}

.font-30 {
  font-size: 2.14285714rem !important;
}

.font-32 {
  font-size: 2.28571429rem !important;
}

.font-36 {
  font-size: 2.57142857rem !important;
}

.font-38 {
  font-size: 2.71428571rem !important;
}

.font-40 {
  font-size: 2.85714286rem !important;
}

.font-42 {
  font-size: 3rem !important;
}

.font-44 {
  font-size: 3.14285714rem !important;
}

.font-46 {
  font-size: 3.28571429rem !important;
}

.font-48 {
  font-size: 3.42857143rem !important;
}

.font-54 {
  font-size: 3.85714286rem !important;
}

.font-60 {
  font-size: 4.28571429rem !important;
}

.font-64 {
  font-size: 4.57142857rem !important;
}

.font-72 {
  font-size: 5.14285714rem !important;
}

.font-78 {
  font-size: 5.57142857rem !important;
}

.font-90 {
  font-size: 6.42857143rem !important;
}

.font-100 {
  font-size: 7.14285714rem !important;
}

.font-150 {
  font-size: 10.71428571rem !important;
}

.font-200 {
  font-size: 14.28571429rem !important;
}

/* -------- list inline ---------- */
.display-inline {
  display: inline-block;
}

/*
 * Custom Bootstrap Margin Padding
 * Author - Md Ismail Hossain
 * Git    - https://github.com/ismailcseku/Custom-Bootstrap-Margin-Padding
 * Web    - http://ismail-hossain.me/
 * Email  - ismailcseku$gmail.com
 */
/**
 * Table of Contents:
 *
 * 1   -> Basic margin padding
 * 1.1 -> Basic Margin
 * 1.2 -> Basic Padding
 * 1.3 -> Margin top
 * 1.4 -> Margin right
 * 1.5 -> Margin bottom
 * 1.6 -> Margin left
 * 1.7 -> Padding top
 * 1.8 -> Padding right
 * 1.9 -> Padding bottom
 * 1.10 -> Padding left
 * 2 -> lg: min-width:9999px // delete
 * 3 -> md: max-width:9998px // delete
 * 4 -> sm: max-width:$maxWidthBP1
 * 5 -> xs: max-width:$maxWidthBP0
 * 6 -> xxs: max-width 479px // delete
 * ===============================================
 */
/* min even, max odd*/
/*
 * 1.1 -> Basic Margin
 * -----------------------------------------------
*/
.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-110 {
  margin: 110px !important;
}

.m-120 {
  margin: 120px !important;
}

.m-130 {
  margin: 130px !important;
}

.m-140 {
  margin: 140px !important;
}

.m-150 {
  margin: 150px !important;
}

.m-160 {
  margin: 160px !important;
}

.m-170 {
  margin: 170px !important;
}

.m-180 {
  margin: 180px !important;
}

.m-190 {
  margin: 190px !important;
}

.m-200 {
  margin: 200px !important;
}

/*
 * 1.2 -> Basic Padding
 * -----------------------------------------------
*/
.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-110 {
  padding: 110px !important;
}

.p-120 {
  padding: 120px !important;
}

.p-130 {
  padding: 130px !important;
}

.p-140 {
  padding: 140px !important;
}

.p-150 {
  padding: 150px !important;
}

.p-160 {
  padding: 160px !important;
}

.p-170 {
  padding: 170px !important;
}

.p-180 {
  padding: 180px !important;
}

.p-190 {
  padding: 190px !important;
}

.p-200 {
  padding: 200px !important;
}

/*
 * 1.3 -> Margin top
 * -----------------------------------------------
*/
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * 1.4 -> Margin right
 * -----------------------------------------------
*/
.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

/*
 * 1.5 -> Margin bottom
 * -----------------------------------------------
*/
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * 1.6 -> Margin left
 * -----------------------------------------------
*/
.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

/*
 * 1.7 -> Padding top
 * -----------------------------------------------
*/
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

/*
 * 1.8 -> Padding right
 * -----------------------------------------------
*/
.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

/*
 * 1.9 -> Padding bottom
 * -----------------------------------------------
*/
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

/*
 * 1.10 -> Padding left
 * -----------------------------------------------
*/
.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

/*
 * 4 -> sm: max-width:$maxWidthBP1
 * -----------------------------------------------
*/
@media (max-width: 1024px) {
  /*
   * 4.1 -> Basic Margin
   * -----------------------------------------------
  */
  .m-sm-0 {
    margin: 0px !important;
  }
  .m-sm-5 {
    margin: 5px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .m-sm-70 {
    margin: 70px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .m-sm-90 {
    margin: 90px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .m-sm-110 {
    margin: 110px !important;
  }
  .m-sm-120 {
    margin: 120px !important;
  }
  .m-sm-130 {
    margin: 130px !important;
  }
  .m-sm-140 {
    margin: 140px !important;
  }
  .m-sm-150 {
    margin: 150px !important;
  }
  .m-sm-160 {
    margin: 160px !important;
  }
  .m-sm-170 {
    margin: 170px !important;
  }
  .m-sm-180 {
    margin: 180px !important;
  }
  .m-sm-190 {
    margin: 190px !important;
  }
  .m-sm-200 {
    margin: 200px !important;
  }
  /*
   * 4.2 -> Basic Padding
   * -----------------------------------------------
  */
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .p-sm-110 {
    padding: 110px !important;
  }
  .p-sm-120 {
    padding: 120px !important;
  }
  .p-sm-130 {
    padding: 130px !important;
  }
  .p-sm-140 {
    padding: 140px !important;
  }
  .p-sm-150 {
    padding: 150px !important;
  }
  .p-sm-160 {
    padding: 160px !important;
  }
  .p-sm-170 {
    padding: 170px !important;
  }
  .p-sm-180 {
    padding: 180px !important;
  }
  .p-sm-190 {
    padding: 190px !important;
  }
  .p-sm-200 {
    padding: 200px !important;
  }
  /*
   * 4.3 -> Margin top
   * -----------------------------------------------
  */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mt-sm-110 {
    margin-top: 110px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mt-sm-130 {
    margin-top: 130px !important;
  }
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .mt-sm-170 {
    margin-top: 170px !important;
  }
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  .mt-sm-190 {
    margin-top: 190px !important;
  }
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  /*
   * 4.4 -> Margin right
   * -----------------------------------------------
  */
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .mr-sm-70 {
    margin-right: 70px !important;
  }
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .mr-sm-90 {
    margin-right: 90px !important;
  }
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  .mr-sm-110 {
    margin-right: 110px !important;
  }
  .mr-sm-120 {
    margin-right: 120px !important;
  }
  .mr-sm-130 {
    margin-right: 130px !important;
  }
  .mr-sm-140 {
    margin-right: 140px !important;
  }
  .mr-sm-150 {
    margin-right: 150px !important;
  }
  .mr-sm-160 {
    margin-right: 160px !important;
  }
  .mr-sm-170 {
    margin-right: 170px !important;
  }
  .mr-sm-180 {
    margin-right: 180px !important;
  }
  .mr-sm-190 {
    margin-right: 190px !important;
  }
  .mr-sm-200 {
    margin-right: 200px !important;
  }
  /*
   * 4.5 -> Margin bottom
   * -----------------------------------------------
  */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .mb-sm-170 {
    margin-bottom: 170px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-190 {
    margin-bottom: 190px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  /*
   * 4.6 -> Margin left
   * -----------------------------------------------
  */
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .ml-sm-70 {
    margin-left: 70px !important;
  }
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .ml-sm-90 {
    margin-left: 90px !important;
  }
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  .ml-sm-110 {
    margin-left: 110px !important;
  }
  .ml-sm-120 {
    margin-left: 120px !important;
  }
  .ml-sm-130 {
    margin-left: 130px !important;
  }
  .ml-sm-140 {
    margin-left: 140px !important;
  }
  .ml-sm-150 {
    margin-left: 150px !important;
  }
  .ml-sm-160 {
    margin-left: 160px !important;
  }
  .ml-sm-170 {
    margin-left: 170px !important;
  }
  .ml-sm-180 {
    margin-left: 180px !important;
  }
  .ml-sm-190 {
    margin-left: 190px !important;
  }
  .ml-sm-200 {
    margin-left: 200px !important;
  }
  /*
   * 4.7 -> Padding top
   * -----------------------------------------------
  */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pt-sm-110 {
    padding-top: 110px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pt-sm-130 {
    padding-top: 130px !important;
  }
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  .pt-sm-150 {
    padding-top: 150px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  .pt-sm-170 {
    padding-top: 170px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  .pt-sm-190 {
    padding-top: 190px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  /*
   * 4.8 -> Padding right
   * -----------------------------------------------
  */
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .pr-sm-70 {
    padding-right: 70px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .pr-sm-90 {
    padding-right: 90px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  .pr-sm-110 {
    padding-right: 110px !important;
  }
  .pr-sm-120 {
    padding-right: 120px !important;
  }
  .pr-sm-130 {
    padding-right: 130px !important;
  }
  .pr-sm-140 {
    padding-right: 140px !important;
  }
  .pr-sm-150 {
    padding-right: 150px !important;
  }
  .pr-sm-160 {
    padding-right: 160px !important;
  }
  .pr-sm-170 {
    padding-right: 170px !important;
  }
  .pr-sm-180 {
    padding-right: 180px !important;
  }
  .pr-sm-190 {
    padding-right: 190px !important;
  }
  .pr-sm-200 {
    padding-right: 200px !important;
  }
  /*
   * 4.9 -> Padding bottom
   * -----------------------------------------------
  */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pb-sm-110 {
    padding-bottom: 110px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .pb-sm-130 {
    padding-bottom: 130px !important;
  }
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
  .pb-sm-150 {
    padding-bottom: 150px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  .pb-sm-190 {
    padding-bottom: 190px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  /*
   * 4.10 -> Padding left
   * -----------------------------------------------
  */
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  .pl-sm-70 {
    padding-left: 70px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pl-sm-90 {
    padding-left: 90px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
  .pl-sm-110 {
    padding-left: 110px !important;
  }
  .pl-sm-120 {
    padding-left: 120px !important;
  }
  .pl-sm-130 {
    padding-left: 130px !important;
  }
  .pl-sm-140 {
    padding-left: 140px !important;
  }
  .pl-sm-150 {
    padding-left: 150px !important;
  }
  .pl-sm-160 {
    padding-left: 160px !important;
  }
  .pl-sm-170 {
    padding-left: 170px !important;
  }
  .pl-sm-180 {
    padding-left: 180px !important;
  }
  .pl-sm-190 {
    padding-left: 190px !important;
  }
  .pl-sm-200 {
    padding-left: 200px !important;
  }
}
/*
 * 5 -> xs: max-width $maxWidthBP0
 * -----------------------------------------------
*/
@media (max-width: 767px) {
  /*
   * 5.1 -> Basic Margin
   * -----------------------------------------------
  */
  .m-xs-0 {
    margin: 0px !important;
  }
  .m-xs-5 {
    margin: 5px !important;
  }
  .m-xs-10 {
    margin: 10px !important;
  }
  .m-xs-15 {
    margin: 15px !important;
  }
  .m-xs-20 {
    margin: 20px !important;
  }
  .m-xs-30 {
    margin: 30px !important;
  }
  .m-xs-40 {
    margin: 40px !important;
  }
  .m-xs-50 {
    margin: 50px !important;
  }
  .m-xs-60 {
    margin: 60px !important;
  }
  .m-xs-70 {
    margin: 70px !important;
  }
  .m-xs-80 {
    margin: 80px !important;
  }
  .m-xs-90 {
    margin: 90px !important;
  }
  .m-xs-100 {
    margin: 100px !important;
  }
  .m-xs-110 {
    margin: 110px !important;
  }
  .m-xs-120 {
    margin: 120px !important;
  }
  .m-xs-130 {
    margin: 130px !important;
  }
  .m-xs-140 {
    margin: 140px !important;
  }
  .m-xs-150 {
    margin: 150px !important;
  }
  .m-xs-160 {
    margin: 160px !important;
  }
  .m-xs-170 {
    margin: 170px !important;
  }
  .m-xs-180 {
    margin: 180px !important;
  }
  .m-xs-190 {
    margin: 190px !important;
  }
  .m-xs-200 {
    margin: 200px !important;
  }
  /*
   * 5.2 -> Basic Padding
   * -----------------------------------------------
  */
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-5 {
    padding: 5px !important;
  }
  .p-xs-10 {
    padding: 10px !important;
  }
  .p-xs-15 {
    padding: 15px !important;
  }
  .p-xs-20 {
    padding: 20px !important;
  }
  .p-xs-30 {
    padding: 30px !important;
  }
  .p-xs-40 {
    padding: 40px !important;
  }
  .p-xs-50 {
    padding: 50px !important;
  }
  .p-xs-60 {
    padding: 60px !important;
  }
  .p-xs-70 {
    padding: 70px !important;
  }
  .p-xs-80 {
    padding: 80px !important;
  }
  .p-xs-90 {
    padding: 90px !important;
  }
  .p-xs-100 {
    padding: 100px !important;
  }
  .p-xs-110 {
    padding: 110px !important;
  }
  .p-xs-120 {
    padding: 120px !important;
  }
  .p-xs-130 {
    padding: 130px !important;
  }
  .p-xs-140 {
    padding: 140px !important;
  }
  .p-xs-150 {
    padding: 150px !important;
  }
  .p-xs-160 {
    padding: 160px !important;
  }
  .p-xs-170 {
    padding: 170px !important;
  }
  .p-xs-180 {
    padding: 180px !important;
  }
  .p-xs-190 {
    padding: 190px !important;
  }
  .p-xs-200 {
    padding: 200px !important;
  }
  /*
   * 5.3 -> Margin top
   * -----------------------------------------------
  */
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-5 {
    margin-top: 5px !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-15 {
    margin-top: 15px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mt-xs-90 {
    margin-top: 90px !important;
  }
  .mt-xs-100 {
    margin-top: 100px !important;
  }
  .mt-xs-110 {
    margin-top: 110px !important;
  }
  .mt-xs-120 {
    margin-top: 120px !important;
  }
  .mt-xs-130 {
    margin-top: 130px !important;
  }
  .mt-xs-140 {
    margin-top: 140px !important;
  }
  .mt-xs-150 {
    margin-top: 150px !important;
  }
  .mt-xs-160 {
    margin-top: 160px !important;
  }
  .mt-xs-170 {
    margin-top: 170px !important;
  }
  .mt-xs-180 {
    margin-top: 180px !important;
  }
  .mt-xs-190 {
    margin-top: 190px !important;
  }
  .mt-xs-200 {
    margin-top: 200px !important;
  }
  /*
   * 5.4 -> Margin right
   * -----------------------------------------------
  */
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mr-xs-5 {
    margin-right: 5px !important;
  }
  .mr-xs-10 {
    margin-right: 10px !important;
  }
  .mr-xs-15 {
    margin-right: 15px !important;
  }
  .mr-xs-20 {
    margin-right: 20px !important;
  }
  .mr-xs-30 {
    margin-right: 30px !important;
  }
  .mr-xs-40 {
    margin-right: 40px !important;
  }
  .mr-xs-50 {
    margin-right: 50px !important;
  }
  .mr-xs-60 {
    margin-right: 60px !important;
  }
  .mr-xs-70 {
    margin-right: 70px !important;
  }
  .mr-xs-80 {
    margin-right: 80px !important;
  }
  .mr-xs-90 {
    margin-right: 90px !important;
  }
  .mr-xs-100 {
    margin-right: 100px !important;
  }
  .mr-xs-110 {
    margin-right: 110px !important;
  }
  .mr-xs-120 {
    margin-right: 120px !important;
  }
  .mr-xs-130 {
    margin-right: 130px !important;
  }
  .mr-xs-140 {
    margin-right: 140px !important;
  }
  .mr-xs-150 {
    margin-right: 150px !important;
  }
  .mr-xs-160 {
    margin-right: 160px !important;
  }
  .mr-xs-170 {
    margin-right: 170px !important;
  }
  .mr-xs-180 {
    margin-right: 180px !important;
  }
  .mr-xs-190 {
    margin-right: 190px !important;
  }
  .mr-xs-200 {
    margin-right: 200px !important;
  }
  /*
   * 5.5 -> Margin bottom
   * -----------------------------------------------
  */
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
  .mb-xs-90 {
    margin-bottom: 90px !important;
  }
  .mb-xs-100 {
    margin-bottom: 100px !important;
  }
  .mb-xs-110 {
    margin-bottom: 110px !important;
  }
  .mb-xs-120 {
    margin-bottom: 120px !important;
  }
  .mb-xs-130 {
    margin-bottom: 130px !important;
  }
  .mb-xs-140 {
    margin-bottom: 140px !important;
  }
  .mb-xs-150 {
    margin-bottom: 150px !important;
  }
  .mb-xs-160 {
    margin-bottom: 160px !important;
  }
  .mb-xs-170 {
    margin-bottom: 170px !important;
  }
  .mb-xs-180 {
    margin-bottom: 180px !important;
  }
  .mb-xs-190 {
    margin-bottom: 190px !important;
  }
  .mb-xs-200 {
    margin-bottom: 200px !important;
  }
  /*
   * 5.6 -> Margin left
   * -----------------------------------------------
  */
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .ml-xs-5 {
    margin-left: 5px !important;
  }
  .ml-xs-10 {
    margin-left: 10px !important;
  }
  .ml-xs-15 {
    margin-left: 15px !important;
  }
  .ml-xs-20 {
    margin-left: 20px !important;
  }
  .ml-xs-30 {
    margin-left: 30px !important;
  }
  .ml-xs-40 {
    margin-left: 40px !important;
  }
  .ml-xs-50 {
    margin-left: 50px !important;
  }
  .ml-xs-60 {
    margin-left: 60px !important;
  }
  .ml-xs-70 {
    margin-left: 70px !important;
  }
  .ml-xs-80 {
    margin-left: 80px !important;
  }
  .ml-xs-90 {
    margin-left: 90px !important;
  }
  .ml-xs-100 {
    margin-left: 100px !important;
  }
  .ml-xs-110 {
    margin-left: 110px !important;
  }
  .ml-xs-120 {
    margin-left: 120px !important;
  }
  .ml-xs-130 {
    margin-left: 130px !important;
  }
  .ml-xs-140 {
    margin-left: 140px !important;
  }
  .ml-xs-150 {
    margin-left: 150px !important;
  }
  .ml-xs-160 {
    margin-left: 160px !important;
  }
  .ml-xs-170 {
    margin-left: 170px !important;
  }
  .ml-xs-180 {
    margin-left: 180px !important;
  }
  .ml-xs-190 {
    margin-left: 190px !important;
  }
  .ml-xs-200 {
    margin-left: 200px !important;
  }
  /*
   * 5.7 -> Padding top
   * -----------------------------------------------
  */
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-5 {
    padding-top: 5px !important;
  }
  .pt-xs-10 {
    padding-top: 10px !important;
  }
  .pt-xs-15 {
    padding-top: 15px !important;
  }
  .pt-xs-20 {
    padding-top: 20px !important;
  }
  .pt-xs-30 {
    padding-top: 30px !important;
  }
  .pt-xs-40 {
    padding-top: 40px !important;
  }
  .pt-xs-50 {
    padding-top: 50px !important;
  }
  .pt-xs-60 {
    padding-top: 60px !important;
  }
  .pt-xs-70 {
    padding-top: 70px !important;
  }
  .pt-xs-80 {
    padding-top: 80px !important;
  }
  .pt-xs-90 {
    padding-top: 90px !important;
  }
  .pt-xs-100 {
    padding-top: 100px !important;
  }
  .pt-xs-110 {
    padding-top: 110px !important;
  }
  .pt-xs-120 {
    padding-top: 120px !important;
  }
  .pt-xs-130 {
    padding-top: 130px !important;
  }
  .pt-xs-140 {
    padding-top: 140px !important;
  }
  .pt-xs-150 {
    padding-top: 150px !important;
  }
  .pt-xs-160 {
    padding-top: 160px !important;
  }
  .pt-xs-170 {
    padding-top: 170px !important;
  }
  .pt-xs-180 {
    padding-top: 180px !important;
  }
  .pt-xs-190 {
    padding-top: 190px !important;
  }
  .pt-xs-200 {
    padding-top: 200px !important;
  }
  /*
   * 5.8 -> Padding right
   * -----------------------------------------------
  */
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pr-xs-5 {
    padding-right: 5px !important;
  }
  .pr-xs-10 {
    padding-right: 10px !important;
  }
  .pr-xs-15 {
    padding-right: 15px !important;
  }
  .pr-xs-20 {
    padding-right: 20px !important;
  }
  .pr-xs-30 {
    padding-right: 30px !important;
  }
  .pr-xs-40 {
    padding-right: 40px !important;
  }
  .pr-xs-50 {
    padding-right: 50px !important;
  }
  .pr-xs-60 {
    padding-right: 60px !important;
  }
  .pr-xs-70 {
    padding-right: 70px !important;
  }
  .pr-xs-80 {
    padding-right: 80px !important;
  }
  .pr-xs-90 {
    padding-right: 90px !important;
  }
  .pr-xs-100 {
    padding-right: 100px !important;
  }
  .pr-xs-110 {
    padding-right: 110px !important;
  }
  .pr-xs-120 {
    padding-right: 120px !important;
  }
  .pr-xs-130 {
    padding-right: 130px !important;
  }
  .pr-xs-140 {
    padding-right: 140px !important;
  }
  .pr-xs-150 {
    padding-right: 150px !important;
  }
  .pr-xs-160 {
    padding-right: 160px !important;
  }
  .pr-xs-170 {
    padding-right: 170px !important;
  }
  .pr-xs-180 {
    padding-right: 180px !important;
  }
  .pr-xs-190 {
    padding-right: 190px !important;
  }
  .pr-xs-200 {
    padding-right: 200px !important;
  }
  /*
   * 5.9 -> Padding bottom
   * -----------------------------------------------
  */
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-5 {
    padding-bottom: 5px !important;
  }
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
  .pb-xs-15 {
    padding-bottom: 15px !important;
  }
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
  .pb-xs-60 {
    padding-bottom: 60px !important;
  }
  .pb-xs-70 {
    padding-bottom: 70px !important;
  }
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
  .pb-xs-90 {
    padding-bottom: 90px !important;
  }
  .pb-xs-100 {
    padding-bottom: 100px !important;
  }
  .pb-xs-110 {
    padding-bottom: 110px !important;
  }
  .pb-xs-120 {
    padding-bottom: 120px !important;
  }
  .pb-xs-130 {
    padding-bottom: 130px !important;
  }
  .pb-xs-140 {
    padding-bottom: 140px !important;
  }
  .pb-xs-150 {
    padding-bottom: 150px !important;
  }
  .pb-xs-160 {
    padding-bottom: 160px !important;
  }
  .pb-xs-170 {
    padding-bottom: 170px !important;
  }
  .pb-xs-180 {
    padding-bottom: 180px !important;
  }
  .pb-xs-190 {
    padding-bottom: 190px !important;
  }
  .pb-xs-200 {
    padding-bottom: 200px !important;
  }
  /*
   * 5.10 -> Padding left
   * -----------------------------------------------
  */
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .pl-xs-5 {
    padding-left: 5px !important;
  }
  .pl-xs-10 {
    padding-left: 10px !important;
  }
  .pl-xs-15 {
    padding-left: 15px !important;
  }
  .pl-xs-20 {
    padding-left: 20px !important;
  }
  .pl-xs-30 {
    padding-left: 30px !important;
  }
  .pl-xs-40 {
    padding-left: 40px !important;
  }
  .pl-xs-50 {
    padding-left: 50px !important;
  }
  .pl-xs-60 {
    padding-left: 60px !important;
  }
  .pl-xs-70 {
    padding-left: 70px !important;
  }
  .pl-xs-80 {
    padding-left: 80px !important;
  }
  .pl-xs-90 {
    padding-left: 90px !important;
  }
  .pl-xs-100 {
    padding-left: 100px !important;
  }
  .pl-xs-110 {
    padding-left: 110px !important;
  }
  .pl-xs-120 {
    padding-left: 120px !important;
  }
  .pl-xs-130 {
    padding-left: 130px !important;
  }
  .pl-xs-140 {
    padding-left: 140px !important;
  }
  .pl-xs-150 {
    padding-left: 150px !important;
  }
  .pl-xs-160 {
    padding-left: 160px !important;
  }
  .pl-xs-170 {
    padding-left: 170px !important;
  }
  .pl-xs-180 {
    padding-left: 180px !important;
  }
  .pl-xs-190 {
    padding-left: 190px !important;
  }
  .pl-xs-200 {
    padding-left: 200px !important;
  }
}
.max-1140 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.max-1180 {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.max-1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/**
 fixme!!! noto sans
 */
/*
$Author: Samuraiworks
$Version: sass --version
1.77.6 compiled with dart2js 3.4.4

 sw Your custom css codes start here: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*html.desktop {
  @media only screen and (min-width: $minWidthBP0) and (max-width: 1121px) {
    body {
      width: 1110px;
      max-width: 1110px;
      overflow-x: auto;
    }
  }
}*/
/**
 todo basic setting sw 2024 ++++++++++++++++++++++++++++++++++++++
 */
/**
  https://coliss.com/articles/build-websites/operation/css/clever-sticky-footer-technique.html
body > footer {
  position: sticky;
  top: 100vh;
}
 */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  line-height: 1.64;
  /* 禁則A */
  word-break: normal;
  line-break: strict;
  /* 禁則B*/
  word-wrap: break-word;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #1c4b7b;
  position: relative;
  margin: 0;
  padding: 0;
}

[id^=anc-] {
  /*margin-top: -75px;
  padding-top: 75px;
  display: block;
  height: 1px;
  overflow: hidden;
  outline: none;*/
  scroll-margin-top: 100px;
}

a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  transition: text-decoration-color 0.5s ease;
}
a:hover {
  text-decoration-color: currentColor;
}

/*.article {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding: 0 10px;
}*/
/**
 H1~6
 */
h1, h2, h3 {
  font-weight: bold;
  margin: 0.85rem 0;
}

h2 {
  font-size: 3rem;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
}

.otameshi {
  font-size: 2.8rem;
  color: #f48591;
}

h3 {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

h4 {
  font-size: 1.8rem;
  color: #f48591;
}
h4 .h4Span {
  color: #333;
}

h6 {
  font-size: 1.6rem;
}

/**
 headers
 */
.logos .logoWrapper {
  margin: 0;
}
.logos .logoWrapper img {
  width: 204px;
}

@media (max-width: 767px) {
  .logoWrapper img {
    max-width: 170px;
  }
}
.imgWrapper {
  background-color: #fceadf;
  position: relative;
}
.list-fixed {
  position: sticky;
  top: -1px;
  z-index: 99;
  width: 100%;
}
@media (max-width: 767px) {
  .list-fixed .wrap {
    display: none;
  }
}

#header {
  transition: 0.31s ease-in-out;
  border-bottom: 1px solid #fff;
}
#header .headerWrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
}
#header #NavBase {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#header #NavBase > li {
  display: flex;
  align-items: center;
  position: relative;
}
#header #NavBase > li > a, #header #NavBase > li i {
  display: block;
  position: relative;
  padding: 4px 24px;
  font-weight: bold;
  font-size: 1.85rem;
  font-style: normal;
  color: #1c4b7b;
}
#header #NavBase > li > a:after, #header #NavBase > li i:after {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  transform: rotate(135deg) translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #f48591;
}
#header #NavBase > li > a.confirm:after, #header #NavBase > li i.confirm:after {
  top: calc(50% - 3px);
  transform: rotate(45deg) translateY(-50%);
}
@media (max-width: 767px) {
  #header #NavBase > li > a, #header #NavBase > li i {
    padding: 7px 7px 7px 21px;
    font-size: 1.6rem;
  }
  #header #NavBase > li > a:after, #header #NavBase > li i:after {
    left: 3px;
    width: 9px;
    height: 9px;
    top: calc(50% - 10px);
  }
}
#header.list-fixed.add-fixed {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
div.show {
  display: block;
}

div.show {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: animate-delay;
}

@keyframes animate-delay {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 page do it ++++++++++++++++++++++++++++++++++++++++++++
 */
/*.leadWrapper {
  @include max-1200;
  padding: 0 10px;
  // min more >=
  @media (min-width: $minWidthBP0) {
    display: flex;
    gap: 24px;
    .colA {
      width: 74%;
    }
    .colB {
      width: 26%;
    }
  }
  .lead {
    position: relative;
    text-align: center;
    padding: 70px 0;
    font-weight: bold;
    line-height: 2.1;
    font-size: 110%;
    &:before {
      content: "";
      position: absolute;
      left: calc(50% - 24px);
      transform: translateX(50%);
      top: 24px;
      width: 24px;
      height: 24px;
      background: transparent url(../images/star.svg) no-repeat center / cover;
    }
    &:after {
      content: "";
      position: absolute;
      left: calc(50% - 24px);
      transform: translateX(50%);
      bottom: 24px;
      width: 24px;
      height: 24px;
      background: transparent url(../images/star.svg) no-repeat center / cover;
    }
  } // .lead
  .movie {
    position: relative;
    z-index: 2;

    border-radius: 5px;
    border: 2px solid $this-KeyColor;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    max-width: 500px;
    margin: 15px auto 50px;
    // min more >=
    @media (min-width: $minWidthBP0) {
      margin: -42% auto 15px;
    }

    > p {
      color: $black-color;
      padding: 7px 0;
      margin: 0;
      font-weight: bold;
      font-size: 90%;
    }

    .bullet {
      position: relative;
      padding: 5px 24px;
      color: $tmPage-color2;
      font-weight: bold;
      display: inline-block;
      &:after {
         content: '';
         position: absolute;
         top:   calc(50% - 3px);
         transform: rotate(45deg) translateY( calc(-50%));
         right:  12px;
         width:  12px;
         height: 12px;
         border-width: 2px 2px 0 0;
         border-style: solid;
         border-color: $tmPage-color2;
        transition: 0.21s ease-in-out;

       }
      &:hover:after {
        right: 9px;
      }
    }
    .button {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 5px;
      img {
        display: inline-block;
        max-width: 400px;
      }
    }
  } // .movie

}*/
.indexes {
  max-width: 835px;
  margin: 0 auto;
}
.indexes > div {
  position: relative;
}
.indexes .in1 {
  aspect-ratio: 83.5/5;
  line-height: 0;
  /*&:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../images/sl1.png) no-repeat center / cover;
  }*/
}
.indexes .in2 {
  padding: 10px 6%;
}
@media (min-width: 768px) {
  .indexes .in2 {
    display: grid;
    grid-template-columns: 25% 1fr;
    align-items: center;
    gap: 20px;
  }
}
.indexes .in2 .tocTitle {
  text-align: center;
  margin: 15px 0;
}
.indexes .in2 .tocTitle img {
  max-width: 140px;
}
@media (max-width: 895px) {
  .indexes .in2 .tocTitle img {
    max-width: 110px;
  }
}
.indexes .in2 .tocText {
  line-height: 1.5;
}
.indexes .in2 .tocText a {
  display: block;
  color: #1c4b7b;
  font-size: 2rem;
  margin-bottom: 7px;
}
.indexes .in2 .tocText a.sub {
  font-size: 1.8rem;
}
.indexes .in2:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../images/sl2.png) repeat-y center/contain;
}
.indexes .in3 {
  aspect-ratio: 83.5/5;
  line-height: 0;
  /*&:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../images/sl3.png) no-repeat center / cover;
  }*/
}

.figWrap {
  border-radius: 10px;
  border: 12px solid #f48591;
  font-size: 2rem;
  font-weight: bold;
  margin: 30px auto;
  padding: 24px 18px;
}
@media (min-width: 768px) {
  .figWrap {
    border-width: 16px;
  }
}
.figWrap table.table1 th {
  vertical-align: top;
  color: #f48591;
}
@media (max-width: 767px) {
  .figWrap table.table1 th, .figWrap table.table1 td {
    display: block;
  }
}

.buttomWrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  margin-top: 50px;
}
.buttomWrapper .lineups {
  border-radius: 12px;
  border: 12px solid #f48591;
  padding: 12px;
  margin-bottom: 30px;
}
.buttomWrapper .lineups .colL {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .buttomWrapper .lineups {
    border-width: 18px;
    padding: 25px 35px;
    display: flex;
    gap: 24px;
  }
  .buttomWrapper .lineups .colL {
    width: 45%;
    margin-bottom: 0px;
  }
  .buttomWrapper .lineups .colR {
    width: 55%;
  }
}
.buttomWrapper .lineups .title {
  padding: 10px 10px;
  background-color: #d2dbe5;
  color: #333;
  text-align: center;
}
.buttomWrapper .lineups .text {
  margin: 15px 0;
  color: #333;
}
.buttomWrapper .lineups .confirm {
  text-align: center;
}

.mainWrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .mainWrapper {
    display: flex;
    gap: 24px;
  }
  .mainWrapper .article {
    width: 74%;
  }
  .mainWrapper .sideSectionWrap {
    width: 26%;
    position: relative;
  }
  .mainWrapper .sticky {
    position: sticky;
    top: 65px;
  }
}
@media (min-width: 768px) and (max-width: 1221px) {
  .mainWrapper .sticky {
    top: 80px;
  }
}
.mainWrapper .lead {
  position: relative;
  padding: 70px 0;
  font-weight: bold;
  line-height: 2.1;
  font-size: 110%;
}
.mainWrapper .lead:before {
  content: "";
  position: absolute;
  left: calc(50% - 24px);
  transform: translateX(50%);
  top: 24px;
  width: 24px;
  height: 24px;
  background: transparent url(../images/star.svg) no-repeat center/cover;
}
.mainWrapper .lead:after {
  content: "";
  position: absolute;
  left: calc(50% - 24px);
  transform: translateX(50%);
  bottom: 24px;
  width: 24px;
  height: 24px;
  background: transparent url(../images/star.svg) no-repeat center/cover;
}

.movie {
  position: relative;
  z-index: 2;
  border-radius: 5px;
  border: 2px solid #1c4b7b;
  background-color: #fff;
  padding: 8px;
  text-align: center;
  max-width: 500px;
  margin: 15px auto 25px;
}
@media (min-width: 768px) {
  .movie {
    margin: -54% auto 10px;
  }
}
.movie > p {
  color: #333;
  padding: 5px 0;
  margin: 0;
  font-size: 83%;
}
.movie .button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.movie .button img {
  display: inline-block;
  max-width: 400px;
}

.bullet {
  position: relative;
  padding: 5px 24px;
  color: #f48591;
  font-weight: bold;
  display: inline-block;
}
.bullet:after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  transform: rotate(45deg) translateY(-50%);
  right: 12px;
  width: 12px;
  height: 12px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #f48591;
  transition: 0.21s ease-in-out;
}
.bullet:hover:after {
  right: 9px;
}

.sideSection .ads {
  border-radius: 10px;
  border: 12px solid #f2edec;
  background-color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
}
.sideSection .ads > a {
  display: inline-block;
  color: #333;
  font-size: 83%;
  margin-top: 7px;
}
.sideSection .ads > img {
  width: 224px;
}

@media (min-width: 768px) {
  .bottomSectionWrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .sideSectionWrap {
    display: none;
  }
}
.h2Level {
  position: relative;
  margin: 80px 0 30px;
}

.h3Level {
  position: relative;
  color: #f48591;
  padding: 12px;
  font-size: 2.4rem;
  background-color: #faeeef;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .h3Level {
    font-size: 2.1rem;
  }
}

.h3Wrap {
  margin: 38px 0 16px;
}
@media (min-width: 768px) {
  .h3Wrap {
    display: flex;
    align-items: center;
  }
  .h3Wrap h3 {
    white-space: nowrap;
  }
}
.h3Wrap > p {
  font-size: 1.7rem;
  margin: 0;
  color: #f48591;
}

.h4Level {
  color: #1c4b7b;
  font-size: 2.15rem;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 0;
  margin: 30px 0 20px;
}

.sideSectionLevel {
  font-size: 97%;
  text-align: center;
  position: relative;
}
.sideSectionLevel span {
  display: inline-block;
  line-height: 1.3;
  background-color: #fff;
  padding: 4px 6px;
}
.sideSectionLevel:before {
  z-index: -1;
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  transform: translateY(50%);
  left: 0;
  width: 100%;
  height: 0px;
  border-bottom: 1px dotted #f48591;
}

h5 {
  font-size: 1.95rem;
  margin: 15px 0 15px;
}

.h5Level {
  position: relative;
  padding: 0px 0px 0px 1.5em;
}

#NavBase ul.clickChild {
  display: none;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 47px;
  padding: 5px;
  width: 100%;
  border: 1px solid #1c4b7b;
  background-color: #fff;
  z-index: 2;
}
#NavBase ul.c1 {
  width: 300px;
}
@media (max-width: 950px) {
  #NavBase ul.c1 {
    right: 0;
    transform: none;
  }
}
@media (max-width: 781px) {
  #NavBase ul.c1 {
    right: auto;
    left: 0;
    transform: none;
  }
}
#NavBase ul.c1 li {
  text-indent: -1.3em;
  padding: 3px 3px 3px 25px;
}
#NavBase ul.c1 li a {
  color: #333;
}
#NavBase li.l4 {
  background-color: #f48591;
  cursor: pointer;
}

ul.clickChild.c2 {
  border: 1px solid #f48591 !important;
}
ul.clickChild.c2 li {
  position: relative;
  padding: 5px 0px 0px 20px;
}
ul.clickChild.c2 li:before {
  width: 7px;
  height: 7px;
  border-radius: 10px;
  display: block;
  position: absolute;
  left: 8px;
  top: 14px;
  content: "";
  background: #f48591;
}

#NavBaseClone {
  display: flex;
  flex-wrap: wrap;
  background-color: #1c4b7b;
}
#NavBaseClone li {
  display: flex;
  align-items: center;
  position: relative;
}
#NavBaseClone li a, #NavBaseClone li i {
  display: block;
  position: relative;
  padding: 5px 13px 5px 32px;
  font-weight: bold;
  font-size: 1.6rem;
  font-style: normal;
  color: #fff;
}
#NavBaseClone li a:after, #NavBaseClone li i:after {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  transform: rotate(135deg) translateY(-50%);
  left: 7px;
  width: 12px;
  height: 12px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #f48591;
}
@media (max-width: 767px) {
  #NavBaseClone li a, #NavBaseClone li i {
    padding: 7px 7px 7px 21px;
    font-size: 1.6rem;
  }
  #NavBaseClone li a:after, #NavBaseClone li i:after {
    left: 3px;
    width: 9px;
    height: 9px;
    top: calc(50% - 10px);
  }
}
#NavBaseClone li.l4 a {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #NavBaseClone li.l4 a {
    font-size: 1.2rem;
  }
}
#NavBaseClone li.l4 a:after {
  transform: rotate(45deg) translateY(-50%);
  top: calc(50% - 3px);
}

.banners {
  background-color: #e6e6e6;
  padding: 10px;
}
@media (max-width: 767px) {
  .banners {
    padding-top: 25px;
  }
}
.banners a.banner {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.kochira {
  padding: 20px 10px;
  background-color: #1c4b7b;
  text-align: center;
  color: #fff;
}
.kochira p {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 0;
}
.kochira .btn a {
  background-color: #1c4b7b;
}
.kochira .btn a:hover {
  background-color: #00ADFF;
}

.ending {
  text-align: center;
  background-color: #e6e6e6;
  padding: 15px;
  font-weight: bold;
}

/**
 footer
 */
footer .footerInner {
  text-align: center;
  padding: 10px 10px;
}
footer .footerInner .footLogo img {
  max-width: 155px;
}
footer .footerInner .footLogo span {
  padding: 0 10px;
  display: block;
}
footer .footerInner .footCopy {
  color: #333;
}
@media (min-width: 768px) {
  footer .footerInner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .footerInner .footLogo {
    text-align: left;
    width: 185px;
  }
  footer .footerInner .footLogo span {
    display: inline-block;
  }
  footer .footerInner .footCopy {
    width: 100%;
    text-align: center;
    padding-right: 155px;
  }
}

ul.list li {
  position: relative;
  padding: 5px 0px 0px 25px;
}

ul.list li:before {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: block;
  position: absolute;
  left: 8px;
  top: 13px;
  content: "";
  background: #f48591;
}

ul.list li > a {
  color: #333;
}

ul.list li > a span {
  color: #6c6c6c;
  padding-left: 5px;
}

ul.list.dot li:before {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #1c4b7b;
}

ul.list li > a i {
  font-style: normal;
  font-weight: bold;
  display: block;
  color: #E52323;
}

ul.list.under li {
  border-bottom: 1px dotted #a8a8a8;
}

.maru1 {
  position: relative;
  padding: 5px 0px 0px 25px;
  font-weight: bold;
}

.maru1:before {
  border-radius: 50%; /*丸くする*/
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  left: 3px;
  top: 10px;
  content: "";
  background: #f48591;
}

/* +++++++++++++++++++++++#site-map++++++++++++++++++++++ */
#site-map-overlay {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#site-map-overlay.menu-btn-opened, #site-map-overlay.menu-btn-opened--astro {
  display: block;
  z-index: 998;
}
@media (min-width: 768px) {
  #site-map-overlay.menu-btn-opened, #site-map-overlay.menu-btn-opened--astro {
    display: none;
  }
}

@media (min-width: 768px) {
  .drawer-open {
    overflow: auto !important;
  }
}
@media (min-width: 768px) {
  .drawerHeader {
    display: none;
  }
}

.drawer-nav {
  z-index: 4;
}

.drawer-overlay {
  z-index: 998;
}

.drawer-hamburger {
  padding: 10px 0.75rem 19px;
  width: 4rem;
  min-height: 26px;
  background-color: #1c4b7b;
  z-index: 999;
}

.drawer-hamburger:hover {
  background-color: #1c4b7b;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #fff;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 26rem;
}

.drawer--right .drawer-nav {
  z-index: 999;
  right: -26rem;
  width: 26rem;
  height: 100%;
  overflow-y: scroll;
  /*-webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;*/
  padding: 3px;
  background: #faeeef;
}

@media (max-width: 767px) {
  .drawer--left.drawer-open .drawer-hamburger {
    left: calc(100vw - 56px);
  }
  .drawer--left.drawer-open .drawer-nav {
    width: calc(100vw - 56px);
  }
}
.drawer-brand {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
}

nav#SideNavClone ul.drawer-menu i,
nav#SideNavClone ul.drawer-menu li > a {
  text-decoration: none;
  font-style: normal;
  color: #1c4b7b;
  padding: 7px 7px 7px 27px;
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
}
nav#SideNavClone ul.drawer-menu i:hover,
nav#SideNavClone ul.drawer-menu li > a:hover {
  text-decoration: underline;
}
nav#SideNavClone ul.drawer-menu i:after,
nav#SideNavClone ul.drawer-menu li > a:after {
  content: "";
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  top: 18px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #f48591;
}
nav#SideNavClone ul.drawer-menu i.anchor:after,
nav#SideNavClone ul.drawer-menu li > a.anchor:after {
  transform: rotate(135deg) translateY(-50%);
  left: 6px;
  top: 10px;
}
nav#SideNavClone ul.drawer-menu li.current a {
  color: #f48591;
}

/*.toc {
  text-indent: -1.25em;
  padding-left: 1.25em;
}*/
.mvTitle {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0;
}
.mvTitle a:hover img {
  opacity: 1;
}
.slick {
  display: none;
}
.slick + .loadingDummy {
  display: block;
}

/* ページ読み込み時に、一瞬縦並びになるのを防止 */
/* slick-initializedが付与されたら表示 */
.slick.slick-initialized {
  display: block;
}
.slick.slick-initialized + .loadingDummy {
  display: none;
}

.slick-arrow {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.88) url(../images/icon_swipe_l.svg) no-repeat center/cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: transparent;
  z-index: 2;
  /*@media screen and (max-width: 1140px) {
    width:  40px;
    height: 40px;

    &.slick-prev {
      left: 0;
      //top: 43%;
      //transform: translateY(-57%);
    }
    &.slick-next {
      right: 0;
    }
  }*/
}
@media (max-width: 767px) {
  .slick-arrow {
    display: none !important;
  }
}
.slick-arrow.slick-prev {
  left: auto;
  right: 35.8%;
  top: 63px;
}
.slick-arrow.slick-prev:before {
  display: none;
}
.slick-arrow.slick-next {
  right: -52px;
  top: 63px;
  background: rgba(255, 255, 255, 0.88) url(../images/icon_swipe_r.svg) no-repeat center/cover;
}
.slick-arrow.slick-next:before {
  display: none;
}
/**
 sw 2022 utils ++++++++++++++++++++
 */
h4.h4-read {
  font-size: 2.2rem;
  margin: 2.5rem 0;
  position: relative;
  padding: 0 0 0 1.9rem;
}
h4.h4-read:before {
  position: absolute;
  top: 1.3rem;
  left: 0px;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  margin: auto 0;
  background: #06c;
  content: "";
}

.hasLine {
  position: relative;
  display: inline-block;
}
.hasLine:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: -10px;
  display: block;
  width: 1px;
  height: 1.5em;
  margin: auto 0;
  background: #2f90a7;
  content: "";
  transform: rotate(30deg);
}

.kakkoBack {
  padding: 25px;
  background: #fff;
  box-shadow: 0px -25px 0 -20px #fff, -25px 0px 0 -20px #fff, 0px 40px 0 -35px #fff, 25px 0px 0 -20px #fff, 0 0 0 5px #555;
}

.waku {
  background-color: #f48591;
  padding: 1em;
}
.waku p:last-of-type {
  margin-bottom: 0;
}

.waku.img {
  background-color: #e6e6e6;
}

/**
 text-indent
 */
.text-indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

.text-indent-2 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.text-indent-3 {
  text-indent: -1.25em;
  padding-left: 1.15em;
}

.btn a,
.btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 150px;
  min-height: 40px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  border: none;
  background-color: #1c4b7b;
  padding: 10px 40px;
  margin-bottom: 20px;
}

.btn a:hover,
.btn button:hover {
  background-color: #c23600;
}

.kochira .btn a {
  border: none;
  margin-bottom: 0px;
}

.openClose.more.button-open {
  display: none;
}
.openClose.close {
  display: none;
}
.openClose.close.button-open {
  display: flex;
}

.moreText.hide {
  display: none;
}

.btn_b a,
.btn_b button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 40px;
  line-height: 1.2;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.27s cubic-bezier(0.42, 0, 0.58, 1);
  border: 1px solid #fff;
  background-image: linear-gradient(45deg, #f6aeb5, #f48591);
  padding: 10px 35px 9px;
}
@media (min-width: 768px) {
  .btn_b a,
  .btn_b button {
    margin-bottom: 0px;
  }
}

.btn_b.small a {
  min-height: auto;
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 7px 30px 7px 15px;
}
@media (min-width: 768px) {
  .btn_b.small a {
    margin-bottom: 0px;
  }
}
.btn_b.small a:after {
  right: 18px;
  width: 8px;
  height: 8px;
}
.btn_b.small a:hover:after {
  right: 15px;
}

.btn_b a:hover,
.btn_b button:hover {
  color: #1c4b7b;
  background-image: linear-gradient(99deg, #f6aeb5, 17%, #f48591);
}

.btn_b a {
  border-radius: 100vmax;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.11));
}
.btn_b a:hover {
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.21));
}

.btnArrow a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 25px;
  transform: rotate(45deg) translateY(-50%);
  width: 12px;
  height: 12px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  transition: 0.27s cubic-bezier(0.42, 0, 0.58, 1);
}

.btnArrow a:hover {
  color: #1c4b7b;
}

.btnArrow a:hover::after {
  right: 21px;
  border-color: #1c4b7b #1c4b7b transparent transparent;
}

/**
 table
 */
table.box_0 {
  width: 100%;
}

table.box_1 {
  margin-right: auto;
  margin-left: auto;
  /*width: 560px;*/
  width: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
}

table.box_2 {
  border-collapse: collapse;
  background-color: #FFFFFF;
  text-align: center;
  width: 100%;
}
table.box_2 thead tr th {
  color: #fff;
  background-color: #f48591;
  font-size: 2.2rem;
}
table.box_2 thead tr th > span {
  display: block;
  text-align: left;
  font-size: 1.7rem;
  font-weight: normal;
}
table.box_2 tbody tr th {
  background-color: #f6f0e7;
}
table.box_2 tbody tr th > span {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
}
table.box_2 tbody tr td {
  background-color: #fdf9f7;
}
table.box_2 tbody tr td > span {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
}
table.box_2 tbody tr:nth-child(odd) td {
  background-color: #fffff9;
}
table.box_2 tbody tr.paper th {
  background-color: #e2e9ee;
}
table.box_2 tbody tr.paper td {
  background-color: #f1f4f6;
}
table.box_2 .bt_ch {
  border-top-color: #E52323;
  border-top-width: 3px;
}
table.box_2 .bl_ch {
  border-left-color: #E52323;
  border-left-width: 3px;
}
table.box_2 .br_ch {
  border-right-color: #E52323;
  border-right-width: 3px;
}
table.box_2 .bb_ch {
  border-bottom-color: #E52323;
  border-bottom-width: 3px;
}

table.box_1 th {
  border-bottom: 1px solid #c5cfcf;
  padding: 11px;
  color: #333;
  background-color: #faeeef;
}

table.box_2 th, table.box_2 td {
  border: 1px solid #c5cfcf;
  padding: 11px;
}
table.box_2 th p:last-of-type, table.box_2 td p:last-of-type {
  margin-bottom: 0;
}

table.box_2 th {
  color: #333;
  background-color: #faeeef;
}

table.box_1.th_bgColor th,
table.box_2.th_bgColor th {
  color: #1c4b7b;
  border: 1px solid #c5cfcf;
}

table.box_1 th center,
table.box_2 th center {
  color: #333;
}

table.box_1 td {
  border-bottom: 1px solid #c5cfcf;
  padding: 11px;
}

table.box_1 td.wrap,
table.box_2 td.wrap {
  border: 1px solid #faeeef;
}

table.box_1 .table_inner td,
table.box_2 .table_inner td {
  border: none;
  display: table-cell;
}

.table_inner td {
  border: none;
}

@media (max-width: 767px) {
  .tableWrap {
    position: relative;
    width: calc(100vw - 20px);
    overflow-x: scroll;
  }
  .tableWrap:before {
    content: "横にスクロールします→";
    display: block;
    font-size: 1.3rem;
  }
  .tableWrap table.box_2 {
    width: 930px;
  }
  table.box_1 .table_inner td,
  table.box_2 .table_inner td {
    display: table-cell;
    width: auto;
  }
  table.box_1.th_bgColor th,
  table.box_2.th_bgColor th {
    border: 0px solid #8392b4;
  }
  table.box_0 th,
  table.box_0 td,
  table.box_1 th,
  table.box_1 td {
    display: block;
    width: 100%;
  }
  table.box_0 colgroup col,
  table.box_1 colgroup col {
    width: 100%;
  }
  table.box_1 th {
    border-top: none;
    border-bottom: none;
  }
  table.box_1 tr:first-child th {
    border-top: 1px solid #9ea5a6;
  }
}
/* # sw basic tab
 iOS9で動的にposition:fixedに切り替えるとスクロール中に要素が消える問題
 */
.scroll-to-fixed-fixed {
  transform: translate3d(0, 0, 0);
}

.afterBorder {
  position: relative;
}
.afterBorder:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  border-left: 1px solid #f48591;
  height: 100%;
}
.afterBorder.white:after {
  border-left: 1px solid #fff;
}

.beforeBorder {
  position: relative;
}
.beforeBorder:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-left: 1px solid #f48591;
  height: 100%;
}
.beforeBorder.white:before {
  border-left: 1px solid #fff;
}

@media (max-width: 767px) {
  .beforeBorder:before,
  .afterBorder:after {
    border: none;
  }
  .beforeBorder:before.white:after,
  .afterBorder:after.white:after {
    border: none;
  }
}
hr {
  border: none;
  height: 1px;
  border-top: 1px solid #e6e6e6;
  margin: 0.5em auto;
}

.svgPc {
  display: block;
}

.svgSp {
  display: none;
}

@media (max-width: 767px) {
  .svgPc {
    display: none;
  }
  .svgSp {
    display: block;
  }
}
#floatArea {
  bottom: 65px;
  display: none;
  max-width: 370px;
  position: fixed;
  right: 15px;
  text-align: center;
  z-index: 99;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.2392156863);
}
@media (max-width: 767px) {
  #floatArea {
    max-width: 260px;
  }
}
#floatArea:hover img {
  opacity: 1;
}

.floatArea-fixed-close {
  background-color: #6c6c6c;
  border: 1px solid #6c6c6c;
  border-radius: 30px;
  cursor: pointer;
  display: inline;
  height: 35px;
  padding: 5px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 35px;
  z-index: 5;
}
.floatArea-fixed-close:after, .floatArea-fixed-close:before {
  border: 2px solid #fff;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(0) translate(-50%);
  width: 25px;
}
.floatArea-fixed-close:before {
  transform: rotate(-45deg);
  transform-origin: center;
}
.floatArea-fixed-close:after {
  transform: rotate(45deg);
  transform-origin: center;
}

/**
 goto top
 */
/* -------- Scroll To Top ---------- */
.scrollToTop {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0px;
  display: none;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99998;
}

.scrollToTop i {
  color: #fff;
  font-size: 42px;
}

.scrollToTop:hover {
  background-color: rgba(244, 133, 145, 0.8);
  text-decoration: none;
}

/* ---------------------
	contentsList
--------------------- */
.anim_list_item,
.contentsList_item {
  transition: opacity 0.5s cubic-bezier(0.42, 0, 0.58, 1), transform 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  transform: translateY(20px);
  opacity: 0;
}

/* js_contAnimation */
.anim_list_item.active,
.contentsList_item.active {
  transform: translateY(0px);
  opacity: 1;
}

.animate__animated {
  animation-delay: 0.11s;
  animation-duration: 0.71s;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.start0 {
  opacity: 0;
}
.start0.active {
  opacity: 1;
}

.material-icons {
  line-height: 1.65;
  transition: all 0.31s ease-in-out;
}

.waypoint.test.active {
  color: red;
  font-size: 11rem;
  line-height: 1.15;
}

/* for EDGE */
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#preloader {
  position: fixed;
  transition: all 0.31s ease-in-out;
  opacity: 1;
  background-color: rgba(178, 224, 232, 0.7);
}
#preloader #spinner {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-done #preloader {
  opacity: 0;
  height: 0;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #61bff5;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 0px;
}

/*# sourceMappingURL=style.css.map */
