body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #282828;
}

.site-container {
  overflow: hidden;
}

.mincyo {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.sp {
  display: none;
}

.inner {
  max-width: 1200px;
  position: relative;
}

.indexkv-wrapper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0 !important;
}

.indexkv {
  position: relative;
  margin: 0 auto;
  position: relative;
  height: 100vh;
  min-height: 800px;
}

.index_video {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.index_video::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../osaka/img/bgMask.png);
  z-index: 3;
}

.index_video video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indexkv .inner {
  height: 100vh;
}

.mv-logo {
  position: absolute;
  max-width: 275px;
  top: 40px;
  left: 30px;
}

.mv-bage {
  position: absolute;
  max-width: 220px;
  top: 30px;
  right: 80px;
}

.mv-txt {
  position: absolute;
  width: 100%;
  max-width: 500px;
  left: 0px;
  bottom: 30px;
}

#first01,
#first02 {
  background: #D1C7B8;
  padding: 100px 0;
}

.first-cont {
  margin-block: 100px;
}

.first-cont-left {
  width: 65%;
}

.first-cont-right {
  width: 50%;
  margin-left: -2.5%;
  background: #fff;
  padding: 40px 30px;
  display: flex;
  align-items: center;
}

.first-cont-right-title {
  width: 20px;
  margin-right: 40px;
}

.first-cont-right-title h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: 'pkna';
  font-size: 20px;
  letter-spacing: .2rem;
  font-weight: 600;
}

.first-cont-right-txt {
  width: 100%;
  max-width: 400px;
}

.first-cont-right-txt p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .3rem;
  line-height: 2.2;
  padding-bottom: 30px;
}

.first-cont-right-txt p:last-child {
  padding-bottom: 0;
}

.first-video {
  max-width: 1040px;
  margin: 0 auto;
  width: calc(100% - 40px);
}

#second {
  margin-top: 0;
}

#second01 {
  padding: 100px 0 0;
}

#second02 {
  padding: 100px 0;
}

.second-title {
  max-width: 490px;
  margin: 0 auto 60px;
}

.second-list {
  margin-bottom: 80px;
}

.second-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.second-list ul li {
  padding: 0 10px;
  margin-bottom: 60px;
}

.second-list ul li:nth-child(1) {
  width: 36%;
  margin-right: 30px;
}

.second-list ul li:nth-child(2) {
  width: 28.555%;
  margin-top: 0;
}

.second-list ul li:nth-child(3) {
  padding: 0;
  margin-right: -3%;
  width: 32.5%;
  margin-left: 2.3%;
  margin-top: 0.2%;
}

.second-list ul li:nth-child(3) .second-list-txt {
  margin-top: -1%;
  display: block;
}

.second-list ul li:nth-child(4) {
  width: 39%;
  margin-bottom: 0;
  margin-right: 10px;
}

.second-list ul li:nth-child(5) {
  width: 28%;
  margin-bottom: 0;
  margin-top: -4.25%;
}

.second-list-img {
  margin-bottom: 20px;
  text-align: center;
}

.second-list-txt {
  text-align: center;
}

.second-list-txt h3 {
  font-size: 16px;
  font-weight: 500;
  color: #8F8784;
  letter-spacing: .05rem;
}

.second-map {
  max-width: 1040px;
  width: calc(100% - 40px);
  margin: 0 auto 80px;
}

.cmn-btn {
  max-width: 420px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.cmn-btn a {
  background: #3B517D;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 15px 0;
  position: relative;
  transition: all .7s;
  display: block;
  text-align: center;
  letter-spacing: .1rem;
}

.cmn-btn a:hover {
  opacity: .7;
}

.cmn-btn a::before {
  content: "";
  position: absolute;
  top: 60%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border: 12.5px solid transparent;
  border-top: 13px solid #fff;
}

#design {
  background: #3B517D;
  padding: 100px 0;
}

.eng-title {
  margin-bottom: 80px;
}

.eng-title h2 {
  font-weight: 600;
  letter-spacing: .2rem;
}

.eng-title.design-title h2 {
  color: rgb(85 102 135);
  font-size: 140px;
  line-height: 1;
}

.second-flex {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 100px;
}

#second .second-flex {
  margin-bottom: 0;
  max-width: initial;
}

.second-flex.reverse {
  flex-direction: row-reverse;
}

.second-flex:last-child {
  margin-bottom: 0;
}

.second-flex-left {
  width: 60px;
  margin-right: 80px;
}

.second-flex-left h3 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: 'pkna';
  font-size: 40px;
  letter-spacing: .2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

.second-flex-right {
  width: 125%;
  position: relative;
}

.second-flex-right-img-box {
  max-width: 600px;
  background: #fff;
  padding: 40px 100px;
  position: relative;
  z-index: 2;
}

.second-flex-right-img-box p {
  font-size: 18px;
  letter-spacing: .1rem;
  line-height: 1.9;
  font-weight: 500;
}

.second-flex-right-img {
  margin-left: 60px;
  margin-top: -40px;
}

.reverse .second-flex-right-img-box {
  margin: 0 0 0 auto;
}

