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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

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

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

/* 基本設定
  ===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  font-size: 62.5%;
}
@media (max-width: 600px) {
  html {
    font-size: 50%;
  }
}

body.ds-uomachi {
  color: #333;
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.45;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

main {
  overflow-x: hidden;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.l-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.c-title {
  text-align: center;
  color: #000470;
}
.c-title h2 {
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
  font-size: 3rem;
}
@media (min-width: 600px) {
  .c-title h2 {
    font-size: 3.5rem;
  }
}
.c-title h2::after {
  content: "";
  width: 34.72222%;
  height: 1px;
  background-color: #000470;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.c-title p {
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 600px) {
  .c-title p {
    font-size: 2rem;
  }
}
.c-title .c-title__codicil {
  font-size: 10px;
  font-weight: normal;
  margin-top: 40px;
}

.c-title2 {
  text-align: center;
}
.c-title2 h2 {
  font-size: 3.2rem;
  color: #000470;
  font-weight: bold;
  margin-top: -1.1em;
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  .c-title2 h2 {
    margin-top: -2em;
  }
}
.c-title2 .c-title__subtitle {
  font-family: "Lato", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: rgba(0, 4, 112, 0.1);
  font-size: 7rem;
}
@media (min-width: 600px) {
  .c-title2 .c-title__subtitle {
    font-size: 10rem;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  background-color: rgba(232, 239, 255, 0.8);
  height: 40px;
}
@media (min-width: 600px) {
  header {
    height: 60px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  max-width: 1920px;
  padding-right: 0;
}

.logo {
  margin-bottom: 4px;
  width: 130px;
}
@media (min-width: 600px) {
  .logo {
    width: 180px;
  }
}

.header-nav__list {
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: right;
  align-items: center;
}
.header-nav__list li:not(:first-of-type) {
  margin-left: 20px;
}
.header-nav__list li a {
  color: #2d3363;
  font-size: 14px;
  padding: 1em 1.5rem 1em 1.5em;
  transition: all 0.2s;
}
@media (min-width: 600px) {
  .header-nav__list li a {
    width: 180px;
  }
}
.header-nav__list li a:hover {
  background-color: #7d97de;
  color: #fff;
}

/*========= ぼかしのためのCSS ===============*/
.mainblur {
  filter: blur(8px);
}

/*========= ナビゲーション===============*/
#g-nav {
  position: fixed;
  z-index: -5;
  display: none;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(109, 128, 189, 0.8);
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  display: block;
  z-index: 998;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 20px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  transition: all 0.2s;
}
#g-nav li a:hover {
  background-color: #6e7ad9;
}

