@charset "UTF-8";
.font_ja {
  font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.mincho {
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 900 !important;
}

.font_josefin {
  font-family: "Josefin Sans", sans-serif !important;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 500px) {
  body {
    font-size: 3.4vw;
  }
}
body {
  color: #333;
  accent-color: #E40B7F;
  background-color: #fff;
  background-image: none;
  min-height: 100vh;
  position: relative;
  font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: min(1.1428571429vw, 16px);
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}

a {
  color: rgb(243.7008368201, 20.7991631799, 139.9539748954);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
a.link img {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
a.link:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
a img {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
a img:hover {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  opacity: 0.8;
}

.single {
  max-width: 1200px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .single {
    width: 96%;
  }
}

.single02 {
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .single02 {
    width: 96%;
  }
}

.single03 {
  max-width: 90%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .single03 {
    width: 98%;
  }
}
@media screen and (max-width: 500px) {
  .single03 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
}

.single04 {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .single04 {
    width: 98%;
  }
}

.single,
.single02,
.single03,
.single04 {
  margin-inline: auto;
  width: 100%;
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 500px) {
  .single,
  .single02,
  .single03,
  .single04 {
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 1em;
    padding-right: 1em;
    width: 100% !important;
  }
}

.sp_box {
  max-width: 480px;
  width: 100%;
  margin: 1em auto;
  position: relative;
}

.sbox {
  width: 80%;
  margin: 1em auto;
  position: relative;
}
@media screen and (max-width: 500px) {
  .sbox {
    width: 100%;
  }
}

.mbox {
  padding: 2em;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (max-width: 500px) {
  .mbox {
    padding: 1em;
    max-width: 93.6vw;
  }
}

.sticky_area {
  height: 100%;
}

.sticky {
  top: 80px;
  position: sticky;
  position: -webkit-sticky;
  z-index: 1;
}
.sticky.t0 {
  top: 0;
}
@media screen and (max-width: 1200px) {
  .sticky {
    top: 0;
  }
}
@media screen and (max-width: 896px) {
  .sticky {
    position: static;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 0;
  gap: 2em 2em;
}
@media screen and (max-width: 500px) {
  .flexbox {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .flexbox.res_none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.grid {
  display: grid;
  gap: 2em 2em;
}
.grid > * {
  min-width: 0;
}
.grid.plus > li:before {
  content: "+";
  position: absolute;
  z-index: 2;
  line-height: 1;
  top: 50%;
  bottom: 50%;
  margin: auto;
  right: -1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #111;
  color: #111;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  border-radius: 100%;
  font-size: 200%;
}
@media screen and (max-width: 500px) {
  .grid.plus > li:before {
    top: auto;
    bottom: -1.3em;
    right: 0;
    left: 0;
  }
}
.grid.plus > li:last-child:before {
  display: none;
}
.grid.arrow > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  z-index: 2;
  line-height: 1;
  top: 50%;
  bottom: 50%;
  margin: auto;
  right: -1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  border-radius: 100%;
  font-size: 300%;
}
@media screen and (max-width: 500px) {
  .grid.arrow > li:before {
    content: "\f078";
    top: auto;
    bottom: -1.6em;
    right: 0;
    left: 0;
  }
}
.grid.arrow > li:last-child:before {
  display: none;
}
.grid > li,
.grid > .child {
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 0;
}
.grid.set1 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 500px) {
  .grid.set1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.set2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 500px) {
  .grid.set2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.set3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 500px) {
  .grid.set3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.set4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 500px) {
  .grid.set4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.set5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 500px) {
  .grid.set5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.set6 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 500px) {
  .grid.set6 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.set7 {
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (max-width: 500px) {
  .grid.set7 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.set8 {
  grid-template-columns: repeat(8, 1fr);
}
@media screen and (max-width: 500px) {
  .grid.set8 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.p_center {
  place-items: center;
}
.grid.reversal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid.center {
  grid-template-columns: repeat(auto-fit, 46%);
  row-gap: 24px;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 500px) {
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 640px) and (max-width: 896px) {
  .grid.tablet1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid.tablet1 > li,
  .grid.tablet1 .child {
    margin-bottom: 0px;
  }
  .grid.tablet2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid.tablet2 > li,
  .grid.tablet2 .child {
    margin-bottom: 0px;
  }
  .grid.tablet3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid.tablet3 > li,
  .grid.tablet3 .child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 500px) {
  .grid.sp1 {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 0;
  }
  .grid.sp1 > li,
  .grid.sp1 .child {
    margin-bottom: 0px;
  }
  .grid.sp2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid.sp2 > li,
  .grid.sp2 .child {
    margin-bottom: 0px;
  }
  .grid.sp3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid.sp3 > li,
  .grid.sp3 .child {
    margin-bottom: 0px;
  }
}

.gap_none {
  gap: 0px 0px !important;
}

.gap1 {
  gap: 1em 1em !important;
}

.gap2 {
  gap: 2em 2em !important;
}

.gap3 {
  gap: 3em 3em !important;
}

@media screen and (max-width: 500px) {
  .gap_sp_none {
    gap: 0px 0px !important;
  }
  .gap_sp1 {
    gap: 1em 1em;
  }
  .gap_sp2 {
    gap: 2em 2em !important;
  }
  .gap_sp3 {
    gap: 3em 3em !important;
  }
}
.auto_fit {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.circle_box {
  border-radius: 50%;
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.circle_box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media screen and (max-width: 500px) {
  .pconly {
    display: none !important;
  }
}

.tabletonly {
  display: none;
}
@media (min-width: 640px) and (max-width: 896px) {
  .tabletonly {
    display: block;
  }
}

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

.none {
  display: none !important;
}

.block {
  display: block !important;
}

.spblock {
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .spblock {
    display: block !important;
  }
}

.clear {
  clear: both;
}

.clearfix {
  _display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.float.left {
  float: left;
  margin-right: 2em;
}
.float.right {
  float: right;
  margin-left: 2em;
}
@media screen and (max-width: 500px) {
  .float.sp_none.left, .float.sp_none.right {
    float: none;
    margin-left: 0px;
    margin-right: 0px;
  }
}

hr {
  clear: both;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 2em 0;
}

.scrollbar {
  min-height: 100px;
  max-height: 25em;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 500px) {
  .scrollbar {
    max-height: 20em;
  }
}
.scrollbar.policy-box {
  max-height: 20em;
}
.scrollbar::-webkit-scrollbar {
  overflow: hidden;
  width: 1px;
  background: #fafafa;
}
.scrollbar::-webkit-scrollbar:horizontal {
  height: 1px;
}
.scrollbar::-webkit-scrollbar-button {
  display: none;
}
.scrollbar::-webkit-scrollbar-piece {
  background: #eee;
}
.scrollbar::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-corner {
  background: #ccc;
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.border_shadow {
  -webkit-box-shadow: 6px 6px rgba(0, 36, 60, 0.2);
          box-shadow: 6px 6px rgba(0, 36, 60, 0.2);
  border: 1px solid rgba(0, 36, 60, 0.2);
}

.border {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
}
.border.size_2 {
  border-width: 2px;
}
.border.size_3 {
  border-width: 3px;
}
.border.size_4 {
  border-width: 4px;
}
.border.size_5 {
  border-width: 5px;
}

.border_top {
  border-top-width: 1px;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-style: solid;
}
.border_top.size_2 {
  border-width: 2px;
}
.border_top.size_3 {
  border-width: 3px;
}
.border_top.size_4 {
  border-width: 4px;
}
.border_top.size_5 {
  border-width: 5px;
}

.border_left {
  border-top-width: 0 !important;
  border-left-width: 1px;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-style: solid;
}
.border_left.size_2 {
  border-width: 2px;
}
.border_left.size_3 {
  border-width: 3px;
}
.border_left.size_4 {
  border-width: 4px;
}
.border_left.size_5 {
  border-width: 5px;
}

.border_right {
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 1px;
  border-bottom-width: 0 !important;
  border-style: solid;
}
.border_right.size_2 {
  border-width: 2px;
}
.border_right.size_3 {
  border-width: 3px;
}
.border_right.size_4 {
  border-width: 4px;
}
.border_right.size_5 {
  border-width: 5px;
}

.border_bottom {
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 1px;
  border-style: solid;
}
.border_bottom.size_2 {
  border-width: 2px;
}
.border_bottom.size_3 {
  border-width: 3px;
}
.border_bottom.size_4 {
  border-width: 4px;
}
.border_bottom.size_5 {
  border-width: 5px;
}

.bc_base {
  border-color: #E40B7F !important;
}

.bc_sub {
  border-color: #91783C !important;
}

.bc_black {
  border-color: #111 !important;
}

.bc_pink {
  border-color: #e885ab !important;
}

.bc_f2 {
  border-color: #f2f2f2 !important;
}

.bc_aaa {
  border-color: #aaa !important;
}

.bc_bbb {
  border-color: #bbb !important;
}

.bc_ccc {
  border-color: #ccc !important;
}

.bc_ddd {
  border-color: #ddd !important;
}

.bc_eee {
  border-color: #eee !important;
}

.bc_white {
  border-color: #fff !important;
}

.bc_gold {
  border-color: #c3a349 !important;
}

.bc_green {
  border-color: #54c766 !important;
}

.bc_orange {
  border-color: #f7871f !important;
}

.bc_blue {
  border-color: #284074 !important;
}

.bc_red {
  border-color: #c70922 !important;
}

.bs_dotted {
  border-style: dotted !important;
}

.bs_double {
  border-style: double !important;
}

.bs_dashed {
  border-style: dashed !important;
}

.radius {
  border-radius: 2em;
}
.radius > a {
  border-radius: 2em;
}

.radius_top_left {
  border-top-left-radius: 2em;
}
.radius_top_left > a {
  border-top-left-radius: 2em;
}

.radius_top_right {
  border-top-right-radius: 2em;
}
.radius_top_right > a {
  border-top-right-radius: 2em;
}

.radius_bottom_left {
  border-bottom-left-radius: 2em;
}
.radius_bottom_left > a {
  border-bottom-left-radius: 2em;
}

.radius_bottom_right {
  border-bottom-right-radius: 2em;
}
.radius_bottom_right > a {
  border-bottom-right-radius: 2em;
}

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

.shadow {
  -webkit-filter: drop-shadow(0px 0px 0.3em rgba(17, 17, 17, 0.1));
          filter: drop-shadow(0px 0px 0.3em rgba(17, 17, 17, 0.1));
}

.shadow_gray {
  -webkit-box-shadow: 6px 6px rgba(187, 187, 187, 0.2);
          box-shadow: 6px 6px rgba(187, 187, 187, 0.2);
  border: 1px solid rgba(187, 187, 187, 0.2);
}

.shadow_box {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 36, 60, 0.14), 0 1.5px 6px 0 rgba(0, 36, 60, 0.12), 0 0.5px 1.5px 0 rgba(0, 36, 60, 0.15);
          box-shadow: 0 3px 3px 0 rgba(0, 36, 60, 0.14), 0 1.5px 6px 0 rgba(0, 36, 60, 0.12), 0 0.5px 1.5px 0 rgba(0, 36, 60, 0.15);
}

.shadow_white {
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 1em #fff, 0px 0px 1em #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}

.shadow_base,
.shadow_sub {
  position: relative !important;
  overflow: inherit !important;
  z-index: 0 !important;
}
.shadow_base.radius:before,
.shadow_sub.radius:before {
  border-radius: 2em;
}
.shadow_base:before,
.shadow_sub:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  -webkit-transform: translate(0.5em, 0.5em);
          transform: translate(0.5em, 0.5em);
}

.shadow_base:before {
  background: #E40B7F;
}

.shadow_sub:before {
  background: #91783C;
}

.map_area,
.iframe_area {
  position: relative;
  padding-bottom: 55%;
  height: 0;
}
.map_area iframe,
.map_area object,
.map_area embed,
.iframe_area iframe,
.iframe_area object,
.iframe_area embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map_area.height_1,
.iframe_area.height_1 {
  padding-bottom: 10%;
  height: inherit !important;
}
.map_area.height_2,
.iframe_area.height_2 {
  padding-bottom: 20%;
  height: inherit !important;
}
.map_area.height_3,
.iframe_area.height_3 {
  padding-bottom: 30%;
  height: inherit !important;
}
.map_area.height_4,
.iframe_area.height_4 {
  padding-bottom: 40%;
  height: inherit !important;
}
.map_area.height_5,
.iframe_area.height_5 {
  padding-bottom: 50%;
  height: inherit !important;
}
.map_area.height_6,
.iframe_area.height_6 {
  padding-bottom: 60%;
  height: inherit !important;
}
.map_area.height_7,
.iframe_area.height_7 {
  padding-bottom: 70%;
  height: inherit !important;
}
.map_area.height_8,
.iframe_area.height_8 {
  padding-bottom: 80%;
  height: inherit !important;
}
.map_area.height_9,
.iframe_area.height_9 {
  padding-bottom: 90%;
  height: inherit !important;
}
.map_area.height_10,
.iframe_area.height_10 {
  padding-bottom: 100%;
  height: inherit !important;
}
@media screen and (max-width: 500px) {
  .map_area.height_sp1,
  .iframe_area.height_sp1 {
    padding-bottom: 10% !important;
    height: inherit !important;
  }
  .map_area.height_sp2,
  .iframe_area.height_sp2 {
    padding-bottom: 20% !important;
    height: inherit !important;
  }
  .map_area.height_sp3,
  .iframe_area.height_sp3 {
    padding-bottom: 30% !important;
    height: inherit !important;
  }
  .map_area.height_sp4,
  .iframe_area.height_sp4 {
    padding-bottom: 40% !important;
    height: inherit !important;
  }
  .map_area.height_sp5,
  .iframe_area.height_sp5 {
    padding-bottom: 50% !important;
    height: inherit !important;
  }
  .map_area.height_sp6,
  .iframe_area.height_sp6 {
    padding-bottom: 60% !important;
    height: inherit !important;
  }
  .map_area.height_sp7,
  .iframe_area.height_sp7 {
    padding-bottom: 70% !important;
    height: inherit !important;
  }
  .map_area.height_sp8,
  .iframe_area.height_sp8 {
    padding-bottom: 80% !important;
    height: inherit !important;
  }
  .map_area.height_sp9,
  .iframe_area.height_sp9 {
    padding-bottom: 90% !important;
    height: inherit !important;
  }
  .map_area.height_sp10,
  .iframe_area.height_sp10 {
    padding-bottom: 100% !important;
    height: inherit !important;
  }
}
.map_area.radius,
.iframe_area.radius {
  border-radius: 2em;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .map_area.cover,
  .iframe_area.cover {
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
  }
  .map_area.cover video,
  .iframe_area.cover video {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.form-contents form dl dd label {
  display: block;
}

.ja {
  font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: min(1.1428571429vw, 16px);
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}

.eng {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
h1:has(+ p),
h2:has(+ p),
h3:has(+ p),
h4:has(+ p),
h5:has(+ p),
h6:has(+ p),
a:has(+ p),
p:has(+ p) {
  margin-bottom: 0.8em;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a a:hover,
p a:hover {
  opacity: 0.8;
}

.bordering {
  text-shadow: 1px 1px 0px #E40B7F, -1px 1px 0px #E40B7F, 1px -1px 0px #E40B7F, -1px -1px 0px #E40B7F, 1px 0px 0px #E40B7F, 0px 1px 0px #E40B7F, -1px 0px 0px #E40B7F, 0px -1px 0px #E40B7F;
}

.bordering_black {
  text-shadow: 1px 1px 0px #111, -1px 1px 0px #111, 1px -1px 0px #111, -1px -1px 0px #111, 1px 0px 0px #111, 0px 1px 0px #111, -1px 0px 0px #111, 0px -1px 0px #111;
}

.bordering_white {
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}

.bordering2 {
  text-shadow: 3px 3px #fff, 4px 4px 0 #E40B7F, 4px 2px 0 #E40B7F, 2px 4px 0 #E40B7F, 2px 2px 0 #E40B7F;
}

.text_image_mask {
  color: rgba(228, 11, 127, 0.1);
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/spray_b.png);
  background-repeat: repeat;
  font-weight: bold;
  background-clip: text;
  -webkit-background-clip: text;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .text_image_mask {
    color: #91783C;
    background-image: none;
  }
}

.vw {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  width: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: left;
  line-height: 1.8;
  margin: 0 auto;
  letter-spacing: 0.3rem;
}
.vw span.box {
  padding: 0.3em 0.3em;
}

i.line {
  display: inline-block;
  border-top: 1px solid #333;
  width: 3em;
  height: 0.5em;
  margin-right: 1.5em;
  text-decoration: inherit;
  vertical-align: inherit;
}

span.tright {
  display: block;
}

span.tcenter_sp {
  display: block;
}

span.box {
  position: relative;
  padding: 0.5em 1em;
  line-height: 1.6;
  display: inline-block;
}
span.box.white {
  color: #fff;
}
span.box.base_color {
  color: #fff;
}
span.box.grd_color {
  color: #fff;
}
span.box.border_none {
  border: 0px solid #fff !important;
}

span.circle {
  display: inline-block;
  place-items: center;
  width: 2.2em;
  height: 2.2em;
  text-align: center;
  line-height: 2em;
  border: 1px solid #E40B7F;
  border-radius: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.2em;
          flex: 0 0 2.2em;
}
span.circle i {
  margin: auto;
}

span.yell {
  position: relative;
  text-align: center;
}
span.yell:before, span.yell:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #333;
  z-index: 1;
  top: -2px;
}
span.yell:before {
  left: -0.8em;
  -webkit-transform: rotate(-0.1turn);
          transform: rotate(-0.1turn);
}
span.yell:after {
  right: -0.8em;
  -webkit-transform: rotate(0.1turn);
          transform: rotate(0.1turn);
}
span.yell.white:before, span.yell.white:after {
  background-color: #fff !important;
}
span.yell.pink:before, span.yell.pink:after {
  background-color: #e885ab !important;
}
span.yell.base_color:before, span.yell.base_color:after {
  background-color: #E40B7F !important;
}
span.yell.sub_color:before, span.yell.sub_color:after {
  background-color: #91783C !important;
}
span.yell.yellow:before, span.yell.yellow:after {
  background-color: #f4ed20 !important;
}
span.yell.gold:before, span.yell.gold:after {
  background-color: #c3a349 !important;
}
span.yell.purple:before, span.yell.purple:after {
  background-color: #a327f0 !important;
}

span.cursol_bottom {
  padding: 0.3em 0.2em;
  border-bottom: solid 2px #333;
  position: relative;
}
span.cursol_bottom::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  bottom: -0.3em;
  left: 0;
  right: 0;
  margin: auto;
  border-left: solid 2px #333;
  border-bottom: solid 2px #333;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
span.cursol_bottom.base_color {
  border-bottom: solid 2px #E40B7F;
}
span.cursol_bottom.base_color::after {
  border-left: solid 2px #E40B7F;
  border-bottom: solid 2px #E40B7F;
}

span.border_bottom_dotted {
  border-bottom: 0.2em dotted #E40B7F;
  padding: 0.3em 0;
}

span.border_bottom {
  position: relative;
  border-bottom: 1px solid #333;
  padding: 0.3em 0em;
  display: inline-block;
}

span.corner {
  --x-gradient: linear-gradient(90deg, #453827 0 0.5em, transparent 0 calc(100% - 0.5em), #453827 calc(100% - 0.5em));
  --y-gradient: linear-gradient(#453827 0 0.5em, transparent 0 calc(100% - 0.5em), #453827 calc(100% - 0.5em));
  position: relative;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  padding: 0.5rem 2rem;
  background-position: center top, right center, center bottom, left center;
}

.down_arrow {
  display: block;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 300px 0 300px;
  border-color: #f2f2f2 transparent transparent transparent;
}
@media screen and (max-width: 500px) {
  .down_arrow {
    border-width: 50px 150px 0 150px;
  }
}
.down_arrow.base_color {
  border-color: #E40B7F transparent transparent transparent !important;
}

.txt_cline {
  text-align: center;
  position: relative;
}
.txt_cline:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #aaa;
}
.txt_cline span {
  position: relative;
  padding: 0.3em 1em;
  color: #E40B7F;
  background: #fff;
}

.txt_rline {
  position: relative;
}
.txt_rline:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #aaa;
}
.txt_rline span {
  position: relative;
  padding: 0.3em 1em;
  color: #E40B7F;
  background: #fff;
}

.txt_cline_grd {
  position: relative;
}
.txt_cline_grd:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 25%;
  height: 2px;
  left: 0;
  top: 40%;
  background: #E40B7F;
  background: -webkit-gradient(linear, left top, right top, from(#E40B7F), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #E40B7F 0%, rgba(255, 255, 255, 0) 100%);
}
.txt_cline_grd:after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 25%;
  height: 2px;
  right: 0;
  top: 40%;
  background: #E40B7F;
  background: -webkit-gradient(linear, right top, left top, from(#E40B7F), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #E40B7F 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 500px) {
  .txt_cline_grd:before {
    width: 15%;
    left: -2em;
  }
  .txt_cline_grd:after {
    width: 15%;
    right: -2em;
  }
}

.normal {
  font-weight: normal !important;
}

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

.tjustify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap !important;
}

.tinline {
  display: inline-block;
}

.underline {
  text-decoration: underline;
}

.tcenter {
  text-align: center !important;
  text-wrap: balance;
  word-break: auto-phrase;
}
@media (min-width: 640px) and (max-width: 896px) {
  .tcenter.tablet {
    text-align: left !important;
  }
}
@media screen and (max-width: 500px) {
  .tcenter.sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 500px) {
  .tcenter_sp {
    text-align: center !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-wrap: balance;
    word-break: auto-phrase;
  }
  .tcenter_sp.tright {
    text-align: center !important;
  }
}

.tright {
  text-align: right !important;
}
@media (min-width: 640px) and (max-width: 896px) {
  .tright.sp {
    text-align: center !important;
  }
}

.tleft {
  text-align: left !important;
}
@media (min-width: 640px) and (max-width: 896px) {
  .tleft.sp {
    text-align: center !important;
  }
}

.edge_w_b {
  text-shadow: white 4px 0px 0px, white 3.87565px 0.98962px 0px, white 3.51033px 1.9177px 0px, white 2.92676px 2.72656px 0px, white 2.16121px 3.36588px 0px, white 1.26129px 3.79594px 0px, white 0.28295px 3.98998px 0px, white -0.71298px 3.93594px 0px, white -1.66459px 3.63719px 0px, white -2.51269px 3.11229px 0px, white -3.20457px 2.39389px 0px, white -3.69721px 1.52664px 0px, white -3.95997px 0.56448px 0px, white -3.97652px -0.43278px 0px, white -3.74583px -1.40313px 0px, white -3.28224px -2.28625px 0px, white -2.61457px -3.02721px 0px, white -1.78435px -3.57996px 0px, white -0.84318px -3.91012px 0px, white 0.15041px -3.99717px 0px, white 1.13465px -3.8357px 0px, white 2.04834px -3.43574px 0px, white 2.83468px -2.82216px 0px, white 3.44477px -2.03312px 0px, white 3.84068px -1.11766px 0px, white 3.9978px -0.13272px 0px;
}

.edge_w {
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 0.5em rgba(255, 255, 255, 0.8), 0px 0px 0.5em rgba(255, 255, 255, 0.8), 0px 0px 15px rgba(255, 255, 255, 0.8), 0px 0px 15px;
}

.edge_b {
  text-shadow: 0px 0px 5px rgba(17, 17, 17, 0.8), 0px 0px 5px rgba(17, 17, 17, 0.8), 0px 0px 0.5em rgba(17, 17, 17, 0.8), 0px 0px 0.5em rgba(17, 17, 17, 0.8), 0px 0px 15px rgba(17, 17, 17, 0.8), 0px 0px 15px;
}

.edge_a {
  text-shadow: 0px 0px 5px rgba(170, 170, 170, 0.8), 0px 0px 5px rgba(170, 170, 170, 0.8), 0px 0px 0.5em rgba(170, 170, 170, 0.8), 0px 0px 0.5em rgba(170, 170, 170, 0.8), 0px 0px 15px rgba(170, 170, 170, 0.8), 0px 0px 15px;
}

.edge_base {
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-shadow: -2px -2px 0 #E40B7F, 2px -2px 0 #E40B7F, -2px 2px 0 #E40B7F, 2px 2px 0 #E40B7F, -3px 0 0 #E40B7F, 3px 0 0 #E40B7F, 0 -3px 0 #E40B7F, 0 3px 0 #E40B7F;
  -webkit-transition: color 0.3s, text-shadow 0.3s;
  transition: color 0.3s, text-shadow 0.3s;
}

.underline_c {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #a8d8fa));
  background: linear-gradient(transparent 70%, #a8d8fa 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.underline_m {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ff7c81));
  background: linear-gradient(transparent 70%, #ff7c81 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.underline_y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fef36c));
  background: linear-gradient(transparent 70%, #fef36c 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.underline_k {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #cccccc));
  background: linear-gradient(transparent 70%, #cccccc 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.underline_p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffd0e1));
  background: linear-gradient(transparent 70%, #ffd0e1 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.underline_w {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 5%, #fff 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.grd {
  background: linear-gradient(151deg, #23396c 0%, #05a9f2 100%);
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
}

.base_color {
  color: #E40B7F !important;
  border-color: #E40B7F !important;
}

.base_color_translucent {
  color: rgba(228, 11, 127, 0.5) !important;
}

.sub_color {
  color: #91783C !important;
  border-color: #91783C !important;
}

.sub_color_translucent {
  color: rgba(145, 120, 60, 0.5) !important;
}

.orange {
  color: #f7871f !important;
  border-color: #f7871f !important;
}

.gray {
  color: #888 !important;
  border-color: #888 !important;
}

.red {
  color: #c70922 !important;
  border-color: #c70922 !important;
}

.blue {
  color: #284074 !important;
  border-color: #284074 !important;
}

.brown {
  color: #694e39 !important;
  border-color: #694e39 !important;
}

.green {
  color: #54c766 !important;
  border-color: #54c766 !important;
}

.translucent {
  color: rgba(255, 255, 255, 0.5) !important;
}

.white {
  color: #fff !important;
  border-color: #fff !important;
}
.white a {
  color: #fff;
  border-color: #fff;
}
.white a:hover {
  opacity: 0.6;
}

.pink {
  color: #e885ab !important;
  border-color: #e885ab !important;
}

.black {
  color: #222 !important;
  border-color: #222 !important;
}

.yellow {
  color: #f4ed20 !important;
  border-color: #f4ed20 !important;
}

.gold {
  color: #c3a349 !important;
  border-color: #c3a349 !important;
}

.purple {
  color: #a327f0 !important;
  border-color: #a327f0 !important;
}

.txt_split.colorful {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.txt_split.colorful span:nth-child(1) {
  color: #dbd85b;
}
.txt_split.colorful span:nth-child(2) {
  color: #90c422;
}
.txt_split.colorful span:nth-child(3) {
  color: #fabe02;
}
.txt_split.colorful span:nth-child(4) {
  color: #90c422;
}
.txt_split.colorful span:nth-child(5) {
  color: #ee87a8;
}
.txt_split.colorful span:nth-child(6) {
  color: #3abfef;
}
.txt_split.colorful span:nth-child(7) {
  color: #dbd85b;
}
.txt_split.colorful span:nth-child(8) {
  color: #90c422;
}
.txt_split.colorful span:nth-child(9) {
  color: #fabe02;
}
.txt_split.colorful span:nth-child(10) {
  color: #90c422;
}
.txt_split.colorful span:nth-child(11) {
  color: #ee87a8;
}
.txt_split.colorful span:nth-child(12) {
  color: #3abfef;
}

.point_box {
  width: 6em;
  height: 6em;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  background-color: #E40B7F;
  z-index: 1;
  -webkit-box-shadow: rgba(51, 51, 51, 0.1) 2px 2px 5px 5px;
          box-shadow: rgba(51, 51, 51, 0.1) 2px 2px 5px 5px;
}
.point_box.center {
  margin: auto;
}
.point_box.circle {
  border-radius: 50%;
}

.title_box {
  background: #E40B7F;
  color: #fff;
  font-size: 150%;
  position: relative;
  padding: 1em 1em;
  margin-bottom: 2em;
  font-weight: 600;
  overflow: hidden;
}
.title_box:before {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  display: block;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  position: absolute;
  top: -250px;
  left: -150px;
  width: 300px;
  height: 280px;
}
@media (min-width: 640px) and (max-width: 896px) {
  .title_box:before {
    font-size: 1.5rem;
    left: -200px;
  }
}
.title_box:after {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  display: block;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  position: absolute;
  bottom: -250px;
  right: -150px;
  width: 300px;
  height: 280px;
}
@media (min-width: 640px) and (max-width: 896px) {
  .title_box:after {
    font-size: 1.5rem;
    right: -200px;
  }
}
@media screen and (max-width: 500px) {
  .title_box {
    font-size: 100%;
  }
}

.title_box2 {
  background: rgba(228, 11, 127, 0.2);
  font-size: 120%;
  color: #E40B7F;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.1rem;
  padding: 15px 25px;
  margin-bottom: 25px;
}
.title_box2:before {
  background-color: #E40B7F;
  content: "";
  display: block;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  position: absolute;
  bottom: -250px;
  right: -150px;
  width: 300px;
  height: 280px;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .title_box2 {
    line-height: 1.5;
  }
  .title_box2 span {
    font-size: 120%;
  }
  .title_box2:before {
    width: 123px;
    right: -170px;
    top: -106px;
  }
}

.title_box3 {
  background: #E40B7F;
  color: #fff;
  padding: 1em 1em;
  margin: 1em 0;
  font-size: 110%;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .title_box3 {
    font-size: 100%;
  }
}
.title_box3::before {
  background-color: #fff;
  content: "";
  -webkit-transform: rotate(-144deg);
          transform: rotate(-144deg);
  display: block;
  opacity: 0.1;
  position: absolute;
  top: 350%;
  left: -4%;
  width: 200%;
  height: 930%;
  z-index: 0;
}
@media screen and (max-width: 500px) {
  .title_box3::before {
    top: 280%;
    left: -64%;
  }
}
.title_box3::after {
  background-color: #fff;
  content: "";
  display: block;
  opacity: 0.2;
  position: absolute;
  bottom: -190%;
  left: 85%;
  width: 10%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 620%;
}
@media screen and (max-width: 500px) {
  .title_box3::after {
    width: 40%;
  }
}
.title_box3 .photo {
  margin: 0 auto;
  text-align: center;
}

.title_box4 {
  background: rgba(228, 11, 127, 0.2);
  position: relative;
  padding: 1em 1.5em;
  margin: 1em 0;
  font-size: 110%;
  font-weight: 700;
  color: #E40B7F;
  border-bottom: #E40B7F 1px solid;
}
.title_box4:before {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.title_box5 {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 130%;
  padding: 1em 2em;
  margin-bottom: 1em;
  border-radius: 0px;
  line-height: 1.2;
  font-weight: bold;
  background: -webkit-gradient(linear, left bottom, left top, from(#eeeeee), color-stop(32%, white));
  background: linear-gradient(0deg, #eeeeee 0%, white 32%);
}
.title_box5.bg_none {
  background: none;
  border: 0px solid #ddd;
}
.title_box5:before {
  position: absolute;
  top: 15%;
  left: 10px;
  width: 6px;
  height: 70%;
  content: "";
  background: #E40B7F;
  z-index: 1;
}

.stroke {
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px #E40B7F;
  white-space: nowrap;
  overflow: hidden;
}

.memo {
  width: 100%;
  height: 100%;
  text-align: justify;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(187, 187, 187, 0)), color-stop(50%, rgba(187, 187, 187, 0)), color-stop(0%, #fff), to(#fff)), -webkit-gradient(linear, left bottom, left top, from(rgba(187, 187, 187, 0)), color-stop(95%, rgba(187, 187, 187, 0)), to(#bbb));
  background-image: linear-gradient(90deg, rgba(187, 187, 187, 0) 0%, rgba(187, 187, 187, 0) 50%, #fff 0%, #fff 100%), linear-gradient(360deg, rgba(187, 187, 187, 0) 0%, rgba(187, 187, 187, 0) 95%, #bbb 100%);
  background-size: 5px 100%, 100% 2.5em;
  line-height: 2.5em;
  padding: 0 0.5em;
}
.memo h1:has(+ p),
.memo h2:has(+ p),
.memo h3:has(+ p),
.memo h4:has(+ p),
.memo h5:has(+ p),
.memo h6:has(+ p),
.memo a:has(+ p),
.memo p:has(+ p) {
  margin-bottom: 0em;
}

img.white {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

img.radius {
  border-radius: 2em !important;
}

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

img.shadow {
  -webkit-filter: drop-shadow(0 0 5px #333);
          filter: drop-shadow(0 0 5px #333);
}

img.radius_r {
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 500px) {
  img.radius_r {
    border-radius: 20px;
  }
}
@media (min-width: 640px) and (max-width: 896px) {
  img.radius_r.tablet {
    border-radius: 0px;
  }
}
@media (min-width: 640px) and (max-width: 896px) {
  img.radius_r.tablet_r {
    border-radius: 20px;
  }
}

img.radius_l {
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 500px) {
  img.radius_l {
    border-radius: 20px;
  }
}
@media (min-width: 640px) and (max-width: 896px) {
  img.radius_l.tablet {
    border-radius: 0px;
  }
}
@media (min-width: 640px) and (max-width: 896px) {
  img.radius_l.tablet_r {
    border-radius: 20px;
  }
}

img.monochrome {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

img.sepia {
  -webkit-filter: sepia(100%);
          filter: sepia(100%);
}

img.reversal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

img.reversal_y {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

img.reversal_xy {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

a .img_edge_pink,
a .img_edge_orange,
a .img_edge_blue,
a .img_edge_green {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a .img_edge_pink:hover,
a .img_edge_orange:hover,
a .img_edge_blue:hover,
a .img_edge_green:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.img_edge_pink {
  -webkit-filter: drop-shadow(8px 8px 0 #e885ab) drop-shadow(-8px -8px 0 #e885ab) drop-shadow(8px -8px 0 #e885ab) drop-shadow(-8px 8px 0 #e885ab);
          filter: drop-shadow(8px 8px 0 #e885ab) drop-shadow(-8px -8px 0 #e885ab) drop-shadow(8px -8px 0 #e885ab) drop-shadow(-8px 8px 0 #e885ab);
}

.img_edge_orange {
  -webkit-filter: drop-shadow(8px 8px 0 #f7871f) drop-shadow(-8px -8px 0 #f7871f) drop-shadow(8px -8px 0 #f7871f) drop-shadow(-8px 8px 0 #f7871f);
          filter: drop-shadow(8px 8px 0 #f7871f) drop-shadow(-8px -8px 0 #f7871f) drop-shadow(8px -8px 0 #f7871f) drop-shadow(-8px 8px 0 #f7871f);
}

.img_edge_blue {
  -webkit-filter: drop-shadow(8px 8px 0 #284074) drop-shadow(-8px -8px 0 #284074) drop-shadow(8px -8px 0 #284074) drop-shadow(-8px 8px 0 #284074);
          filter: drop-shadow(8px 8px 0 #284074) drop-shadow(-8px -8px 0 #284074) drop-shadow(8px -8px 0 #284074) drop-shadow(-8px 8px 0 #284074);
}

.img_edge_green {
  -webkit-filter: drop-shadow(8px 8px 0 #54c766) drop-shadow(-8px -8px 0 #54c766) drop-shadow(8px -8px 0 #54c766) drop-shadow(-8px 8px 0 #54c766);
          filter: drop-shadow(8px 8px 0 #54c766) drop-shadow(-8px -8px 0 #54c766) drop-shadow(8px -8px 0 #54c766) drop-shadow(-8px 8px 0 #54c766);
}

.img_overlay {
  position: relative;
  min-height: 16em;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .img_overlay {
    min-height: 7em;
  }
}
.img_overlay.radius img {
  border-radius: 20px;
}
.img_overlay .figure01 {
  position: absolute;
  left: 0;
  width: 55%;
  height: 85%;
}
.img_overlay .figure02 {
  position: absolute;
  top: 16%;
  right: 0;
  width: 55%;
  height: 100%;
}

.hr_deco {
  display: block;
  margin: 2em auto;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 0.7rem;
  background: repeating-linear-gradient(-45deg, transparent 0, transparent 0.3rem, rgba(170, 170, 170, 0.2) 0.3rem, rgba(170, 170, 170, 0.2) 0.7rem);
}
.hr_deco.sub {
  background: repeating-linear-gradient(-45deg, transparent 0, transparent 0.3rem, rgba(145, 120, 60, 0.2) 0.3rem, rgba(145, 120, 60, 0.2) 0.7rem);
}
.hr_deco.base {
  background: repeating-linear-gradient(-45deg, transparent 0, transparent 0.3rem, rgba(228, 11, 127, 0.2) 0.3rem, rgba(228, 11, 127, 0.2) 0.7rem);
}
.hr_deco.white {
  background: repeating-linear-gradient(-45deg, transparent 0, transparent 0.3rem, rgba(255, 255, 255, 0.2) 0.3rem, rgba(255, 255, 255, 0.2) 0.7rem);
}

.hr_ten {
  position: relative;
  margin: 1em auto;
}
.hr_ten:after {
  content: "●●●";
  position: absolute;
  width: 100%;
  left: 0;
  right: 50%;
  bottom: -2em;
  font-size: 60%;
  letter-spacing: 0.5em;
  color: #E40B7F;
  text-align: center;
}
.hr_ten.white:after {
  color: #fff;
}
.hr_ten.sub_color:after {
  color: #91783C;
}

.hr_dot {
  position: relative;
  margin: 1em auto;
}
.hr_dot:after {
  content: "■■■";
  position: absolute;
  width: 100%;
  left: 0;
  right: 50%;
  bottom: -2em;
  font-size: 60%;
  letter-spacing: 0.5em;
  color: #E40B7F;
  text-align: center;
}
.hr_dot.white:after {
  color: #fff;
}
.hr_dot.sub_color:after {
  color: #91783C;
}

.hr_vline {
  display: block;
  width: 1px;
  margin: 0.5em auto;
  text-align: center;
  position: relative;
  border-left: 1px solid #ccc;
  height: 80px;
}

.hr_border {
  display: block;
  margin: 0.5em auto;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 2px;
  background: #E40B7F;
  margin: 2rem auto;
}
.hr_border.white {
  background: #fff;
}
.hr_border.black {
  background: #111;
}
.hr_border.sub_color {
  background: #91783C;
}
.hr_border.left {
  margin-left: 0 !important;
}

.hr_bar {
  display: block;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 1em;
  margin: 1em auto;
  text-align: center;
  position: relative;
}
.hr_bar:before {
  content: "";
  background-color: #E40B7F;
  background-size: contain;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #E40B7F), color-stop(50%, #aaa));
  background-image: linear-gradient(to right, #E40B7F 50%, #aaa 50%);
  z-index: 1;
  width: 12em;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.hr_bar_white {
  display: block;
  border-bottom: 0px solid rgb(255, 255, 255);
  width: 100%;
  height: 1em;
  margin: 1em auto;
  text-align: center;
  position: relative;
}
.hr_bar_white:before {
  content: "";
  background-color: #fff;
  background-size: contain;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #aaa));
  background-image: linear-gradient(to right, #fff 50%, #aaa 50%);
  z-index: 1;
  width: 12em;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.hr_bar_grd {
  display: block;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 1em;
  margin: 1em auto;
  text-align: center;
  position: relative;
}
.hr_bar_grd:before {
  content: "";
  background: linear-gradient(151deg, #23396c 0%, #05a9f2 100%);
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  z-index: 1;
  width: 12em;
  height: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .hr_bar_grd:before {
    width: 80px;
    height: 4px;
  }
}
.hr_bar_grd.size_m {
  margin: 1em auto;
}
.hr_bar_grd.size_m:before {
  height: 8px;
}
@media screen and (max-width: 500px) {
  .hr_bar_grd.size_m:before {
    width: 80px;
    height: 4px;
  }
}
.hr_bar_grd.left:before {
  right: auto;
}

.hr_dotted {
  margin: 2em 0;
  border-bottom: 0.3em dotted #E40B7F;
}

.hr_down_arrow {
  display: block;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 300px 0 300px;
  border-color: #f2f2f2 transparent transparent transparent;
}
@media screen and (max-width: 500px) {
  .hr_down_arrow {
    border-width: 50px 150px 0 150px;
  }
}
.hr_down_arrow.base_color {
  border-color: #E40B7F transparent transparent transparent !important;
}
.hr_down_arrow.bg_base {
  background: none !important;
  border-color: #B3B3B3 transparent transparent transparent !important;
}
.hr_down_arrow.bg_gray {
  background: none !important;
  border-color: #403f3d transparent transparent transparent !important;
}
.hr_down_arrow.white {
  border-color: #fff transparent transparent transparent !important;
}
.hr_down_arrow.size_s {
  border-width: 1.5em 1.8em 0 1.8em;
}
.hr_down_arrow.size_m {
  border-width: 3px 3.6px 0 3.6px;
}

.hr_img {
  text-align: center;
  position: relative;
  width: 100%;
  height: 2em;
  margin: 2em auto;
}
.hr_img:before {
  content: "";
  background-size: auto 2em;
  width: 100%;
  height: 2em;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .hr_img:before {
    background-size: auto 10px;
    height: 10px;
  }
}
.hr_img.type1:before {
  content: "";
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/hr/01.png) repeat-x center center;
}
.hr_img.type2:before {
  content: "";
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/hr/02.png) repeat-x center center;
}

@media (hover: hover) {
  .hover_rotate {
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .hover_rotate:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .hover_small {
    display: block;
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .hover_small:hover {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    opacity: 0.8;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  .hover_big {
    display: block;
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .hover_big:hover {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    opacity: 0.8;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.sp_btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 200;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sp_btn.radius ul:before {
  background: rgba(254, 254, 254, 0);
  backdrop-filter: saturate(100%) blur(0px);
}
.sp_btn.radius ul li {
  border-radius: 50px;
  margin: 1%;
  -webkit-box-shadow: rgba(51, 51, 51, 0.1) 0px 2px 2px 2px;
          box-shadow: rgba(51, 51, 51, 0.1) 0px 2px 2px 2px;
}
.sp_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  padding-bottom: 0;
  margin: 0 auto;
  position: relative;
}
.sp_btn ul.set1 li {
  width: 100%;
  padding: 1em 0 1em;
}
.sp_btn ul.set1 li i {
  display: inline-block;
  margin-right: 0.3em;
}
.sp_btn ul.set1 li span {
  display: inline-block;
}
.sp_btn ul.set2 li {
  width: 50%;
}
.sp_btn ul.set3 li {
  width: 33.3333333333%;
}
.sp_btn ul.set4 li {
  width: 25%;
}
.sp_btn ul.set5 li {
  width: 20%;
}
.sp_btn ul:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(254, 254, 254, 0.7);
  backdrop-filter: saturate(180%) blur(2px);
}
.sp_btn ul li a {
  margin: 0;
  padding: 1.5em 0;
  text-align: center;
  line-height: 1.2;
  position: relative;
  display: block;
}
.sp_btn ul li a:hover {
  opacity: 0.6;
}
.sp_btn ul li.white span,
.sp_btn ul li.white i {
  color: #fff !important;
}
.sp_btn.bg_black ul:before {
  background: rgba(17, 17, 17, 0.7);
}
.sp_btn.bg_black ul li span,
.sp_btn.bg_black ul li i {
  color: #fff;
}
.sp_btn.bg_base_color ul:before {
  background: rgba(228, 11, 127, 0.7);
}
.sp_btn.bg_base_color ul li span,
.sp_btn.bg_base_color ul li i {
  color: #fff;
}

.nav_slide_toggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  cursor: pointer;
  background: #E40B7F;
  border: none;
  border-radius: 0;
  padding: 20px;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.nav_slide_toggle.circle {
  border-radius: 50%;
  top: 0.5em;
  right: 0.5em;
}
.nav_slide_toggle.bg_grd {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}
.nav_slide_toggle.sponly {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .nav_slide_toggle.sponly {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.nav_slide_toggle:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.nav_slide_toggle .hamburger_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 34px;
}
.nav_slide_toggle .hamburger_icon span {
  width: 34px;
  height: 2px;
  background: #fff;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav_slide_toggle .hamburger_icon span:nth-child(1) {
  width: 34px;
}
.nav_slide_toggle .hamburger_icon span:nth-child(2) {
  width: 30px;
  margin-left: auto;
}
.nav_slide_toggle .hamburger_icon span:nth-child(3) {
  width: 34px;
}
.nav_slide_toggle .menu_text {
  display: none;
}
.nav_open .nav_slide_toggle .hamburger_icon {
  gap: 4px;
}
.nav_open .nav_slide_toggle .hamburger_icon span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
          transform: rotate(45deg) translate(4px, 4px);
}
.nav_open .nav_slide_toggle .hamburger_icon span:nth-child(2) {
  opacity: 0;
}
.nav_open .nav_slide_toggle .hamburger_icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
          transform: rotate(-45deg) translate(4px, -4px);
}

.nav_slide_right {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 250;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav_slide_right.active {
  visibility: visible;
  opacity: 1;
}
.nav_slide_right.active .nav_slide_container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.nav_slide_right.active .nav_overlay {
  opacity: 1;
}

.nav_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.nav_slide_container {
  position: absolute;
  top: 0;
  right: 0;
  width: 800px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
}

.nav_bg_image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
}
.nav_bg_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.nav_bg_image .bg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.nav_menu_area {
  width: 400px;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  padding: 60px 40px 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nav_close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.nav_close_btn span {
  font-size: 24px;
  color: #666;
  line-height: 1;
}
.nav_close_btn:hover {
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.nav_close_btn:hover span {
  color: #333;
}

.nav_menu_content.white .nav_menu_content ul li a {
  color: #fff;
}
.nav_menu_content.white .nav_menu_content ul li a span {
  color: #fff;
}
.nav_menu_content.white .nav_menu_content ul li a:hover {
  color: #fff;
  opacity: 0.8;
}
.nav_menu_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav_menu_content ul li {
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}
.nav_menu_content ul li:last-child {
  border-bottom: none;
}
.nav_menu_content ul li a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  line-height: 1.4;
}
.nav_menu_content ul li a:hover {
  color: #E40B7F;
  padding-left: 10px;
}
.nav_menu_content ul li a span {
  display: block;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 4px;
  color: #E40B7F;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
.nav_menu_content ul li a span.icon {
  display: inline-block;
  margin-top: 0.5em;
  margin-right: 0.5em;
}
.nav_menu_content ul li a {
  display: block;
  color: #666;
  font-weight: bold;
}
.nav_menu_content ul li ul {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav_menu_content ul li ul li {
  margin: 0;
}
.nav_menu_content ul li ul li a {
  display: block;
  padding: 8px 0 8px 20px;
  text-decoration: none;
  color: #666;
  border-left: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav_menu_content ul li ul li a:hover {
  color: #E40B7F;
  border-left-color: #E40B7F;
  padding-left: 30px;
}

.btn_graylink a {
  display: block;
  padding: 1.5em 2em;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  line-height: 1.8;
  text-align: left;
  font-size: 120%;
}
.btn_graylink a:hover {
  background: #e9ecef;
  border-color: #adb5bd;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.btn_graylink a:hover i {
  color: #E40B7F;
}
.btn_graylink a span {
  font-size: 80%;
  color: #E40B7F;
}
.btn_graylink a i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #999;
}

body.nav_open {
  overflow: hidden;
}

@media (max-width: 896px) {
  .nav_slide_container {
    width: 100vw;
  }
  .nav_bg_image {
    display: none;
  }
  .nav_menu_area {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .nav_slide_toggle {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .nav_slide_toggle .hamburger_icon {
    width: 20px;
    gap: 4px;
  }
  .nav_slide_toggle .hamburger_icon span {
    width: 20px;
  }
  .nav_slide_toggle .hamburger_icon span:nth-child(1) {
    width: 20px;
  }
  .nav_slide_toggle .hamburger_icon span:nth-child(2) {
    width: 16px;
  }
  .nav_slide_toggle .hamburger_icon span:nth-child(3) {
    width: 20px;
  }
  .nav_slide_container {
    width: 100vw;
  }
  .nav_menu_area {
    width: 100%;
    height: 100vh;
  }
  .nav_menu_content {
    padding: 0px 0px 0px;
  }
  .btn_graylink .homepage_btn {
    padding: 14px 16px;
  }
  .btn_graylink .homepage_btn .company_name {
    font-size: 14px;
  }
  .btn_graylink .homepage_btn .link_text {
    font-size: 12px;
  }
}
#pagetop {
  position: fixed;
  bottom: 5em;
  right: 1%;
  z-index: 200;
  opacity: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
#pagetop.bottom {
  bottom: 1%;
}
#pagetop.radius a {
  border-radius: 50%;
}
#pagetop.view {
  opacity: 1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#pagetop a {
  display: grid;
  place-items: center;
  background: #fff;
  -webkit-box-shadow: rgba(51, 51, 51, 0.1) 0px 2px 2px 2px;
          box-shadow: rgba(51, 51, 51, 0.1) 0px 2px 2px 2px;
  color: #E40B7F;
  border: 1px solid #E40B7F;
  width: 3em;
  height: 3em;
  font-size: 120%;
}
#pagetop a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 500px) {
  #pagetop.bottom {
    bottom: 0.5%;
  }
}
@media (min-width: 640px) and (max-width: 896px) {
  #pagetop {
    bottom: 50px;
  }
  #pagetop a {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}

#page-top_img {
  position: fixed;
  bottom: 10px;
  right: 7px;
  z-index: 980;
}
#page-top_img a {
  display: block;
}
#page-top_img a img {
  width: 120px;
}
@media screen and (max-width: 500px) {
  #page-top_img a img {
    bottom: 40px;
  }
}
#page-top_img a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 500px) {
  #page-top_img {
    bottom: 70px;
  }
}

#loading {
  position: fixed;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
}
#loading.bg_black:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #111;
}
#loading.bg_black:before {
  background-color: #111;
}
#loading.bg_base_color:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #E40B7F;
}
#loading.bg_base_color:before {
  background-color: #E40B7F;
}
#loading.bg_base {
  background-color: rgba(179, 179, 179, 0) !important;
}
#loading.bg_base:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #B3B3B3;
}
#loading.bg_base:before {
  background-color: #B3B3B3;
}
#loading.bg_white:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
#loading.bg_white .wrap img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
#loading:before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -2;
}
#loading .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
}
#loading .wrap .loading_progress {
  margin-top: 1.2em;
  width: min(360px, 82vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6em;
}
#loading .wrap .loading_bar {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(228, 11, 127, 0.12);
  border: 1px solid rgba(228, 11, 127, 0.35);
}
#loading .wrap .loading_bar_fill {
  height: 100%;
  width: 0%;
  background: #E40B7F;
  -webkit-transition: width 0.12s ease-out;
  transition: width 0.12s ease-out;
}
#loading .wrap .loading_bar_fill.white {
  background: #fff;
}
#loading .wrap .lorder_time {
  font-size: 0.95em;
  letter-spacing: 0.08em;
  color: #E40B7F;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
#loading .wrap .lorder_time.white {
  color: #fff;
}
#loading .wrap .icon img {
  width: 100%;
  max-width: 170px;
}
#loading .wrap .logo_area {
  width: 100%;
  max-width: 15em;
  margin: 0 auto 1.5em;
}
#loading .wrap .text {
  margin-top: 1em;
  font-size: 90%;
  letter-spacing: 0;
  font-weight: normal;
  color: #888;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
#loading .opening {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
#loading .opening.bg_grd {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  /* 
  &:after {
      content: "";
      position: fixed;
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0;
      z-index: -1;
      @include bg_grd;
  } */
}
#loading .opening_blur {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacity: 1;
  visibility: visible;
}
#loading .splash_l,
#loading .splash_r {
  position: fixed;
  background-color: #E40B7F;
  top: 0;
  width: 50vw;
  height: 100vh;
  z-index: -1;
}
#loading .splash_l {
  left: 0;
  margin-right: auto;
  right: inherit;
  z-index: -1;
}
#loading .splash_r {
  margin-left: auto;
  right: 0;
  left: inherit;
  z-index: -2;
}
#loading.loaded {
  visibility: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#loading.loaded:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#loading.loaded .wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  z-index: -2;
}
#loading.loaded .opening {
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#loading.loaded .opening_blur {
  -webkit-transition: all 2.8s;
  transition: all 2.8s;
  opacity: 0;
  visibility: hidden;
}
#loading.loaded .splash_l,
#loading.loaded .splash_r {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#loading.loaded .splash_l {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#loading.loaded .splash_r {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.loading_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 100;
}
.loading_wrap .loading_bg {
  position: absolute;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: -1;
}
.loading_wrap .loading_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loading_wrap .txt_loading {
  position: absolute;
  color: #E40B7F;
  font-size: 90%;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
.lorder_rotate {
  display: grid;
  place-items: center;
  position: relative;
  margin: auto;
  -webkit-animation: lorder_rotate 0.5s linear infinite;
          animation: lorder_rotate 0.5s linear infinite;
  border: 1px solid #fff;
  border-radius: 50%;
  border-right: 1px solid rgba(228, 11, 127, 0.8);
  border-top: 1px solid rgba(228, 11, 127, 0.8);
  content: "";
  height: 70px;
  width: 70px;
}

@-webkit-keyframes lorder_rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lorder_rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page_title {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 500px) {
  .page_title {
    width: calc(100% + 2em);
    margin-left: -1em;
    margin-right: -1em;
  }
}
.page_title.curve {
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}
.page_title.bg_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
}
.page_title.type1:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/01.webp);
}
.page_title.type2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/02.webp);
}
.page_title.type3:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/03.webp);
}
.page_title.type4:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/04.webp);
}
.page_title.type5:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/05.webp);
}
.page_title.type6:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/06.webp);
}
.page_title.type7:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/07.webp);
}
.page_title.type8:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/08.webp);
}
.page_title.type9:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/09.webp);
}
.page_title.type10:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/10.webp);
}
.page_title.type11:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/11.webp);
}
.page_title.type12:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/12.webp);
}
.page_title.type13:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/13.webp);
}
.page_title.type14:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/14.webp);
}
.page_title.type15:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/15.webp);
}
.page_title.type1a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a01.webp);
}
.page_title.type2a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a02.webp);
}
.page_title.type3a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a03.webp);
}
.page_title.type4a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a04.webp);
}
.page_title.type5a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a05.webp);
}
.page_title.type6a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a06.webp);
}
.page_title.type7a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a07.webp);
}
.page_title.type8a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a08.webp);
}
.page_title.type9a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a09.webp);
}
.page_title.type10a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a10.webp);
}
.page_title.type11a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a11.webp);
}
.page_title.type12a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a12.webp);
}
.page_title.type13a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a13.webp);
}
.page_title.type14a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a14.webp);
}
.page_title.type15a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a15.webp);
}
.page_title.type_bg01:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/bg01.webp);
}
.page_title.bg_gray {
  background-color: inherit !important;
}
.page_title.bg_gray:before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.page_title.bg_blur {
  overflow: hidden;
}
.page_title.bg_blur:before {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.page_title.bg_black_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 95%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.page_title.bg_black_grd_bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 90%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.page_title.bg_white_grd:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(90%, rgba(255, 255, 255, 0.5)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.page_title.bg_white_grd_s:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.1)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0.1) 50%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.page_title.bg_white_grd_bottom:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.page_title.bg_base_grd:after {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  content: "";
  position: absolute;
  width: 100%;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.page_title.bg_sharp:after {
  clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
}
.page_title.bg_base {
  background-color: inherit !important;
}
.page_title.bg_base:before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.page_title.bg_base:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(228, 11, 127, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page_title.bg_white {
  background-color: rgba(255, 255, 255, 0) !important;
}
.page_title.bg_white:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page_title.bg_glass {
  background-color: rgba(255, 255, 255, 0) !important;
}
.page_title.bg_glass:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page_title.bg_black {
  background-color: rgba(17, 17, 17, 0) !important;
}
.page_title.bg_black:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page_title.bg_dark {
  background-color: rgba(51, 51, 51, 0) !important;
}
.page_title.bg_dark:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page_title.curve {
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}
.page_title > .photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  z-index: -1;
}
.page_title > .photo.type_r {
  position: relative;
  width: 90vw;
  margin: 0 0 0 auto;
}
.page_title > .photo img {
  width: 100%;
  height: 30em;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 500px) {
  .page_title > .photo img {
    height: 20em;
  }
}
.page_title.bg_blur > .photo img {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.page_title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
  top: 0;
  left: 0;
}

.breadcrumb {
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  max-width: 90%;
  margin: 0 auto;
  font-size: 80%;
  text-align: left;
}
.breadcrumb.white a {
  color: #fff;
}
.breadcrumb.tcenter {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  color: rgb(179.3472803347, 8.6527196653, 99.89958159);
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
@media screen and (max-width: 1100px) {
  .breadcrumb {
    padding: 10px 0px;
  }
}

.picture {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 0;
}
.picture.bg_gray {
  background-color: inherit !important;
}
.picture.bg_gray:before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.picture.bg_blur {
  overflow: hidden;
}
.picture.bg_blur:before {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.picture.bg_black_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 95%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.picture.bg_black_grd_bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 90%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.picture.bg_white_grd:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(90%, rgba(255, 255, 255, 0.5)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.picture.bg_white_grd_s:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.1)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0.1) 50%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.picture.bg_white_grd_bottom:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.picture.bg_base_grd:after {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  content: "";
  position: absolute;
  width: 100%;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.picture.bg_sharp:after {
  clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
}
.picture.bg_base {
  background-color: inherit !important;
}
.picture.bg_base:before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.picture.bg_base:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(228, 11, 127, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.picture.bg_white {
  background-color: rgba(255, 255, 255, 0) !important;
}
.picture.bg_white:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.picture.bg_glass {
  background-color: rgba(255, 255, 255, 0) !important;
}
.picture.bg_glass:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.picture.bg_black {
  background-color: rgba(17, 17, 17, 0) !important;
}
.picture.bg_black:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.picture.bg_dark {
  background-color: rgba(51, 51, 51, 0) !important;
}
.picture.bg_dark:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.picture.curve {
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}
.picture:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.picture:after {
  z-index: 0 !important;
}
.picture.bg_grd {
  background: none;
}
.picture.bg_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.picture img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.picture.icon {
  text-align: center;
  display: grid;
  place-items: center;
  padding: 20px 0;
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.picture.icon img {
  width: 120px;
}
.picture.radius {
  border-radius: 2em;
}
.picture.contain img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .picture {
    height: auto;
  }
}
.picture a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: rgba(228, 11, 127, 0.2);
}
.picture a img {
  opacity: 0.8;
}
.picture a .link_ttl {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.picture a .link_ttl .eng {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
.picture a .link_ttl .small {
  font-size: 80%;
}
@media screen and (max-width: 500px) {
  .picture a .link_ttl {
    opacity: 1;
    visibility: visible;
    font-size: 1.6rem;
  }
}
.picture a .link_icon {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  display: block;
  color: #fff;
}
.picture a .link_icon i {
  border: #fff solid 2px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  font-size: 2.3rem;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: grid;
  place-items: center;
}
.picture a .link_icon .text {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 500px) {
  .picture a .link_icon {
    opacity: 1;
    visibility: visible;
    font-size: 1.6rem;
  }
}
.picture a:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.picture a:hover .link_ttl {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.picture a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0.6;
}
.picture a:hover .link_icon i {
  background-color: #fff;
  color: #E40B7F;
}
.picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.picture_mask {
  height: 350px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.picture_mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/picture_mask.webp);
  mask-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/picture_mask.webp);
  -webkit-mask-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/picture_mask.webp);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  display: block;
}

.picture_mask02 {
  height: 450px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.picture_mask02 img {
  width: 100%;
  margin: 30px 0 0;
  height: 90% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/picture_mask02.webp);
  mask-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/picture_mask02.webp);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  display: block;
  -webkit-transition: 0;
  transition: 0;
}

.mask_wave {
  margin: 30px 0;
  -webkit-mask-image: url(../img/svg/mask_wave.svg);
  mask-image: url(../img/svg/mask_wave.svg);
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
}
@media (min-width: 640px) and (max-width: 896px) {
  .mask_wave {
    margin: 10px 0;
    padding: 30px 0;
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}

.mask_circle {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.mask_circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.mask_circle img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 500px) {
  .mask_circle.sp {
    width: 8em;
    height: 8em;
  }
}

.mask_wave_top {
  -webkit-mask-image: url(../img/svg/mask_wave_top.svg);
  mask-image: url(../img/svg/mask_wave_top.svg);
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
}
@media (min-width: 640px) and (max-width: 896px) {
  .mask_wave_top {
    margin: 10px 0;
    padding: 30px 0;
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}

.mask_soft {
  -webkit-mask-image: url(../img/svg/mask_soft.svg);
  mask-image: url(../img/svg/mask_soft.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-size: cover;
}
@media (min-width: 640px) and (max-width: 896px) {
  .mask_soft.tablet {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.mask_nicoli {
  -webkit-mask-image: url(../img/svg/mask_nicoli.svg);
  mask-image: url(../img/svg/mask_nicoli.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-size: cover;
}
@media (min-width: 640px) and (max-width: 896px) {
  .mask_nicoli.tablet {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.mask_soft02 {
  -webkit-mask-image: url(../img/svg/mask_soft02.svg);
  mask-image: url(../img/svg/mask_soft02.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  margin: auto;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.mask_soft02:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.mask_soft02 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cover_svg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cover_svg.z_index:before, .cover_svg.z_index:after {
  z-index: 2;
}
.cover_svg:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  margin: 0 0 auto;
  width: 100%;
  height: 100%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/cover_program_top.svg) top no-repeat;
  z-index: 1;
}
.cover_svg:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  margin: auto 0 0;
  width: 100%;
  height: 100%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/cover_program_bottom.svg) bottom no-repeat;
  z-index: 1;
}
.cover_svg.top:after {
  background: none;
}
.cover_svg.bottom:before {
  background: none;
}
.cover_svg #u-firstview {
  height: calc(100vh - 0px) !important;
}
@media screen and (max-width: 500px) {
  .cover_svg #u-firstview {
    height: calc(90vh - 100px) !important;
  }
}

.cover_color1:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(228, 11, 127, 0.6);
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
          transform: translateX(-50%) translateY(50%) rotate(45deg);
}
.cover_color1:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(145, 120, 60, 0.6);
  z-index: 2;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
          transform: translateX(50%) translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 500px) {
  .cover_color1:before {
    width: 150%;
    height: 150%;
    -webkit-transform: translateX(-95%) translateY(70%) rotate(45deg);
            transform: translateX(-95%) translateY(70%) rotate(45deg);
  }
  .cover_color1:after {
    width: 150%;
    height: 150%;
    -webkit-transform: translateX(100%) translateY(-70%) rotate(45deg);
            transform: translateX(100%) translateY(-70%) rotate(45deg);
  }
}

.calendar_head {
  color: #fefefe;
  background: #999;
  text-align: center;
  padding: 4px;
}

.calendar-box #cms-calendar-1-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 2rem;
}
@media screen and (max-width: 500px) {
  .calendar-box #cms-calendar-1-area {
    grid-template-columns: repeat(1, 1fr);
  }
}
.calendar-box .loading {
  width: 100%;
  max-height: 250px;
  display: block;
  place-items: center;
}
.calendar-box .loading .spinner-loader {
  display: block;
  margin: 0 auto;
}
.calendar-box div.calendar {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .calendar-box div.calendar {
    width: 100%;
    margin-bottom: 10px;
  }
}
.calendar-box table {
  width: 100%;
  text-align: center;
  background-color: #fff;
}
.calendar-box table th,
.calendar-box table td {
  width: 14.28%;
  font-weight: normal;
  padding: 5px;
  height: 45px;
  font-size: 1.3rem;
  color: #555;
  background-color: #f2f2f2;
}
@media screen and (max-width: 500px) {
  .calendar-box table th,
  .calendar-box table td {
    height: 40px;
    font-size: 85% !important;
  }
}
.calendar-box table th {
  background: #f2f2f2;
  vertical-align: middle;
  font-weight: 600;
  text-align: center;
}
.calendar-box table td {
  background: #fefefe;
}
.calendar-box th.sun,
.calendar-box td.sun {
  color: #c70922;
}
.calendar-box th.sat,
.calendar-box td.sat {
  color: #284074;
}
.calendar-box .item-td {
  background: rgb(249.5690376569, 142.4309623431, 199.7029288703);
}
.calendar-box .item-td .days {
  color: #333;
}
.calendar-box .item {
  font-size: 1.1rem;
  text-align: center;
  color: rgba(145, 120, 60, 0.8);
  background-color: rgba(145, 120, 60, 0.1);
}
.calendar-box p {
  text-align: center;
  font-size: 1.4rem;
  margin: 5px auto;
}
.calendar-box p .off {
  color: rgba(199, 9, 34, 0.2);
}

.calendar_arrow {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calendar_arrow .arrow-after {
  background: #E40B7F;
  color: #fff;
  padding: 0 10px;
}
.calendar_arrow .arrow-after:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}
.calendar_arrow .arrow-before {
  background: #E40B7F;
  color: #fff;
  padding: 0 10px;
}
.calendar_arrow .arrow-before:before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}