.reverse .second-flex-right-img {
  margin-left: 0;
  margin-right: 60px;
}

.hr-cont {
  padding: 120px 0;
  background-position: center;
  background-size: cover;
}

.hr-cont.hr-cont-first {
  background-image: url(../osaka/img/img05_bg.jpg);
}

.hr-cont.hr-cont-second {
  background-image: url(../osaka/img/img18_bg.jpg);
}

.hr-cont-txt {
  text-align: center;
}

.hr-cont-txt p {
  color: #fff;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: .5rem;
  line-height: 1.7;
}

.hr-cont-txt p span {
  border: 1px solid #fff;
  line-height: 1;
  padding: 5px;
}

#idea {
  padding: 100px 0 140px;
  background: #D1C7B8;
}

.eng-title.idea-title h2 {
  color: #E3DDD5;
  font-size: 100px;
  line-height: 1;
}

.eng-title.right {
  text-align: right;
}

#idea .second-flex-left h3 {
  color: #282828;
}

#idea .second-flex-right-img-box {
  max-width: 600px;
  padding: 40px 80px;
}

#idea .reverse .second-flex-left {
  margin-right: 0px;
  margin-left: 80px;
}

.topics-box {
  max-width: 1040px;
  margin: 0 auto 120px;
  background: #fff;
  padding: 50px 30px 30px;
}

.topics-box-title {
  text-align: center;
  margin-bottom: 40px;
}

.topics-box-title h2 {
  font-size: 42px;
  color: #8F8784;
  letter-spacing: .2rem;
}

.topics-box-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topics-box-flex-img {
  width: 52.5%;
}

.topics-box-flex-txt {
  width: 42.5%;
}

.topics-box-flex-txt h3 {
  margin-bottom: 30px;
  display: block;
}

.topics-box-flex-txt p {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: .2rem;
}

.second-flex-right-box {
  background: #fff;
  padding: 40px 0px 40px 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 115%;
}

.second-flex-right-box-txt {
  margin-bottom: 30px;
}

.second-flex-right-box-txt h4 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .2rem;
  padding-bottom: 25px;
}

.second-flex-right-box-txt p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .2rem;
}

.second-flex-right-box-img {
  background: #FAF9F8;
  padding: 30px 20px;
}

.second-flex-right-box-img img {
  max-width: 850px;
}

#support {
  background: #DFD8CE;
  padding: 100px 0;
}

.support-title {
  text-align: center;
  margin-bottom: 40px;
}

.support-title h2 {
  color: #3B517D;
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: .2rem;
}

.support-img {
  max-width: 950px;
  margin: 0 auto 80px;
}

.support-img:last-child {
  margin-bottom: 60px;
}

.youtube-cont {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube-cont iframe {
  width: 100%;
  height: 100%;
}

.support-txt {
  text-align: center;
  margin-bottom: 40px;
}

.support-txt p {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .25rem;
}

.support-txt p small {
  font-size: 18px;
}

.support-txt p span {
  background: linear-gradient(transparent 50%, #fff 50%);
}

#spend {
  padding: 120px 0 100px;
}

.spend-title {
  text-align: center;
  margin-bottom: 40px;
}

.spend-title h2 {
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: .2rem;
}

.spend-txt {
  text-align: center;
  margin-bottom: 40px;
}

.spend-txt p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .2rem;
}

.comfortable-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F1EEEA;
  padding-bottom: 40px;
  width: 100% !important;
  margin-bottom: 0px !important;
}

.comfortable-title-img {
  width: 375px;
  margin-right: 30px;
  margin-top: -50px;
}

.comfortable-title-txt {
  text-align: left;
}

.comfortable-title-txt p {
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: .2rem;
}

.comfortable-cont-wrap {
  background: #D1C7B8;
  padding: 120px 0;
}

.comfortable-cont-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.comfortable-cont-title {
  text-align: center;
  margin-bottom: 40px;
}

.comfortable-cont-title h2 {
  color: #3B517D;
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: .2rem;
}

.comfortable-cont-txt {
  text-align: center;
  margin-bottom: 30px;
}

.comfortable-cont-txt p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .25rem;
  line-height: 1.8;
}

