body {
  min-width: 1034px;
}

img {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.ecm-wrap {
  overflow: hidden;
}

.inner {
  width: 960px;
  margin: auto;
  position: relative;
}

.main {
  background: #b80008;
  height: 720px;
  margin: 10px 0 0;
  position: relative;
}
.main h1 {
  text-align: center;
}
.main div {
  padding: 50px 0 100px;
  background: url(../../img/bg_main.jpg) no-repeat top center;
}
.main.fixed {
  z-index: -1;
}
.main.fixed div {
  position: fixed;
  top: 0;
  width: 100%;
}

.nemuro {
  font-size: 16px;
  width: 100%;
  margin: 0;
  position: relative;
  line-height: 1.8;
}
.nemuro * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nemuro a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0000ff;
  text-decoration: underline;
}
.nemuro a:hover {
  opacity: 0.8;
}
.nemuro figure {
  margin: 0;
}
.nemuro:before {
  content: "";
  position: absolute;
  top: -320px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 330px;
  background: url(../../img/bg_wave.png) no-repeat top center;
}
.nemuro .crab {
  display: none;
  position: absolute;
  top: -520px;
  right: -750px;
  left: 0;
  width: 643px;
  height: 586px;
  margin: auto;
  z-index: 2;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}
.nemuro .crab.visible {
  -webkit-animation: crab 2s ease forwards;
          animation: crab 2s ease forwards;
}
.nemuro .about {
  background: #770a03;
  color: #ffffff;
  position: relative;
  padding: 150px 0 120px;
}
.nemuro .about > figure {
  position: absolute;
  top: 440px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 0 0 -850px;
}
.nemuro .about > figure:nth-of-type(2) {
  top: 300px;
  margin: 0 0 0 700px;
}
.nemuro .about .inner figure {
  position: absolute;
  top: 0;
  left: -440px;
  margin: -120px 0 0;
}
.nemuro .about .inner:before {
  content: "";
  position: absolute;
  top: -160px;
  right: 320px;
  width: 263px;
  height: 245px;
  background: url(../../img/ph_about_crab.png) no-repeat bottom center;
}
.nemuro .about .enjoy {
  width: 560px;
  background: rgba(90, 6, 1, 0.9);
  padding: 70px 40px 40px;
  z-index: 1;
  position: relative;
  margin: 0 0 0 auto;
}
.nemuro .about .enjoy p {
  margin: 20px 0 0;
  font-size: 18px;
}
.nemuro .about .slideshow {
  width: 100%;
  margin: 120px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.nemuro .about .slideshow div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 9999vw;
}
.nemuro .about .slideshow ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slide 30s infinite linear;
          animation: slide 30s infinite linear;
  line-height: 1;
}
.nemuro .about .slideshow ul li {
  margin: 0 10px 0 0;
}
.nemuro .navi {
  height: 107px;
}
.nemuro .navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fdfdee url(../../img/bg_navi.jpg) top center;
  padding: 35px 0;
  position: relative;
  min-width: 960px;
}
.nemuro .navi ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1540px;
  right: 0;
  margin: auto;
  width: 580px;
  height: 100%;
  background: url(../../img/pic_wave.png) no-repeat bottom center;
}
.nemuro .navi ul:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1540px;
  left: 0;
  margin: auto;
  width: 580px;
  height: 100%;
  background: url(../../img/pic_wave.png) no-repeat bottom center;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.nemuro .navi li {
  font-size: 21px;
  font-weight: bold;
  width: 315px;
  text-align: center;
  position: relative;
}
.nemuro .navi li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 150%;
  width: 1px;
  background: #7d7d7d;
}
.nemuro .navi li:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 150%;
  width: 1px;
  background: #7d7d7d;
}
.nemuro .navi li a {
  display: block;
  text-decoration: none;
  color: #000000;
  position: relative;
}
.nemuro .navi li a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #7d7d7d;
  border-right: 2px solid #7d7d7d;
}
.nemuro .navi.fixed ul {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  -webkit-box-shadow: 0 0 10px 0 rgb(0, 0, 0);
          box-shadow: 0 0 10px 0 rgb(0, 0, 0);
}
.nemuro .btn_list {
  position: relative;
  padding: 20px 0;
  text-align: center;
  width: 450px;
  display: block;
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
  margin: 100px auto 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(196, 0, 11)), to(rgb(136, 0, 1)));
  background: -webkit-linear-gradient(top, rgb(196, 0, 11) 0%, rgb(136, 0, 1) 100%);
  background: linear-gradient(to bottom, rgb(196, 0, 11) 0%, rgb(136, 0, 1) 100%);
}
.nemuro .btn_list:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  margin: auto;
  padding: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.nemuro .ecm-alcor-item-link {
  line-height: 1.3;
  text-decoration: none;
}
.nemuro .charm {
  margin: 0 0 110px;
  position: relative;
}
.nemuro .charm .ttl {
  background: #ac0004;
  color: #ffffff;
  padding: 130px 0 60px;
  margin: 0 0 70px;
  position: relative;
  overflow: hidden;
}
.nemuro .charm .ttl > figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.nemuro .charm .ttl > figure:nth-of-type(1) {
  top: 300px;
  left: -1460px;
}
.nemuro .charm .ttl > figure:nth-of-type(1) img {
  opacity: 0.5;
}
.nemuro .charm .ttl > figure:nth-of-type(2) {
  top: 40px;
  left: -1460px;
}
.nemuro .charm .ttl > figure:nth-of-type(2) img {
  width: 230px;
  opacity: 0.5;
}
.nemuro .charm .ttl > figure:nth-of-type(3) {
  left: 1140px;
}
.nemuro .charm .ttl > figure:nth-of-type(3) img {
  opacity: 0.5;
}
.nemuro .charm .ttl > figure:nth-of-type(4) {
  top: 110px;
  left: 1700px;
}
.nemuro .charm .ttl > figure:nth-of-type(4) img {
  opacity: 0.5;
}
.nemuro .charm .ttl > figure:nth-of-type(5) {
  top: 260px;
  left: 1500px;
}
.nemuro .charm .ttl > figure:nth-of-type(5) img {
  width: 230px;
  opacity: 0.5;
}
.nemuro .charm .ttl > figure:nth-of-type(6) {
  top: 70px;
  left: -130px;
}
.nemuro .charm .ttl > figure:nth-of-type(7) {
  top: 260px;
  left: -1170px;
}
.nemuro .charm .ttl p {
  margin: 30px 450px 0 0;
}
.nemuro .charm .ttl .inner figure {
  position: absolute;
  top: -40px;
  right: -280px;
}
.nemuro .marine {
  margin: 0 0 110px;
}
.nemuro .marine .ttl {
  background: #ac0004;
  color: #ffffff;
  padding: 110px 0 50px;
  margin: 0 0 70px;
  position: relative;
  overflow: hidden;
}
.nemuro .marine .ttl > figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.nemuro .marine .ttl > figure:nth-of-type(1) {
  top: 300px;
  left: -1460px;
}
.nemuro .marine .ttl > figure:nth-of-type(1) img {
  opacity: 0.5;
}
.nemuro .marine .ttl > figure:nth-of-type(2) {
  top: 40px;
  left: -1460px;
}
.nemuro .marine .ttl > figure:nth-of-type(2) img {
  width: 230px;
  opacity: 0.5;
}
.nemuro .marine .ttl > figure:nth-of-type(3) {
  left: 1140px;
}
.nemuro .marine .ttl > figure:nth-of-type(3) img {
  opacity: 0.5;
}
.nemuro .marine .ttl > figure:nth-of-type(4) {
  top: 110px;
  left: 1700px;
}
.nemuro .marine .ttl > figure:nth-of-type(4) img {
  opacity: 0.5;
}
.nemuro .marine .ttl > figure:nth-of-type(5) {
  top: 300px;
  left: 1500px;
}
.nemuro .marine .ttl > figure:nth-of-type(5) img {
  width: 230px;
  opacity: 0.5;
}
.nemuro .marine .ttl > figure:nth-of-type(6) {
  top: 60px;
  left: 850px;
}
.nemuro .marine .ttl > figure:nth-of-type(7) {
  top: 380px;
  left: 1100px;
}
.nemuro .marine .ttl > figure:nth-of-type(8) {
  top: 260px;
  left: -1170px;
}
.nemuro .marine .ttl h2 {
  text-align: center;
  margin: 0 0 40px;
}
.nemuro .marine .ttl p {
  margin: 0 80px;
}
.nemuro .entry {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(196, 0, 11)), to(rgb(136, 0, 1)));
  background: -webkit-linear-gradient(top, rgb(196, 0, 11) 0%, rgb(136, 0, 1) 100%);
  background: linear-gradient(to bottom, rgb(196, 0, 11) 0%, rgb(136, 0, 1) 100%);
  position: relative;
  overflow: hidden;
  border: solid #ac0004;
  border-width: 1px 0;
}
.nemuro .entry:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 990px;
  height: 990px;
  background: #ffffff;
  border-radius: 1000px;
}
.nemuro .entry:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 48px;
  background: url(../../img/ico_wave.png) repeat-x top center;
}
.nemuro .entry .inner {
  z-index: 1;
  padding: 40px 0 50px;
  text-align: center;
}
.nemuro .entry .inner:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -700px;
  width: 750px;
  height: 100px;
  background: url(../../img/pic_entey.png) repeat-x top center;
}
.nemuro .entry .inner:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -700px;
  width: 750px;
  height: 100px;
  background: url(../../img/pic_entey.png) repeat-x top center;
}
.nemuro .entry figure {
  position: absolute;
  top: 80px;
  left: -120px;
  z-index: 1;
}
.nemuro .entry figure:nth-of-type(2) {
  left: auto;
  right: -100px;
}
.nemuro .entry h2 {
  text-align: center;
}
.nemuro .entry .period {
  margin: 50px 0 0;
  font-size: 12px;
  display: inline-block;
}
.nemuro .entry .period span {
  font-size: 23px;
  font-weight: bold;
  display: block;
  margin: 0 0 20px;
  text-align: center;
}
.nemuro .entry .period span small {
  font-size: 18px;
  display: block;
}
.nemuro .entry .btn_list {
  margin: 40px auto 0;
}
.nemuro .city {
  background: #c19e4d;
  padding: 50px 0 120px;
}
.nemuro .city h2 {
  text-align: center;
  margin: 0 0 20px 70px;
}
.nemuro .city .text {
  text-align: center;
  margin: 0 0 190px;
  color: #ffffff;
}
.nemuro .city .cityblock {
  position: relative;
  z-index: 1;
}
.nemuro .city .cityblock figure {
  position: absolute;
  top: -100px;
  right: -170px;
  z-index: 1;
}
.nemuro .city .cityblock div {
  background: #ffffff;
  position: relative;
  width: 380px;
}
.nemuro .city .cityblock div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 60px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.nemuro .city .cityblock div:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 340px;
  background: url(../../img/bg_city.png) no-repeat top center;
}
.nemuro .city .cityblock div > * {
  position: relative;
}
.nemuro .city .cityblock div p {
  margin: 20px 0 0;
}
.nemuro .city .cityblock:nth-of-type(2) {
  margin: 230px 0;
}
.nemuro .city .cityblock:nth-of-type(2) figure {
  right: auto;
  left: -170px;
}
.nemuro .city .cityblock:nth-of-type(2) div {
  margin: 0 0 0 auto;
}
.nemuro .city .cityblock:nth-of-type(2) div:after {
  left: auto;
  right: -50px;
}
.nemuro .city > figure {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nemuro .city > figure:nth-of-type(1) {
  margin: 0 0 0 880px;
}
.nemuro .city > figure:nth-of-type(2) {
  margin: -340px 0 0 -1300px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.nemuro .city > figure:nth-of-type(3) {
  margin: -840px 0 0 740px;
}
.nemuro .city > figure:nth-of-type(4) {
  margin: -370px 0 0 -1290px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.nemuro .access {
  background: #f4eee0;
  text-align: center;
  padding: 180px 0 0;
  margin: 0 0 100px;
  position: relative;
}
.nemuro .access:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 150px;
  background: url(../../img/bg_wave2.png) no-repeat top center;
}
.nemuro .access h2 {
  margin: 0 0 60px;
}
.nemuro .access .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 100px;
}
.nemuro .access .inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -620px;
  width: 835px;
  height: 420px;
  background: url(../../img/bg_access.png) no-repeat top center;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.nemuro .access .inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -620px;
  width: 835px;
  height: 420px;
  background: url(../../img/bg_access.png) no-repeat top center;
}
.nemuro .access figure {
  position: relative;
  margin: 0 auto 50px;
}
.nemuro .access figure:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120%;
  height: 110%;
  background: #faf7f0;
}
.nemuro .access figure img {
  position: relative;
  z-index: 1;
}
.nemuro .access dl {
  width: 48%;
  text-align: left;
}
.nemuro .access dl dt {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #aaaaaa;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.nemuro .access dl dt img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.nemuro .access dl dd {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nemuro .access dl dd:before {
  content: "";
  display: block;
  width: 20px;
  margin: 0 10px 0 0;
}
.nemuro .access dl dd.line:before {
  border-top: 2px solid #6b7bf0;
}
.nemuro .access dl dd.dot:before {
  border-top: 2px dotted #fc3c39;
}
.nemuro .access dl dd.dash:before {
  border-top: 2px dashed #41916a;
}
.nemuro .access dl dd.line_other:before {
  border-top: 2px solid #213d92;
}