.calendar_info .off {
  color: rgba(199, 9, 34, 0.2);
}
.calendar_info .yotei1 {
  color: rgba(199, 9, 34, 0.2);
}
.calendar_info .yotei2 {
  color: rgba(244, 237, 32, 0.2);
}
.calendar_info .yotei3 {
  color: rgba(40, 64, 116, 0.2);
}

.calendar-box td.calendar .item1,
.calendar-box td.calendar .item2,
.calendar-box td.calendar .item3 {
  display: none;
}
.calendar-box td.calendar.off {
  background-color: rgba(199, 9, 34, 0.2) !important;
}
.calendar-box td.calendar.yotei1 {
  background-color: rgba(199, 9, 34, 0.2) !important;
}
.calendar-box td.calendar.yotei2 {
  background-color: rgba(244, 237, 32, 0.2) !important;
}
.calendar-box td.calendar.yotei3 {
  background-color: rgba(40, 64, 116, 0.2) !important;
}
.calendar-box td.calendar.kara {
  background: none !important;
}

.slider_fullslider_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.slider_fullslider_wrap.type1:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/01.webp);
}
.slider_fullslider_wrap.type2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/02.webp);
}
.slider_fullslider_wrap.type3:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/03.webp);
}
.slider_fullslider_wrap.type4:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/04.webp);
}
.slider_fullslider_wrap.type5:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/05.webp);
}
.slider_fullslider_wrap.type6:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/06.webp);
}
.slider_fullslider_wrap.type7:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/07.webp);
}
.slider_fullslider_wrap.type8:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/08.webp);
}
.slider_fullslider_wrap.type9:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/09.webp);
}
.slider_fullslider_wrap.type10:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/10.webp);
}
.slider_fullslider_wrap.type11:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/11.webp);
}
.slider_fullslider_wrap.type12:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/12.webp);
}
.slider_fullslider_wrap.type13:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/13.webp);
}
.slider_fullslider_wrap.type14:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/14.webp);
}
.slider_fullslider_wrap.type15:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/15.webp);
}
.slider_fullslider_wrap.type1a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a01.webp);
}
.slider_fullslider_wrap.type2a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a02.webp);
}
.slider_fullslider_wrap.type3a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a03.webp);
}
.slider_fullslider_wrap.type4a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a04.webp);
}
.slider_fullslider_wrap.type5a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a05.webp);
}
.slider_fullslider_wrap.type6a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a06.webp);
}
.slider_fullslider_wrap.type7a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a07.webp);
}
.slider_fullslider_wrap.type8a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a08.webp);
}
.slider_fullslider_wrap.type9a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a09.webp);
}
.slider_fullslider_wrap.type10a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a10.webp);
}
.slider_fullslider_wrap.type11a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a11.webp);
}
.slider_fullslider_wrap.type12a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a12.webp);
}
.slider_fullslider_wrap.type13a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a13.webp);
}
.slider_fullslider_wrap.type14a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a14.webp);
}
.slider_fullslider_wrap.type15a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a15.webp);
}
.slider_fullslider_wrap.type_bg01:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/bg01.webp);
}
.slider_fullslider_wrap.bg_gray {
  background-color: inherit !important;
}
.slider_fullslider_wrap.bg_gray:before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.slider_fullslider_wrap.bg_blur {
  overflow: hidden;
}
.slider_fullslider_wrap.bg_blur:before {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.slider_fullslider_wrap.bg_black_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 95%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.slider_fullslider_wrap.bg_black_grd_bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 90%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.slider_fullslider_wrap.bg_white_grd:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(90%, rgba(255, 255, 255, 0.5)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.slider_fullslider_wrap.bg_white_grd_s:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.1)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0.1) 50%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.slider_fullslider_wrap.bg_white_grd_bottom:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.slider_fullslider_wrap.bg_base_grd:after {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  content: "";
  position: absolute;
  width: 100%;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.slider_fullslider_wrap.bg_sharp:after {
  clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
}
.slider_fullslider_wrap.bg_base {
  background-color: inherit !important;
}
.slider_fullslider_wrap.bg_base:before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.slider_fullslider_wrap.bg_base:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(228, 11, 127, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider_fullslider_wrap.bg_white {
  background-color: rgba(255, 255, 255, 0) !important;
}
.slider_fullslider_wrap.bg_white:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider_fullslider_wrap.bg_glass {
  background-color: rgba(255, 255, 255, 0) !important;
}
.slider_fullslider_wrap.bg_glass:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider_fullslider_wrap.bg_black {
  background-color: rgba(17, 17, 17, 0) !important;
}
.slider_fullslider_wrap.bg_black:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider_fullslider_wrap.bg_dark {
  background-color: rgba(51, 51, 51, 0) !important;
}
.slider_fullslider_wrap.bg_dark:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider_fullslider_wrap.curve {
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}
.slider_fullslider_wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider_fullslider_wrap:after {
  z-index: 0 !important;
}

.curve {
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}

.slider_fullslider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 0;
}
.slider_fullslider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  z-index: 0;
}
.slider_fullslider .slide.active {
  opacity: 1;
  z-index: 1;
}
.slider_fullslider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-animation: zoom 20s ease-in-out infinite;
          animation: zoom 20s ease-in-out infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.slider_fullslider .slide.scale_none img {
  -webkit-animation: scale_none 20s ease-in-out infinite !important;
          animation: scale_none 20s ease-in-out infinite !important;
}
.slider_fullslider.contain .slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
.slider_fullslider.radius .slide img {
  border-radius: 2em;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  margin: auto;
  width: auto;
  height: auto;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes scale_none {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale_none {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.btn_normal i {
  font-size: 100%;
}
.btn_normal.center a {
  margin: 0 auto;
}
.btn_normal.right a {
  margin: 0 0 0 auto;
}
@media (min-width: 640px) and (max-width: 896px) {
  .btn_normal.right a {
    margin: 0 auto;
  }
}
.btn_normal.radius {
  border-radius: 50px;
  overflow: hidden !important;
}
.btn_normal.radius a::before {
  border-radius: 50px;
}
.btn_normal.radius a {
  border-radius: 50px;
  overflow: hidden !important;
}
.btn_normal.white a {
  color: #E40B7F;
  background: #fff;
}
.btn_normal.white a:after {
  color: #E40B7F;
}
.btn_normal.white a::before {
  background: rgb(179.3472803347, 8.6527196653, 99.89958159);
  color: #fff;
}
.btn_normal.white a:hover {
  color: #fff;
}
.btn_normal.white a:hover::after {
  color: #fff;
}
.btn_normal.white a:hover {
  opacity: 1;
}
.btn_normal.red {
  background-color: transparent !important;
}
.btn_normal.red a {
  color: #fff;
  background: #c70922;
  -webkit-box-shadow: rgba(17, 17, 17, 0.1) 0 0 2px 2px;
          box-shadow: rgba(17, 17, 17, 0.1) 0 0 2px 2px;
  overflow: hidden;
}
.btn_normal.red a:after {
  color: #fff;
}
.btn_normal.red a::before {
  background: rgb(101.4134615385, 4.5865384615, 17.3269230769);
  color: #fff;
}
.btn_normal.red a:hover {
  color: #fff;
}
.btn_normal.red a:hover::after {
  color: #fff;
}
.btn_normal.red a:hover {
  opacity: 1;
}
.btn_normal.blue {
  background-color: transparent !important;
}
.btn_normal.blue a {
  color: #fff;
  background: #284074;
  -webkit-box-shadow: rgba(17, 17, 17, 0.1) 0 0 2px 2px;
          box-shadow: rgba(17, 17, 17, 0.1) 0 0 2px 2px;
  overflow: hidden;
}
.btn_normal.blue a:after {
  color: #fff;
}
.btn_normal.blue a::before {
  background: rgb(13.8461538462, 22.1538461538, 40.1538461538);
  color: #fff;
}
.btn_normal.blue a:hover {
  color: #fff;
}
.btn_normal.blue a:hover::after {
  color: #fff;
}
.btn_normal.blue a:hover {
  opacity: 1;
}
.btn_normal.bg_insta {
  background: none !important;
}
.btn_normal.bg_insta a {
  color: #fff;
  background-color: #f13f79;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
  -webkit-box-shadow: rgba(17, 17, 17, 0.1) 0 0 2px 2px;
          box-shadow: rgba(17, 17, 17, 0.1) 0 0 2px 2px;
  overflow: hidden;
}
.btn_normal.bg_insta a:after {
  color: #fff;
}
.btn_normal.bg_insta a::before {
  background-color: #f13f79;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
  color: #fff;
}
.btn_normal.bg_insta a:hover {
  color: #fff;
}
.btn_normal.bg_insta a:hover::after {
  color: #fff;
}
.btn_normal.bg_insta a:hover {
  opacity: 1;
}
.btn_normal.bg_line {
  background-color: transparent !important;
}
.btn_normal.bg_line a {
  color: #fff;
  background: #2bac38;
  -webkit-box-shadow: rgba(17, 17, 17, 0.1) 0 0 2px 2px;
          box-shadow: rgba(17, 17, 17, 0.1) 0 0 2px 2px;
  overflow: hidden;
}
.btn_normal.bg_line a:after {
  color: #fff;
}
.btn_normal.bg_line a::before {
  background: rgb(32.8, 131.2, 42.7162790698);
  color: #fff;
}
.btn_normal.bg_line a:hover {
  color: #fff;
}
.btn_normal.bg_line a:hover::after {
  color: #fff;
}
.btn_normal.bg_line a:hover {
  opacity: 1;
}
.btn_normal.transparent a {
  color: #fff;
  background: transparent;
  -webkit-box-shadow: rgba(17, 17, 17, 0) 0 0 2px 2px;
          box-shadow: rgba(17, 17, 17, 0) 0 0 2px 2px;
  border: 1px solid #fff;
}
.btn_normal.transparent a:after {
  color: #E40B7F;
}
.btn_normal.transparent a::before {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.btn_normal.transparent a::after {
  background: rgba(255, 255, 255, 0);
  color: #fff;
}
.btn_normal.transparent a:hover {
  color: #fff;
}
.btn_normal.transparent a:hover::after {
  color: #fff;
}
.btn_normal.transparent a:hover {
  opacity: 1;
}
.btn_normal.sub_color {
  background-color: transparent !important;
}
.btn_normal.sub_color a {
  background: #91783C;
}
.btn_normal.sub_color a::before {
  background: rgb(90.8902439024, 75.2195121951, 37.6097560976);
}
.btn_normal.grd {
  background-color: transparent !important;
}
.btn_normal.grd a {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}
.btn_normal.grd a::before {
  background: #E40B7F;
}
.btn_normal.size_m {
  width: 320px;
}
.btn_normal.size_m a {
  padding: 1.2em 1em !important;
  font-size: 140% !important;
  letter-spacing: 0.5em;
  max-width: 320px;
}
.btn_normal.small a {
  padding: 0.5em 0.5em;
  max-width: 320px;
  width: 320px;
}
.btn_normal.max a {
  max-width: 100%;
  width: 100%;
}
.btn_normal a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  letter-spacing: 0.1px;
  line-height: 1;
  padding: 1em 0.5em;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  max-width: 480px;
  background: #E40B7F;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
}
.btn_normal a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: grid;
  top: 0;
  bottom: 0;
  right: 1.5em;
  place-items: center;
  color: #fff;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 70%;
}
.btn_normal a:hover::after {
  right: 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_normal a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  content: "";
  background: rgb(106.3682008368, 5.1317991632, 59.2489539749);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn_normal a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn_accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75em;
  width: 100%;
  padding: 0.9em 1.5em;
  border-radius: 999px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #E40B7F;
  background-color: #f2f2f2;
  font-weight: 700;
  text-align: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: relative;
  cursor: pointer;
}
.btn_accordion.base_color {
  border: 1px solid #fff;
  background-color: #E40B7F;
  color: #fff;
}
.btn_accordion::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn_accordion:hover, .btn_accordion:focus-visible {
  background-color: rgb(203.6736401674, 9.8263598326, 113.449790795);
  outline: none;
  opacity: 0.8;
  background-color: #eee;
}
.btn_accordion:focus:not(:focus-visible) {
  outline: none;
}
.btn_accordion.is-open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.btn_accordion_wrap {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;
  will-change: max-height;
}
.btn_accordion_wrap.is-open {
  opacity: 1;
  visibility: visible;
  margin-top: 1.5em;
}
.btn_accordion_wrap h2,
.btn_accordion_wrap h3 {
  color: #006a32;
  border-left: 5px solid #E40B7F;
  padding-left: 1em;
  margin: 1em 0;
}

.bg_base_color {
  background-color: #e40b7f !important;
}

.bg_sub_color {
  background-color: #91783c !important;
}

.bg_color {
  background-color: #fff !important;
}

.bg_gold {
  background: #c3a349 !important;
}

.bg_grd {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}

.bg_orange {
  background-color: #f7871f !important;
}

.bg_pink {
  background-color: #f77ba0 !important;
}

.bg_red {
  background-color: #f30522 !important;
}

.bg_sky {
  background-color: #f3f1ec !important;
}

.bg_blue {
  background-color: #006faa !important;
}

.bg_green {
  background-color: #b1fc97 !important;
}

.bg_yellow {
  background-color: #fce974 !important;
}

.bg_beige {
  background-color: #ffebcc !important;
}

.bg_brown {
  background-color: #924528 !important;
}

.bg_gray {
  background-color: #403f3d !important;
}

.bg_white {
  background-color: white !important;
}

.bg_dark {
  background-color: rgba(17, 17, 17, 0.8) !important;
  backdrop-filter: saturate(180%) blur(2px);
}

.bg_glass {
  background-color: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.bg_glass_8 {
  background-color: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: saturate(180%) blur(2px);
}

.bg_glass_base {
  background-color: rgba(179.3472803347, 8.6527196653, 99.89958159, 0.5) !important;
  backdrop-filter: saturate(180%) blur(2px);
}

.bg_glass_sub {
  background-color: rgba(145, 120, 60, 0.4) !important;
  backdrop-filter: saturate(180%) blur(2px);
}

.bg_black {
  background-color: #111111 !important;
}

.bg_111 {
  background-color: #111 !important;
}

.bg_222 {
  background-color: #222 !important;
}

.bg_333 {
  background-color: #333 !important;
}

.bg_aaa {
  background-color: #aaa !important;
}

.bg_bbb {
  background-color: #bbb !important;
}

.bg_ccc {
  background-color: #ccc !important;
}

.bg_ddd {
  background-color: #ddd !important;
}

.bg_eee {
  background-color: #eee !important;
}

.bg_f2 {
  background-color: #f2f2f2 !important;
}

.bg_transparent {
  background: transparent !important;
}

.bg_shadow {
  -webkit-box-shadow: rgba(17, 17, 17, 0.1) 3px 3px 3px 3px;
          box-shadow: rgba(17, 17, 17, 0.1) 3px 3px 3px 3px;
}

.bg_line {
  background-color: #2bac38 !important;
}

.bg_facebook {
  background-color: #365491 !important;
}

.bg_x {
  background-color: #3596d4 !important;
}

.bg_insta {
  background-color: #f13f79;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
}

.bg_grd_anime {
  background: -webkit-gradient(linear, left top, right top, from(#ccc), color-stop(50%, #f2f2f2), to(#ccc)) 0% center/200%;
  background: linear-gradient(90deg, #ccc 0%, #f2f2f2 50%, #ccc 100%) 0% center/200%;
  -webkit-animation: bg_grd_anime 7s linear infinite;
          animation: bg_grd_anime 7s linear infinite;
  z-index: 1;
}

@-webkit-keyframes bg_grd_anime {
  0% {
    background-position-x: 200%;
  }
}

@keyframes bg_grd_anime {
  0% {
    background-position-x: 200%;
  }
}
.bg_img {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.bg_img.type1:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/01.webp);
}
.bg_img.type2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/02.webp);
}
.bg_img.type3:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/03.webp);
}
.bg_img.type4:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/04.webp);
}
.bg_img.type5:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/05.webp);
}
.bg_img.type6:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/06.webp);
}
.bg_img.type7:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/07.webp);
}
.bg_img.type8:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/08.webp);
}
.bg_img.type9:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/09.webp);
}
.bg_img.type10:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/10.webp);
}
.bg_img.type11:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/11.webp);
}
.bg_img.type12:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/12.webp);
}
.bg_img.type13:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/13.webp);
}
.bg_img.type14:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/14.webp);
}
.bg_img.type15:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/15.webp);
}
.bg_img.type1a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a01.webp);
}
.bg_img.type2a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a02.webp);
}
.bg_img.type3a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a03.webp);
}
.bg_img.type4a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a04.webp);
}
.bg_img.type5a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a05.webp);
}
.bg_img.type6a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a06.webp);
}
.bg_img.type7a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a07.webp);
}
.bg_img.type8a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a08.webp);
}
.bg_img.type9a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a09.webp);
}
.bg_img.type10a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a10.webp);
}
.bg_img.type11a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a11.webp);
}
.bg_img.type12a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a12.webp);
}
.bg_img.type13a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a13.webp);
}
.bg_img.type14a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a14.webp);
}
.bg_img.type15a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a15.webp);
}
.bg_img.type_bg01:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/bg01.webp);
}
.bg_img.bg_gray {
  background-color: inherit !important;
}
.bg_img.bg_gray:before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.bg_img.bg_blur {
  overflow: hidden;
}
.bg_img.bg_blur:before {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.bg_img.bg_black_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 95%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.bg_img.bg_black_grd_bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 90%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.bg_img.bg_white_grd:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(90%, rgba(255, 255, 255, 0.5)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.bg_img.bg_white_grd_s:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.1)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0.1) 50%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.bg_img.bg_white_grd_bottom:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.bg_img.bg_base_grd:after {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  content: "";
  position: absolute;
  width: 100%;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.bg_img.bg_sharp:after {
  clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
}
.bg_img.bg_base {
  background-color: inherit !important;
}
.bg_img.bg_base:before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.bg_img.bg_base:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(228, 11, 127, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_img.bg_white {
  background-color: rgba(255, 255, 255, 0) !important;
}
.bg_img.bg_white:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_img.bg_glass {
  background-color: rgba(255, 255, 255, 0) !important;
}
.bg_img.bg_glass:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_img.bg_black {
  background-color: rgba(17, 17, 17, 0) !important;
}
.bg_img.bg_black:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_img.bg_dark {
  background-color: rgba(51, 51, 51, 0) !important;
}
.bg_img.bg_dark:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_img.curve {
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}
.bg_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg_img.bg_grd {
  background: none;
}
.bg_img.bg_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.bg_img.top:before, .bg_img.top:after {
  height: 50%;
  top: 0;
  bottom: inherit;
}
.bg_img.left:before, .bg_img.left:after {
  width: 50%;
  left: 0;
  right: inherit;
}
.bg_img.right:before, .bg_img.right:after {
  width: 50%;
  left: inherit;
  right: 0;
}
.bg_img.bottom:before, .bg_img.bottom:after {
  height: 50%;
  top: inherit;
  bottom: 0;
}
.bg_img.repeat:before {
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center bottom;
}
.bg_img.fixed:before {
  background-attachment: fixed !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 500px) {
  .bg_img.fixed:before {
    background-attachment: inherit;
  }
}
.bg_img.monochrome:before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.bg_img.sepia:before {
  -webkit-filter: sepia(100%);
          filter: sepia(100%);
}

.bg_parallax {
  position: relative;
  width: 100%;
  height: calc(100vh + 5%);
  overflow: hidden;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-perspective: 1px;
          perspective: 1px;
}
.bg_parallax.type1:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/01.webp);
}
.bg_parallax.type2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/02.webp);
}
.bg_parallax.type3:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/03.webp);
}
.bg_parallax.type4:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/04.webp);
}
.bg_parallax.type5:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/05.webp);
}
.bg_parallax.type6:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/06.webp);
}
.bg_parallax.type7:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/07.webp);
}
.bg_parallax.type8:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/08.webp);
}
.bg_parallax.type9:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/09.webp);
}
.bg_parallax.type10:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/10.webp);
}
.bg_parallax.type11:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/11.webp);
}
.bg_parallax.type12:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/12.webp);
}
.bg_parallax.type13:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/13.webp);
}
.bg_parallax.type14:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/14.webp);
}
.bg_parallax.type15:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/15.webp);
}
.bg_parallax.type1a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a01.webp);
}
.bg_parallax.type2a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a02.webp);
}
.bg_parallax.type3a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a03.webp);
}
.bg_parallax.type4a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a04.webp);
}
.bg_parallax.type5a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a05.webp);
}
.bg_parallax.type6a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a06.webp);
}
.bg_parallax.type7a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a07.webp);
}
.bg_parallax.type8a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a08.webp);
}
.bg_parallax.type9a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a09.webp);
}
.bg_parallax.type10a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a10.webp);
}
.bg_parallax.type11a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a11.webp);
}
.bg_parallax.type12a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a12.webp);
}
.bg_parallax.type13a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a13.webp);
}
.bg_parallax.type14a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a14.webp);
}
.bg_parallax.type15a:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/a15.webp);
}
.bg_parallax.type_bg01:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/bg01.webp);
}
.bg_parallax.bg_gray {
  background-color: inherit !important;
}
.bg_parallax.bg_gray:before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.bg_parallax.bg_blur {
  overflow: hidden;
}
.bg_parallax.bg_blur:before {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.bg_parallax.bg_black_grd:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 95%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.bg_parallax.bg_black_grd_bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 90%);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.bg_parallax.bg_white_grd:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(90%, rgba(255, 255, 255, 0.5)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.bg_parallax.bg_white_grd_s:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.1)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0.1) 50%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.bg_parallax.bg_white_grd_bottom:after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.bg_parallax.bg_base_grd:after {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
  content: "";
  position: absolute;
  width: 100%;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.bg_parallax.bg_sharp:after {
  clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
  -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
}
.bg_parallax.bg_base {
  background-color: inherit !important;
}
.bg_parallax.bg_base:before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.bg_parallax.bg_base:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(228, 11, 127, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_parallax.bg_white {
  background-color: rgba(255, 255, 255, 0) !important;
}
.bg_parallax.bg_white:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_parallax.bg_glass {
  background-color: rgba(255, 255, 255, 0) !important;
}
.bg_parallax.bg_glass:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_parallax.bg_black {
  background-color: rgba(17, 17, 17, 0) !important;
}
.bg_parallax.bg_black:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_parallax.bg_dark {
  background-color: rgba(51, 51, 51, 0) !important;
}
.bg_parallax.bg_dark:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_parallax.curve {
  clip-path: ellipse(100% 100% at top);
  overflow: hidden;
}
.bg_parallax:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
  top: -10%;
  left: -10%;
  right: -10%;
  bottom: -10%;
  /* パララックス効果 - 画像用に調整 */
  background-attachment: fixed;
  /* フォールバック用グラデーション */
  -webkit-transform: translateZ(-1px) scale(2);
          transform: translateZ(-1px) scale(2);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bg_parallax.bg_black {
  background: #333 !important;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  font-size: 1.1em;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-5px);
            transform: translateX(-50%) translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-5px);
            transform: translateX(-50%) translateY(-5px);
  }
}
.bg_parallax.js-enhanced:before {
  background-attachment: scroll;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

/* モバイル対応 - パララックス効果を維持 */
@media (max-width: 768px) {
  .bg_parallax:before {
    background-attachment: scroll;
    /* モバイル用のパララックス効果 */
    -webkit-transform: translateY(var(--mobile-parallax-y, 0)) scale(1.1);
            transform: translateY(var(--mobile-parallax-y, 0)) scale(1.1);
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  }
  .content-overlay {
    padding: 20px;
    max-width: 90%;
  }
  .content-overlay h1 {
    font-size: 2em;
  }
  /* モバイル用のスムーズスクロール */
  .bg_parallax {
    -webkit-overflow-scrolling: touch;
  }
}
@media (hover: none) and (pointer: coarse) {
  .bg_parallax:before {
    background-attachment: scroll;
    will-change: transform;
  }
}
.bg_parallax {
  contain: layout style paint;
}

.js-parallax {
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

.bg_base {
  background: #B3B3B3 !important;
}

.bg_pattern {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
}

.bg_base1 {
  width: 100%;
  position: relative;
}
.bg_base1:before {
  background: #B3B3B3;
  content: "";
  position: absolute;
  background-position: center center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg_base1.bg_white {
  background: transparent !important;
}
.bg_base1.bg_white:before {
  background: #fff;
}
.bg_base1.bg_black {
  background: transparent !important;
}
.bg_base1.bg_black:before {
  background: #111;
}
.bg_base1.bg_gray {
  background: transparent !important;
}
.bg_base1.bg_gray:before {
  background: #403f3d;
}
.bg_base1.bg_base_color {
  background: transparent !important;
}
.bg_base1.bg_base_color:before {
  background: #E40B7F;
}
.bg_base1.bg_pattern {
  background: transparent !important;
}
.bg_base1.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}
.bg_base1.bg_pattern2 {
  background: transparent !important;
}
.bg_base1.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}

.bg_base2 {
  width: 100%;
  position: relative;
}
.bg_base2.radius:before {
  border-radius: 20px;
}
.bg_base2:before {
  background: #B3B3B3;
  content: "";
  position: absolute;
  background-position: center center;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 95%;
  height: 95%;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .bg_base2:before {
    width: 98%;
    height: 98%;
  }
}
.bg_base2.bg_white {
  background: transparent !important;
}
.bg_base2.bg_white:before {
  background: #fff;
}
.bg_base2.bg_grd {
  background: transparent !important;
}
.bg_base2.bg_grd:before {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}
.bg_base2.bg_black {
  background: transparent !important;
}
.bg_base2.bg_black:before {
  background: #111;
}
.bg_base2.bg_gray {
  background: transparent !important;
}
.bg_base2.bg_gray:before {
  background: #403f3d;
}
.bg_base2.bg_base_color {
  background: transparent !important;
}
.bg_base2.bg_base_color:before {
  background: #E40B7F;
}
.bg_base2.bg_pattern {
  background: transparent !important;
}
.bg_base2.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}
.bg_base2.bg_pattern2 {
  background: transparent !important;
}
.bg_base2.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}