.comfortable-cont-txt p span {
  background: linear-gradient(transparent 50%, #fff 50%);
  font-size: 20px;
}

.comfortable-cont-bottom-txt {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 639px) {
  .comfortable-cont-bottom-txt {
    margin-bottom: 20px;
  }
}

.comfortable-cont-bottom-txt p {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .2rem;
  padding-bottom: 20px;
}

.comfortable-cont-bottom-txt p span {
  color: #0091CC;
  font-size: 32px;
}

.comfortable-cont-bottom-txt p span.red {
  color: #8F0000;
}

.comfortable-cont-bottom-txt img {
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

.accbox {
  max-width: 900px;
  margin: 0 auto 100px;
}

.comfortable-cont-img {
  margin-bottom: 60px;
}

.comfortable-cont-txt {
  text-align: center;
}

.comfortable-cont-txt h3 {
  background: linear-gradient(transparent 70%, #fff 70%);
  font-size: 24px;
  letter-spacing: .16rem;
  margin-bottom: 30px;
  display: inline-block;
}

.comfortable-cont-txt h3 span {
  color: #3B517D;
  font-size: 32px;
}

.comfortable-cont-txt img {
  max-width: 700px;
  margin: 0 auto;
  display: block;
}

.after-support-box {
  margin-block: 100px 60px;
  background: #fff;
  padding: 20px;
}

.after-support-box-inner {
  background: #FAF9F8;
  border: 1px solid #ccc;
  padding: 40px;
}

.after-support-box-title {
  text-align: center;
  margin-bottom: 30px;
}

.after-support-box-title h3 {
  font-size: 32px;
  font-weight: 500;
  color: #8F8784;
  letter-spacing: .2rem;
}

.after-support-box-txt p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .2rem;
}

.after-support-box-txt p span {
  color: #CA6071;
  font-weight: 600;
}

.cmn-btn.cmn-btn-pink a {
  background: #CA6071;
  cursor: pointer;
}

.cmn-btn.cmn-btn-pink a::before {
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
}

#web {
  background: #3B517D;
  padding: 120px 0;
}

.web-title {
  text-align: center;
  margin-bottom: 40px;
}

.web-title h2 {
  color: #D1C7B8;
  font-size: 42px;
  letter-spacing: .2rem;
}

.web-cont img {
  width: 100%;
  display: block;
}

/* 
.web-cont-title {
  position: relative;
  margin-bottom: 40px;
}

.web-cont-title p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 30px;
  color: #8F8784;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: .2rem;
}

.web-cont-txt {
  margin-bottom: 30px;
  text-align: center;
}

.web-cont-txt p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: inline-block;
}

.web-cont-txt p:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
  left: -25px;
}

.web-cont-txt p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
  right: -25px;
}

.web-cont-flex {
  display: flex;
  justify-content: space-between;
}

.web-cont-flex-img {
  width: 48%;
} */
.camp-cont {
  max-width: 1200px;
  margin: 0 auto 60px;
}

#place {
  padding: 120px 0;
}

.place-title {
  max-width: 490px;
  margin: 0 auto 60px;
}

.place-list ul {
  display: flex;
  flex-wrap: wrap;
}

.place-list ul li {
  padding: 30px 20px;
  width: 33.33%;
}

.place-list ul li:nth-child(2),
.place-list ul li:nth-child(5) {
  border-right: 1px dashed #D1C7B8;
  border-left: 1px dashed #D1C7B8;
}

.place-list ul li:nth-child(1),
.place-list ul li:nth-child(2),
.place-list ul li:nth-child(3) {
  border-bottom: 1px dashed #D1C7B8;
}

.place-list-title {
  text-align: center;
  margin-bottom: 10px;
}

.place-list-title h3 {
  font-size: 16px;
  color: #8F8784;
  font-weight: 500;
}

.place-list-img {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.place-list-img .swiper-container .swiper-slide a {
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: 30px;
}

.swiper-pagination {
  bottom: initial !important;
  position: relative;
  margin-top: 5px;
}

.place-list-address {
  margin-bottom: 20px;
}

.place-list-address p {
  font-size: 15px;
  letter-spacing: .15rem;
  font-weight: 500;
  line-height: 1.5;
}

.place-list-address p a {
  display: block;
}

.place-list-txt {
  margin-bottom: 20px;
}

.place-list-txt p {
  font-size: 15px;
  letter-spacing: .15rem;
  font-weight: 500;
  line-height: 1.5;
}

.place-list-txt button {
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
  border: none;
  background: initial;
  padding: 0;
  cursor: pointer;
  color: #282828;
}

.txt-show {
  overflow: hidden;
}

.txt-show.expanded {
  overflow: visible;
}

.swiper-pagination-bullet-active {
  background: #666666 !important;
}

.place-list-btn {
  margin-bottom: 20px;
}

.place-list-btn:last-child {
  margin-bottom: 0px;
}

.place-list-btn a {
  background: #3B517D;
  display: block;
  padding: 12.5px 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: .15rem;
  transition: all .7s;
}

.place-list-btn a:hover {
  opacity: .7;
}

.place-list-btn:nth-child(2) a {
  background: #8F8784;
}

.place-list-btn.tour a {
  background: #8F8784;
}

.place-list-btn.tochi a {
  background: #44DBE0;
  color: #282828;
}

.place-list-btn.hiraya a {
  background: #EFE4D0;
  color: #282828;
}

#present {
  padding: 120px 0;
  background: #3B517D;
}

.present-box {
  background: #fff;
}

.present-title {
  padding: 40px 30px 50px;
  position: relative;
  text-align: center;
}

.present-title h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: .25rem;
}

.present-title img {
  width: 145px;
  top: -45px;
  right: 40px;
  position: absolute;
}

.place-list.present-list {
  padding: 0 30px 50px;
}

.place-list.present-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}

.place-list.present-list ul li {
  border: none;
  width: 100%;
  padding: 0;
}

.place-list.present-list ul li .place-list-title {
  margin-bottom: 20px;
}