@-webkit-keyframes crab {
  0% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
  10% {
    -webkit-transform: translateX(270px) rotate(5deg);
            transform: translateX(270px) rotate(5deg);
  }
  20% {
    -webkit-transform: translateX(240px) rotate(-5deg);
            transform: translateX(240px) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(210px) rotate(5deg);
            transform: translateX(210px) rotate(5deg);
  }
  40% {
    -webkit-transform: translateX(180px) rotate(-5deg);
            transform: translateX(180px) rotate(-5deg);
  }
  50% {
    -webkit-transform: translateX(150px) rotate(5deg);
            transform: translateX(150px) rotate(5deg);
  }
  60% {
    -webkit-transform: translateX(120px) rotate(-5deg);
            transform: translateX(120px) rotate(-5deg);
  }
  70% {
    -webkit-transform: translateX(90px) rotate(5deg);
            transform: translateX(90px) rotate(5deg);
  }
  80% {
    -webkit-transform: translateX(60px) rotate(-4deg);
            transform: translateX(60px) rotate(-4deg);
  }
  90% {
    -webkit-transform: translateX(30px) rotate(2deg);
            transform: translateX(30px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(10px) rotate(0);
            transform: translateX(10px) rotate(0);
  }
}

@keyframes crab {
  0% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
  10% {
    -webkit-transform: translateX(270px) rotate(5deg);
            transform: translateX(270px) rotate(5deg);
  }
  20% {
    -webkit-transform: translateX(240px) rotate(-5deg);
            transform: translateX(240px) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(210px) rotate(5deg);
            transform: translateX(210px) rotate(5deg);
  }
  40% {
    -webkit-transform: translateX(180px) rotate(-5deg);
            transform: translateX(180px) rotate(-5deg);
  }
  50% {
    -webkit-transform: translateX(150px) rotate(5deg);
            transform: translateX(150px) rotate(5deg);
  }
  60% {
    -webkit-transform: translateX(120px) rotate(-5deg);
            transform: translateX(120px) rotate(-5deg);
  }
  70% {
    -webkit-transform: translateX(90px) rotate(5deg);
            transform: translateX(90px) rotate(5deg);
  }
  80% {
    -webkit-transform: translateX(60px) rotate(-4deg);
            transform: translateX(60px) rotate(-4deg);
  }
  90% {
    -webkit-transform: translateX(30px) rotate(2deg);
            transform: translateX(30px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(10px) rotate(0);
            transform: translateX(10px) rotate(0);
  }
}
@-webkit-keyframes slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.fadein {
  opacity: 0;
  -webkit-transition: 1.6s;
  transition: 1.6s;
}
.fadein.action {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.fadein.delay1 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.fadein.delay2 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.fadein.delay3 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.fadein.delay4 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.fadein.delay5 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.fadein.delay6 {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.fade_left {
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}

.fade_right {
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}

.fade_up {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}

.fade_down {
  -webkit-transform: translate(0, -80px);
          transform: translate(0, -80px);
}

.fade_scale {
  -webkit-transform: scale(0.8, 0.8) translate(0, 40px);
          transform: scale(0.8, 0.8) translate(0, 40px);
}

.omoi {
  background: url(../../img/202509/bg_omoi.jpg) no-repeat top center/cover;
  padding-top: 90px;
  padding-bottom: 0;
}
.omoi h2 {
  text-align: center;
  position: relative;
}
.omoi h2::before {
  display: block;
  content: "";
  width: 2471px;
  height: 161px;
  background: url(../../img/202509/ttl_bg_omoi.png) no-repeat top center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.omoi .movie_desc {
  text-align: center;
  margin-top: 75px;
}
.omoi .movie_wrap {
  width: 720px;
  height: 405px;
  border-radius: 20px;
  margin: 80px auto 0;
  overflow: hidden;
}
.omoi .topicblock {
  margin-top: 230px;
  position: relative;
  z-index: 1;
}
.omoi .topicblock .img_box {
  width: 615px;
  position: absolute;
  position: absolute;
  top: 50%;
  right: -165px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.omoi .topicblock .img_box .slide_area .swiper-horizontal > .swiper-pagination-bullets,
.omoi .topicblock .img_box .slide_area .swiper-pagination-bullets.swiper-pagination-horizontal,
.omoi .topicblock .img_box .slide_area .swiper-pagination-custom,
.omoi .topicblock .img_box .slide_area .swiper-pagination-fraction {
  bottom: -30px;
  left: 0;
  width: 100%;
}
.omoi .topicblock .img_box .slide_area .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  margin: 0 8px;
}
.omoi .topicblock .img_box .slide_area .swiper-pagination-bullet-active {
  background: #c6240f;
}
.omoi .topicblock .txt_box {
  background: #ffffff;
  position: relative;
  width: 470px;
}
.omoi .topicblock .txt_box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 60px 80px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.omoi .topicblock .txt_box:after {
  content: "";
  position: absolute;
  top: -60px;
  right: -81px;
  width: 246px;
  height: 137px;
  background: url(../../img/202509/bg_omoi_topic.png) no-repeat top center;
}
.omoi .topicblock .txt_box > * {
  position: relative;
}
.omoi .topicblock .txt_box h3 {
  z-index: 1;
}
.omoi .topicblock .txt_box p {
  margin: 30px 0 0;
  z-index: 1;
}
.omoi .topicblock.reverse .img_box {
  right: auto;
  left: -165px;
}
.omoi .topicblock.reverse .txt_box {
  margin: 0 0 0 auto;
}
.omoi .topicblock:first-child {
  margin-top: 160px;
}
.omoi .item_wrap {
  margin-top: 200px;
  padding-top: 60px;
  padding-bottom: 135px;
  background: #fff;
}
.omoi .item_wrap h3 {
  margin-bottom: 35px;
}/*# sourceMappingURL=cnt_nemuro.css.map */