.bg_base3 {
  width: 100%;
  position: relative;
}
.bg_base3.radius:before {
  border-radius: 20px;
}
.bg_base3:before {
  background: #B3B3B3;
  content: "";
  position: absolute;
  margin: auto auto 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.bg_base3.reversal:before {
  top: 0 !important;
  bottom: auto !important;
}
.bg_base3.bg_white {
  background: transparent !important;
}
.bg_base3.bg_white:before {
  background: #fff;
}
.bg_base3.bg_grd {
  background: transparent !important;
}
.bg_base3.bg_grd:before {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}
.bg_base3.bg_black {
  background: transparent !important;
}
.bg_base3.bg_black:before {
  background: #111;
}
.bg_base3.bg_gray {
  background: transparent !important;
}
.bg_base3.bg_gray:before {
  background: #403f3d;
}
.bg_base3.bg_base_color {
  background: transparent !important;
}
.bg_base3.bg_base_color:before {
  background: #E40B7F;
}
.bg_base3.bg_pattern {
  background: transparent !important;
}
.bg_base3.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}
.bg_base3.bg_pattern2 {
  background: transparent !important;
}
.bg_base3.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}

.bg_base4 {
  position: relative;
}
.bg_base4.radius:before {
  border-radius: 30px 0 0 30px;
}
.bg_base4.radius.reversal:before {
  border-radius: 0 30px 30px 0;
}
.bg_base4:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #B3B3B3;
  background-position: center center;
  top: 5%;
  bottom: 0;
  right: 0;
  left: auto;
  width: 80%;
  height: 90%;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .bg_base4:before {
    width: 90%;
  }
}
.bg_base4.reversal:before {
  right: auto;
  left: 0;
}
.bg_base4.bg_white {
  background: transparent !important;
}
.bg_base4.bg_white:before {
  background: #fff;
}
.bg_base4.bg_grd {
  background: transparent !important;
}
.bg_base4.bg_grd:before {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}
.bg_base4.bg_black {
  background: transparent !important;
}
.bg_base4.bg_black:before {
  background: #111;
}
.bg_base4.bg_gray {
  background: transparent !important;
}
.bg_base4.bg_gray:before {
  background: #403f3d;
}
.bg_base4.bg_base_color {
  background: transparent !important;
}
.bg_base4.bg_base_color:before {
  background: #E40B7F;
}
.bg_base4.bg_pattern {
  background: transparent !important;
}
.bg_base4.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}
.bg_base4.bg_pattern2 {
  background: transparent !important;
}
.bg_base4.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}