.fixed-link a {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: 'pkna';
  font-size: 20px;
  background: #ee7800;
  padding: 30px 20px;
  letter-spacing: .2rem;
  z-index: 10;
  transition: all .7s;
  text-align: center;
  line-height: 1.3;
}

.fixed-link a span {
  font-size: 14px;
  display: block;
}

.fixed-link a:hover {
  opacity: .7;
}

#present .place-list ul li:nth-child(4),
#present .place-list ul li:nth-child(5),
#present .place-list ul li:nth-child(6) {
  border-bottom: none;
}

#present .place-list-btn:nth-child(1) {
  margin-bottom: 0px;
}

@media screen and (max-width: 1200px) {
  .inner {
    max-width: 100%;
    width: calc(100% - 20px);
    margin: 0 auto;
  }

  .mv-bage {
    top: 0px;
    right: 0px;
  }

  .first-cont-right {
    padding: 30px 20px;
  }

  .hr-cont-txt p {
    font-size: 42px;
  }

  .eng-title.design-title h2 {
    font-size: 100px;
  }

  .eng-title.idea-title h2 {
    font-size: 70px;
  }

  .second-flex-left {
    width: 55px;
    margin-right: 20px;
  }

  .second-flex-left h3 {
    font-size: 36px;
  }

  #idea .reverse .second-flex-left {
    margin-left: 30px;
  }

  .second-flex-right-box {
    position: relative;
    width: 100%;
  }

  .second-flex-right {
    width: 90%;
  }

  .second-flex-right-box-img img {
    max-width: 700px;
  }
}

@media screen and (max-width: 1000px) {
  .web-cont-title p {
    font-size: 24px;
  }
}