/* 3本線が回転して×に
==============================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-left: auto;
  z-index: 999;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #000470;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
  width: 45%;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
  width: 35%;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
  width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/
.openbtn.active span {
  background-color: #fff;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}

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

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}

.l-firstView {
  position: relative;
}

.l-firstView__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-right: 20px;
  padding-left: 20px;
  z-index: 3;
}

@media (max-width: 1079px) {
  .firstView__title {
    margin-bottom: 60px;
  }
}

.firstView-right__text {
  margin-left: 60px;
  font-size: 3rem;
}

.firstView-right__text-bottom {
  text-align: right;
}
.firstView-right__text-bottom span {
  font-size: 4rem;
  padding: 0 0.2em 0 0.4em;
}

.firstView__left {
  margin-right: 10%;
  position: relative;
}

.l-secondView {
  position: relative;
  margin-top: 60px;
}
@media (min-width: 600px) {
  .l-secondView {
    margin-top: 120px;
  }
}

@media (max-width: 1079px) {
  .secondView__left {
    margin-right: 2%;
  }
}
@media (min-width: 1080px) {
  .secondView__left {
    margin-right: 14%;
  }
}

.l-secondView-left__img-produce {
  width: 48vw;
  position: relative;
  z-index: 3;
}

.l-secondView-left__img-camera {
  width: 27.778vw;
  max-width: 400px;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (min-width: 600px) {
  .l-secondView-left__img-camera {
    top: 40%;
    left: 57%;
  }
}

.l-secondView-left__title {
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%) rotate(-5deg);
  z-index: 4;
}
@media (min-width: 600px) {
  .l-secondView-left__title {
    padding: 20px;
  }
}
.l-secondView-left__title p {
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 600px) {
  .l-secondView-left__title p {
    font-size: clamp(12px, 2vw, 60px);
  }
}

.secondView__accent {
  margin-left: 0.3em;
  font-size: 2rem;
  position: relative;
}
@media (min-width: 600px) {
  .secondView__accent {
    font-size: 2.77777vw;
    font-size: clamp(12px, 2.777vw, 80px);
  }
}
.secondView__accent::before {
  content: "";
  background: linear-gradient(to top, #FFF500, rgba(255, 245, 0, 0) 100%);
  width: 97%;
  height: 15px;
  position: absolute;
  bottom: -5px;
}

.secondView__right {
  position: relative;
  z-index: 4;
}

.secondView-right__frame {
  min-width: 120px;
  width: 20.833vw;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}
.secondView-right__frame:not(:last-of-type) {
  margin-bottom: 6.94444vw;
}
.secondView-right__frame p {
  font-weight: bold;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000470;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .secondView-right__frame p {
    font-size: clamp(14px, 2.083vw, 62px);
  }
}
.secondView-right__frame:not(:last-of-type)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.806vw 1.042vw 0 1.042vw;
  border-color: #000470 transparent transparent transparent;
  position: absolute;
  bottom: -6.597222vw;
  left: 50%;
  transform: translateX(-50%);
}
.secondView-right__frame:not(:last-of-type)::after {
  content: "";
  background-color: #000470;
  width: 0.41666667vw;
  height: 5.555556vw;
  position: absolute;
  bottom: -6.25vw;
  left: 50%;
  transform: translateX(-50%);
}

.l-led {
  background: url(../img/ds-uomachi__/bg-led.webp) no-repeat center center/cover;
  background-attachment: fixed;
  margin-top: 60px;
  padding: 20px;
}
@media (min-width: 600px) {
  .l-led {
    margin-top: 120px;
    padding: 40px;
  }
}

.led__left {
  color: #fff;
  font-size: 3.2rem;
  margin-right: 4.16666%;
}

.led-left__title {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  font-size: 4rem;
}
@media (max-width: 600px) {
  .led-left__title {
    position: absolute;
    right: 3%;
  }
}
@media (min-width: 600px) {
  .led-left__title {
    font-size: 7rem;
  }
}

.led-left__spec {
  display: inline-block;
  padding: 0.3em 1em;
  font-size: 2rem;
  border: 1px solid #fff;
}

.left__detail {
  font-size: 1.8rem;
}
.left__detail p {
  padding-left: 2em;
}
.left__detail p:not(:first-of-type) {
  margin-top: 10px;
}

.led__img-wrapper {
  max-width: 300px;
  flex: 0 0 36%;
}

.l-location {
  position: relative;
}

.bg-building {
  background: url(../img/ds-uomachi__/bg-building.webp) no-repeat center center/cover;
  width: 100%;
  height: 200px;
}

.bg-location {
  position: relative;
}
.bg-location::before {
  content: "";
  background: url(../img/ds-uomachi__/bg-dotted__location.webp) no-repeat center center/cover;
  width: 100%;
  height: 450px;
  position: absolute;
  top: 41%;
  left: 0;
  transform: translateY(-50%);
}

.bg-silver {
  position: relative;
}
.bg-silver::before {
  content: "";
  background: url(../img/ds-uomachi__/bg-dotted_silver.webp) no-repeat center center/cover;
  width: 100%;
  height: 640px;
  position: absolute;
  bottom: -85%;
  left: 0;
  z-index: -1;
}
@media (min-width: 600px) {
  .bg-silver::before {
    bottom: -110%;
  }
}

.l-jr {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 600px) {
  .l-jr {
    padding-right: 15.27%;
    padding-left: 15.27%;
  }
}

.jr__content {
  position: relative;
}

.jr__img-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 200px;
  overflow: hidden;
}

.l-square {
  top: -6%;
  left: 31%;
  position: absolute;
  transform: translate(-50%, 0);
}
@media (min-width: 600px) {
  .l-square {
    transform: translate(-50%, -50%);
    left: 62%;
  }
}

.square-station {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000470;
  color: #fff;
  padding: 1.111vw 1.6vw 1.389vw 1.6vw;
  font-weight: bold;
}
.square-station h3 {
  font-size: 2rem;
}
@media (min-width: 600px) {
  .square-station h3 {
    font-size: clamp(14px, 1.805555vw, 50px);
  }
}
.square-station span {
  margin-right: 0.3em;
  font-size: 3rem;
}
@media (min-width: 600px) {
  .square-station span {
    font-size: clamp(20px, 3.472222vw, 100px);
  }
}

.l-round-wrapper {
  text-align: center;
}
@media (max-width: 600px) {
  .l-round-wrapper {
    margin-top: 10px;
  }
}

.l-round {
  display: inline-block;
}
@media (min-width: 600px) {
  .l-round {
    position: absolute;
    top: 50%;
    left: 50%;
  }
}

@media (min-width: 600px) {
  .l-round_top-left {
    top: 0;
    left: 20%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 600px) {
  .l-round_bottom-right {
    top: auto;
    bottom: 0;
    left: 38%;
    transform: translate(0, 50%);
  }
}

@media (min-width: 600px) {
  .l-round-right {
    left: auto;
    right: -16%;
    transform: translate(0, -50%);
  }
}

@media (min-width: 600px) {
  .l-round_left {
    left: 2%;
    transform: translate(-50%, -40%);
  }
}

.bg-round {
  padding: 1.111vw 4.861vw;
  background-color: rgba(232, 233, 255, 0.95);
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  width: 230px;
}
@media (min-width: 600px) {
  .bg-round {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 600px) {
  .bg-round:nth-child(2n-1) {
    margin-right: 100px;
  }
  .bg-round:nth-child(2n) {
    margin-left: 100px;
  }
}

.bg-round_green {
  background-color: rgba(194, 227, 213, 0.95);
}

.round__title {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #000470;
  padding: 0.694vw 4vw;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .round__title {
    font-size: clamp(14px, 1.666666vw, 50px);
  }
}

.round__title_green {
  background-color: #007062;
}

.round__text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000470;
  margin-top: 1.1111111vw;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .round__text {
    font-size: clamp(12px, 1.388vw, 35px);
  }
}

.round__number {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000470;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .round__number {
    font-size: 1.388888vw;
  }
}
.round__number span {
  font-size: 4rem;
  padding-right: 5px;
}
@media (min-width: 600px) {
  .round__number span {
    font-size: clamp(20px, 3.472222vw, 100px);
  }
}

.l-walk {
  margin-top: 110px;
}
@media (min-width: 600px) {
  .l-walk {
    margin-top: 300px;
  }
}

.l-walk__table-potistion {
  position: relative;
}

.walk__murasakigawa-img-wrapper {
  max-width: 800px;
  overflow: hidden;
  border-radius: 50px;
}
@media (min-width: 1080px) {
  .walk__murasakigawa-img-wrapper {
    width: 55.55556%;
  }
}

@media (max-width: 1079px) {
  .walk__table-wrapper {
    margin-top: -8%;
    position: relative;
    z-index: 2;
  }
}
.walk__table-wrapper table {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 600px) {
  .walk__table-wrapper table {
    width: 90%;
    margin-left: auto;
  }
}
.walk__table-wrapper table th {
  background-color: #fff;
  padding: 5% 2%;
  text-align: center;
}
@media (min-width: 600px) {
  .walk__table-wrapper table th {
    padding: 20px 68px;
  }
}
.walk__table-wrapper table td {
  background-color: #E8E9FF;
  padding: 5% 2%;
  color: #000470;
  text-align: center;
}
@media (min-width: 600px) {
  .walk__table-wrapper table td {
    padding: 20px 68px;
  }
}

@media (min-width: 1080px) {
  .l-walk__table-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(-50%);
  }
}

.walk__slider-wrapper {
  margin-top: 60px;
}
@media (min-width: 600px) {
  .walk__slider-wrapper {
    margin-top: 100px;
  }
}

.firstview-swiper {
  width: 100%;
  position: relative;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.auto-swiper {
  width: 100%;
  position: relative;
}
.auto-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  transition-timing-function: linear;
}
.auto-swiper .swiper-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.access-map {
  width: 500px;
  max-width: 100%;
  border-radius: 50px;
  overflow: hidden;
  margin-top: 40px;
}
@media (min-width: 1080px) {
  .access-map {
    margin-top: 0;
  }
}

.iframe-wrapper {
  width: 100%;
  padding-top: 80%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.adress {
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 2rem;
}
.adress:not(:first-of-type) {
  margin-top: 16px;
}

.access__left {
  padding-right: 5%;
}

.l-business {
  margin-top: 200px;
}
@media (min-width: 600px) {
  .l-business {
    margin-top: 300px;
  }
}

.icons {
  margin-top: 60px;
}
@media (min-width: 600px) {
  .icons {
    margin-top: 100px;
  }
}

.grid-icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 40px;
  -moz-column-gap: 2.77777%;
       column-gap: 2.77777%;
  color: #000470;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

.grid-icon {
  max-width: 153px;
  position: relative;
}
.grid-icon span {
  position: absolute;
  bottom: -5px;
  left: 36%;
  font-size: 1.4rem;
  transform: translateX(-50%);
}
@media (min-width: 600px) {
  .grid-icon span {
    left: 50%;
    font-size: clamp(12px, 1.666666vw, 20px);
    white-space: nowrap;
  }
}
@media (min-width: 1400px) {
  .grid-icon span {
    font-size: 2rem;
  }
}

.business-card {
  position: relative;
  width: 350px;
}
@media (max-width: 600px) {
  .business-card {
    max-width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .business-card:not(:first-of-type) {
    margin-top: 20px;
  }
}

.bg-business-card__img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding-top: 150%;
  overflow: hidden;
}
.bg-business-card__img::before {
  content: "";
  background: url(../img/ds-uomachi__/izakaya.webp) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.bg-business-card__img:hover .business-card__title,
.bg-business-card__img:hover .business-card__text {
  transform: scale(1.15);
  z-index: 3;
}
.bg-business-card__img:hover::before {
  transform: translate(-50%, -50%) scale(1.15);
  z-index: 3;
}

.business-card__title {
  padding: 10px 15px;
  color: #fff;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 2;
  font-size: 1.8rem;
  transition: transform 0.3s;
}
@media (min-width: 1080px) {
  .business-card__title {
    font-size: 2.4rem;
  }
}

.business-card__text {
  padding: 8px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  color: #703600;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 2;
  font-size: 14px;
  transition: transform 0.3s;
}
@media (min-width: 1080px) {
  .business-card__text {
    font-size: 1.8rem;
  }
}

.bg-business-card__salon::before {
  background: url(../img/ds-uomachi__/salon.webp) no-repeat center center/cover;
}

.bg-business-card__car::before {
  background: url(../img/ds-uomachi__/car.webp) no-repeat center center/cover;
}

.color-bl {
  background-color: rgba(44, 60, 118, 0.93);
}

.color-pi {
  background-color: rgba(183, 114, 185, 0.93);
}

.color-gr {
  background-color: rgba(21, 81, 85, 0.93);
}

.c-balloon {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 241, 205, 0.95);
  border-radius: 10px;
  padding: 0.8333em 1.5em;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  left: 1%;
  z-index: 3;
}
@media (max-width: 1079px) {
  .c-balloon {
    top: -136px;
  }
}
@media (max-width: 600px) {
  .c-balloon {
    top: -100px;
  }
}
@media (min-width: 1080px) {
  .c-balloon {
    top: 53px;
    left: -19%;
  }
}
.c-balloon span {
  color: #C90000;
  padding-left: 0.3333em;
  font-weight: bold;
  font-size: 3rem;
}
.c-balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 20px 0 20px;
  border-color: rgba(255, 241, 205, 0.95) transparent transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.l-balloon_right {
  left: auto;
  right: 0;
}
@media (min-width: 1080px) {
  .l-balloon_right {
    right: -21%;
  }
}

.l-schedule {
  position: relative;
}

.l-costPlan__inner {
  max-width: 900px;
  padding-left: 40px;
}

.schedule__img-wrapper {
  width: 100%;
  height: 350px;
}
@media (min-width: 600px) {
  .schedule__img-wrapper {
    height: 500px;
  }
}
@media (min-width: 1080px) {
  .schedule__img-wrapper {
    width: 55.5556vw;
  }
}

.l-img-wrapper_right {
  margin-left: auto;
}

.bg-film_white {
  background: url("../img/ds-uomachi__/film_white.webp") no-repeat center center/cover;
}

.bg-light {
  background: url("../img/ds-uomachi__/bg-light.webp") no-repeat center center/cover;
}

.schedule__content {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.93);
  padding: 16px 10% 35px 10%;
  position: relative;
  box-shadow: #a7a7a7 0 0 10px;
  margin-top: -200px;
}
@media (min-width: 600px) {
  .schedule__content {
    margin-top: -456px;
  }
}

.schedule__fz {
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 600px) {
  .schedule__fz {
    font-size: 2.4rem;
  }
}
.schedule__fz span {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding-left: 0.8em;
  font-family: "Lato", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.schedule__fz p {
  font-size: 1.4rem;
  color: #666;
}

.schedule__detail {
  padding-left: 2em;
  text-align: left;
}

.cosePlan__time-contents {
  margin-top: 50px;
}
.cosePlan__time-contents h3 {
  color: #000470;
  font-size: 2rem;
  font-weight: bold;
  margin-left: -1em;
}
.cosePlan__time-contents h4 {
  color: #000470;
  font-size: 2rem;
  position: relative;
  padding-left: 30px;
  margin-left: -1em;
}
.cosePlan__time-contents h4::before {
  content: "";
  background: url(../img/ds-uomachi__/star_blue.webp) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  left: 0;
}
.cosePlan__time-contents h4.icon__star_red-pur {
  color: #532644;
}
.cosePlan__time-contents h4.icon__star_red-pur::before {
  background: url(../img/ds-uomachi__/star_red-pur.webp) no-repeat center center/contain;
}
.cosePlan__time-contents h4.icon__star_green {
  color: #007062;
}
.cosePlan__time-contents h4.icon__star_green::before {
  background: url(../img/ds-uomachi__/star_green.webp) no-repeat center center/contain;
}
.cosePlan__time-contents h4.icon__star_orange {
  color: #b55400;
}
.cosePlan__time-contents h4.icon__star_orange::before {
  background: url(../img/ds-uomachi__/star_orange.webp) no-repeat center center/contain;
}

.costPlan__table-wrapper table th {
  background-color: rgba(0, 4, 112, 0.7);
  color: #fff;
  border: 1px solid #333;
  padding: 10px 15px;
  text-align: center;
}
@media (min-width: 600px) {
  .costPlan__table-wrapper table th {
    padding: 1em 3em;
  }
}
.costPlan__table-wrapper table th.u-color_red-pur {
  background-color: #7d4d64;
}
.costPlan__table-wrapper table th.u-color_green {
  background-color: rgb(49, 115, 108);
}
.costPlan__table-wrapper table th.u-color_orange {
  background-color: rgb(179, 115, 35);
}
.costPlan__table-wrapper table td {
  border: 1px solid #333;
  padding: 10px 15px;
}
@media (min-width: 600px) {
  .costPlan__table-wrapper table td {
    padding: 1em 3em;
  }
}

.l-table {
  margin: 0 auto;
}

.codicil {
  background-color: rgba(238, 239, 248, 0.7);
  padding: 20px 30px;
  margin-top: 40px;
}
.codicil div {
  font-weight: bold;
}
.codicil ul {
  margin-top: 16px;
  margin-left: 3em;
}
.codicil ul li {
  list-style-type: disc;
}
.codicil ul li:not(:first-of-type) {
  margin-top: 10px;
}

.bg-red-pur {
  background-color: #f4ecf3;
}

.color-red-pur {
  color: #532644;
}

.bg-green {
  background-color: #ECF4F1;
}

.bg-orange {
  background-color: #fff0d3;
}

.card {
  max-width: 350px;
  margin: 0 auto;
  margin-top: 80px;
  padding: 0 5% 5% 5%;
  position: relative;
}
@media (min-width: 600px) {
  .card {
    max-width: 800px;
  }
}
.card h3 {
  text-align: center;
}
.card .card__title {
  font-weight: bold;
  color: #000470;
  font-size: 3.6rem;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 600px) {
  .card .card__title {
    font-size: 5.6rem;
    top: -45px;
  }
}
.card .card__title-img {
  max-width: 320px;
  width: 100%;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 8.57143%;
  padding-left: 8.57143%;
}
@media (min-width: 600px) {
  .card .card__title-img {
    max-width: 560px;
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
  }
}

.bg-light-blue {
  background-color: #EEF5FF;
}

.bg-light-green {
  background-color: #E3F4F8;
}

.bg-light-red {
  background-color: #F8EDF9;
}

.card__sub-title {
  font-weight: bold;
  color: #000470;
  text-align: center;
  font-size: 2rem;
  padding-top: 20px;
}
@media (min-width: 600px) {
  .card__sub-title {
    font-size: 3.2rem;
    padding-top: 48px;
  }
}

.card__left {
  max-width: 180px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .card__left {
    max-width: 300px;
    padding-right: 7.5%;
  }
}

@media (max-width: 600px) {
  .card__right {
    max-width: 200px;
    margin: 0 auto;
  }
}
@media (min-width: 600px) {
  .card__right {
    flex: 0 0 50%;
  }
}
.card__right p {
  font-size: 1.2rem;
}
.card__right p:first-of-type {
  margin-top: 16px;
}
.card__right p:not(:first-of-type) {
  margin-top: 6px;
}

.card__lists {
  padding: 20px;
}
.card__lists li {
  padding-left: 20px;
  position: relative;
}
.card__lists li::before {
  content: "";
  background-color: #333;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.card__lists li:not(:first-of-type) {
  margin-top: 1rem;
}

.card__line {
  border: 1px dotted #333;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 600px) {
  .card__line {
    margin: 0 auto;
    margin-top: 10px;
  }
}

.flame-wrapper {
  position: relative;
}

.l-bg-flame__text {
  width: 180px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 600px) {
  .l-bg-flame__text {
    width: 71%;
  }
}

.bg-flame {
  position: relative;
  max-width: 240px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .bg-flame {
    max-width: 300px;
  }
}

.frame-out__sub-text {
  margin-left: 19%;
  font-size: 1.2rem;
}
@media (min-width: 600px) {
  .frame-out__sub-text {
    margin-left: 13%;
  }
}
.frame-out__sub-text p:not(:first-child) {
  margin-top: 6px;
}

.codicil__plan {
  max-width: 350px;
  margin: 0 auto;
  color: #666;
  margin-top: 40px;
}
@media (min-width: 600px) {
  .codicil__plan {
    margin-top: 60px;
    max-width: 800px;
  }
}

.codicil-plan__title {
  font-weight: bold;
}

.codicil-plan__lists {
  margin-left: 40px;
}
.codicil-plan__lists ul li {
  list-style: disc;
  margin-top: 16px;
  font-size: 1.4rem;
}
.codicil-plan__lists p {
  margin-top: 16px;
  font-size: 1.4rem;
}

.codicil-plan__free {
  text-align: center;
  background-color: #fff0d3;
  padding: 2em;
  margin-top: 60px;
}
.codicil-plan__free div {
  font-size: 2.4rem;
  color: #000470;
  font-weight: bold;
}
@media (min-width: 600px) {
  .codicil-plan__free div {
    font-size: 3rem;
  }
}
.codicil-plan__free div::before {
  display: inline-block;
  margin-right: 26px;
  content: "";
  background-color: #000470;
  width: 1px;
  height: 20px;
  transform: rotate(-26deg);
}
@media (min-width: 600px) {
  .codicil-plan__free div::before {
    height: 26px;
    margin-right: 40px;
  }
}
.codicil-plan__free div::after {
  display: inline-block;
  margin-left: 26px;
  content: "";
  background-color: #000470;
  width: 1px;
  height: 20px;
  transform: rotate(26deg);
}
@media (min-width: 600px) {
  .codicil-plan__free div::after {
    height: 26px;
    margin-right: 40px;
  }
}
.codicil-plan__free div span {
  color: #C90000;
}
.codicil-plan__free p {
  font-size: 1.6rem;
  color: #000470;
  margin-top: 1em;
}

.flow__box-wrapper {
  max-width: 360px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 600px) {
  .flow__box-wrapper {
    max-width: 480px;
  }
}

.flow__box {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 5px 0;
  background: linear-gradient(90deg, #7CE3F0 0%, #43CDE4 25%, #63A3DD 50%, #A0A3E3 75%);
  position: relative;
}
.flow__box:not(:last-of-type) {
  margin-bottom: 80px;
}
.flow__box:not(:last-of-type)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 32px 0 32px;
  border-color: #000470 transparent transparent transparent;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

/* ds-uomachi__contact
===================================== */
.ds-uomachi__contact {
  padding-top: 88px;
  padding-bottom: 88px;
  background: #28292A;
}
@media (max-width: 600px) {
  .ds-uomachi__contact {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.ds-uomachi__contact__container {
  padding-top: 40px;
  max-width: 900px;
  margin: 0 auto;
  background-color: #EFF7FC;
  padding: 40px 8.33333%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .ds-uomachi__contact__container {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.ds-uomachi__contact__container.sent {
  display: none;
}

.ds-uomachi__contact__item {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 600px) {
  .ds-uomachi__contact__item {
    display: block;
    margin-bottom: 24px;
  }
}

.u-al_center {
  align-items: flex-start;
}

.u-pt_1em {
  padding-top: 1em;
  display: block;
}

.ds-uomachi__contact__label {
  width: 200px;
  color: #000470;
  font-size: 1.8rem;
  font-weight: bold;
  max-width: 100%;
}
@media (max-width: 600px) {
  .ds-uomachi__contact__label {
    width: 100%;
    margin-bottom: 8px;
  }
  .ds-uomachi__contact__label p {
    font-size: 16px !important;
  }
  .ds-uomachi__contact__label p label {
    font-size: 16px !important;
  }
}

.ds-uomachi__contact__input {
  width: calc(100% - 200px);
}
@media (max-width: 600px) {
  .ds-uomachi__contact__input {
    width: 100%;
  }
}
.ds-uomachi__contact__input p {
  width: 100%;
}
.ds-uomachi__contact__input p span {
  width: 100%;
}
.ds-uomachi__contact__input p span input {
  padding: 0 16px;
  width: 100%;
  height: 48px;
  font-size: 1.6rem;
  border: 1px solid rgba(0, 4, 112, 0.5);
  border-radius: 3px;
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.ds-uomachi__contact__input p span input::-moz-placeholder {
  color: #ccc;
}
.ds-uomachi__contact__input p span input::placeholder {
  color: #ccc;
}
.ds-uomachi__contact__input p span textarea {
  width: 100%;
  font-size: 1.6rem;
  padding: 16px;
  border: 1px solid rgba(0, 4, 112, 0.5);
  border-radius: 3px;
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.ds-uomachi__contact__input p span textarea::-moz-placeholder {
  color: #ccc;
}
.ds-uomachi__contact__input p span textarea::placeholder {
  color: #ccc;
}

.ds-uomachi__contact__radio {
  color: #000470;
}
.ds-uomachi__contact__radio p {
  margin: 0 auto 8px;
  text-align: center;
}
.ds-uomachi__contact__radio p span span .first {
  margin-right: 72px;
}
.ds-uomachi__contact__radio p span span span {
  line-height: 1;
}
.ds-uomachi__contact__radio p span span span label input {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: 0px;
  line-height: 1;
  display: inline-block;
  background-color: #fff;
}
.ds-uomachi__contact__radio p span span span label input:checked {
  background-color: #fff;
}
.ds-uomachi__contact__radio p span span span label span {
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
}
.ds-uomachi__contact__radio .ds-uomachi__contact__radio__text {
  display: block;
  text-align: center;
  font-size: 14px;
}

.wpcf7-list-item.first {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}

/* デフォルトのボタン */
input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */
.wpcf7-list-item-label::before {
  display: inline-block;
  background: #fff;
  border: 1px solid rgba(0, 4, 112, 0.5);
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.2s; /* 色をじんわり変化させる */
  width: 1.2em;
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #2c547c; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

.ds-uomachi__contact__btn {
  margin-top: 60px;
  position: relative;
}
.ds-uomachi__contact__btn p input {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.5em 3em;
  max-width: 100%;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  display: block;
  border: 1px solid rgba(0, 4, 112, 0.7);
  border-radius: 10px;
  box-shadow: 3px 3px rgba(0, 4, 112, 0.2);
  background: rgba(0, 4, 112, 0.7);
  transition: 0.2s all;
}
.ds-uomachi__contact__btn p input:hover {
  background: #fff;
  color: #3d64a9;
  border: 1px solid #3d64a9;
}
.ds-uomachi__contact__btn p input:active {
  transform: translate(3px, 3px);
  box-shadow: none;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  color: rgb(225, 0, 0);
  font-size: 1.4rem;
}

/*footer
===================================== */
footer {
  background: #004f99;
  color: #fff;
  padding-top: 64px;
  padding-bottom: 30px;
}
@media (max-width: 1399px) {
  footer {
    padding-top: 48px;
  }
}
@media (max-width: 600px) {
  footer {
    padding-top: 3.2rem;
  }
}
footer a {
  color: #fff;
}

.footer_inner {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1399px) {
  .footer_inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer_inner {
    justify-content: space-between;
  }
}

.footer__ds__inner {
  padding: 0 11.11%;
}
@media (max-width: 1079px) {
  .footer__ds__inner {
    padding: 0 16px;
  }
}

.footer_left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .footer_left {
    width: 55%;
  }
}
@media (max-width: 600px) {
  .footer_left {
    width: 100%;
  }
}
.footer_left .footer_ttl h2 {
  font-size: 4rem;
  font-family: "UDShinGoPr6", sans-serif;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 1079px) {
  .footer_left .footer_ttl h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 600px) {
  .footer_left .footer_ttl h2 {
    font-size: 9.8vw;
  }
}
.footer_left .footer_ttl p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 80px;
}
@media (max-width: 1079px) {
  .footer_left .footer_ttl p {
    font-size: 1.3rem;
    margin-bottom: 64px;
  }
}
@media (max-width: 600px) {
  .footer_left .footer_ttl p {
    font-size: 3.5vw;
    margin-bottom: 4rem;
  }
}
.footer_left .footer_logo {
  width: 240px;
  margin-bottom: 25px;
  display: block;
}
@media (max-width: 1399px) {
  .footer_left .footer_logo {
    width: 200px;
  }
}
.footer_left .footer_company_info {
  font-size: 1.4rem;
  line-height: 1.714;
  margin-bottom: 25px;
}
.footer_left .footer_company_info .footer_company_name {
  font-weight: bold;
  margin-bottom: 8px;
}
.footer_left .footer_company_info .footer_company_tel {
  margin-bottom: 8px;
}
.footer_left .footer_company_info .footer_company_address br {
  display: none;
}
@media (max-width: 1079px) {
  .footer_left .footer_company_info .footer_company_address br {
    display: block;
  }
}
@media (max-width: 1079px) {
  .footer_left .footer_company_info {
    font-size: 1.2rem;
  }
}

.footer_ith {
  padding-right: 15%;
}
@media (max-width: 1399px) {
  .footer_ith {
    padding-left: 16px;
    padding-right: 25%;
  }
}
@media (max-width: 1079px) {
  .footer_ith {
    padding-right: 0;
    padding-bottom: 130px;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .footer_ith {
    padding-bottom: 100px;
  }
}
.footer_ith .footer_right {
  padding-left: 5%;
}
.footer_ith .footer_ttl h2 {
  font-size: 3.5rem;
}
@media (max-width: 1079px) {
  .footer_ith .footer_ttl h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 600px) {
  .footer_ith .footer_ttl h2 {
    font-size: 9.8vw;
  }
}
.footer_ith .footer_ttl p {
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  .footer_ith .footer_ttl p {
    font-size: 3.5vw;
    margin-bottom: 4rem;
  }
}
.footer_center {
  position: relative;
  width: 35%;
  padding-top: 3.2rem;
  padding-left: 5%;
}
@media (max-width: 1079px) {
  .footer_center {
    padding-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .footer_center {
    display: none;
  }
}
.footer_center .footer_link_list__wrap {
  display: flex;
  justify-content: space-between;
}
.footer_center .footer_link_list__wrap ul {
  padding-top: 24px;
}
.footer_center .footer_link_list__wrap ul li {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
}
.footer_center .footer_center_bottom_list {
  position: absolute;
  bottom: 0;
}
.footer_center .footer_center_bottom_list ul {
  display: flex;
}
.footer_center .footer_center_bottom_list ul li {
  padding-right: 8px;
}
.footer_center .footer_center_bottom_list ul li:not(:first-child) {
  padding-left: 8px;
}
.footer_center .footer_center_bottom_list ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
.footer_center .footer_center_bottom_list ul li a {
  display: block;
  font-size: 1.2rem;
}

.footer__link__list__right {
  padding-left: 8px;
}

.footer_right {
  width: 25%;
  padding-left: 8%;
  padding-top: 3.2rem;
}
@media (max-width: 1079px) {
  .footer_right {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 35%;
  }
}
@media (max-width: 600px) {
  .footer_right {
    display: none;
  }
}
.footer_right a {
  margin-bottom: 2.4rem;
}

.footer_sns_wrap ul {
  display: flex;
}
.footer_sns_wrap ul li:not(:first-child) {
  margin-left: 16px;
}
.footer_sns_wrap ul li a {
  color: #fff;
}
@media (max-width: 1399px) {
  .footer_sns_wrap ul li a {
    font-size: 1.6rem;
  }
}

.footer__link__ttl {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
}
@media (max-width: 1079px) {
  .footer__link__ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__link__ttl {
    font-size: 1.2rem;
  }
}

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

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

.footer_category_btn {
  width: 100px;
  display: block;
  position: relative;
  padding: 0 !important;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .footer_category_btn {
    margin-bottom: 15px;
  }
}
@media (max-width: 1079px) {
  .footer_category_btn {
    margin-bottom: 10px;
  }
}
.footer_category_btn::after {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 10;
  padding-left: 10px;
  width: 20px;
  height: 20px;
  font-size: 2rem;
  top: 30%;
  transform: translateY(-50%);
}

.fcb_active::after {
  transform: scale(1, -1);
}

.footer_category {
  display: none;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .footer_category {
    margin-bottom: 15px;
  }
}
@media (max-width: 1079px) {
  .footer_category {
    margin-bottom: 10px;
  }
}

.footer_tag_list ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_tag_list ul li {
  padding: 5px;
}
.footer_tag_list ul li a {
  font-size: 1rem;
  padding: 5px 10px;
  background: #000;
}

.footer_p_link ul li a {
  display: block;
  padding-bottom: 25px;
}
@media (max-width: 1399px) {
  .footer_p_link ul li a {
    padding-bottom: 15px;
  }
}
@media (max-width: 1079px) {
  .footer_p_link ul li a {
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
}

.footer_br {
  display: none;
}
@media (max-width: 1079px) {
  .footer_br {
    display: block;
  }
}

.footer_copy {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 20px;
}

.footer__sns__icon__img {
  width: 28px;
  max-width: 100%;
  display: block;
  padding-top: 2px;
}

.to_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  display: block;
  z-index: 30000;
  opacity: 0;
}

.google_recaptcha {
  font-size: 10px;
  text-align: center;
}
.google_recaptcha a {
  color: #0000EE;
}

.footer__sns__icon__img {
  width: 28px;
  max-width: 100%;
  display: block;
  padding-top: 2px;
}

.u-flex {
  display: flex;
}

.u-flex_jc-center {
  display: flex;
  justify-content: center;
}

@media (min-width: 1080px) {
  .u-flex_tab-up {
    display: flex;
  }
}

@media (min-width: 1080px) {
  .u-flex_center_tab-up {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.u-flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 600px) {
  .u-flex_center_sp-up {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 600px) {
  .u-flex_sp-up {
    display: flex;
  }
}

@media (min-width: 600px) {
  .u-flex_jc-center_sp-up {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 600px) {
  .u-none_sp-up {
    display: none;
  }
}

@media (min-width: 600px) {
  .u-none_sp-up {
    display: none;
  }
}

.u-color_white {
  color: #fff;
}

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

.u-section_top {
  margin-top: 80px;
}
@media (min-width: 600px) {
  .u-section_top {
    margin-top: 160px;
  }
}

.u-mt_10 {
  margin-top: 10px;
}

.u-mt_16 {
  margin-top: 16px;
}

.u-mt_20 {
  margin-top: 20px;
}

.u-mt_30 {
  margin-top: 30px;
}

.u-mt_40 {
  margin-top: 40px;
}

.u-mt_50 {
  margin-top: 50px;
}

.u-mt_60 {
  margin-top: 60px;
}

.u-mt_70 {
  margin-top: 70px;
}

.u-mt_80 {
  margin-top: 80px;
}

.u-mt_90 {
  margin-top: 90px;
}

.u-mt_100 {
  margin-top: 100px;
}

.u-mt_120 {
  margin-top: 120px;
}

.u-mt_140 {
  margin-top: 140px;
}

.u-mt_160 {
  margin-top: 160px;
}

@media (max-width: 600px) {
  .u-none_sp-down {
    display: none;
  }
}

@media (min-width: 600px) {
  .u-none_sp-up {
    display: none;
  }
}

@media (max-width: 1079px) {
  .u-none_tab {
    display: none;
  }
}

@media (min-width: 1080px) {
  .u-none_tab-up {
    display: none;
  }
}

.text_r {
  text-align: right;
}

.js-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.color-red {
  color: red;
}/*# sourceMappingURL=ds-uomachi.css.map */