.bg_base5 {
  width: 100%;
  position: relative;
}
.bg_base5:before {
  background: #B3B3B3;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 100%;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
}
.bg_base5:after {
  background: #B3B3B3;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 100%;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.bg_base5.bg_white {
  background: transparent !important;
}
.bg_base5.bg_white:before, .bg_base5.bg_white:after {
  background: #fff;
}
.bg_base5.bg_black {
  background: transparent !important;
}
.bg_base5.bg_black:before, .bg_base5.bg_black:after {
  background: #111;
}
.bg_base5.bg_gray {
  background: transparent !important;
}
.bg_base5.bg_gray:before, .bg_base5.bg_gray:after {
  background: #403f3d;
}
.bg_base5.bg_base_color {
  background: transparent !important;
}
.bg_base5.bg_base_color:before, .bg_base5.bg_base_color:after {
  background: #E40B7F;
}
.bg_base5.bg_pattern {
  background: transparent !important;
}
.bg_base5.bg_pattern:before, .bg_base5.bg_pattern:after {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}
.bg_base5.bg_pattern2 {
  background: transparent !important;
}
.bg_base5.bg_pattern2:before, .bg_base5.bg_pattern2:after {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}

.bg_base6 {
  position: relative;
}
.bg_base6:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0) 50%, #b3b3b3 50%);
  z-index: -2;
}
.bg_base6.bg_white {
  background: transparent !important;
}
.bg_base6.bg_white:before {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0) 50%, white 50%);
}
.bg_base6.bg_glass {
  background: transparent !important;
}
.bg_base6.bg_glass:before {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 50%);
}
.bg_base6.bg_black {
  background: transparent !important;
}
.bg_base6.bg_black:before {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0) 50%, #111111 50%);
}
.bg_base6.bg_gray {
  background: transparent !important;
}
.bg_base6.bg_gray:before {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0) 50%, #403f3d 50%);
}
.bg_base6.bg_base_color {
  background: transparent !important;
}
.bg_base6.bg_base_color:before {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0) 50%, #e40b7f 50%);
}
.bg_base6.bg_pattern {
  background: transparent !important;
}
.bg_base6.bg_pattern:before {
  background-color: transparent !important;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0) 50%, url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp) 50%);
}
.bg_base6.bg_pattern2 {
  background: transparent !important;
}
.bg_base6.bg_pattern2:before {
  background-color: transparent !important;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0) 50%, url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp) 50%);
}

.bg_base7 {
  position: relative;
}
.bg_base7:before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #B3B3B3;
  background-position: center center;
  top: 15%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 85%;
  height: 70%;
  z-index: -1;
}
.bg_base7.reversal:before {
  right: auto;
  left: -5%;
}
.bg_base7.bg_white {
  background: transparent !important;
}
.bg_base7.bg_white:before {
  background: #fff;
}
.bg_base7.bg_black {
  background: transparent !important;
}
.bg_base7.bg_black:before {
  background: #111;
}
.bg_base7.bg_gray {
  background: transparent !important;
}
.bg_base7.bg_gray:before {
  background: #403f3d;
}
.bg_base7.bg_base_color {
  background: transparent !important;
}
.bg_base7.bg_base_color:before {
  background: #E40B7F;
}
.bg_base7.bg_pattern {
  background: transparent !important;
}
.bg_base7.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}
.bg_base7.bg_pattern2 {
  background: transparent !important;
}
.bg_base7.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}

.bg_base8 {
  position: relative;
  z-index: 2;
}
.bg_base8:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #B3B3B3;
  background-repeat: repeat;
  background-position: center;
  clip-path: polygon(0 0, 100% 20%, 100% 84%, 0 100%);
}
.bg_base8.reversal:before {
  clip-path: polygon(0% 15%, 100% 0%, 100% 97%, 0% 79%);
}
.bg_base8.bg_white {
  background: transparent !important;
}
.bg_base8.bg_white:before {
  background: #fff;
}
.bg_base8.bg_black {
  background: transparent !important;
}
.bg_base8.bg_black:before {
  background: #111;
}
.bg_base8.bg_gray {
  background: transparent !important;
}
.bg_base8.bg_gray:before {
  background: #403f3d;
}
.bg_base8.bg_base_color {
  background: transparent !important;
}
.bg_base8.bg_base_color:before {
  background: #E40B7F;
}
.bg_base8.bg_pattern {
  background: transparent !important;
}
.bg_base8.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}
.bg_base8.bg_pattern2 {
  background: transparent !important;
}
.bg_base8.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}

.bg_base9 {
  position: relative;
  z-index: 2;
}
.bg_base9:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 151px;
  background-color: #B3B3B3;
  background-repeat: repeat;
  background-position: center;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.bg_base9:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #B3B3B3;
  background-repeat: repeat;
  background-position: center;
  clip-path: polygon(0% 150px, 100% 150px, 100% 100%, 0% 100%);
}
.bg_base9.bg_white {
  background: transparent !important;
}
.bg_base9.bg_white:before, .bg_base9.bg_white:after {
  background: #fff;
}
.bg_base9.bg_black {
  background: transparent !important;
}
.bg_base9.bg_black:before, .bg_base9.bg_black:after {
  background: #111;
}
.bg_base9.bg_gray {
  background: transparent !important;
}
.bg_base9.bg_gray:before, .bg_base9.bg_gray:after {
  background: #403f3d;
}
.bg_base9.bg_base_color {
  background: transparent !important;
}
.bg_base9.bg_base_color:before, .bg_base9.bg_base_color:after {
  background: #E40B7F;
}
.bg_base9.bg_pattern {
  background: transparent !important;
}
.bg_base9.bg_pattern:before, .bg_base9.bg_pattern:after {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}
.bg_base9.bg_pattern2 {
  background: transparent !important;
}
.bg_base9.bg_pattern2:before, .bg_base9.bg_pattern2:after {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}

.bg_base10 {
  width: 100%;
  position: relative;
}
.bg_base10:before {
  background: #B3B3B3;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 100%;
  clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
}
.bg_base10:after {
  background: #B3B3B3;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 100%;
  clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
}
.bg_base10.bg_white {
  background: transparent !important;
}
.bg_base10.bg_white:before, .bg_base10.bg_white:after {
  background: #fff;
}
.bg_base10.bg_glass {
  background: transparent !important;
}
.bg_base10.bg_glass:before, .bg_base10.bg_glass:after {
  background: rgba(255, 255, 255, 0.5);
}
.bg_base10.bg_black {
  background: transparent !important;
}
.bg_base10.bg_black:before, .bg_base10.bg_black:after {
  background: #111;
}
.bg_base10.bg_gray {
  background: transparent !important;
}
.bg_base10.bg_gray:before, .bg_base10.bg_gray:after {
  background: #403f3d;
}
.bg_base10.bg_base_color {
  background: transparent !important;
}
.bg_base10.bg_base_color:before, .bg_base10.bg_base_color:after {
  background: #E40B7F;
}
.bg_base10.bg_pattern {
  background: transparent !important;
}
.bg_base10.bg_pattern:before, .bg_base10.bg_pattern:after {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}
.bg_base10.bg_pattern2 {
  background: transparent !important;
}
.bg_base10.bg_pattern2:before, .bg_base10.bg_pattern2:after {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}

.bg_base11 {
  position: relative;
}
.bg_base11.radius:before {
  border-radius: 30px 0 0 30px;
}
.bg_base11.radius.reversal:before {
  border-radius: 0 30px 30px 0;
}
.bg_base11:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #B3B3B3;
  background-position: center center;
  top: 0%;
  bottom: 0;
  right: 0;
  left: auto;
  width: 25%;
  height: 30em;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .bg_base11:before {
    width: 25%;
  }
}
.bg_base11.reversal:before {
  right: auto;
  left: 0;
}
.bg_base11.bg_white {
  background: transparent !important;
}
.bg_base11.bg_white:before {
  background: #fff;
}
.bg_base11.bg_grd {
  background: transparent !important;
}
.bg_base11.bg_grd:before {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}
.bg_base11.bg_black {
  background: transparent !important;
}
.bg_base11.bg_black:before {
  background: #111;
}
.bg_base11.bg_gray {
  background: transparent !important;
}
.bg_base11.bg_gray:before {
  background: #403f3d;
}
.bg_base11.bg_yellow {
  background: transparent !important;
}
.bg_base11.bg_yellow:before {
  background: #fce974;
}
.bg_base11.bg_base_color {
  background: transparent !important;
}
.bg_base11.bg_base_color:before {
  background: #E40B7F;
}
.bg_base11.bg_pattern {
  background: transparent !important;
}
.bg_base11.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}
.bg_base11.bg_pattern2 {
  background: transparent !important;
}
.bg_base11.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}

.bg_base12 {
  width: 100%;
  position: relative;
}
.bg_base12.radius:before {
  border-radius: 20px;
}
.bg_base12:before {
  background: #B3B3B3;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  width: 15%;
  height: 90%;
  z-index: -1;
}
.bg_base12.reversal:before {
  right: 0;
  left: auto;
}
.bg_base12.bg_white {
  background: transparent !important;
}
.bg_base12.bg_white:before {
  background: #fff;
}
.bg_base12.bg_grd {
  background: transparent !important;
}
.bg_base12.bg_grd:before {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}
.bg_base12.bg_black {
  background: transparent !important;
}
.bg_base12.bg_black:before {
  background: #111;
}
.bg_base12.bg_gray {
  background: transparent !important;
}
.bg_base12.bg_gray:before {
  background: #403f3d;
}
.bg_base12.bg_yellow {
  background: transparent !important;
}
.bg_base12.bg_yellow:before {
  background: #fce974;
}
.bg_base12.bg_base_color {
  background: transparent !important;
}
.bg_base12.bg_base_color:before {
  background: #E40B7F;
}
.bg_base12.bg_pattern {
  background: transparent !important;
}
.bg_base12.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}
.bg_base12.bg_pattern2 {
  background: transparent !important;
}
.bg_base12.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}

.bg_base13 {
  position: relative;
  overflow: hidden;
}
.bg_base13:before {
  background: #B3B3B3;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 6%, 100% 100%, 0% 94%);
  -webkit-clip-path: polygon(0% 0%, 100% 30%, 100% 100%, 0% 70%);
}
.bg_base13.reversal:before {
  background: #B3B3B3;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0%, 0% 6%, 0% 100%, 100% 94%);
  -webkit-clip-path: polygon(100% 0%, 0% 30%, 0% 100%, 100% 70%);
}
.bg_base13.bg_white {
  background: transparent !important;
}
.bg_base13.bg_white:before {
  background: #fff;
}
.bg_base13.bg_grd {
  background: transparent !important;
}
.bg_base13.bg_grd:before {
  background: linear-gradient(151deg, rgb(152, 154, 153) 0%, rgb(224, 224, 224) 47%, rgb(152, 154, 153) 100%);
}
.bg_base13.bg_black {
  background: transparent !important;
}
.bg_base13.bg_black:before {
  background: #111;
}
.bg_base13.bg_gray {
  background: transparent !important;
}
.bg_base13.bg_gray:before {
  background: #403f3d;
}
.bg_base13.bg_base_color {
  background: transparent !important;
}
.bg_base13.bg_base_color:before {
  background: #E40B7F;
}
.bg_base13.bg_pattern {
  background: transparent !important;
}
.bg_base13.bg_pattern:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}
.bg_base13.bg_pattern2 {
  background: transparent !important;
}
.bg_base13.bg_pattern2:before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28188/ptn.webp);
  background-color: transparent !important;
}

.bg_wave {
  position: relative;
}
.bg_wave.black {
  background: #111;
}
.bg_wave.black::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23111" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg_wave.black:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23111" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_wave.bg_base {
  background: #B3B3B3;
}
.bg_wave.bg_base::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23B3B3B3" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg_wave.bg_base:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23B3B3B3" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_wave.bg_white {
  background: #fff;
}
.bg_wave.bg_white::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23fff" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg_wave.bg_white:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23fff" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_wave.bg_base_color {
  background: #E40B7F;
}
.bg_wave.bg_base_color::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23E40B7F" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg_wave.bg_base_color:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23E40B7F" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_wave.bg_sub_color {
  background: #91783C;
}
.bg_wave.bg_sub_color::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%2391783C" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg_wave.bg_sub_color:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%2391783C" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_wave.bg_gray {
  background: #f2f2f2;
}
.bg_wave.bg_gray::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23f2f2f2" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg_wave.bg_gray:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23f2f2f2" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_wave.light_brown {
  background: #fff4e3;
}
.bg_wave.light_brown::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23fff4e3" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg_wave.light_brown:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23fff4e3" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_wave.top::before {
  height: 0px;
  bottom: 0px;
}
.bg_wave.bottom::after {
  height: 0px;
  bottom: 0px;
}
.bg_wave::before, .bg_wave::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 20em;
  z-index: -1;
  content: "";
}
.bg_wave::before {
  top: -20em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23FFF" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center top/cover;
}
.bg_wave:after {
  top: auto;
  bottom: -20em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23FFF" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bg_wave.reversal::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.bg_wave.reversal:after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media screen and (max-width: 500px) {
  .bg_wave::before, .bg_wave::after {
    height: 5em;
  }
  .bg_wave::before {
    top: -5em;
  }
  .bg_wave::after {
    bottom: -5em;
  }
}

.bg_curve_top {
  position: relative;
}
.bg_curve_top::before, .bg_curve_top::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  background-color: #fff;
  background-image: none;
}
.bg_curve_top::before {
  -webkit-transform: translate(0, 0) rotate(180deg);
          transform: translate(0, 0) rotate(180deg);
  height: 17em;
  clip-path: ellipse(50% 100% at top);
}
@media (min-width: 640px) and (max-width: 896px) {
  .bg_curve_top::before {
    /* height: 50%; */
  }
}
@media screen and (max-width: 500px) {
  .bg_curve_top::before {
    -webkit-transform: translate(0, 0) rotate(180deg);
            transform: translate(0, 0) rotate(180deg);
    height: 18em;
    clip-path: ellipse(80% 100% at top);
  }
}
.bg_curve_top.bg_white {
  background-color: transparent !important;
}
.bg_curve_top.bg_white::before, .bg_curve_top.bg_white::after {
  background-color: #fff !important;
  background-image: none !important;
}
.bg_curve_top.bg_white::after {
  content: "";
  height: 100%;
  z-index: -1;
  top: 0;
  -webkit-transform: translate(0, 16.5em);
          transform: translate(0, 16.5em);
}
.bg_curve_top.bg_white_bottom {
  background-color: transparent !important;
}
.bg_curve_top.bg_white_bottom::before, .bg_curve_top.bg_white_bottom::after {
  background-color: #fff !important;
  background-image: none !important;
}
.bg_curve_top.bg_white_bottom::after {
  content: "";
  height: 100%;
  z-index: -1;
  top: 12em;
  height: 21em;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}
@media screen and (max-width: 500px) {
  .bg_curve_top.bg_white_bottom::after {
    height: 39em;
  }
}
.bg_curve_top.type_footer02 {
  background-color: transparent !important;
}
.bg_curve_top.type_footer02::before, .bg_curve_top.type_footer02::after {
  background-color: #fff !important;
  background-image: none !important;
}
.bg_curve_top.type_footer02::after {
  content: "";
  height: calc(100% - 16em);
  z-index: -1;
  top: 0;
  -webkit-transform: translate(0, 16.5em);
          transform: translate(0, 16.5em);
}
.bg_curve_top.type_footer {
  background-color: transparent !important;
}
.bg_curve_top.type_footer::before, .bg_curve_top.type_footer::after {
  background-color: #fff !important;
  background-image: none !important;
}
.bg_curve_top.type_footer::before {
  /* @include for-size(tablet){
      height: 65%;
  } */
}
.bg_curve_top.type_footer::after {
  content: "";
  height: 100%;
  z-index: -1;
  top: 12em;
  height: 21em;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}
@media (min-width: 640px) and (max-width: 896px) {
  .bg_curve_top.type_footer::after {
    top: 10em;
  }
}
@media screen and (max-width: 500px) {
  .bg_curve_top.type_footer::after {
    height: 51em;
  }
}
.bg_curve_top.bg_base {
  background-color: transparent !important;
}
.bg_curve_top.bg_base::before, .bg_curve_top.bg_base::after {
  background-color: #B3B3B3 !important;
  background-image: none !important;
}
.bg_curve_top.bg_base::after {
  content: "";
  height: 100%;
  z-index: -1;
  top: 0;
  -webkit-transform: translate(0, 200px);
          transform: translate(0, 200px);
}

.bg_curve_test {
  position: relative;
}
.bg_curve_test.black {
  background: #111;
}
.bg_curve_test.black::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23111" d="M0,240S52.33,0,959.95,0s959.95,240,959.95,240H0Z" /></svg>') no-repeat center top/cover;
}
.bg_curve_test.black:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23111" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_curve_test.bg_base {
  background: #B3B3B3;
}
.bg_curve_test.bg_base::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23B3B3B3" d="M0,240S52.33,0,959.95,0s959.95,240,959.95,240H0Z" /></svg>') no-repeat center top/cover;
}
.bg_curve_test.bg_base:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23B3B3B3" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_curve_test.bg_white {
  background: #fff;
}
.bg_curve_test.bg_white::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23fff" d="M0,240S52.33,0,959.95,0s959.95,240,959.95,240H0Z" /></svg>') no-repeat center top/cover;
}
.bg_curve_test.bg_white:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23fff" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_curve_test.bg_base_color {
  background: #E40B7F;
}
.bg_curve_test.bg_base_color::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23E40B7F" d="M0,240S52.33,0,959.95,0s959.95,240,959.95,240H0Z" /></svg>') no-repeat center top/cover;
}
.bg_curve_test.bg_base_color:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23E40B7F" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_curve_test.light_brown {
  background: #fff4e3;
}
.bg_curve_test.light_brown::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23fff4e3" d="M0,240S52.33,0,959.95,0s959.95,240,959.95,240H0Z" /></svg>') no-repeat center top/cover;
}
.bg_curve_test.light_brown:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23fff4e3" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
}
.bg_curve_test.top::before {
  height: 0px;
  bottom: 0px;
}
.bg_curve_test.bottom::after {
  height: 0px;
  bottom: 0px;
}
.bg_curve_test::before, .bg_curve_test::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  z-index: -1;
  content: "";
}
.bg_curve_test::before {
  top: -200px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23FFF" d="M0,240S52.33,0,959.95,0s959.95,240,959.95,240H0Z" /></svg>') no-repeat center top/cover;
}
.bg_curve_test:after {
  top: auto;
  bottom: -200px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 240"><path fill="%23FFF" d="M0.2,240L0,111.3c0,0,112-61.3,267-88.3C326.6,12.6,457,0,487,0c78,0,227.6,7,411.5,77.2 c186.8,71.3,381.7,108.3,512.7,108.3c146.9,0,274.2,3.7,508.9-71.9V240H0.2z" /></svg>') no-repeat center bottom/cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bg_curve_test.reversal::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.bg_curve_test.reversal:after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media (min-width: 640px) and (max-width: 896px) {
  .bg_curve_test::before, .bg_curve_test::after {
    height: 50px;
  }
  .bg_curve_test::before {
    top: -50px;
  }
  .bg_curve_test::after {
    bottom: -50px;
  }
}