@media screen and (max-width: 834px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none;
  }

  .mv-txt {
    left: -10px;
    bottom: 40px;
    max-width: 500px;
  }

  .mv-logo {
    max-width: 175px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .mv-bage {
    max-width: 180px;
    top: 25vw;
    right: initial;
  }

  #first01,
  #first02 {
    padding: 60px 0;
  }

  .first-cont {
    margin: 30px auto 60px;
    display: block;
    width: calc(100% - 20px);
  }

  .first-cont-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .first-cont-right {
    padding: 40px 30px;
    width: calc(100% - 20px);
    margin: 0 auto;
    max-width: 500px;
  }

  .first-cont-right-txt p {
    letter-spacing: .2rem;
    line-height: 2;
  }

  .second-title {
    max-width: 300px;
    margin: 0 auto 50px;
  }

  .second-list ul li {
    padding: 0px;
    margin-bottom: 30px;
  }

  .second-list ul li:nth-child(1) {
    width: 50%;
    margin-right: 10px;
  }

  .second-list ul li:nth-child(2) {
    width: 44.5%;
    margin-right: 0;
    margin-top: -6%;
  }

  .second-list ul li:nth-child(3) {
    width: 55%;
    margin-bottom: 20px;
  }

  .second-list ul li:nth-child(4) {
    width: 56%;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .second-list ul li:nth-child(5) {
    width: 40%;
    margin-top: -8%;
    margin-bottom: 0;
  }

  .second-list ul li:nth-child(2) .second-list-img {
    margin-bottom: 11.5px;
  }

  .second-list-txt h3 {
    font-size: 14px;
  }

  .second-list {
    margin-bottom: 60px;
  }

  .second-map {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 60px;
  }

  .cmn-btn {
    max-width: 300px;
  }

  .cmn-btn a {
    font-size: 16px;
    padding: 17.5px 0;
  }

  #design {
    padding: 80px 0;
  }

  .eng-title {
    margin-bottom: 40px;
  }

  .eng-title.design-title h2 {
    font-size: 70px;
  }

  .second-flex {
    display: block;
    max-width: 100%;
    margin: 0 auto 70px;
  }

  .second-flex-left {
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
  }

  .second-flex-left-title {
    text-align: center;
  }

  .second-flex-left h3 {
    font-size: 24px;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }

  .second-flex-right {
    width: 100%;
  }

  .second-flex-right-img {
    margin-left: 20px;
    margin-top: 0px;
  }

  .second-flex-right-img-box p {
    font-size: 16px;
    font-weight: 500;
  }

  .second-flex-right-img-box {
    padding: 20px 30px;
    margin-bottom: 20px;
    width: 92.5%;
    max-width: 400px;
  }

  .reverse .second-flex-right-img {
    margin-left: 0;
    margin-right: 20px;
  }

  .reverse .second-flex-right-img-box {
    margin: 0 0 20px auto;
  }

  .hr-cont {
    padding: 60px 0;
    background-position: center right;
  }

  .eng-title.idea-title h2 {
    font-size: 40px;
    line-height: 1.3;
  }

  .hr-cont-txt p {
    font-size: 24px;
  }

  .hr-cont-txt p span {
    margin: 0 5px;
  }

  #idea .second-flex-right-img-box {
    max-width: 400px;
    padding: 20px;
  }

  .topics-box {
    max-width: 500px;
    width: calc(100% - 20px);
    margin: 0 auto 100px;
    padding: 30px 10px;
  }

  .topics-box-title {
    margin-bottom: 15px;
  }

  .topics-box-title h2 {
    font-size: 24px;
  }

  .topics-box-flex {
    display: block;
  }

  .topics-box-flex-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .topics-box-flex-txt {
    width: 100%;
  }

  .topics-box-flex-txt h3 {
    margin-bottom: 20px;
  }

  .topics-box-flex-txt p {
    line-height: 2;
    letter-spacing: .15rem;
  }

  .second-flex.second-flex-flow {
    display: flex;
    margin: 0 auto 60px;
  }

  .second-flex.second-flex-flow .second-flex-left {
    width: 40px;
    margin: 0 15px 0 10px;
  }

  .second-flex.second-flex-flow .second-flex-right-box {
    padding: 30px 0px;
  }

  .second-flex-right-box-txt h4 {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .second-flex-right-box-txt p {
    letter-spacing: .15rem;
  }

  .second-flex-right-box-txt {
    margin-bottom: 40px;
    padding-inline: 20px;
  }

  .second-flex-right-box-img {
    background: initial;
    padding: 0 20px;
  }

  .second-flex-right-box-img img {
    width: 100%;
    max-width: 100%;
  }

  #idea {
    padding: 90px 0;
  }

  #support .inner {
    width: 100%;
  }

  .support-title {
    margin-bottom: 30px;
  }

  .support-title h2 {
    font-size: 24px;
  }

  .support-img {
    max-width: 100%;
    margin: 0 auto 60px;
  }

  .support-txt p small {
    display: block;
  }

  .support-txt p span small {
    display: inline;
  }

  .support-img:last-child {
    width: calc(100% - 20px);
    margin: 0 auto 40px;
  }

  #spend {
    padding: 80px 0;
  }

  #spend .swiper-container {
    width: calc(100% - 20px);
  }

  .spend-title {
    margin-bottom: 30px;
  }

  .spend-title h2 {
    font-size: 24px;
  }

  .spend-txt p {
    font-size: 16px;
  }

  .comfortable-title {
    display: block;
    padding: 0 20px 40px;
  }

  .comfortable-title-img {
    width: 245px;
    margin: 0px auto 20px;
  }

  .comfortable-title-img img {
    margin-top: -35px;
  }

  .comfortable-title-txt p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .15rem;
  }

  .comfortable-cont-wrap {
    padding: 80px 0;
  }

  .comfortable-cont-title {
    margin-bottom: 30px;
  }

  .comfortable-cont-title h2 {
    font-size: 24px;
  }

  .comfortable-cont-txt p span {
    font-size: 22px;
  }

  .comfortable-cont-bottom-txt p {
    font-size: 20px;
  }

  .comfortable-cont-bottom-txt p span {
    font-size: 24px;
  }

  .comfortable-cont-bottom-txt img {
    max-width: 500px;
    width: calc(100% - 10px);
  }

  .comfortable-cont-bottom-txt img {
    max-width: 500px;
    width: calc(100% - 10px);
    margin: 0 auto;
    display: block;
  }

  .comfortable-cont-txt h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .comfortable-cont-txt h3 span {
    font-size: 28px;
  }

  .comfortable-cont-img-big {
    width: calc(100% - 20px);
    margin: 0 auto 60px;
    position: relative;
    z-index: 10;
  }

  .after-support-box {
    margin: 60px auto;
    padding: 10px;
    width: calc(100% - 20px);
  }

  .after-support-box-inner {
    padding: 30px 10px;
  }

  .after-support-box-title {
    margin-bottom: 15px;
  }

  .after-support-box-title h3 {
    font-size: 24px;
  }

  .after-support-box-txt p {
    font-size: 14px;
  }

  #web {
    padding: 80px 0;
  }

  .web-title h2 {
    font-size: 30px;
  }

  .web-cont-title {
    margin: 0 auto 50px;
    max-width: 300px;
  }

  .web-cont-title p {
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
  }

  .web-cont-txt p {
    font-size: 18px;
    letter-spacing: .15rem;
  }

  .web-cont-flex {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .web-cont-flex-img {
    width: 100%;
  }

  .web-cont-flex-img:nth-child(1) {
    margin-bottom: 30px;
  }

  .web-cont-txt p::after,
  .web-cont-txt p::before {
    top: 65%;
  }

  #place {
    padding: 90px 0 30px;
  }

  .place-title {
    max-width: 300px;
    margin: 0 auto 10px;
  }

  .place-list ul {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .place-list ul li {
    padding: 40px 0px;
    width: 100%;
    border-bottom: 1px dashed #D1C7B8;
  }

  .place-list ul li:nth-child(2),
  .place-list ul li:nth-child(5) {
    border-right: none;
    border-left: none;
  }

  .place-list ul li:nth-child(5) {
    border-bottom: none;
  }

  .place-list-btn a {
    font-size: 16px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .place-list-title {
    margin-bottom: 20px;
  }

  #present {
    padding: 20px 0;
  }

  .present-box {
    width: calc(100% - 20px);
    margin: 0 auto;
    max-width: 500px;
  }

  .present-title {
    padding: 40px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .present-title h2 {
    font-size: 24px;
    margin-right: 20px;
  }

  .present-title img {
    width: 110px;
    top: initial;
    right: initial;
    position: relative;
  }

  .place-list.present-list ul {
    display: block;
  }

  .place-list.present-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 2px dashed #10345a;
  }

  .place-list.present-list ul li:last-child {
    border-bottom: none;
  }

  .place-list.present-list .place-list-img {
    width: 50%;
    margin-bottom: 0px;
  }

  .present-txt {
    width: 49%;
  }

  .place-list.present-list {
    padding: 0 10px 10px;
  }

  .present-list .place-list-btn a {
    width: 100%;
    margin-bottom: 0;
  }

  .indexkv {
    min-height: initial;
  }

  #support {
    padding: 80px 0;
  }

  .comfortable-cont-txt {
    margin-bottom: 20px;
    width: calc(100% - 30px);
    margin: 0 auto 40px;
  }

  .comfortable-cont-txt p {
    font-size: 17px;
  }

  .accbox {
    margin-bottom: 60px;
  }

  .first-video {
    width: 100%;
  }

  .present-txt .place-list-btn:nth-child(1) {
    margin-bottom: 0px;
  }

  #idea .reverse .second-flex-left {
    margin-left: 0;
  }

  .fixed-link a {
    top: initial;
    right: initial;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -ms-writing-mode: initial;
    writing-mode: initial;
    font-size: 18px;
    padding: 15px 30px;
  }
}