.bg_blob {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdf5f0), to(#f6efe5));
  background: linear-gradient(180deg, #fdf5f0 0%, #f6efe5 100%);
}
.bg_blob::after {
  content: "";
  position: absolute;
  inset: 15vh 12vw 18vh 18vw;
  background: radial-gradient(circle at 30% 40%, rgba(255, 230, 189, 0.4) 0%, rgba(255, 230, 189, 0.2) 38%, rgba(255, 230, 189, 0) 70%);
  -webkit-filter: blur(70px);
          filter: blur(70px);
  opacity: 0.6;
  pointer-events: none;
}

.blob {
  position: absolute;
  display: block;
  width: 48vw;
  height: 48vw;
  min-width: 260px;
  min-height: 260px;
  border-radius: 50%;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  opacity: 0.8;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-animation: blob-drift var(--blob-duration, 20s) ease-in-out infinite alternate, blob-pulse var(--blob-pulse, 12s) ease-in-out infinite;
          animation: blob-drift var(--blob-duration, 20s) ease-in-out infinite alternate, blob-pulse var(--blob-pulse, 12s) ease-in-out infinite;
}

.blob--amber {
  --blob-duration: 24s;
  --blob-pulse: 14s;
  left: -12vw;
  bottom: -20vh;
  background: radial-gradient(circle at 28% 32%, rgba(255, 231, 182, 0.9) 0%, rgba(255, 197, 116, 0.65) 40%, rgba(249, 166, 77, 0) 70%);
}

.blob--pink {
  --blob-duration: 18s;
  --blob-pulse: 11s;
  right: -6vw;
  top: -10vh;
  width: 42vw;
  height: 42vw;
  background: radial-gradient(circle at 42% 38%, rgba(255, 202, 222, 0.92) 0%, rgba(243, 155, 208, 0.6) 40%, rgba(221, 123, 189, 0) 72%);
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}

.blob--orchid {
  --blob-duration: 22s;
  --blob-pulse: 13s;
  right: -2vw;
  bottom: 18vh;
  width: 36vw;
  height: 36vw;
  background: radial-gradient(circle at 50% 45%, rgba(248, 198, 239, 0.7) 0%, rgba(234, 168, 236, 0.45) 38%, rgba(212, 146, 226, 0) 70%);
  -webkit-animation-delay: -8s;
          animation-delay: -8s;
}

.blob--glow {
  --blob-duration: 26s;
  --blob-pulse: 16s;
  left: 38vw;
  bottom: -12vh;
  width: 34vw;
  height: 26vw;
  background: radial-gradient(circle at 50% 55%, rgba(255, 215, 204, 0.55) 0%, rgba(248, 172, 182, 0.35) 35%, rgba(244, 152, 188, 0) 70%);
  -webkit-filter: blur(90px);
          filter: blur(90px);
  -webkit-animation-delay: -12s;
          animation-delay: -12s;
}

@media screen and (max-width: 768px) {
  .bg_blob {
    height: 120vh;
  }
  .blob {
    width: 70vw;
    height: 70vw;
    min-width: 220px;
    min-height: 220px;
  }
  .blob--amber {
    left: -20vw;
    bottom: -25vh;
  }
  .blob--pink {
    right: -18vw;
    top: -18vh;
  }
  .blob--orchid {
    right: -16vw;
  }
  .blob--glow {
    left: 12vw;
  }
}
@-webkit-keyframes blob-drift {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
  }
  33% {
    -webkit-transform: translate3d(-2vw, -1.5vh, 0) scale(1.06);
            transform: translate3d(-2vw, -1.5vh, 0) scale(1.06);
  }
  66% {
    -webkit-transform: translate3d(1.6vw, 2vh, 0) scale(0.94);
            transform: translate3d(1.6vw, 2vh, 0) scale(0.94);
  }
}
@keyframes blob-drift {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
  }
  33% {
    -webkit-transform: translate3d(-2vw, -1.5vh, 0) scale(1.06);
            transform: translate3d(-2vw, -1.5vh, 0) scale(1.06);
  }
  66% {
    -webkit-transform: translate3d(1.6vw, 2vh, 0) scale(0.94);
            transform: translate3d(1.6vw, 2vh, 0) scale(0.94);
  }
}
@-webkit-keyframes blob-pulse {
  0%, 100% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.65;
  }
}
@keyframes blob-pulse {
  0%, 100% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.65;
  }
}
.tbl {
  width: 100%;
  margin: 0.8em 0;
}
.tbl.tcenter th {
  text-align: center !important;
}
.tbl.white {
  background-color: rgba(228, 11, 127, 0);
}
.tbl.white th,
.tbl.white td {
  padding: 0.8em;
  border: 2px solid #aaa;
}
.tbl.white th {
  background-color: rgba(228, 11, 127, 0);
  color: #aaa;
}
.tbl.white th span {
  font-size: 100%;
}
.tbl.white td {
  background-color: rgba(228, 11, 127, 0);
}
.tbl.base {
  background-color: rgba(228, 11, 127, 0.1);
  border: 1px solid #fff !important;
}
.tbl.base th,
.tbl.base td {
  padding: 0.8em;
  border: 1px solid #fff !important;
}
.tbl.base th {
  background-color: rgba(228, 11, 127, 0.8);
  color: #fff;
}
.tbl.base th span {
  font-size: 100%;
}
.tbl.base td {
  background-color: rgba(228, 11, 127, 0.1);
}
.tbl.sub {
  background-color: rgba(145, 120, 60, 0.1);
  border: 1px solid #fff !important;
}
.tbl.sub th,
.tbl.sub td {
  padding: 0.8em;
  border: 1px solid #fff !important;
}
.tbl.sub th {
  background-color: rgba(145, 120, 60, 0.8);
  color: #fff;
}
.tbl.sub th span {
  font-size: 100%;
}
.tbl.sub td {
  background-color: rgba(145, 120, 60, 0.05);
}
.tbl.green {
  background-color: rgba(84, 199, 102, 0.1);
}
.tbl.green th,
.tbl.green td {
  padding: 0.8em;
  border: 2px solid #aaa;
}
.tbl.green th {
  background-color: rgba(84, 199, 102, 0.8);
  color: #aaa;
}
.tbl.green th span {
  font-size: 100%;
}
.tbl.green td {
  background-color: rgba(84, 199, 102, 0.1);
}
.tbl.orange {
  background-color: rgba(247, 135, 31, 0.1);
}
.tbl.orange th,
.tbl.orange td {
  padding: 0.8em;
  border: 1px solid #fff !important;
}
.tbl.orange th {
  background-color: rgba(247, 135, 31, 0.8);
  color: #fff;
}
.tbl.orange th span {
  font-size: 100%;
}
.tbl.orange td {
  background-color: rgba(247, 135, 31, 0.05);
}
.tbl th,
.tbl td {
  padding: 0.8em;
  vertical-align: middle;
  border: 1px solid #aaa !important;
}
.tbl th {
  background: #eee;
}
.tbl th span {
  font-size: 100%;
}
.tbl th.top {
  vertical-align: top;
  width: 20% !important;
}
.tbl a {
  text-decoration: underline;
}
.tbl.callendar {
  text-align: center;
}
.tbl.callendar th {
  width: 12.5%;
}
.tbl.callendar td {
  width: 12.5%;
}
@media screen and (max-width: 500px) {
  .tbl {
    padding: 5px;
  }
  .tbl th,
  .tbl td {
    font-size: 80% !important;
  }
}
.tbl td.price {
  text-align: right;
  font-size: 1.2em;
  font-weight: 600;
}
.tbl td.price span {
  font-size: 80%;
}
.tbl .cell01 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .tbl.sp th,
  .tbl.sp td {
    display: block !important;
    width: 100% !important;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .tbl th {
    width: 35%;
    text-align: left;
  }
  .tbl th,
  .tbl td {
    padding: 0.8em;
  }
}

.tbl_scroll {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .tbl_scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 10px;
    overflow: auto;
    white-space: nowrap;
  }
  .tbl_scroll table {
    width: 600px !important;
  }
  .tbl_scroll .sitemap {
    width: 500px !important;
  }
  .tbl_scroll::-webkit-scrollbar {
    height: 5px;
  }
  .tbl_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .tbl_scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .tbl_scroll::-webkit-scrollbar-piece {
    background: #eee;
  }
}

.tbl_border {
  width: 100%;
}
.tbl_border .t-right {
  text-align: right;
}
.tbl_border th,
.tbl_border td {
  padding: 15px;
  border-bottom: 2px solid #888;
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  .tbl_border th,
  .tbl_border td {
    padding: 10px;
    font-size: 85% !important;
  }
}
.tbl_border th {
  width: 30%;
  text-align: left;
  font-weight: 600;
  border-bottom-color: #E40B7F;
}
.tbl_border_s {
  width: 100%;
  font-size: 80%;
}
.tbl_border_s .t-right {
  text-align: right;
}
.tbl_border_s th,
.tbl_border_s td {
  padding: 0.1em 0.3em;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  .tbl_border_s th,
  .tbl_border_s td {
    font-size: 85% !important;
  }
}
.tbl_border_s th {
  width: 7em;
  text-align: left;
  font-weight: normal;
  font-weight: 600;
  border-top-color: #E40B7F;
  border-bottom-color: #E40B7F;
  background-color: rgba(228, 11, 127, 0.1);
  color: #E40B7F;
  text-align: center;
}

.tbl_color {
  width: 100%;
  background-color: rgba(228, 11, 127, 0.1);
}
.tbl_color .t-right {
  text-align: right;
}
.tbl_color.set2 th,
.tbl_color.set2 td {
  width: 50%;
}
.tbl_color.radius tr:first-child th {
  border-radius: 20px 0 0 0;
}
.tbl_color.radius tr:first-child td {
  border-radius: 0 20px 0 0;
}
.tbl_color.radius tr:last-child th {
  border-radius: 0 0 0 20px;
}
.tbl_color.radius tr:last-child td {
  border-radius: 0 0 20px 0;
}
.tbl_color.bar td {
  padding: 25px;
  border-right: 3px solid #fff;
}
.tbl_color.white {
  border-top: 2px #fff solid;
  border-left: 2px #fff solid;
  border-right: 2px #fff solid;
}
.tbl_color.white th {
  width: 40%;
}
.tbl_color.black {
  background-color: rgba(17, 17, 17, 0.1);
}
.tbl_color.black th,
.tbl_color.black td {
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}
.tbl_color.black th {
  background-color: rgba(17, 17, 17, 0.6);
  border-right: 3px solid rgba(255, 255, 255, 0);
}
.tbl_color.black tr:nth-child(2n) {
  background-color: rgba(17, 17, 17, 0.05);
}
.tbl_color.black tr:nth-child(2n) th {
  background-color: rgba(17, 17, 17, 0.9);
}
.tbl_color.black tr:hover {
  background-color: rgba(17, 17, 17, 0.12);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tbl_color.black tr:hover th {
  background-color: rgba(17, 17, 17, 0.62);
}
.tbl_color.sub {
  background-color: rgba(145, 120, 60, 0.1);
}
.tbl_color.sub th,
.tbl_color.sub td {
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}
.tbl_color.sub th {
  background-color: rgba(145, 120, 60, 0.6);
  border-right: 3px solid rgba(255, 255, 255, 0);
}
.tbl_color.sub tr:nth-child(2n) {
  background-color: rgba(145, 120, 60, 0.05);
}
.tbl_color.sub tr:nth-child(2n) th {
  background-color: rgba(145, 120, 60, 0.9);
}
.tbl_color.sub tr:hover {
  background-color: rgba(145, 120, 60, 0.12);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tbl_color.sub tr:hover th {
  background-color: rgba(145, 120, 60, 0.62);
}
.tbl_color tr:nth-child(2n) {
  background-color: rgba(228, 11, 127, 0.05);
}
.tbl_color tr:nth-child(2n) th {
  background-color: rgba(228, 11, 127, 0.9);
}
.tbl_color tr:hover {
  background-color: rgba(228, 11, 127, 0.12);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tbl_color tr:hover th {
  background-color: rgba(228, 11, 127, 0.92);
}
.tbl_color th,
.tbl_color td {
  padding: 0.5em;
  border-bottom: 3px solid #fff;
  vertical-align: middle;
}
.tbl_color th.type1,
.tbl_color td.type1 {
  width: 190px;
}
@media screen and (max-width: 500px) {
  .tbl_color th.type1,
  .tbl_color td.type1 {
    width: 150px;
  }
}
.tbl_color th.b-no,
.tbl_color td.b-no {
  padding-bottom: 0;
  border-bottom: none;
}
.tbl_color th.tm-no,
.tbl_color td.tm-no {
  padding-top: 0;
}
@media screen and (max-width: 500px) {
  .tbl_color th,
  .tbl_color td {
    padding: 10px;
    font-size: 85% !important;
  }
}
.tbl_color th {
  width: 25%;
  background-color: rgba(228, 11, 127, 0.8);
  color: #fff;
  text-align: left;
  font-weight: 600;
  border-right: 3px solid #fff;
}
.tbl_color th.th-1 {
  width: 45%;
}
@media screen and (max-width: 500px) {
  .tbl_color.sp th,
  .tbl_color.sp td {
    width: 100%;
    display: block;
  }
  .tbl_color.sp th {
    text-align: center;
  }
}

.tbl_simple {
  background: transparent;
  width: 100%;
}
.tbl_simple.black td,
.tbl_simple.black th {
  border-top: #111 1px solid !important;
  border-bottom: #111 1px solid !important;
}
.tbl_simple.white td,
.tbl_simple.white th {
  border-top: #fff 1px solid !important;
  border-bottom: #fff 1px solid !important;
}
.tbl_simple.type_s th {
  width: 80px;
  font-size: 85% !important;
}
.tbl_simple.type_s th,
.tbl_simple.type_s td {
  padding: 1em 0.5em !important;
  font-size: 85% !important;
}
.tbl_simple.type_s tr:first-child td,
.tbl_simple.type_s tr:first-child th {
  border-top: #888 1px solid;
}
.tbl_simple th {
  text-align: left;
  vertical-align: middle;
  padding: 1em 0.5em;
  line-height: 1.5;
  border-top: #888 1px solid;
  border-left: #888 0px solid;
  border-right: #888 0px solid;
  border-bottom: #888 1px solid;
  width: 25%;
}
@media screen and (max-width: 500px) {
  .tbl_simple th {
    width: 35%;
  }
}
.tbl_simple td b {
  color: #c70922;
}
.tbl_simple td {
  padding: 1em 0.5em;
  vertical-align: middle;
  border-top: #888 1px solid;
  border-bottom: #888 1px solid;
  border-left: #888 0px solid;
  border-right: #888 0px solid;
}
.tbl_simple tr:first-child td,
.tbl_simple tr:first-child th {
  border-top: #888 0px solid;
}
.tbl_simple.type1 tr:first-child td,
.tbl_simple.type1 tr:first-child th {
  border-top: #888 1px solid;
}
.tbl_simple.type1 .space {
  padding-left: 9em;
}
@media screen and (max-width: 500px) {
  .tbl_simple.type1 .space {
    padding-left: 0;
  }
}

.tbl_company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.tbl_company th,
.tbl_company td {
  padding: 0.5em 1.5em;
  vertical-align: middle;
}
.tbl_company th {
  text-align: left;
  width: 25%;
  position: relative;
  background: #E40B7F;
  color: #fff;
  font-weight: 600;
}
.tbl_company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #f9f9f9;
  border-width: 0.5em;
  border-left-color: #E40B7F;
  margin-top: -0.5em;
}
.tbl_company td {
  background: #f9f9f9;
  padding-left: 20px;
}
@media screen and (max-width: 500px) {
  .tbl_company.sp th,
  .tbl_company.sp td {
    display: block;
  }
  .tbl_company.sp th {
    width: 100%;
  }
  .tbl_company.sp th::after {
    left: 50%;
    top: inherit;
    bottom: -20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: none;
    border-width: 0.5em;
    border-left-color: #E40B7F;
    margin-top: 0px;
  }
}

.tbl_menu {
  margin: 1em 0 3em;
  width: 100%;
  background: none;
}
.tbl_menu th {
  vertical-align: middle;
  padding: 24px 10px;
  font-weight: normal;
  line-height: 1.5;
  border-top: #aaa 1px solid;
  border-left: #aaa 0px solid;
  border-right: #aaa 0px solid;
  border-bottom: #aaa 1px solid;
  background: none;
  text-align: center;
}
.tbl_menu th p {
  font-size: 80%;
  color: #888;
  padding-top: 8px;
}
.tbl_menu th:nth-child(1) {
  width: 50%;
  text-align: left;
}
.tbl_menu td {
  font-weight: normal;
  width: 60px;
  padding: 0px 0px 0 16px;
  vertical-align: middle;
  border-bottom: #aaa 1px solid;
  border-left: #aaa 0px solid;
  border-right: #aaa 0px solid;
  border-top: #aaa 1px solid;
  text-align: center;
}
.tbl_menu td:nth-child(2) {
  text-align: center;
}
.tbl_menu td:nth-child(3) {
  text-align: center;
  font-weight: normal;
  width: 10em;
}
.tbl_menu tr:hover {
  background: rgba(242, 242, 242, 0.8);
}
@media (min-width: 640px) and (max-width: 896px) {
  .tbl_menu th {
    padding: 16px 0;
  }
  .tbl_menu td {
    text-align: left !important;
  }
  .tbl_menu tr:hover {
    background: rgba(238, 238, 238, 0.5);
  }
}
@media screen and (max-width: 500px) {
  .tbl_menu {
    font-size: 80%;
  }
}

.list_flex {
  padding: 5px 0;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: grid;
  gap: 10px 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 500px) {
  .list_flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list_flex li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b0";
  margin-right: 8px;
  font-weight: 600;
  color: #E40B7F;
}
@media (min-width: 640px) and (max-width: 896px) {
  .list_flex li {
    width: calc(100% - 0px);
    padding-left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
  }
}
.list_flex li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list_flex li a:link, .list_flex li a:visited {
  color: #222;
  text-decoration: none;
}
.list_flex li a:hover {
  opacity: 0.6;
}

.tbl_comment {
  margin: 0px auto 0;
  width: 100%;
}
.tbl_comment.radius th {
  border-radius: 0.5em 0.5em 0;
}
.tbl_comment.radius td {
  border-radius: 0.5em 0.5em;
}
.tbl_comment tbody {
  max-width: 1200px;
  position: relative;
  z-index: 1;
}
.tbl_comment tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.5em;
}
.tbl_comment th {
  max-width: 150px;
  width: 20%;
  position: relative;
  padding: 8px 0.5em;
  color: #fff;
  z-index: 1;
  background-color: #E40B7F;
  display: block;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.tbl_comment th:before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  bottom: 0px;
  right: -0.5em;
  border-left: 0.5em solid #E40B7F;
  border-top: 0.5em solid transparent;
  border-bottom: 0px solid transparent;
  z-index: -1;
}
.tbl_comment td {
  padding: 8px 20px 8px 40px;
  width: 86%;
  background-color: #fff;
  display: block;
  margin: 20px auto 0 -20px;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 500px) {
  .tbl_comment th {
    width: 24%;
    padding: 4px 2px;
    font-size: 80%;
  }
  .tbl_comment td {
    margin: 15px auto 0 -20px;
  }
}

.tbl_radius {
  width: 100%;
  border-spacing: 0 10px;
  border-collapse: separate;
}
.tbl_radius.sub_color {
  color: #333 !important;
}
.tbl_radius.sub_color th {
  background: #91783c;
}
.tbl_radius.sub_color td {
  border: 2px dashed #91783c;
}
.tbl_radius th,
.tbl_radius td {
  padding: 1em;
  vertical-align: middle;
  font-weight: 500 !important;
}
.tbl_radius th span,
.tbl_radius td span {
  font-size: 90%;
  color: #565656;
}
.tbl_radius th {
  background: #e40b7f;
  border-radius: 1.5em 0 0 1.5em;
  color: #fff;
}
.tbl_radius td {
  background: #fefefe;
  padding: 1em 1.5em;
  border: 2px dashed #e40b7f;
  border-left: none;
  border-radius: 0 1.5em 1.5em 0;
}

@media all and (max-width: 639px) {
  .tbl_radius {
    font-size: 80%;
  }
  .tbl_radius th,
  .tbl_radius td {
    padding: 1em 1em;
  }
  .tbl_radius.type1 th,
  .tbl_radius.type1 td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .tbl_radius.type1 th {
    line-height: 1.6;
  }
  .tbl_radius.set5 th {
    width: 35% !important;
  }
  .tbl_radius.sp {
    font-size: 100%;
  }
  .tbl_radius.sp th {
    display: block;
    width: 100%;
    border-radius: 1.5em;
    margin-bottom: 1em;
  }
  .tbl_radius.sp td {
    display: block;
    width: 100%;
    border-left: 2px dashed rgba(228, 11, 127, 0.3);
    border-radius: 1.5em;
  }
}
.tbl_fee {
  width: 100%;
  line-height: 1.2;
  background-color: #fafafa;
}
.tbl_fee tr:nth-child(even) {
  background-color: rgba(228, 11, 127, 0.1);
}
.tbl_fee th,
.tbl_fee td {
  vertical-align: top;
  padding: 1.5em 1em;
}
.tbl_fee th span,
.tbl_fee td span {
  font-size: 80%;
}
.tbl_fee th {
  text-align: left;
}
.tbl_fee td {
  text-align: right;
  color: #E40B7F;
}
.tbl_fee td.price {
  color: #E40B7F;
}
.tbl_fee td span {
  font-size: 80%;
}
.tbl_fee td b {
  color: #c70922;
}
@media screen and (max-width: 500px) {
  .tbl_fee td b {
    display: block;
  }
}
.tbl_fee.type2 {
  background-color: #fff;
  border: 0px solid #333;
}
.tbl_fee.type2 th,
.tbl_fee.type2 td {
  padding: 1.5em 0.5em;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tbl_fee.type2 th {
  padding: 1.5em 0.5em;
  width: 33.33% !important;
}
.tbl_fee.type2 td {
  color: #333;
}
.tbl_fee.type2 td span {
  margin: 0 0.3em;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .tbl_fee.type2 td span {
    display: block;
  }
}
.tbl_fee.type2 td:nth-child(1) {
  text-align: left;
}
@media screen and (max-width: 500px) {
  .tbl_fee.type2 td:nth-child(1) {
    line-height: 1.8;
  }
}
.tbl_fee.type2 tr:nth-child(even) {
  background-color: rgba(170, 170, 170, 0.1);
}
.tbl_fee.type1 {
  background-color: transparent !important;
  border: 0px solid #aaa;
}
.tbl_fee.type1 th,
.tbl_fee.type1 td {
  vertical-align: top;
  padding: 15px 0px;
  border-bottom: 1px solid #aaa;
}
.tbl_fee.type1 td {
  color: #E40B7F;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}
.tbl_fee.type1 tr:nth-child(even) {
  background-color: rgba(228, 11, 127, 0);
}
.tbl_fee.type1.white {
  background-color: transparent !important;
  border: 0px solid #fff;
}
.tbl_fee.sub tr:nth-child(even) {
  background-color: rgba(145, 120, 60, 0.1);
}
.tbl_fee.sub td {
  color: #91783C;
}

.tbl_timetable {
  width: 100%;
}
.tbl_timetable.type1 {
  border-top: none;
}
.tbl_timetable.type1 th,
.tbl_timetable.type1 td {
  border: none;
}
.tbl_timetable.radius {
  border-radius: 2em;
  border: 2px solid rgb(249.5690376569, 142.4309623431, 199.7029288703);
  overflow: hidden;
}
.tbl_timetable.radius td {
  border-left: 1px solid rgb(249.5690376569, 142.4309623431, 199.7029288703);
  border-right: 1px solid rgb(249.5690376569, 142.4309623431, 199.7029288703);
  border-bottom: 2px solid rgb(249.5690376569, 142.4309623431, 199.7029288703);
  font-size: 140%;
}
.tbl_timetable.radius th {
  border-left: 1px solid rgb(249.5690376569, 142.4309623431, 199.7029288703);
  border-right: 1px solid rgb(249.5690376569, 142.4309623431, 199.7029288703);
  border-bottom: 2px solid rgb(249.5690376569, 142.4309623431, 199.7029288703);
}
.tbl_timetable.radius tr {
  border-bottom: 2px solid rgb(249.5690376569, 142.4309623431, 199.7029288703);
}
.tbl_timetable.white {
  color: #fff;
  border: 1px solid #fff;
}
.tbl_timetable.white th,
.tbl_timetable.white td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.tbl_timetable th:nth-child(n+2) {
  width: 4.5em !important;
}
@media screen and (max-width: 500px) {
  .tbl_timetable th:nth-child(n+2) {
    width: 3em !important;
  }
}
.tbl_timetable th,
.tbl_timetable td {
  border-bottom: 1px solid rgba(228, 11, 127, 0.3);
  padding: 1em 0.1em;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  font-weight: normal;
}
.tbl_timetable th .text,
.tbl_timetable td .text {
  letter-spacing: 0;
}
.tbl_timetable thead tr {
  background: #e40b7f;
  color: #fff;
}
.tbl_timetable .th-1 {
  width: 35%;
  text-align: center;
  font-weight: normal;
}
.tbl_timetable .circle,
.tbl_timetable b {
  color: #91783C;
}
.tbl_timetable .circle.type-brown,
.tbl_timetable b.type-brown {
  color: #E40B7F;
}
.tbl_timetable .triangle {
  color: #284074;
}
@media screen and (max-width: 500px) {
  .tbl_timetable {
    padding: 15px 10px;
  }
  .tbl_timetable .th-1 {
    width: 25%;
  }
}
.tbl_timetable.type2 .circle {
  color: #E40B7F;
}

.list_disc {
  margin: 1em 0;
}
.list_disc.black li {
  color: #333 !important;
}
.list_disc.black li:before {
  content: "●";
  color: #222;
}
.list_disc.orange li {
  color: #333 !important;
}
.list_disc.orange li:before {
  content: "●";
  color: #f7871f;
}
.list_disc.red li {
  color: #333 !important;
}
.list_disc.red li:before {
  content: "●";
  color: #c70922;
}
.list_disc.blue li {
  color: #333 !important;
}
.list_disc.blue li:before {
  content: "●";
  color: #284074;
}
.list_disc.sub li:before {
  color: #91783C;
}
.list_disc.white li:before {
  color: #fff;
}
.list_disc.check li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.list_disc.kome {
  margin: 0;
}
.list_disc.kome li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.list_disc.pdf {
  margin: 0;
}
.list_disc.pdf li {
  padding: 4px 8px 6px 2.5em;
  border-bottom: 0px solid #ccc;
}
.list_disc.pdf li a {
  color: #333;
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.list_disc.pdf li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  margin: 0;
  border-bottom: 1px solid #c70922;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.list_disc.pdf li a:hover {
  color: #c70922;
}
.list_disc.pdf li a:hover:before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #c70922;
}
.list_disc.pdf li:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  z-index: 0;
  color: #c70922;
  top: 0;
  left: 0;
  width: 2em;
  text-align: center;
  font-size: 105%;
}
.list_disc.pdf li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  display: grid;
  border: 1px solid #c70922;
  place-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
}
.list_disc.link {
  margin: 0;
}
.list_disc.link li {
  padding: 4px 8px 6px 2.5em;
  border-bottom: 0px solid #ccc;
}
.list_disc.link li a {
  color: #E40B7F;
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.list_disc.link li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  margin: 0;
  border-bottom: 1px solid #E40B7F;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.list_disc.link li a:after {
  content: "▶";
  position: absolute;
  z-index: 0;
  color: #E40B7F;
  top: 0.1em;
  right: 0;
  width: 1em;
  text-align: center;
  font-size: 80%;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.list_disc.link li a:hover {
  color: #E40B7F;
}
.list_disc.link li a:hover:before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #E40B7F;
}
.list_disc.link li a:hover:after {
  right: -0.3em;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.list_disc.link li:before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  z-index: 0;
  color: #fff;
  top: 0.1em;
  left: 0;
  width: 2em;
  text-align: center;
  font-size: 100%;
}
.list_disc.link li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #E40B7F;
  display: grid;
  place-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
}
.list_disc li {
  position: relative;
  line-height: 1.8;
  padding: 0.5em 0 0.5em 1.5em;
  margin-bottom: 0.3em;
  border-bottom: 1px solid #ccc;
}
.list_disc li:before {
  content: "●";
  color: #E40B7F;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.list_box li {
  border: 1px solid #aaa;
  padding: 0.5em;
  width: 100%;
  height: 2.2em;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.list_box li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list_check.sub li:before {
  color: #91783C;
}
.list_check li {
  padding: 0.3em;
}
.list_check li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #E40B7F;
}

.list_speech {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff;
  font-weight: normal;
  line-height: 1;
  padding: 1.5em 1em;
  border-radius: 30px;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .list_speech {
    margin-bottom: 1em;
  }
}
.list_speech:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  height: 15px;
  width: 15px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.list_amenity li {
  width: calc(100% - 0px);
  height: calc(100% - 1px);
  padding: 0 0 0 0.3em;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_amenity span {
  background: #fafafa;
  width: 5em;
  padding: 0.4em 0;
  text-align: center;
  margin-left: auto;
}
.list_amenity b {
  width: 1em;
  color: #E40B7F;
  margin-right: 0.2em;
}
.list_amenity.bg_none li {
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #E40B7F;
}
.list_amenity.bg_none span {
  background: rgba(255, 255, 255, 0);
}

.list_products > li {
  padding-bottom: 50px;
  position: relative;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}
.list_products > li a {
  color: inherit;
}
@media screen and (max-width: 500px) {
  .list_products > li {
    padding: 0 0 50px;
  }
}
.list_products > li table {
  width: calc(100% - 30px);
  font-size: 80%;
  margin: 0 15px !important;
}
.list_products > li table th,
.list_products > li table td {
  padding: 10px 5px !important;
  font-weight: normal !important;
}
.list_products > li .text {
  padding: 15px;
}
.list_products > li .text .title {
  color: #E40B7F;
  font-size: 1.6rem;
  margin: 10px 0;
}
.list_products > li .btn {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 85% !important;
  font-weight: normal;
}
.list_products > li .figure,
.list_products > li figure {
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #fff;
}
.list_products > li .figure:before,
.list_products > li figure:before {
  content: "";
  padding-top: 80%;
}
.list_products > li .figure img,
.list_products > li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_products > li .category span {
  color: #E40B7F;
  border: 1px solid #E40B7F;
  padding: 5px 15px;
  line-height: 1;
  display: inline-block;
  border-radius: 10px;
}
.list_products > li .category span.white span {
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 15px;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
}
.list_products > li .title {
  margin: 1em 0;
  font-size: 120%;
  text-align: center;
  color: #E40B7F;
  font-weight: bold;
}
.list_products > li .price {
  font-weight: bold;
  margin: 0 10px;
}

.list_num li {
  padding: 40px 40px 40px 60px;
  border: 3px solid #eee;
  position: relative;
}
.list_num .num {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
.list_num .num {
  position: absolute;
  left: 1%;
  top: 1%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 8rem;
  opacity: 0.2;
  color: #E40B7F;
}
.list_num .title {
  font-size: 120%;
  font-weight: bold;
  color: #E40B7F;
}
@media screen and (max-width: 1100px) {
  .list_num li {
    padding: 15px 10px 15px 20px;
    font-size: 1.4rem;
  }
  .list_num .num {
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .list_num .num {
    font-size: 4rem;
    left: 3px;
    top: 3px;
  }
  .list_num li {
    padding: 30px 10px 15px 20px;
  }
}

.ol_list {
  counter-reset: number;
  list-style: none;
  padding-left: 0;
}
.ol_list.color1 li:before {
  background: #b1fc97;
}
.ol_list.color2 li:before {
  background: #f3f1ec;
}
.ol_list.color3 li:before {
  background: #f7871f;
}
.ol_list.white li {
  color: #fff;
}
.ol_list.white li:before {
  color: #333;
  border-left: #f2f2f2;
  border-top: #f2f2f2;
  background: #fff;
}
.ol_list li {
  line-height: 1.8em;
  padding: 0.5em 0 0.5em 2.8em;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.ol_list li span {
  font-weight: normal;
  padding: 10px;
  line-height: 1.6;
  font-size: 80%;
}
.ol_list li:before {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
.ol_list li:before {
  counter-increment: number;
  content: counter(number);
  background: rgba(228, 11, 127, 0.6);
  color: #E40B7F;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  color: #fff;
  margin-right: 0.5em;
  border-radius: 100%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 500px) {
  .ol_list li span {
    font-size: 0.9em;
  }
}
.ol_list.square > li:before {
  border-radius: 0;
}

.dl_list {
  display: grid;
  grid-template-columns: minmax(6em, 10em) 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dl_list.radius {
  border-radius: 0px !important;
}
.dl_list.radius dt {
  border-radius: 30px;
}
.dl_list.orange dt {
  background-color: #f7871f;
  border-color: #f7871f;
}
.dl_list.orange dd {
  color: #333 !important;
}
.dl_list.red dt {
  background-color: #c70922;
  border-color: #c70922;
}
.dl_list.red dd {
  color: #333 !important;
}
.dl_list.blue dt {
  background-color: #284074;
  border-color: #284074;
}
.dl_list.blue dd {
  color: #333 !important;
}
.dl_list.green dt {
  background-color: #54c766;
  border-color: #54c766;
}
.dl_list.green dd {
  color: #333 !important;
}
.dl_list > div,
.dl_list > .dl_row {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
.dl_list dt {
  min-width: 6em;
  max-width: 10em;
  padding: 0.2em;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  border: 1px solid #E40B7F;
  background: #E40B7F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0.4em;
}
.dl_list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 0.2em 0 0.2em 1em;
  line-height: 1.6;
  margin: 0 0 0.4em;
}
.dl_list dd a {
  color: #E40B7F;
  background-image: -webkit-gradient(linear, left top, right top, from(#E40B7F), to(#54c766));
  background-image: linear-gradient(to right, #E40B7F, #54c766);
  padding-bottom: 0.25em;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 700;
}
.dl_list dd a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
@media screen and (max-width: 500px) {
  .dl_list {
    display: block !important;
  }
  .dl_list dt {
    float: none !important;
  }
  .dl_list dd {
    padding: 4px 5px !important;
  }
}

.dl_flow_dot {
  padding-left: 30px;
  position: relative;
  margin: 0 auto;
  max-width: 1500px;
}
.dl_flow_dot:before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dotted #E40B7F;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.dl_flow_dot > dt {
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 120%;
  color: #E40B7F;
}
.dl_flow_dot > dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #E40B7F;
  background-color: #fff;
  border-radius: 50%;
  left: -37px;
}
.dl_flow_dot > dd {
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .dl_flow_dot {
    margin: 15px 0 15px 10px;
  }
  .dl_flow_dot > dt {
    font-size: 110%;
  }
}

.dl_news {
  border-top: solid 1px #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
}
.dl_news dt {
  padding: 16px 0px;
  border-bottom: solid 1px #aaa;
  color: #E40B7F;
  width: 25%;
}
.dl_news dt span {
  display: inline-block;
  padding: 0 8px;
  border: #E40B7F 1px solid;
  margin: 0 16px;
  color: #E40B7F;
}
.dl_news dd {
  width: 75%;
  padding: 16px 0px;
  border-bottom: solid 1px #aaa;
}
.dl_news dd:first-child {
  border-top: solid 1px #aaa;
}

.dl_news_color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
}
.dl_news_color dt {
  padding: 16px 0px;
  color: #E40B7F;
  width: 8em;
}
.dl_news_color dt span {
  display: inline-block;
  padding: 0 8px;
  border: #E40B7F 1px solid;
  margin: 0 16px;
  color: #E40B7F;
}
.dl_news_color dd b {
  border-bottom: solid 1px #E40B7F;
  padding: 3px 10px;
  display: block;
  color: #E40B7F;
  margin-bottom: 10px;
}
.dl_news_color dd {
  width: calc(100% - 8em);
  padding: 10px 0px 10px;
  /* border-bottom: solid 1px #aaa; */
  line-height: 1.9;
}

.blog_article {
  padding: 1.5em 1.5em;
  margin-bottom: 3em;
  background-color: #fff;
  position: relative;
  border: 1px solid #eee;
}
@media screen and (max-width: 500px) {
  .blog_article {
    padding: 0.5em 1em 2em;
  }
}
.blog_article h1 {
  font-size: 140%;
  font-weight: bold;
  position: relative;
  color: #E40B7F;
  margin-bottom: 0.5em;
}
.blog_article header {
  margin-bottom: 1em;
}
.blog_article .thumbnail {
  margin: 0 -40px;
}
.blog_article .thumbnail img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .blog_article .thumbnail {
    margin: 0 -20px;
  }
}
.blog_article .blog_category {
  color: #fff;
  display: inline-block;
  position: absolute;
  top: -2.1em;
  left: -1px;
  margin: 0 0 0 0;
  text-align: center;
  z-index: 1;
  font-size: 90%;
  padding: 0 1em;
}
.blog_article .blog_category a {
  color: #fff;
}
.blog_article .blog_category:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #E40B7F;
  z-index: -1;
}
.blog_article .blog_date {
  color: #aaa;
  display: inline-block;
  font-size: 80%;
}
.blog_article .blog_date i {
  margin: 0 5px;
}
.blog_article .blog_date:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}
.blog_article .blog_date #postpoint {
  display: inline-block;
}
.blog_article .breadcrumb {
  padding: 0 0 1em;
  color: #aaa;
  max-width: 100%;
  margin: 0 0;
}
.blog_article .breadcrumb li:last-child :after {
  margin: 0 10px;
  content: ">";
}
.blog_article .breadcrumb li:last-child:hover :after {
  color: #aaa;
}
.blog_article .breadcrumb li a {
  color: #aaa;
}
.blog_article .breadcrumb li a:hover {
  color: #E40B7F;
}
.blog_article .thumbnail {
  border: 1px solid #f2f2f2;
  margin: 0.5em auto;
}
.blog_article .thumbnail img {
  width: 100%;
}
.blog_article .description {
  background-color: rgba(228, 11, 127, 0.2);
  margin: 1.5em auto;
  padding: 1em;
  border: 2px solid #E40B7F;
}
.blog_article footer {
  background-color: #B3B3B3;
  margin: -1.5em;
  padding: 1.5em;
}
.blog_article .article_writer_card {
  display: grid;
  grid-template-columns: 300px 1fr;
  margin: 0;
  border: 1px solid #dfe3ea;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.blog_article .article_writer_card .writer_side {
  position: relative;
  text-align: center;
  padding: 1.2em 1.2em 1.4em;
}
.blog_article .article_writer_card .writer_side:after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  border-right: 2px dashed #d5dae2;
}
.blog_article .article_writer_card .writer_side .writer_label {
  display: inline-block;
  background: #e5e7eb;
  color: #444;
  font-size: 85%;
  border-radius: 99px;
  padding: 0.35em 0.9em;
  line-height: 1.6;
  position: relative;
}
.blog_article .article_writer_card .writer_side .writer_label:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e5e7eb;
}
.blog_article .article_writer_card .writer_side .writer_avatar {
  width: 92px;
  height: 92px;
  margin: 1em auto 0.8em;
  border-radius: 50%;
  overflow: hidden;
  background: #dce6f2;
}
.blog_article .article_writer_card .writer_side .writer_avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_article .article_writer_card .writer_side .writer_name {
  color: #E40B7F;
  font-size: 100%;
  line-height: 1.3;
  font-weight: bold;
}
.blog_article .article_writer_card .writer_profile {
  padding: 1.6em;
  color: #333;
  line-height: 2;
}
.blog_article .article_writer_card .writer_profile p {
  margin-bottom: 0.8em;
}
.blog_article .article_writer_card .writer_profile p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .blog_article .article_writer_card {
    grid-template-columns: 1fr;
  }
  .blog_article .article_writer_card .writer_side {
    padding-bottom: 1.2em;
  }
  .blog_article .article_writer_card .writer_side:after {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 0;
    border-right: 0;
    border-bottom: 2px dashed #d5dae2;
  }
  .blog_article .article_writer_card .writer_profile {
    padding: 2em 1.2em;
  }
}
.blog_article figure {
  margin: 0.5em 0;
}
.blog_article figure figcaption {
  text-align: center;
  font-size: 80%;
  color: #888;
  padding: 0.3em;
}
.blog_article iframe {
  padding: 1em 0;
}

#countPost p {
  line-height: 2;
}
#countPost p u {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fef36c));
  background: linear-gradient(transparent 70%, #fef36c 0%);
  z-index: 0;
  padding: 0 0.3em;
  text-decoration: none;
}
#countPost p code {
  display: inline-block;
  white-space: pre;
  word-break: normal;
  font-family: "SFMono-Regular", "Consolas", "Liberation Mono", "Menlo", monospace;
  font-size: 90%;
  line-height: 1.8;
  color: #e2e8f0;
  border: 1px solid #1f2937;
  overflow: hidden;
  background: #0f172a;
  position: relative;
  padding: 0 0.5em;
}
#countPost h2 {
  font-size: 140%;
  line-height: 1.2;
  margin: 1.5em 0;
  font-weight: bold;
  color: #E40B7F;
  padding: 1em 0.5em;
  border-left: 3px solid #E40B7F;
  background-color: rgba(228, 11, 127, 0.1);
}
#countPost h2 strong {
  font-size: 150%;
}
#countPost {
  /*  下矢印
  　　h2 {
          font-size: 120%;
          margin: 1.5em 0;
          font-weight: bold;
          color: #fff;
          background-color: $base_color;
          padding: 0.8em 1em 0.8em 1em;
          position: relative;
          &:before {
              content: "";
              position: absolute;
              left: 10%;
              bottom: -11px;
              transform: translateX(-50%);
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-top: 12px solid $base_color;
          }
      }
   */
}
#countPost h3 {
  font-size: 120%;
  margin: 1.5em 0;
  font-weight: bold;
  color: #E40B7F;
  padding: 0.3em 0.5em 0.3em 0.5em;
  border-left: 3px solid #E40B7F;
}
#countPost h4 {
  font-size: 120%;
  margin: 1.5em 0;
  font-weight: bold;
  color: #E40B7F;
  padding: 0.3em 0.5em 0.3em 0.5em;
  border-left: 3px solid #fff;
  border-bottom: 2px solid #eee;
  position: relative;
}
#countPost h4:before {
  content: "";
  border-bottom: 2px solid #E40B7F;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10em;
}
#countPost h5 {
  font-size: 120%;
  margin: 1.5em 0;
  font-weight: bold;
  color: #E40B7F;
  padding: 0.3em 0.5em 0.3em 0.5em;
  border-left: 3px solid #fff;
}
#countPost h6 {
  color: #E40B7F;
  padding: 0.3em 0.5em 0.3em 0.5em;
}
#countPost .has-inline-color {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), color-stop(30%, transparent));
  background: linear-gradient(#fff 85%, transparent 30%);
  z-index: 0;
  padding: 0 0.1em;
}
#countPost figure {
  margin: 1.5em auto;
}
#countPost video {
  vertical-align: middle;
  width: 100%;
  height: 30em;
  background: #111;
}
#countPost ol li a {
  text-decoration: none;
}
#countPost ul,
#countPost ol {
  border: solid 2px #eee;
  border-radius: 3px;
  margin-bottom: 2em;
  padding: 1em 1em 1em 1em;
}
#countPost ul {
  list-style: none;
}
#countPost ul li {
  position: relative;
  line-height: 1.8;
  padding: 0.5em 0 0.5em 1.5em;
  margin-bottom: 0.3em;
}
#countPost ul li:before {
  content: "●";
  color: #E40B7F;
  position: absolute;
  top: 0.5em;
  left: 0;
}
#countPost ol {
  counter-reset: number;
  list-style: none;
}
#countPost ol li {
  line-height: 1.8em;
  padding: 0.5em 0 0.5em 2.8em;
  margin-bottom: 5px;
  position: relative;
}
#countPost ol li span {
  font-weight: normal;
  padding: 10px;
  line-height: 1.6;
  font-size: 80%;
}
#countPost ol li:before {
  counter-increment: number;
  content: counter(number);
  background: rgba(228, 11, 127, 0.6);
  color: #E40B7F;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  margin-right: 0.1em;
  border-radius: 100%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 500px) {
  #countPost ol li span {
    font-size: 0.9em;
  }
}
#countPost table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.5em auto;
}
#countPost table td,
#countPost table th {
  border: 2px solid #ccc;
  padding: 0.5em;
}
#countPost table td.heading,
#countPost table th.heading {
  background-color: #eee;
}
#countPost table th {
  background-color: rgba(228, 11, 127, 0.1);
}
#countPost blockquote {
  background: #f2f2f2;
  padding: 2em;
  margin: 1em auto;
  position: relative;
  z-index: 0;
}
#countPost blockquote::before, #countPost blockquote::after {
  font-family: "Font Awesome 6 Free", "FontAwesome", Arial, sans-serif;
  font-weight: 900;
  content: "\f10d";
  font-size: 2.5em;
  color: #ddd;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  z-index: -1;
  line-height: 1;
}
#countPost blockquote::before {
  top: 1px;
  left: 10px;
}
#countPost blockquote::after {
  bottom: 1px;
  right: 10px;
  text-align: right;
}
#countPost a[data-embed-type=file] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  width: 100%;
  max-width: 100%;
  padding: 0.85em 2.8em 0.85em 0.9em;
  border: 1px solid #d5e0ec;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6faff));
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  color: #334155;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  overflow-wrap: anywhere;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#countPost a[data-embed-type=file]::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  content: "\f15b";
  width: 2.1em;
  height: 2.1em;
  border-radius: 0.55em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #e6eef8;
  color: #4b5563;
}
#countPost a[data-embed-type=file]::after {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  content: "\f35d";
  position: absolute;
  top: 50%;
  right: 0.95em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #94a3b8;
  font-size: 90%;
}
#countPost a[data-embed-type=file]:hover {
  -webkit-box-shadow: 0 5px 24px rgba(170, 170, 170, 0.22);
          box-shadow: 0 5px 24px rgba(170, 170, 170, 0.22);
  color: #1e293b;
}
#countPost a[data-embed-type=file][data-mime-type^="image/"]::before {
  content: "\f1c5";
  background: rgba(34, 197, 94, 0.15);
  color: #15803d;
}
#countPost a[data-embed-type=file][data-mime-type*=pdf]::before {
  content: "\f1c1";
  background: rgba(239, 68, 68, 0.15);
  color: #b91c1c;
}
#countPost a[data-embed-type=file][data-mime-type^="video/"]::before {
  content: "\f1c8";
  background: rgba(59, 130, 246, 0.16);
  color: #1d4ed8;
}
#countPost a[data-embed-type=file][data-mime-type^="audio/"]::before {
  content: "\f1c7";
  background: rgba(168, 85, 247, 0.14);
  color: #7e22ce;
}
#countPost div[data-filename] {
  margin: 1.5em 0;
  border: 1px solid #1f2937;
  overflow: hidden;
  background: #0f172a;
  position: relative;
}
#countPost div[data-filename]::before {
  content: attr(data-filename);
  display: block;
  padding: 0.7em 1em;
  font-size: 80%;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #e2e8f0;
  background: -webkit-gradient(linear, left top, right top, from(#1f2937), to(#334155));
  background: linear-gradient(90deg, #1f2937 0%, #334155 100%);
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}
#countPost div[data-filename] pre {
  margin: 0;
  padding: 1.2em 1.2em 1.4em;
  background: transparent;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#countPost div[data-filename] code {
  display: block;
  white-space: pre;
  word-break: normal;
  font-family: "SFMono-Regular", "Consolas", "Liberation Mono", "Menlo", monospace;
  font-size: 90%;
  line-height: 1.8;
  color: #e2e8f0;
}
#countPost div[data-filename] pre::-webkit-scrollbar {
  height: 0.5em;
}
#countPost div[data-filename] pre::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.7);
  border-radius: 999px;
}

.author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1em;
}
.author-box .author-img {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  margin-right: 0.5em;
  overflow: hidden;
}
.author-box .author-name {
  font-size: 80%;
  color: #888;
  line-height: 1;
}
.author-box .author-name a {
  color: #888;
}

.like-button {
  display: inline-block;
  background: white;
  border: 1px solid #eee;
  cursor: pointer;
  border-radius: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0.5em;
  width: 50px;
  font-size: 80%;
  text-align: center;
  padding: 0;
}
.like-button i {
  margin-right: 5px;
}
.like-button:hover {
  background: #f8f8f8;
  color: #ff4e86;
}
.like-button.liked {
  background: #ff4e86;
  border-color: #ff4e86;
  color: #fff;
}

.access-count {
  display: inline-block;
  background: white;
  border: 1px solid #fff;
  border-radius: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0.5em;
  width: 80px;
  font-size: 80%;
  text-align: center;
  padding: 0 5px;
  color: #aaa;
}
.access-count i {
  margin-right: 5px;
}
@media screen and (max-width: 500px) {
  .access-count {
    padding: 0 0;
    width: auto;
  }
}

.date-article {
  display: inline-block;
  background: white;
  border: 1px solid #fff;
  border-radius: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0.5em;
  width: 9em;
  font-size: 80%;
  text-align: center;
  padding: 0;
  color: #aaa;
}
.date-article i {
  margin-right: 5px;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .date-article {
    padding: 0 0;
    width: auto;
  }
}

.date-updated {
  display: inline-block;
  background: white;
  border: 1px solid #fff;
  border-radius: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0.5em;
  width: 9em;
  font-size: 80%;
  text-align: center;
  padding: 0;
  color: #aaa;
}
.date-updated i {
  margin-right: 5px;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .date-updated {
    padding: 0 0;
    width: auto;
  }
}

.tagcloud a {
  display: inline-block;
  margin: 0.1em;
  padding: 0.1em 0.8em;
  border-radius: 0.5em;
  background: #f4f4f4;
  color: #aaa;
  font-size: 80%;
  font-weight: bold;
}
.tagcloud a:hover {
  opacity: 0.6;
}
.tagcloud a::before {
  content: "#";
}
.tagcloud a {
  text-align: left;
  margin: 0.2em;
}

.table_of_contents {
  background: #f2f2f2;
  border-radius: 0.3em;
  margin-bottom: 2em;
}
.table_of_contents .table_of_contents_header {
  padding: 1.2em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #fff;
}
.table_of_contents .table_of_contents_icon {
  border: #E40B7F solid 1px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #E40B7F;
  z-index: 1;
  cursor: pointer;
}
.table_of_contents .table_of_contents_icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table_of_contents .table_of_contents_title {
  font-size: 130%;
  font-weight: bold;
  color: #E40B7F;
  padding: 0.2em 0;
  position: relative;
  /* &:before {
  	@include awesome(\f0c9);
  	color: $base_color;
  	margin-right: 0.3em;
  } */
}
.table_of_contents .table_of_contents_body {
  padding: 1.5em 1em;
}
.table_of_contents .table_of_contents_body ol {
  list-style: none;
  padding-left: 0;
}
.table_of_contents .table_of_contents_body ol > li {
  position: relative;
  padding-left: 1.3em;
  font-size: 100%;
}
.table_of_contents .table_of_contents_body ol > li:before {
  content: "●" !important;
  color: #E40B7F;
  position: absolute;
  left: 0;
}
.table_of_contents .table_of_contents_body ol > li a {
  color: #666;
}
.table_of_contents .table_of_contents_body ol > li a:hover {
  color: #E40B7F;
}
.table_of_contents .table_of_contents_body ol > li > ol {
  padding: 0.1em 0;
}
.table_of_contents .table_of_contents_body ol > li > ol li:before {
  content: "・" !important;
  color: #E40B7F;
  position: absolute;
  left: 0;
}
.table_of_contents .table_of_contents_icon svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
}
.table_of_contents.is-collapsed .table_of_contents_icon svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.table_of_contents .table_of_contents_body {
  display: grid;
  grid-template-rows: 1fr;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: grid-template-rows 0.28s ease, opacity 0.2s ease, padding 0.28s ease;
  transition: grid-template-rows 0.28s ease, opacity 0.2s ease, padding 0.28s ease;
  transition: grid-template-rows 0.28s ease, opacity 0.2s ease, padding 0.28s ease, -ms-grid-rows 0.28s ease;
}
.table_of_contents .table_of_contents_body > * {
  min-height: 0;
  overflow: hidden;
}
.table_of_contents.is-collapsed .table_of_contents_body {
  grid-template-rows: 0fr;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.speech_bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1em 0;
  gap: 1em;
}
.speech_bubble.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.speech_bubble.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.speech_bubble .speaker_avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-width: 80px;
}
@media screen and (max-width: 500px) {
  .speech_bubble .speaker_avatar {
    min-width: 60px;
  }
}
.speech_bubble .speaker_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e0e0e0;
  color: #555;
  font-weight: bold;
  font-size: 1.2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .speech_bubble .speaker_icon {
    width: 60px;
    height: 60px;
  }
}
.speech_bubble .speaker_icon__initial {
  font-size: 1.4em;
}
.speech_bubble .speaker_icon--placeholder {
  text-transform: uppercase;
}
.speech_bubble .speaker_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.speech_bubble .speaker_name {
  margin-top: 6px;
  font-size: 0.9em;
  font-weight: bold;
}
.speech_bubble .bubble_content {
  background: #b0ec88;
  border-radius: 10px;
  padding: 1em;
  position: relative;
  max-width: 75%;
  width: 75%;
}
.speech_bubble .bubble_content p {
  margin: 0 !important;
}
.speech_bubble.left .bubble_content::before {
  content: "";
  position: absolute;
  top: 1em;
  left: -1.2em;
  border: 10px solid transparent;
  border-right-color: #b0ec88;
}
.speech_bubble.right .bubble_content {
  background: #f2f288;
}
.speech_bubble.right .bubble_content::before {
  content: "";
  position: absolute;
  top: 1em;
  right: -1.2em;
  border: 10px solid transparent;
  border-left-color: #f2f288;
}

@media screen and (max-width: 480px) {
  .speech_bubble.left .bubble-_ontent::before {
    left: -1.6em;
  }
  .speech_bubble.right .bubble_content::before {
    right: -1.6em;
  }
}
.speaker {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.link_box {
  margin: 1.5em auto;
  border: 1px solid #54c766;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 5em 1fr;
  border-radius: 0.5em;
}
.link_box .img {
  width: 10em;
  height: 10em;
  overflow: hidden;
  position: relative;
  z-index: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 0;
  border-radius: 0.5em;
}
.link_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 500px) {
  .link_box .img {
    width: 5em;
    height: 5em;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
}
.link_box .detail {
  background: transparent;
  width: 100%;
  margin: 0;
  padding: 0em 1.5em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 0;
}
.link_box .btn_area {
  margin: auto 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.link_box .btn_area .btn_area_list.type1 a {
  background-color: #f19504;
}
.link_box .btn_area .btn_area_list.type2 a {
  background-color: #ba0000;
}
.link_box .btn_area .btn_area_list a {
  font-size: 90%;
  text-align: center;
  width: 150px;
  color: #fff;
  display: block;
  padding: 0.2em 1em;
  border-radius: 0.5em;
}
.link_box .btn_area .btn_area_list a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 500px) {
  .link_box .btn_area .btn_area_list a {
    margin: 10px auto;
  }
}

.blog_wrap {
  width: 100%;
}
.blog_wrap.radius .sidewrap .title {
  border-radius: 2em;
}
.blog_wrap.radius .blog_article {
  border-radius: 2em;
  border-radius: 2em;
  border: 0px solid #eee;
  -webkit-box-shadow: 0 3px 5px 0 rgba(200, 200, 200, 0.15), 0 -3px 5px 0 rgba(200, 200, 200, 0.12), 3px 0 5px 0 rgba(200, 200, 200, 0.1), -3px 0 5px 0 rgba(200, 200, 200, 0.1);
          box-shadow: 0 3px 5px 0 rgba(200, 200, 200, 0.15), 0 -3px 5px 0 rgba(200, 200, 200, 0.12), 3px 0 5px 0 rgba(200, 200, 200, 0.1), -3px 0 5px 0 rgba(200, 200, 200, 0.1);
}
.blog_wrap.radius .blog_article .blog_category:before {
  border-radius: 2em;
}
.blog_wrap.radius .blog_month ul li {
  border-radius: 2em;
}
.blog_wrap.radius .blog_category_list ul li a {
  border-radius: 2em;
}
.blog_wrap.radius .post_list > li a {
  border-radius: 2em;
}
.blog_wrap.radius .post_list > li .img {
  border-radius: 2em;
}
.blog_wrap.radius .post_list > li .img .category {
  border-radius: 16px;
}

.sidewrap > .sticky > .child,
.sidewrap > .child {
  margin-bottom: 2em;
}
.sidewrap > .sticky > .child > .title,
.sidewrap > .child > .title {
  margin: 0 auto 1em;
  padding: 0.5em 1em;
  text-align: center;
  position: relative;
  background-color: #E40B7F;
  color: #fff;
}
.sidewrap > .sticky > .child > .title:before,
.sidewrap > .child > .title:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  opacity: 0.6;
  margin-right: 0.5em;
}
.sidewrap > .sticky > .child .sticky,
.sidewrap > .child .sticky {
  top: 105px;
  position: sticky;
  z-index: 1;
}
.sidewrap > .sticky > .child .sticky.top,
.sidewrap > .child .sticky.top {
  top: 10px;
}
@media screen and (max-width: 1200px) {
  .sidewrap > .sticky > .child .sticky,
  .sidewrap > .child .sticky {
    top: 0;
  }
}
@media (min-width: 640px) and (max-width: 896px) {
  .sidewrap > .sticky > .child .sticky,
  .sidewrap > .child .sticky {
    position: static;
  }
}