@media screen and (max-width: 500px) {
  .mv-bage {
    top: 30vw;
    left: -15px;
  }

  .hr-cont-txt p {
    font-size: 20px;
  }

  .second-flex-right-img-box {
    padding: 15px;
  }

  .second-flex-right-img-box p {
    font-size: 14px;
  }

  .second-flex-right-box-txt {
    padding-inline: 15px;
  }

  .second-flex-right-box-txt h4 {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .second-flex-right-box-txt p {
    font-size: 13px;
  }

  .support-title h2 {
    font-size: 20px;
  }

  .place-list.present-list ul li {
    align-items: end;
  }

  .present-title h2 {
    font-size: 20px;
    margin-right: 15px;
  }

  .fixed-link a {
    font-size: 16px;
    padding: 12.5px 0px;
    width: 100%;
    text-align: center;
  }
}

#area {
  display: none;
}

.accbox label {
  display: block;
  margin: 0px auto;
  cursor: pointer;
  transition: all 0.5s;
}

.accbox input {
  display: none;
}

.accbox .accshow {
  height: 0;
  padding: 0;
  opacity: 0;
}

.cssacc:checked+.accshow {
  height: auto;
  opacity: 1;
  transition: 0.8s;
}

.txt-hide {
  display: none;
}

.js-modal-open {
  cursor: pointer;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.9);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 214748366;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 0px 30px 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 90%;
  border: #10345a 3px solid;
  z-index: 2147483647;
  overflow: hidden;
}

.modal-inner {
  width: 100%;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
  /* -ms-overflow-style: none;
  scrollbar-width: none; */
}

.js-modal-close {
  color: #10345a;
  font-size: 16px;
  margin: 0 auto;
  text-align: right;
  font-size: 26px;
  display: block;
}

.footer {
  background-color: #3e3a39;
}

.footer .inner {
  max-width: 640px;
  margin: 0 auto;
  max-height: 288px;
  position: relative;
  width: 100%;
  height: 50vw;
}

.footer img {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.footer .logo {
  max-width: 207px;
  margin: 0 auto;
  position: absolute;
  top: 15.7%;
  left: 0;
  right: 0;
  width: 35vw;
}

.footer .insta {
  right: 21%;
  top: 16%;
  position: absolute;
  max-width: 42px;
  width: 6.5vw;
}

.footer .policy a img {
  max-width: 141px;
  width: 30vw;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.Copyright {
  color: #fff;
  letter-spacing: 1px;
  position: absolute;
  bottom: 3.2em;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 14.1px;
}

#page_top {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #3e3a39;
  opacity: 0;
  border-radius: 50%;
  z-index: 50000;
}

#page_top:hover {
  opacity: 1 !important;
}

#page_top a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 32px;
  color: #fff;
  position: absolute;
  width: 32px;
  height: 32px;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: "TOP";
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
}

.marker-animation img {
  max-height: 55px;
  vertical-align: text-bottom;
}

.banner-cont {
  max-width: 800px;
  margin: 0 auto 100px;
}

.banner-title {
  text-align: center;
  margin: 0 auto 40px;
}

.banner-title h2 {
  font-size: 36px;
  letter-spacing: .2rem;
  color: #3B517D;
}

.sns-lists {
  margin-top: 100px;
}

.sns-lists-title {
  text-align: center;
  margin-bottom: 40px;
}

.sns-lists-title p {
  color: #3B517D;
  font-size: 24px;
}

.sns-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  margin: 0 auto;
}

.sns-list ul li {
  width: 22%;
}

.sns-list ul li img {
  border-radius: 10px;
}

#top-camp {
  padding: 100px 0;
}