.column {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1em;
}
.column.reversal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.column .mainwrap {
  width: 72%;
  margin-bottom: 5em;
}
.column .mainwrap section {
  margin-bottom: 80px;
}
.column .sidewrap {
  width: 28%;
}
@media screen and (max-width: 1180px) {
  .column {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
    margin-bottom: 2em;
    display: block;
  }
  .column .mainwrap {
    width: 100%;
    margin: 0 auto 20px;
  }
  .column .sidewrap {
    width: 100%;
    position: static;
    margin: 0 auto 3em;
    height: auto;
    padding: 0;
  }
  .column .sidewrap .child {
    margin-bottom: 1em;
  }
}

.blog_month ul {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
}
.blog_month ul li {
  width: 100%;
  color: #E40B7F;
  font-size: 80%;
  padding: 4px 0;
  text-align: center;
  letter-spacing: 0;
  background: #fff;
  border: 1px solid #eee;
}
.blog_month ul li:hover {
  color: #E40B7F;
}
.blog_month ul li:nth-child(2n) {
  margin-left: 2%;
}
.blog_month ul li a {
  display: inline;
  color: #333;
}

.post-count {
  background-color: #aaa;
  padding: 0 5px;
  color: #fff;
  display: inline-block;
  font-size: 80%;
  border-radius: 5px;
  line-height: 1.8;
}

.blog_category_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0px;
}
.blog_category_list ul li {
  width: 100%;
}
.blog_category_list ul li a {
  color: #333;
  font-size: 85% !important;
  display: block;
  width: 100%;
  padding: 0.4em 1em;
  text-align: left;
  letter-spacing: 0;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 1px solid #eee;
}
.blog_category_list ul li a:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  speak: never;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.blog_category_list ul li a:hover {
  color: #E40B7F;
  background-color: rgba(242, 242, 242, 0.8);
}
.blog_category_list ul li a:hover:after {
  right: 4px;
}

.pages {
  text-align: center;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.pages .page_next,
.pages .page_prev {
  width: 50%;
  position: relative;
}
.pages .page_next:before,
.pages .page_prev:before {
  position: absolute;
  top: -2em;
  font-size: 80%;
  color: #555;
}
.pages .page_next a,
.pages .page_prev a {
  font-size: 90%;
  color: #E40B7F;
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
  display: block;
  width: 100%;
  height: 100%;
}
.pages .page_next a:hover,
.pages .page_prev a:hover {
  background: rgba(228, 11, 127, 0.1);
}
.pages .page_next {
  text-align: left;
}
.pages .page_next:before {
  left: 0;
  content: "← Back";
}
.pages .page_prev {
  text-align: right;
}
.pages .page_prev:before {
  right: 0;
  content: "Next →";
}

.post_list .pages .page_next:before,
.post_list .pages .page_prev:before {
  display: none;
}
.post_list {
  display: block;
}
.post_list > li {
  padding: 0.5em;
  margin-bottom: 1em;
  height: auto;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.post_list > li:hover {
  -webkit-transform: translateY(-12px) scale(1.01);
          transform: translateY(-12px) scale(1.01);
  -webkit-box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18), 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18), 0 4px 12px rgba(0, 0, 0, 0.1);
}
.post_list > li a {
  position: relative;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 5em 1fr;
}
@media screen and (max-width: 500px) {
  .post_list > li a {
    display: grid;
  }
}
.post_list > li a:hover .title {
  color: #E40B7F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.post_list > li .category {
  color: #aaa;
  font-size: 80%;
}
.post_list > li .category:before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}
.post_list > li .date {
  margin-top: auto;
  font-size: 80%;
  color: #aaa;
}
.post_list > li .date:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 4px;
  font-weight: 900;
}
.post_list > li .title {
  margin-bottom: 0.5em;
  color: #E40B7F;
  font-size: 120%;
}
.post_list > li .text {
  display: -webkit-box;
  color: #333;
  margin-bottom: 0.5em;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
.post_list > li .img {
  width: 20em;
  height: 13em;
  overflow: hidden;
  position: relative;
  z-index: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 0;
}
.post_list > li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 500px) {
  .post_list > li .img {
    width: 5em;
    height: 5em;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
}
.post_list > li .img .category {
  position: absolute;
  z-index: 10;
  top: 6px;
  left: 6px;
  font-size: 85% !important;
  padding: 0px 12px;
  background-color: #E40B7F;
  color: #fff;
}
.post_list > li .img .category span {
  border: 0px solid #E40B7F;
  padding: 0;
}
.post_list > li .img .category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f02b";
  margin-right: 2px;
  font-weight: 900;
}
@media screen and (max-width: 500px) {
  .post_list > li .img .category {
    font-size: 80%;
    padding: 0 4px;
  }
}
.post_list > li .detail {
  background: transparent;
  width: 100%;
  margin: 0;
  padding: 0em 1.5em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 0;
}
@media screen and (max-width: 500px) {
  .post_list > li .detail {
    padding: 0px 1em;
  }
  .post_list > li .title {
    font-size: 100%;
  }
  .post_list > li .text {
    font-size: 80%;
  }
}

.post_list_card .pages .page_next:before,
.post_list_card .pages .page_prev:before {
  display: none;
}
.post_list_card > li {
  padding: 0.5em;
  height: auto;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.post_list_card > li:hover {
  -webkit-transform: translateY(-12px) scale(1.03);
          transform: translateY(-12px) scale(1.03);
  -webkit-box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18), 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18), 0 4px 12px rgba(0, 0, 0, 0.1);
}
.post_list_card > li a {
  position: relative;
  color: #333;
  display: block;
}
.post_list_card > li .category {
  color: #aaa;
  font-size: 80%;
}
.post_list_card > li .category:before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}
.post_list_card > li .date {
  margin-top: auto;
  font-size: 80%;
  color: #aaa;
}
.post_list_card > li .date:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 4px;
  font-weight: 900;
}
.post_list_card > li .title {
  margin-bottom: 0.5em;
  color: #E40B7F;
  font-size: 120%;
  line-height: 1.6;
}
.post_list_card > li .text {
  font-size: 80%;
  display: -webkit-box;
  color: #333;
  margin-bottom: 0.5em;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
}
.post_list_card > li .img {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #eee;
}
.post_list_card > li .img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.post_list_card > li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post_list_card > li .img .category {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 85% !important;
  padding: 0px 1em;
  background-color: #E40B7F;
  color: #fff;
}
.post_list_card > li .img .category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f02b";
  margin-right: 0.1em;
  font-weight: 900;
}
.post_list_card > li .detail {
  background: transparent;
  width: 100%;
  margin: 0;
  padding: 0.5em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 0;
}
@media screen and (max-width: 500px) {
  .post_list_card > li .detail {
    padding: 0.5em;
  }
  .post_list_card > li .title {
    font-size: 100%;
  }
  .post_list_card > li .text {
    font-size: 80%;
  }
}

.post_list_mini {
  display: block;
}
.post_list_mini.radius > li {
  border: 0px solid #eee;
  border-radius: 5em;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 36, 60, 0.14), 0 1.5px 6px 0 rgba(0, 36, 60, 0.12), 0 0.5px 1.5px 0 rgba(0, 36, 60, 0.15);
          box-shadow: 0 3px 3px 0 rgba(0, 36, 60, 0.14), 0 1.5px 6px 0 rgba(0, 36, 60, 0.12), 0 0.5px 1.5px 0 rgba(0, 36, 60, 0.15);
}
.post_list_mini.radius > li .img {
  border-radius: 50%;
}
.post_list_mini .pages {
  display: none;
}
.post_list_mini > li {
  padding: 0.5em;
  margin-bottom: 1em;
  height: auto;
  background-color: #fff;
  border: 1px solid #eee;
}
.post_list_mini > li a {
  position: relative;
  color: #333;
  display: grid;
  grid-template-columns: 5em 1fr;
}
.post_list_mini > li a:hover .img img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.post_list_mini > li a:hover .title {
  color: #E40B7F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.post_list_mini > li .title {
  font-size: 85% !important;
  margin-bottom: 0;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 500px) {
  .post_list_mini > li .title {
    font-size: 85% !important;
  }
}
.post_list_mini > li .text {
  display: none;
}
.post_list_mini > li .img {
  width: 5em;
  height: 5em;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.post_list_mini > li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post_list_mini > li .detail {
  background: transparent;
  width: 100%;
  margin: 0;
  padding: 0px 0.5em;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 500px) {
  .post_list_mini > li .detail {
    padding: 0px 1em;
  }
}
.post_list_mini > li .category {
  color: #aaa;
  padding: 0;
  line-height: 1.4;
  color: #aaa;
  margin-bottom: 0.3em;
  display: inline-block;
  font-size: 70%;
}
.post_list_mini > li .category:before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}
.post_list_mini > li .date {
  font-size: 70%;
  padding: 0;
  line-height: 1.4;
  color: #aaa;
  margin-bottom: 0.3em;
  display: inline-block;
}
.post_list_mini > li .date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 4px;
}

#top_navi ul.commonnav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px 16px;
}
@media (min-width: 640px) and (max-width: 896px) {
  #top_navi ul.commonnav {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 500px) {
  #top_navi ul.commonnav {
    grid-template-columns: repeat(1, 1fr);
    font-size: 80% !important;
  }
}
#top_navi ul.commonnav .title {
  font-size: 80%;
  color: #E40B7F;
  padding: 0px 0px;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 5px;
  position: relative;
}
#top_navi ul.commonnav .title:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
#top_navi ul.commonnav > li {
  width: 100%;
  margin-bottom: 10px;
}
#top_navi ul.commonnav > li > a {
  color: #555;
  display: block;
  font-weight: bold;
  position: relative;
  padding: 10px 0px 10px 25px;
  font-size: 80%;
  color: #fff;
  background-color: rgb(179.3472803347, 8.6527196653, 99.89958159);
  line-height: 1.2;
}
#top_navi ul.commonnav > li > a:before {
  border-left: 6px solid #fff;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 5px;
  top: 38%;
  border-left: 6px solid #E40B7F;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
#top_navi ul.commonnav > li > a:hover {
  color: #fff;
  background-color: rgb(130.6945606695, 6.3054393305, 72.7991631799);
}
@media screen and (max-width: 500px) {
  #top_navi ul.commonnav > li > a {
    font-size: 80%;
  }
}
#top_navi ul.commonnav > li span {
  color: #fff;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1;
}
#top_navi .dropdown {
  margin-top: 10px;
}
#top_navi .dropdown .dropdown-li {
  border-right: 0;
  margin: 0 0 2px;
}
#top_navi .dropdown .dropdown-li a {
  display: block;
  padding: 8px 8px;
  color: #333;
  font-size: 80%;
  background: #f2f2f2;
}
#top_navi .dropdown .dropdown-li a:hover {
  background: rgba(170, 170, 170, 0.4);
}
@media screen and (max-width: 500px) {
  #top_navi .dropdown .dropdown-li a {
    font-size: 80%;
  }
}

.cachas_site_4701002176 {
  --cachas_base: #e40b7f;
  --cachas_sub: #91783c;
  --cachas_gray: #b3b3b3;
  --cachas_dark: #050505;
  --cachas_panel: #10040b;
  --cachas_text: #f8f8f8;
  color: var(--cachas_text);
  background: var(--cachas_dark);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  overflow: hidden;
}
.cachas_site_4701002176 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cachas_site_4701002176 a {
  color: inherit;
}

.cachas_inner_4701002176 {
  width: min(92vw, 1600px);
  margin-inline: auto;
}

.cachas_header_4701002176 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(228, 11, 127, 0.26);
  backdrop-filter: blur(14px);
}

.cachas_header_inner_4701002176 {
  width: min(94vw, 1360px);
  min-height: 90px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
}

.cachas_logo_4701002176 {
  width: min(24vw, 245px);
  min-width: 190px;
  display: block;
  padding: 0.55em 0.7em;
  background: #fff;
}
.cachas_logo_4701002176 img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.cachas_nav_4701002176 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cachas_nav_4701002176 .commonnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: clamp(1.2em, 2.2vw, 2.8em);
  margin: 0;
  padding: 0;
  list-style: none;
}
.cachas_nav_4701002176 .commonnav > li {
  list-style: none;
}
.cachas_nav_4701002176 .commonnav > li > a {
  position: relative;
  display: block;
  padding: 2.4em 0;
  color: #111;
  font-size: 0.95em;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}
.cachas_nav_4701002176 .commonnav > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.7em;
  width: 0;
  height: 3px;
  margin: auto;
  background: var(--cachas_base);
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
.cachas_nav_4701002176 .commonnav > li > a:hover::after, .cachas_nav_4701002176 .commonnav > li > a.is_current::after {
  width: 100%;
}

.cachas_header_cta_4701002176,
.cachas_outline_btn_4701002176,
.cachas_class_body_4701002176 a,
.cachas_schedule_panel_4701002176 a,
.cachas_footer_cta_4701002176 a:first-of-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.7em;
  min-height: 46px;
  padding: 0.8em 1.7em;
  border: 2px solid var(--cachas_base);
  color: #fff !important;
  background: var(--cachas_base);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
}

.cachas_menu_toggle_4701002176 {
  background: var(--cachas_base);
}

.cachas_site_4701002176 #nav_slide_toggle {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 1000;
  width: 58px;
  height: 58px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  border-radius: 50%;
  color: #fff;
  background: var(--cachas_base);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.36);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.36);
}
.cachas_site_4701002176 #nav_slide_toggle .hamburger_icon {
  width: 24px;
  display: grid;
  gap: 5px;
  place-items: center;
}
.cachas_site_4701002176 #nav_slide_toggle .hamburger_icon span {
  display: block;
  width: 24px;
  height: 2px;
  margin-left: 0;
  background: #fff;
}
.cachas_site_4701002176 #nav_slide_toggle .hamburger_icon span:nth-child(1), .cachas_site_4701002176 #nav_slide_toggle .hamburger_icon span:nth-child(2), .cachas_site_4701002176 #nav_slide_toggle .hamburger_icon span:nth-child(3) {
  width: 24px;
  margin-left: 0;
}
.cachas_site_4701002176 #nav_slide_toggle .menu_text {
  color: #fff;
  font-size: 0.62em;
  font-weight: 900;
  line-height: 1;
}

@media screen and (min-width: 501px) {
  .cachas_site_4701002176 #nav_slide_toggle {
    display: none !important;
  }
}
.cachas_site_4701002176 .nav_slide_right .nav_slide_container {
  background: #fff;
}

.cachas_site_4701002176 .nav_menu_content .commonnav {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cachas_site_4701002176 .nav_menu_content .commonnav li {
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.cachas_site_4701002176 .nav_menu_content .commonnav a {
  display: block;
  padding: 1.25em 1.1em;
  color: #111;
  font-size: clamp(1.25em, 5vw, 2em);
  font-weight: 900;
  line-height: 1.2;
}

.cachas_site_4701002176 .nav_menu_area {
  font-size: 1.12rem;
}

.cachas_hero_4701002176 {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  height: 100vh;
  height: 100svh;
  max-height: none;
  isolation: isolate;
  background: var(--cachas_gray);
  overflow: hidden;
}
.cachas_hero_4701002176::before, .cachas_hero_4701002176::after {
  content: "";
  position: absolute;
  inset-block: 0;
  width: 18vw;
  z-index: 2;
  background: linear-gradient(135deg, var(--cachas_base), rgba(228, 11, 127, 0.42));
  -webkit-transform: skewX(-24deg);
          transform: skewX(-24deg);
}
.cachas_hero_4701002176::before {
  left: -8vw;
}
.cachas_hero_4701002176::after {
  right: -9vw;
}

.cachas_hero_bg_4701002176 {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cachas_hero_bg_4701002176 .slider_fullslider_wrap,
.cachas_hero_bg_4701002176 .slider_fullslider {
  width: 100%;
  height: 100%;
}
.cachas_hero_bg_4701002176 .slider_fullslider {
  width: 100%;
}
.cachas_hero_bg_4701002176 .cachas_hero_movie_4701002176 {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  overflow: hidden;
}
.cachas_hero_bg_4701002176 .cachas_hero_movie_4701002176 video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.cachas_hero_bg_4701002176::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.cachas_hero_bg_4701002176 img {
  -webkit-filter: saturate(0.88) contrast(1.08);
          filter: saturate(0.88) contrast(1.08);
}

.cachas_hero_side_4701002176 {
  position: absolute;
  left: 4.2vw;
  top: 17%;
  z-index: 4;
  width: min(20vw, 230px);
  display: grid;
  gap: 0;
}
.cachas_hero_side_4701002176 a {
  position: relative;
  min-height: 74px;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: var(--cachas_base);
  border-left: 4px solid var(--cachas_base);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.cachas_hero_side_4701002176 a::after {
  display: none;
}
.cachas_hero_side_4701002176 img {
  display: none;
}
.cachas_hero_side_4701002176 span {
  color: #fff;
  font-size: 0.92em;
  font-weight: 900;
  line-height: 1.1;
}
.cachas_hero_side_4701002176 small {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.74em;
  font-weight: 800;
}

.cachas_hero_copy_4701002176 {
  position: relative;
  z-index: 5;
  width: min(68vw, 960px);
  height: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4em 0 5em 10vw;
  text-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
}
.cachas_hero_copy_4701002176 h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(4.4em, 9vw, 10.5em);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: none;
}
.cachas_hero_copy_4701002176 h1 span {
  display: block;
  color: var(--cachas_base);
  font-size: 1.14em;
  font-style: italic;
  text-transform: uppercase;
}
.cachas_hero_copy_4701002176 p:last-child {
  margin-top: 0.8em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.2em, 2.6vw, 2.2em);
  font-weight: 900;
  line-height: 1.5;
}

.cachas_hero_label_4701002176 {
  margin-bottom: 1em;
  color: var(--cachas_sub);
  font-size: 1.15em;
  font-weight: 900;
  text-transform: uppercase;
}

.cachas_scroll_4701002176 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.8em;
  z-index: 6;
  width: 24px;
  height: 24px;
  margin: auto;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cachas_news_4701002176 {
  color: #111;
  background: #fff;
  border-top: 1px solid rgba(145, 120, 60, 0.28);
  border-bottom: 1px solid rgba(145, 120, 60, 0.28);
}

.cachas_news_inner_4701002176 {
  min-height: 145px;
  padding: 1.7em 0;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3em;
}

.cachas_section_head_4701002176 {
  text-align: center;
}
.cachas_section_head_4701002176 span {
  display: block;
  color: var(--cachas_base);
  font-size: clamp(2.5em, 5vw, 5em);
  font-weight: 900;
  font-style: italic;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}
.cachas_section_head_4701002176 h2 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-top: 0.8em;
  color: currentColor;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.95em;
  font-weight: 900;
  line-height: 1;
}
.cachas_section_head_4701002176 h2::before, .cachas_section_head_4701002176 h2::after {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--cachas_sub);
}

.cachas_section_head_4701002176.is_left_4701002176 {
  text-align: left;
}
.cachas_section_head_4701002176.is_left_4701002176 h2::before {
  display: none;
}

.cachas_news_list_4701002176 {
  display: grid;
}
.cachas_news_list_4701002176 li + li {
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}
.cachas_news_list_4701002176 a {
  min-height: 40px;
  display: grid;
  grid-template-columns: 130px 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.95em;
  font-weight: 700;
}
.cachas_news_list_4701002176 time {
  color: var(--cachas_base);
  font-family: "Oswald", sans-serif;
}
.cachas_news_list_4701002176 i {
  color: var(--cachas_base);
}

.cachas_text_link_4701002176 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.7em;
  min-height: 46px;
  padding: 0.8em 1.5em;
  color: #fff !important;
  background: var(--cachas_base);
  border: 2px solid var(--cachas_base);
  font-weight: 900;
  white-space: nowrap;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
}
.cachas_text_link_4701002176 i {
  color: #fff;
}

.cachas_about_4701002176,
.cachas_production_4701002176 {
  position: relative;
  padding: clamp(5em, 9vw, 9em) 0;
  background: radial-gradient(circle at 22% 22%, rgba(228, 11, 127, 0.2), transparent 25%), linear-gradient(135deg, #030303 0%, #0f050b 100%);
  overflow: hidden;
}
.cachas_about_4701002176::before,
.cachas_production_4701002176::before {
  content: "C";
  position: absolute;
  left: 6vw;
  top: 12%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(228, 11, 127, 0.34);
  font-size: clamp(18em, 32vw, 38em);
  font-weight: 900;
  line-height: 0.7;
  opacity: 0.5;
}

.cachas_about_4701002176 {
  color: #111;
  background: radial-gradient(circle at 22% 22%, rgba(228, 11, 127, 0.08), transparent 25%), #fff;
}
.cachas_about_4701002176::before {
  -webkit-text-stroke-color: rgba(228, 11, 127, 0.18);
}

.cachas_about_grid_4701002176 {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) 1.14fr;
  gap: 4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cachas_about_text_4701002176 p {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.02em;
  font-weight: 600;
  line-height: 2.1;
}

.cachas_about_points_4701002176 {
  margin: 2em 0;
  display: grid;
  gap: 0.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.cachas_about_points_4701002176 li {
  position: relative;
  padding-left: 1.6em;
}
.cachas_about_points_4701002176 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.8em;
  height: 0.8em;
  background: var(--cachas_base);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.cachas_about_photo_4701002176 {
  aspect-ratio: 16/9;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  -webkit-box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
          box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}

.cachas_outline_btn_4701002176 {
  color: #fff !important;
  background: var(--cachas_base);
}
.cachas_outline_btn_4701002176:hover {
  background: var(--cachas_base);
}

.cachas_about_4701002176 .cachas_outline_btn_4701002176 {
  color: #fff !important;
}
.cachas_about_4701002176 .cachas_outline_btn_4701002176:hover {
  color: #fff !important;
}

.cachas_strength_4701002176 {
  position: relative;
  padding: clamp(5em, 8vw, 8em) 0;
  background: #050505;
}
.cachas_strength_4701002176::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 18%, rgba(228, 11, 127, 0.18) 18% 34%, transparent 34% 100%), linear-gradient(300deg, transparent 0 60%, rgba(145, 120, 60, 0.14) 60% 72%, transparent 72% 100%);
}

.cachas_strength_4701002176 .cachas_section_head_4701002176 {
  color: #fff;
}
.cachas_strength_4701002176 .cachas_section_head_4701002176 h2::before,
.cachas_strength_4701002176 .cachas_section_head_4701002176 h2::after {
  background: #fff;
}

.cachas_strength_grid_4701002176 {
  position: relative;
  z-index: 1;
  margin-top: clamp(2em, 4vw, 4em);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4em;
}
.cachas_strength_grid_4701002176 article {
  min-height: 360px;
  padding: clamp(3.2em, 4.8vw, 5em) clamp(2.8em, 4.2vw, 4.4em);
  background: linear-gradient(135deg, rgba(228, 11, 127, 0.72), rgba(94, 0, 42, 0.82));
  border: 1px solid rgba(255, 255, 255, 0.12);
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}
.cachas_strength_grid_4701002176 span {
  color: #fff;
  font-size: 4.1em;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}
.cachas_strength_grid_4701002176 i {
  float: right;
  color: #fff;
  font-size: 3em;
}
.cachas_strength_grid_4701002176 h3 {
  clear: both;
  margin-top: 1.6em;
  color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.25em, 2vw, 1.7em);
  font-weight: 900;
  line-height: 1.55;
}
.cachas_strength_grid_4701002176 p {
  color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1em, 1.2vw, 1.16em);
  font-weight: 600;
  line-height: 1.9;
}

.cachas_class_4701002176,
.cachas_schedule_4701002176 {
  padding: clamp(4.5em, 8vw, 8em) 0;
  color: #111;
  background: linear-gradient(135deg, rgba(228, 11, 127, 0.04), transparent 28%), #fff;
}

.cachas_class_grid_4701002176 {
  margin-top: 3em;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(0, 0, 0, 0.24);
}
.cachas_class_grid_4701002176 article {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 360px;
  background: #fff;
  overflow: hidden;
}
.cachas_class_grid_4701002176 article + article {
  border-left: 1px solid rgba(0, 0, 0, 0.24);
}
.cachas_class_grid_4701002176 figure {
  min-height: 360px;
}

.cachas_class_body_4701002176 {
  position: relative;
  padding: clamp(2em, 4vw, 4em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.cachas_class_body_4701002176::after {
  content: "";
  position: absolute;
  right: -5em;
  bottom: -5em;
  width: 10em;
  height: 10em;
  background: var(--cachas_base);
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  opacity: 0.18;
}
.cachas_class_body_4701002176 h3 {
  color: var(--cachas_base);
  font-size: clamp(2.2em, 4vw, 4em);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}
.cachas_class_body_4701002176 strong {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.cachas_class_body_4701002176 p {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
}
.cachas_class_body_4701002176 a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1em;
  color: #fff !important;
  background: var(--cachas_base);
}

.cachas_production_grid_4701002176 {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.86fr 1.48fr 0.86fr;
  gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cachas_production_text_4701002176 p,
.cachas_instructor_card_4701002176 p {
  color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
}

.cachas_production_photos_4701002176 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7em;
}
.cachas_production_photos_4701002176 figure {
  aspect-ratio: 0.78/1;
  clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
  border: 2px solid rgba(228, 11, 127, 0.28);
}

.cachas_instructor_card_4701002176 {
  padding: 2.6em 2em;
  background: rgba(228, 11, 127, 0.12);
  border-left: 4px solid var(--cachas_base);
}

.cachas_price_4701002176 {
  position: relative;
  padding: clamp(4.5em, 8vw, 8em) 0;
  background: linear-gradient(55deg, transparent 0 17%, rgba(228, 11, 127, 0.26) 17% 38%, transparent 38% 100%), linear-gradient(125deg, transparent 0 58%, rgba(228, 11, 127, 0.2) 58% 76%, transparent 76% 100%), #650024;
}

.cachas_price_table_4701002176 {
  margin-top: 3em;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.65);
}
.cachas_price_table_4701002176 table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  text-align: center;
}
.cachas_price_table_4701002176 th,
.cachas_price_table_4701002176 td {
  padding: 1.25em 1em;
  border: 1px solid rgba(255, 255, 255, 0.56);
}
.cachas_price_table_4701002176 thead th {
  background: rgba(0, 0, 0, 0.26);
  color: #fff;
}
.cachas_price_table_4701002176 tbody th {
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
}

.cachas_price_note_4701002176 {
  margin-top: 1.5em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}

.cachas_schedule_grid_4701002176 {
  margin-top: 3em;
  display: grid;
  grid-template-columns: minmax(320px, 0.58fr) 1fr;
  min-height: 390px;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.14);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.14);
}

.cachas_schedule_panel_4701002176 {
  padding: clamp(2em, 4vw, 4em);
  color: #fff;
  background: #050505;
}
.cachas_schedule_panel_4701002176 h3 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  font-weight: 900;
}
.cachas_schedule_panel_4701002176 ul {
  margin: 2em 0;
  display: grid;
}
.cachas_schedule_panel_4701002176 li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1em;
  padding: 0.9em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.cachas_schedule_panel_4701002176 time {
  color: var(--cachas_base);
  font-family: "Oswald", sans-serif;
  font-weight: 900;
}