.top-camp-box {
  max-width: 1040px;
  margin: 0 auto;
  background: #D1C7B8;
  padding: 10px 20px 20px;
}

.top-camp-box img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.modal__content .cross {
  margin-top: 0 !important;
}

.second-flex .second-text {
  width: 100%;
  text-align: center;
}

.notice {
  margin: 30px auto 0;
  max-width: 680px;
}

#second .title-wrapper h2 sup {
  font-size: 18px;
}

@media screen and (max-width: 834px) {
  .modal__content {
    padding: 0px 10px 20px;
    top: 48.5%;
    width: 90%;
    height: 85%;
  }

  #modal01 .modal__content {
    height: 50vw;
  }

  .footer .inner {
    padding-bottom: 80px;
    max-height: 320px;
    height: 57.5vw;
  }

  .Copyright {
    bottom: 6.2em;
  }

  #top-camp {
    padding: 60px 0;
  }

  .top-camp-box {
    max-width: 500px;
    padding: 10px 10px 20px;
  }

  #second01 {
    padding: 80px 0 0;
  }

  #second02 {
    padding: 80px 0;
  }

  #second .title-wrapper h2 {
    text-align: center;
  }

  .notice {
    margin: 20px auto 0;
    max-width: 440px;
  }

  #second .title-wrapper h2 sup {
    font-size: 16px;
  }
}

@media screen and (max-width: 639px) {
  .footer .insta {
    right: 21vw;
  }

  .Copyright {
    font-size: 2.4vw;
  }

  #page_top {
    bottom: 55px;
    right: 5px;
  }

  .marker-animation img {
    max-height: 40px;
  }

  .banner-title {
    margin: 0 auto 30px;
  }

  .banner-title h2 {
    font-size: 24px;
  }

  .sns-lists {
    margin: 40px auto 20px;
  }

  .sns-lists-title {
    margin-bottom: 20px;
  }

  .sns-lists-title p {
    font-size: 18px;
  }

  .sns-list ul {
    max-width: 260px;
  }

  .sns-list ul li {
    width: 20%;
  }

  #second .title-wrapper h2 sup {
    font-size: 14px;
  }

  .notice {
    margin: 0px auto;
    text-align: left;
  }
}

.comfortable-cont-bottom-txt p span {
  color: #3F517A;
}

#idea .swiper-slide {
  cursor: auto !important;
}

/* キャンペーン */
.camp-anchor-btns {
  max-width: 1200px;
  margin: 0 auto 60px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}

.camp-anchor-btn {
  width: 47.5%;
}

.camp {
  background: #F5F5F5;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cmn-title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.cmn-title {
  margin-top: 100px;
}

.cmn-title h2 {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: .1rem;
}

.cmn-title span {
  font-size: 32px;
  color: #153259;
  font-family: "sofia-pro",
    sans-serif;
  font-weight: 500;
  font-style: normal;
}

.camp-anchor-btns {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}

.camp-anchor-btn {
  width: 47.5%;
}

.camp-cont {
  background: #fff;
  padding-bottom: 60px;
  margin-bottom: 100px;
}

.camp-cont:last-child {
  margin-bottom: 0;
}

.camp-btns {
  max-width: 725px;
  margin: 20px auto 0;
}

.camp-btns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 40px;
}

.camp-btns ul.one-btn {
  justify-content: center;
  margin-top: 35px;
  width: 100%;
}

.camp-btns ul li {
  width: calc(50% - 20px);
}

.camp-btns ul li a {
  text-align: center;
  background: #6EA3BC;
  display: block;
  padding: 22.5px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  transition: all .7s;
}

.camp-btns ul li a:hover {
  opacity: 0.7;
}

@media (max-width: 834px) {
  .camp {
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #fff;
  }

  .camp-anchor-btns {
    display: block;
    max-width: 500px;
    width: calc(100% - 40px);
    margin: 0 auto 0px;
  }

  .camp-anchor-btn {
    width: 100%;
    margin-bottom: 17.5px;
  }

  .camp-cont {
    padding-bottom: 40px;
    margin-bottom: 80px;
    max-width: 500px;
    margin: 0 auto;
  }

  .camp-btns {
    max-width: 500px;
    margin: 20px auto 0;
    width: calc(100% - 40px);
  }

  .camp-btns ul {
    display: block;
  }

  .camp-btns ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  .camp-btns ul li a {
    padding: 18px 0;
  }
}

.fv-swiper {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.fv-swiper::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../osaka/img/bgMask.png);
  z-index: 3;
}

.fv-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* add251004 */
#camp2025 .camp-btns ul {
  align-items: stretch;
}

#camp2025 .camp-btns ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#camp2025.minamiosaka #cp01 .camp-btns ul li:nth-child(1) a {
  padding-block: 10px;
}

#camp2025.minamiosaka .camp-btns {
  position: absolute;
  width: 100%;
  margin: 0;
}

#camp2025.minamiosaka #cp01 .camp-btns {
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#camp2025.minamiosaka #cp03 .camp-btns ul {
  justify-content: center;
}