.cachas_footer_4701002176 {
  padding: 4em 0 2em;
  background: #030303;
  border-top: 1px solid rgba(228, 11, 127, 0.5);
}

.cachas_footer_grid_4701002176 {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 4em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.cachas_footer_brand_4701002176 img {
  width: min(280px, 80%);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cachas_footer_brand_4701002176 p {
  margin-top: 1.6em;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Noto Sans JP", sans-serif;
}

.cachas_footer_nav_4701002176 ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1em 2em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cachas_footer_nav_4701002176 ul li {
  list-style: none;
}
.cachas_footer_nav_4701002176 ul a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7em;
  color: #fff;
  font-weight: 900;
}
.cachas_footer_nav_4701002176 ul a::before {
  content: ">";
  color: var(--cachas_base);
}

.cachas_footer_cta_4701002176 p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4em;
  font-weight: 900;
}

.cachas_footer_tel_4701002176 {
  display: block;
  margin-top: 1.4em;
  color: #fff;
  font-size: 1.5em;
  font-weight: 900;
}

.cachas_copy_4701002176 {
  width: min(92vw, 1280px);
  margin: 3em auto 0;
  padding-top: 1.6em;
  border-top: 1px solid var(--cachas_base);
  color: rgba(255, 255, 255, 0.58);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.86em;
  text-align: center;
}

.cachas_lower_board_4701002176 {
  color: #1a1a1a;
  background: #fff;
}
.cachas_lower_board_4701002176 :where(h2, h3, h4, p, ul, ol, table) {
  margin: 0;
}
.cachas_lower_board_4701002176 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cachas_lower_board_grid_4701002176 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.cachas_lower_board_grid_4701002176 > .overflow {
  width: 100%;
  min-width: 0;
  overflow: visible !important;
}
.cachas_lower_board_grid_4701002176 > .overflow + .overflow {
  border-top: 10px solid #050505;
}

.cachas_lower_page_4701002176 {
  position: relative;
  width: 100%;
  min-width: 0;
  background: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: clamp(1.08rem, 1rem + 0.46vw, 1.32rem);
  overflow: hidden;
}

.cachas_lower_hero_4701002176 {
  position: relative;
  min-height: clamp(320px, 28vw, 460px);
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  overflow: hidden;
}
.cachas_lower_hero_4701002176::before, .cachas_lower_hero_4701002176::after {
  content: "";
  position: absolute;
  inset-block: 0;
  width: 38px;
  z-index: 3;
  background: var(--cachas_base);
  -webkit-transform: skewX(-22deg);
          transform: skewX(-22deg);
}
.cachas_lower_hero_4701002176::before {
  left: -18px;
}
.cachas_lower_hero_4701002176::after {
  right: 28px;
  background: var(--cachas_sub);
  opacity: 0.88;
}
.cachas_lower_hero_4701002176 img {
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-filter: saturate(1.02) contrast(1.03);
          filter: saturate(1.02) contrast(1.03);
}
.cachas_lower_hero_4701002176 div {
  position: relative;
  z-index: 4;
  padding: clamp(5em, 9vw, 9em) min(7vw, 7em) clamp(2.4em, 5vw, 4.2em);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
}
.cachas_lower_hero_4701002176 h2 {
  color: var(--cachas_base);
  font-size: clamp(4em, 8vw, 7.2em);
  font-weight: 900;
  font-style: italic;
  line-height: 0.92;
}
.cachas_lower_hero_4701002176 p {
  margin-top: 0.4em;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.12em;
  font-weight: 900;
}

.cachas_lower_hero_4701002176.is_collage_4701002176,
.cachas_lower_hero_4701002176.is_about_4701002176 {
  min-height: clamp(320px, 28vw, 460px);
}

.cachas_lower_class_split_4701002176 {
  position: relative;
  padding: clamp(3.2em, 6vw, 6em) min(7vw, 7em);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2em, 5vw, 5em);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(228, 11, 127, 0.22);
}
.cachas_lower_class_split_4701002176::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 20%;
  width: 54px;
  height: 54px;
  background: var(--cachas_base);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.cachas_lower_class_split_4701002176 span {
  color: var(--cachas_base);
  font-size: clamp(2.5em, 5vw, 5em);
  font-weight: 900;
  font-style: italic;
  line-height: 0.96;
}
.cachas_lower_class_split_4701002176 strong {
  display: block;
  margin: 0.7em 0;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.98em;
  font-weight: 900;
}
.cachas_lower_class_split_4701002176 h3 {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.45em, 2.2vw, 2.2em);
  font-weight: 900;
  line-height: 1.6;
}
.cachas_lower_class_split_4701002176 p {
  margin-top: 1em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1.9;
}
.cachas_lower_class_split_4701002176 figure {
  aspect-ratio: 1/1.1;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.cachas_lower_class_split_4701002176.is_reverse_4701002176 {
  grid-template-columns: 1.05fr 0.95fr;
}
.cachas_lower_class_split_4701002176.is_reverse_4701002176 figure {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.cachas_lower_feature_cards_4701002176 {
  padding: clamp(2.2em, 4vw, 4em) min(7vw, 7em);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1em, 2vw, 1.8em);
}
.cachas_lower_feature_cards_4701002176 section {
  min-height: 180px;
  padding: clamp(1.4em, 2.6vw, 2.4em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.55em;
  border: 1px solid rgba(228, 11, 127, 0.55);
  background: #fff;
  text-align: center;
}
.cachas_lower_feature_cards_4701002176 i {
  color: var(--cachas_sub);
  font-size: clamp(3.3em, 5vw, 4.8em);
}
.cachas_lower_feature_cards_4701002176 h4 {
  color: var(--cachas_base);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.15em;
  font-weight: 900;
  line-height: 1.5;
}
.cachas_lower_feature_cards_4701002176 p {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.7;
}

.cachas_lower_table_4701002176,
.cachas_lower_calendar_4701002176,
.cachas_lower_access_4701002176,
.cachas_lower_faq_4701002176 {
  padding: clamp(2.6em, 5vw, 5em) min(7vw, 7em);
}
.cachas_lower_table_4701002176 h3,
.cachas_lower_calendar_4701002176 h3,
.cachas_lower_access_4701002176 h3,
.cachas_lower_faq_4701002176 h3 {
  margin-bottom: 0.7em;
  color: var(--cachas_base);
  font-size: clamp(2.5em, 5vw, 5em);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  text-align: center;
}

.cachas_lower_table_4701002176 table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  line-height: 1.6;
}
.cachas_lower_table_4701002176 table th,
.cachas_lower_table_4701002176 table td {
  padding: 0.75em 0.5em;
  border: 1px solid #d8d8d8;
  color: #222;
  text-align: center;
}
.cachas_lower_table_4701002176 table th {
  font-weight: 900;
}

.cachas_lower_lead_4701002176 {
  padding: clamp(3em, 5vw, 5em) min(7vw, 7em) clamp(2.2em, 4vw, 4em);
  text-align: center;
}
.cachas_lower_lead_4701002176 h3 {
  color: var(--cachas_base);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2em, 4.2vw, 4em);
  font-weight: 900;
  line-height: 1.65;
}
.cachas_lower_lead_4701002176 p {
  margin-top: 1.2em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.06em, 1.4vw, 1.22em);
  font-weight: 600;
  line-height: 2;
}

.cachas_instructor_intro_4701002176 {
  padding: clamp(2.6em, 5vw, 5em) min(7vw, 7em) 0;
  text-align: center;
}
.cachas_instructor_intro_4701002176 h3 {
  color: var(--cachas_base);
  font-size: clamp(2.5em, 5vw, 5em);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}
.cachas_instructor_intro_4701002176 p {
  margin-top: 0.8em;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.05em, 1.5vw, 1.28em);
  font-weight: 900;
  line-height: 1.8;
}

.cachas_lower_profile_grid_4701002176 {
  padding: clamp(2.4em, 5vw, 5em) min(7vw, 7em);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1em, 2vw, 1.6em);
}
.cachas_lower_profile_grid_4701002176 section {
  min-width: 0;
  padding: 0.6em;
  border: 1px solid rgba(145, 120, 60, 0.4);
  background: #fff;
  text-align: center;
}
.cachas_lower_profile_grid_4701002176 img,
.cachas_lower_profile_grid_4701002176 .is_soon_4701002176::before {
  width: 100%;
  aspect-ratio: 1/1.15;
  margin-bottom: 0.65em;
  -o-object-fit: cover;
     object-fit: cover;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), #ececec;
}
.cachas_lower_profile_grid_4701002176 h4 {
  color: var(--cachas_base);
  font-size: 1.35em;
  font-weight: 900;
}
.cachas_lower_profile_grid_4701002176 p,
.cachas_lower_profile_grid_4701002176 a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.6;
}
.cachas_lower_profile_grid_4701002176 a {
  margin-top: 0.75em;
  min-height: 46px;
  padding: 0.75em 1em;
  display: block;
  color: #fff;
  background: var(--cachas_base);
  border: 1px solid var(--cachas_base);
}
.cachas_lower_profile_grid_4701002176 .is_soon_4701002176::before {
  content: "";
  display: block;
  clip-path: polygon(50% 8%, 78% 24%, 78% 78%, 50% 95%, 22% 78%, 22% 24%);
}
.cachas_lower_profile_grid_4701002176 .is_soon_4701002176 h4 {
  color: var(--cachas_sub);
  font-style: italic;
}

.cachas_lower_profile_grid_4701002176.is_instructor_profiles_4701002176 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.4em, 3vw, 2.4em);
}
.cachas_lower_profile_grid_4701002176.is_instructor_profiles_4701002176 section {
  padding: clamp(1em, 2vw, 1.5em);
  display: grid;
  grid-template-columns: minmax(180px, 0.46fr) 1fr;
  gap: clamp(1em, 2vw, 1.8em);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-color: rgba(228, 11, 127, 0.3);
  text-align: left;
}
.cachas_lower_profile_grid_4701002176.is_instructor_profiles_4701002176 img {
  height: auto;
  aspect-ratio: 4/5;
  margin-bottom: 0;
}
.cachas_lower_profile_grid_4701002176.is_instructor_profiles_4701002176 h4 {
  margin-top: 0.18em;
  font-size: clamp(1.8em, 3vw, 2.9em);
  font-style: italic;
  line-height: 1;
}
.cachas_lower_profile_grid_4701002176.is_instructor_profiles_4701002176 p {
  color: #333;
  font-size: clamp(0.94em, 1.1vw, 1.06em);
  font-weight: 600;
  line-height: 1.85;
}
.cachas_lower_profile_grid_4701002176.is_instructor_profiles_4701002176 .cachas_profile_role_4701002176 {
  color: var(--cachas_sub);
  font-size: 1em;
  font-weight: 900;
  line-height: 1.4;
}
.cachas_lower_profile_grid_4701002176.is_instructor_profiles_4701002176 a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.8em 0 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.55em;
  min-height: 42px;
  padding: 0.65em 1.1em;
  font-size: 0.9em;
  line-height: 1;
}

.cachas_lower_cta_line_4701002176,
.cachas_lower_final_cta_4701002176 {
  margin: 1em;
  padding: 1.15em;
  border: 2px solid var(--cachas_base);
  text-align: center;
}
.cachas_lower_cta_line_4701002176 p,
.cachas_lower_final_cta_4701002176 p {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.98em;
  font-weight: 900;
}
.cachas_lower_cta_line_4701002176 a,
.cachas_lower_final_cta_4701002176 a {
  margin-top: 0.8em;
  min-height: 52px;
  padding: 0.85em 1.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6em;
  color: #fff;
  background: var(--cachas_base);
  border: 1px solid var(--cachas_base);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1;
}

.cachas_lower_big_cta_4701002176 {
  margin: 1em;
  padding: 1.8em 1.2em;
  color: #fff;
  background: linear-gradient(135deg, var(--cachas_base), #c70069);
  text-align: center;
}
.cachas_lower_big_cta_4701002176 h3 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2em, 4vw, 3.6em);
  font-weight: 900;
  line-height: 1.6;
}
.cachas_lower_big_cta_4701002176 p {
  margin-top: 0.8em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.95em;
  font-weight: 700;
}
.cachas_lower_big_cta_4701002176 a {
  margin-top: 1.2em;
  min-height: 40px;
  padding: 0.85em 1.2em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  color: #fff;
  border: 1px solid #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.cachas_lower_profile_4701002176 {
  padding: clamp(2.8em, 5vw, 5.5em) min(7vw, 7em);
  text-align: center;
}
.cachas_lower_profile_4701002176 > h3 {
  color: var(--cachas_base);
  font-size: clamp(2.5em, 5vw, 5em);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}
.cachas_lower_profile_4701002176 > p {
  margin-top: 0.4em;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.96em;
  font-weight: 900;
}
.cachas_lower_profile_4701002176 > div {
  margin-top: clamp(1.6em, 3vw, 2.8em);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.4em, 3vw, 2.6em);
}
.cachas_lower_profile_4701002176 section {
  min-height: 0;
  padding: clamp(1em, 2vw, 1.8em);
  border: 1px solid rgba(145, 120, 60, 0.7);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0)), #fff;
  text-align: left;
}
.cachas_lower_profile_4701002176 h4 {
  color: var(--cachas_base);
  font-size: clamp(1.7em, 3vw, 2.8em);
  font-weight: 900;
  font-style: italic;
  line-height: 1.25;
}

.cachas_production_profile_group_4701002176 {
  min-width: 0;
}

.cachas_production_profile_head_4701002176 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  padding-bottom: 0.8em;
  border-bottom: 2px solid rgba(228, 11, 127, 0.22);
}
.cachas_production_profile_head_4701002176 span {
  color: var(--cachas_sub);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.86em;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cachas_production_member_grid_4701002176 {
  margin-top: clamp(1.2em, 2.4vw, 2em);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0.8em;
}
.cachas_production_member_grid_4701002176 article {
  min-width: 0;
  padding: 1em;
  overflow: hidden;
  border: 1px solid rgba(145, 120, 60, 0.34);
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
}
.cachas_production_member_grid_4701002176 .cachas_production_member_photo_4701002176 {
  width: min(174px, 100%);
  aspect-ratio: 2/3;
  margin: 0 auto 0.85em;
  overflow: hidden;
  border-radius: 10px;
  background: #f4f1eb;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}
.cachas_production_member_grid_4701002176 .cachas_production_member_photo_4701002176 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cachas_production_member_grid_4701002176 .cachas_production_member_photo_4701002176.is_group_4701002176 {
  width: min(230px, 100%);
  aspect-ratio: 3/2;
}
.cachas_production_member_grid_4701002176 h5 {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.08em, 1.4vw, 1.26em);
  font-weight: 900;
  line-height: 1.45;
}
.cachas_production_member_grid_4701002176 p {
  margin-top: 0.15em;
  color: var(--cachas_sub);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  font-weight: 900;
  line-height: 1.5;
}
.cachas_production_member_grid_4701002176 dl {
  margin-top: 0.7em;
  display: grid;
  gap: 0.35em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.88em;
  line-height: 1.55;
}
.cachas_production_member_grid_4701002176 dl div {
  display: grid;
  grid-template-columns: 5.8em 1fr;
  gap: 0.45em;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.cachas_production_member_grid_4701002176 dt {
  color: var(--cachas_base);
  font-weight: 900;
}
.cachas_production_member_grid_4701002176 dd {
  min-width: 0;
  font-weight: 700;
}

.cachas_production_member_grid_4701002176.is_production_4701002176 {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.cachas_production_member_grid_4701002176.is_production_4701002176 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 104px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.cachas_calendar_box_4701002176 {
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.cachas_calendar_box_4701002176 > div {
  padding: 0.8em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  background: var(--cachas_base);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  font-weight: 900;
}
.cachas_calendar_box_4701002176 table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.86em;
  text-align: center;
}
.cachas_calendar_box_4701002176 th,
.cachas_calendar_box_4701002176 td {
  height: 42px;
  padding: 0.35em;
  border: 1px solid #e2e2e2;
  color: #333;
  vertical-align: top;
}
.cachas_calendar_box_4701002176 em {
  display: block;
  margin-top: 0.2em;
  padding: 0.2em;
  color: #fff;
  background: #587cbd;
  font-style: normal;
  line-height: 1.2;
}

.cachas_lower_notice_4701002176 {
  margin: clamp(1.6em, 3vw, 2.8em) min(7vw, 7em);
  padding: clamp(2em, 4vw, 4em) min(6vw, 6em);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.4em, 3vw, 2.6em);
  border: 1px solid rgba(228, 11, 127, 0.5);
  background: #fff;
}
.cachas_lower_notice_4701002176 section {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 0.35em 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.8;
}
.cachas_lower_notice_4701002176 i {
  grid-row: span 2;
  color: var(--cachas_base);
  font-size: clamp(3.4em, 5vw, 5em);
}
.cachas_lower_notice_4701002176 span {
  display: block;
  color: #111;
  font-size: clamp(1.25em, 2vw, 1.7em);
  font-weight: 900;
}
.cachas_lower_notice_4701002176 p {
  grid-column: 2;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.8;
}

.cachas_lower_button_row_4701002176 {
  padding: 1em 1.2em 1.6em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
.cachas_lower_button_row_4701002176 a {
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: var(--cachas_base);
  border: 2px solid var(--cachas_base);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  font-weight: 900;
  text-align: center;
}

.cachas_lower_access_4701002176 > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.4em, 3vw, 2.5em);
}
.cachas_lower_access_4701002176 section {
  padding: clamp(1.2em, 2vw, 1.8em);
  border: 1px solid rgba(228, 11, 127, 0.35);
  background: #fff;
  text-align: center;
}
.cachas_lower_access_4701002176 b {
  display: inline-block;
  padding: 0.4em 0.9em;
  color: #fff;
  background: var(--cachas_base);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.68em;
}
.cachas_lower_access_4701002176 h4 {
  margin-top: 0.8em;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  font-weight: 900;
}
.cachas_lower_access_4701002176 p {
  margin-top: 0.7em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.7;
}
.cachas_lower_access_4701002176 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.8em;
  min-height: 42px;
  padding: 0.65em 1em;
  color: #fff;
  background: var(--cachas_base);
  border: 1px solid var(--cachas_base);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  font-weight: 900;
}

.cachas_map_embed_4701002176 {
  margin-top: 1.2em;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.14);
}
.cachas_map_embed_4701002176 iframe {
  display: block;
  width: 100%;
  height: clamp(340px, 36vw, 520px);
  border: 0;
}

.cachas_lower_faq_4701002176 > p {
  margin-bottom: 1em;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.08em;
  font-weight: 900;
  text-align: center;
}
.cachas_lower_faq_4701002176 details {
  border-top: 1px solid #e0e0e0;
}
.cachas_lower_faq_4701002176 details:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.cachas_lower_faq_4701002176 summary {
  position: relative;
  padding: 1em 2em 1em 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6em;
  color: var(--cachas_base);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.08em, 1.4vw, 1.28em);
  font-weight: 900;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}
.cachas_lower_faq_4701002176 summary::-webkit-details-marker {
  display: none;
}
.cachas_lower_faq_4701002176 summary::after {
  content: "+";
  position: absolute;
  right: 0.25em;
  top: 50%;
  color: var(--cachas_base);
  font-size: 1.4em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cachas_lower_faq_4701002176 details[open] summary::after {
  content: "-";
}
.cachas_lower_faq_4701002176 details p {
  padding: 0 0.4em 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.65em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.02em, 1.2vw, 1.16em);
  font-weight: 600;
  line-height: 1.8;
}
.cachas_lower_faq_4701002176 summary span,
.cachas_lower_faq_4701002176 details p span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Oswald", sans-serif;
  font-size: 1.08em;
  font-weight: 900;
  line-height: 1.25;
}
.cachas_lower_faq_4701002176 details p span {
  color: var(--cachas_sub);
}

.cachas_lower_final_cta_4701002176 {
  color: #fff;
  background: linear-gradient(135deg, var(--cachas_base), #c70069);
  border-color: var(--cachas_base);
}
.cachas_lower_final_cta_4701002176 h3 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2.5em, 5vw, 5em);
  font-weight: 900;
}
.cachas_lower_final_cta_4701002176 p {
  color: #fff;
  font-size: 1.1em;
}
.cachas_lower_final_cta_4701002176 a {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

@media screen and (max-width: 1100px) {
  .cachas_header_inner_4701002176 {
    min-height: 74px;
  }
  .cachas_nav_4701002176 .commonnav {
    gap: 1.1em;
  }
  .cachas_hero_side_4701002176 {
    width: 180px;
  }
  .cachas_strength_grid_4701002176,
  .cachas_production_grid_4701002176,
  .cachas_footer_grid_4701002176 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cachas_instructor_card_4701002176 {
    grid-column: 1/-1;
  }
  .cachas_class_grid_4701002176 {
    grid-template-columns: 1fr;
  }
  .cachas_class_grid_4701002176 article + article {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.24);
  }
  .cachas_lower_board_grid_4701002176 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  .cachas_site_4701002176 {
    overflow: hidden;
  }
  .cachas_header_inner_4701002176 {
    min-height: 68px;
  }
  .cachas_logo_4701002176 {
    width: 210px;
    min-width: 0;
  }
  .cachas_hero_4701002176 {
    min-height: 100vh;
    min-height: 100svh;
    height: 100vh;
    height: 100svh;
    max-height: none;
  }
  .cachas_hero_4701002176::before, .cachas_hero_4701002176::after {
    display: none;
  }
  .cachas_hero_bg_4701002176 .cachas_hero_movie_4701002176,
  .cachas_hero_bg_4701002176 .cachas_hero_movie_4701002176 video {
    min-height: 100vh;
    min-height: 100svh;
  }
  .cachas_hero_bg_4701002176 img {
    -o-object-position: 58% center;
       object-position: 58% center;
  }
  .cachas_hero_side_4701002176 {
    display: none;
  }
  .cachas_hero_copy_4701002176 {
    width: 100%;
    min-height: 0;
    padding: 6em 1.2em 4em;
  }
  .cachas_hero_copy_4701002176 h1 {
    font-size: clamp(2.7em, 11vw, 4.1em);
  }
  .cachas_hero_copy_4701002176 p:last-child {
    font-size: 1.22em;
  }
  .cachas_news_inner_4701002176,
  .cachas_about_grid_4701002176,
  .cachas_strength_grid_4701002176,
  .cachas_production_grid_4701002176,
  .cachas_schedule_grid_4701002176,
  .cachas_footer_grid_4701002176 {
    grid-template-columns: 1fr;
  }
  .cachas_news_inner_4701002176 {
    gap: 1.6em;
  }
  .cachas_news_list_4701002176 a {
    grid-template-columns: 1fr auto;
  }
  .cachas_news_list_4701002176 a time {
    grid-column: 1/-1;
    margin-bottom: -0.6em;
  }
  .cachas_section_head_4701002176 span {
    font-size: 3.2em;
  }
  .cachas_about_4701002176,
  .cachas_production_4701002176,
  .cachas_class_4701002176,
  .cachas_price_4701002176,
  .cachas_schedule_4701002176 {
    padding: 4em 0;
  }
  .cachas_about_photo_4701002176 {
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  }
  .cachas_strength_grid_4701002176 article {
    min-height: auto;
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  }
  .cachas_class_grid_4701002176 article,
  .cachas_class_grid_4701002176 article:nth-child(2) {
    grid-template-columns: 1fr;
  }
  .cachas_class_grid_4701002176 article:nth-child(2) figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cachas_class_grid_4701002176 figure {
    min-height: 250px;
  }
  .cachas_production_photos_4701002176 {
    grid-template-columns: 1fr;
  }
  .cachas_production_photos_4701002176 figure {
    aspect-ratio: 16/10;
  }
  .cachas_schedule_grid_4701002176 {
    min-height: auto;
  }
  .cachas_schedule_panel_4701002176 li {
    grid-template-columns: 1fr;
    gap: 0.2em;
  }
  .cachas_footer_nav_4701002176 ul {
    grid-template-columns: 1fr;
  }
  .cachas_site_4701002176 #nav_slide_toggle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .cachas_lower_board_4701002176 {
    padding: 0;
  }
  .cachas_lower_board_grid_4701002176,
  .cachas_lower_feature_cards_4701002176,
  .cachas_lower_profile_grid_4701002176,
  .cachas_lower_access_4701002176 > div,
  .cachas_lower_button_row_4701002176 {
    grid-template-columns: 1fr;
  }
  .cachas_lower_page_4701002176 {
    width: 100%;
  }
  .cachas_lower_hero_4701002176 {
    min-height: 280px;
  }
  .cachas_lower_class_split_4701002176,
  .cachas_lower_class_split_4701002176.is_reverse_4701002176 {
    grid-template-columns: 1fr;
  }
  .cachas_lower_class_split_4701002176.is_reverse_4701002176 figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .cachas_lower_profile_grid_4701002176.is_instructor_profiles_4701002176 section,
  .cachas_lower_notice_4701002176 {
    grid-template-columns: 1fr;
  }
  .cachas_production_profile_head_4701002176 {
    display: block;
  }
  .cachas_production_member_grid_4701002176 {
    grid-template-columns: 1fr;
  }
  .cachas_production_member_grid_4701002176 dl div {
    grid-template-columns: 5.2em 1fr;
  }
  .cachas_lower_notice_4701002176 p {
    grid-column: auto;
  }
}
.cachas_price_cards_4701002176 {
  margin-top: 3em;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1em;
}

.cachas_price_card_4701002176 {
  position: relative;
  padding: clamp(1.8em, 3vw, 2.8em) 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.7em;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
  overflow: hidden;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease, -webkit-transform 0.25s ease;
}
.cachas_price_card_4701002176::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(228, 11, 127, 0.18), transparent 60%);
  pointer-events: none;
}
.cachas_price_card_4701002176:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  background: rgba(228, 11, 127, 0.18);
  border-color: var(--cachas_base);
}

.cachas_price_card_label_4701002176 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.9em, 1.2vw, 1.1em);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.cachas_price_card_price_4701002176 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(2em, 3.2vw, 3.4em);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
.cachas_price_card_price_4701002176 span {
  font-size: 0.55em;
  font-weight: 900;
  vertical-align: top;
  margin-top: 0.3em;
  display: inline-block;
  color: var(--cachas_base);
}
.cachas_price_card_price_4701002176 small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.42em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 0.15em;
}

@media screen and (max-width: 1100px) {
  .cachas_price_cards_4701002176 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .cachas_price_cards_4701002176 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8em;
  }
}
.cachas_lower_class_cards_4701002176 {
  padding: clamp(2.6em, 5vw, 5em) min(7vw, 7em);
}
.cachas_lower_class_cards_4701002176 h3 {
  margin-bottom: 1.2em;
  color: var(--cachas_base);
  font-size: clamp(2.5em, 5vw, 5em);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  text-align: center;
}

.cachas_lower_class_cards_grid_4701002176 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1em, 2vw, 1.6em);
}

.cachas_lower_class_card_4701002176 {
  border: 1px solid rgba(228, 11, 127, 0.3);
  background: #fff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.cachas_lower_class_card_4701002176:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 32px rgba(228, 11, 127, 0.16);
          box-shadow: 0 12px 32px rgba(228, 11, 127, 0.16);
}
.cachas_lower_class_card_4701002176 figure {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin: 0;
}
.cachas_lower_class_card_4701002176 figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.cachas_lower_class_card_4701002176:hover figure img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.cachas_lower_class_card_4701002176.is_no_image_4701002176 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 180px;
  background: linear-gradient(135deg, rgba(228, 11, 127, 0.08), rgba(145, 120, 60, 0.08));
}

.cachas_lower_class_card_body_4701002176 {
  padding: 1.1em 1.2em 1.4em;
}
.cachas_lower_class_card_body_4701002176 h4 {
  color: var(--cachas_base);
  font-size: clamp(1.2em, 1.8vw, 1.8em);
  font-weight: 900;
  font-style: italic;
  line-height: 1.1;
}

.cachas_lower_class_card_target_4701002176 {
  margin-top: 0.45em;
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.88em;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 1100px) {
  .cachas_lower_class_cards_grid_4701002176 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .cachas_lower_class_cards_grid_4701002176 {
    grid-template-columns: 1fr;
  }
  .cachas_lower_class_cards_4701002176 {
    padding: 2em 1.4em;
  }
}