#camp2025.minamiosaka #cp03 .camp-btns {
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#camp2025 .camp-btns.ver {
  bottom: 18%;
  right: 5%;
  max-width: 300px;
}

#camp2025 .camp-btns.ver ul li:last-child a {
  margin-bottom: 0;
}

#camp2025 .camp-btns.ver ul li a {
  background: #0D345B;
  margin-bottom: 29%;
}

#camp2025 .camp-btns.ver ul li {
  width: 100%;
}

#camp2025 .camp-btns.ver ul {
  display: block;
}

#camp2025 nav.cp-nav ul.row.top {
  margin-left: 0px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 4%;
}

#camp2025 nav.cp-nav ul.row.top li {
  width: 48%;
}

.camp#osaka {
  background: #FAFAFA;
  padding-bottom: 0;
}

#osaka .camp-anchor-btns {
  flex-wrap: wrap;
}

#osaka .camp-anchor-btn.one {
  width: 100%;
  margin-top: 30px;
}

#osaka .camp-anchor-btn.one a {
  display: block;
  width: 47.5%;
  margin: 0 auto;
}

#osaka #camp01 .camp-btns li a {
  text-align: center;
  display: block;
  background: #C42222;
  padding-block: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  transition: all .7s;
}

.camp-cont-img {
  position: relative;
}

.camp-cont-img .camp-btns {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 1.5%;
  width: 100%;
  max-width: 560px;
  margin: 0;
}

.camp-cont-img .camp-btns ul.one-btn {
  margin-top: 15px;
}

@media (max-width: 1200px) {
  #camp2025 .camp-btns.ver {
    max-width: 25vw;
  }

  #camp2025 .camp-btns.ver ul li a {
    margin-bottom: 7.5vw;
  }

  #camp2025 .camp-btns.ver ul li a,
  #camp2025 .camp-btns ul li a {
    padding: 1.75vw 0;
    font-size: 1.5vw;
  }

  #camp2025.minamiosaka #cp01 .camp-btns ul li:nth-child(1) a {
    padding-block: .65vw;
  }

  #camp2025.minamiosaka #cp01 .camp-btns {
    bottom: 3%;
  }

  .camp-cont-img .camp-btns {
    bottom: 1%;
  }

  #osaka #camp01 .camp-btns li a {
    padding-block: 15px;
  }
}

@media (max-width: 834px) {

  #camp2025 .camp-img,
  #camp2025 .camp-img#cp02,
  #camp2025 .camp-img#cp03 {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 60px;
  }

  #camp2025 .camp-img#cp03 {
    margin-bottom: 0;
  }

  #camp2025 nav.cp-nav ul.row.top li {
    width: 100%;
    margin-bottom: 20px;
  }

  #camp2025.minamiosaka #cp01 .camp-btns {
    bottom: initial;
    left: initial;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    position: relative;
    max-width: 280px;
    margin: 20px auto 0;
  }

  #camp2025.minamiosaka #cp01 .camp-btns ul li:nth-child(1) a {
    padding-block: 12.5px;
  }

  #camp2025 .camp-btns.ver ul li a,
  #camp2025 .camp-btns ul li a {
    padding: 20px;
    font-size: 16px;
  }

  #camp2025.minamiosaka #cp03 .camp-btns {
    max-width: 280px;
  }

  #camp2025 .camp-btns.ver {
    max-width: 280px;
    bottom: 7.5%;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #camp2025 .camp-btns.ver ul li a {
    margin-bottom: 560px;
  }

  #camp2025 .camp-btns ul li {
    margin-bottom: 0;
  }

  #camp2025 #cp01 .camp-btns ul li {
    margin-bottom: 30px;
  }

  #osaka .camp-cont#camp01 {
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
    background: initial;
  }

  .camp-cont-img .camp-btns ul li {
    margin-bottom: 20px;
  }

  .camp-cont-img .camp-btns ul.one-btn {
    margin-top: 15px;
  }

  .camp-cont-img .camp-btns ul li a {
    padding: 25px;
    font-size: 18px;
  }

  #osaka #camp01 .camp-cont-img:nth-child(2) .camp-btns {
    bottom: 3.5%;
  }

  .camp-cont-img .camp-btns {
    width: calc(100% - 40px);
  }

  #osaka #camp01 .camp-btns li a {
    padding-block: 20px;
    font-size: 16px;
  }

  .camp-cont-img .camp-btns {
    bottom: 7%;
  }

  #osaka .camp-anchor-btn.one a {
    display: block;
    width: 100%;
    margin: 0 auto 60px;
  }

  #osaka .camp-anchor-btn.one {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  #camp2025 .camp-img#cp03 {
    margin-bottom: 0;
  }

  #camp2025 .camp-btns.ver ul li a {
    margin-bottom: 94vw;
  }

  #osaka #camp2025 .camp-cont-img .camp-btns ul li a {
    padding: 22.5px;
    font-size: 16px;
  }

  #osaka #camp01 .camp-btns {
    bottom: 3.5%;
  }

  #osaka #camp01 .camp-cont-img:nth-child(2) .camp-btns {
    bottom: 2%;
  }
}
