@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
}
a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
body {
  font-family: 游ゴシック, 游ゴシック体, YuGothic, Yu Gothic, メイリオ, Meiryo,
    ＭＳ ゴシック, MS Gothic, HiraKakuProN-W3, TakaoExゴシック, TakaoExGothic,
    MotoyaLCedar, Droid Sans Japanese, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #764226;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #764226;
  transition: background-image 0.5s ease-in-out; 
  /* background-image: url('../img/top/bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover; */
}
.bg-container{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../img/top/bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  z-index: -1;
  transition: background-image 0.5s ease-in-out; 
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
html {
  scroll-behavior: smooth;
}
main {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  main {
    margin-top: 50px;
  }
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/* .font-din {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
} */

@font-face {
  font-family: 'Hiragino';
  src: url('../font/hiragino.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Hiragino-w7';
  src: url('../font/hiragino-w7.ttc') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.font-hira{
  font-family: 'Hiragino', sans-serif;
}
.font-hira7{
  font-family: 'Hiragino-w7', sans-serif;
}
.font-adonis{
  font-family: adonis-web, serif;
}
.font-bungee{
  font-family: bungee, sans-serif;
}
.l-container {
  width: 100%;
  max-width: 718px;
  margin: 0 auto;
  padding: 0 25px;
}

.img-fluid{
  width: 100%;
}
.c-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px;
  background-color: transparent;
  line-height: 1;
}
.c-header__logo {
  width: 100%;
  max-width: 346px;
}
@media only screen and (max-width: 767px) {
  .c-header__logo {
    max-width: 173px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header {
    height: 50px;
  }
  .c-header a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-gnav {
  display: none;
  font-weight: 500;
  position: absolute;
  background-color: #764226;
  background-image:url(../img/top/sp-menu.jpg) ;
  background-position: center;
  background-size: cover;
  width: 100%;
  top: 0;
}
.c-gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  max-height: 100vh; 
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .c-gnav ul {
    padding-top: 10px;
    padding-bottom: 50px;
    
  display: block;
  }
}
.c-gnav li {
  width: 100%;
  max-width: 350px;
  margin: auto;
}
.c-gnav a {
  display: block;
  font-size: 4.1rem;
  line-height: 1.8735351562;
  font-weight: 700;
  text-transform: capitalize;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .c-gnav a {
    font-size: 2rem;
  }
}
.c-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #fff;
  border: 1px solid #764226;
  border-radius: 50%;
  height: 100%;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 999;
}
.c-menu__line {
  background-color: #764226;
  width: 53px;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .c-menu__line {
    width: 27px;
    height: 1px;
  }
}
.c-menu:hover {
  opacity: 0.8;
}
.c-menu.is-active {
  position: absolute;
  height: 100%;
}
.c-menu.is-active .c-menu__line:nth-child(1) {
  -webkit-transform: translate(0, 22px) rotate(45deg);
  transform: translateY(22px) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .c-menu.is-active .c-menu__line:nth-child(1) {
    -webkit-transform: translate(0, 11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
}
.c-menu.is-active .c-menu__line:nth-child(2) {
  opacity: 0;
}
.c-menu.is-active .c-menu__line:nth-child(3) {
  -webkit-transform: translate(0, -22px) rotate(-45deg);
  transform: translateY(-22px) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .c-menu.is-active .c-menu__line:nth-child(3) {
    -webkit-transform: translate(0, -11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  .c-menu {
    width: 53px;
    gap: 10px;
  }
}
.c-footer {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
.c-footer__logo {
  width: 100%;
  background-color: #fff;
  padding: 44px 0;
}
@media only screen and (max-width: 767px) {
  .c-footer__logo {
    padding: 22px 0;
  }
  .c-footer__logo img {
    max-width: 142px;
  }
}
.c-footer__copyright {
  background-color: #c3c4c6;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 14px 25px;
}
@media only screen and (max-width: 767px) {
  .c-footer__copyright {
    font-size: 0.8rem;
  }
}
.c-btn-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .c-btn-top {
    position: fixed;
    bottom: 14px;
    right: 20px;
  }
  .c-btn-top img {
    width: 50px;
    height: 50px;
  }
}
.c-mainvisual {
  position: relative;
}
.c-mainvisual:before,
.c-mainvisual:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  background-color: #6c9bd2;
  -webkit-animation: open 4s ease alternate forwards;
  animation: open 4s ease alternate forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  z-index: 1;
}
.c-mainvisual:after {
  right: 0;
}
/* .c-mainvisual__img {
  height: calc(100vh - 100px);
  object-fit: cover;
  width: 768px;
  min-height: 870px;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual__img {
    height: calc(100vh - 50px);
    min-height: unset;
  }
} */
.c-mainvisual__imgttl {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  max-width: calc(100% - 50px);
}
.c-mainvisual__title {
  position: absolute;
  top: 33%;
  right: 14%;
  -webkit-animation: slideUp 3s ease alternate forwards;
  animation: slideUp 3s ease alternate forwards;
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  opacity: 0;
  width: 66px;
  height: 234px;
}
.c-mainvisual__title > img {
  position: absolute;
}
.c-mainvisual__title > img:nth-child(1) {
  top: 0;
  left: 0;
}
.c-mainvisual__title > img:nth-child(2) {
  top: 0;
  right: 0;
}
.c-mainvisual__title.is-start {
  top: 50%;
  right: calc(50% - 57px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-animation: opacity 6s ease-in-out alternate;
  animation: opacity 6s ease-in-out alternate;
  z-index: 2;
  width: 114px;
  height: 390px;
}
.c-mainvisual__title.is-start > * {
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual__title.is-start {
    width: 66px;
    height: 195px;
    right: calc(50% - 33px);
  }
  .c-mainvisual__title.is-start > * {
    width: 35px;
  }
}
.c-mainvisual__title.is-start .c-mainvisual__title1 {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual__title.is-start .c-mainvisual__title1 {
    margin-top: 45px;
  }
}
.c-mainvisual__title1 {
  margin-top: 60px;
  margin-right: -10px;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual__title1 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mainvisual__title {
    right: 4%;
    width: 42px;
    height: 154px;
  }
  .c-mainvisual__title img {
    width: 25px;
  }
}
.c-mainvisual .l-petals1 {
  height: 100%;
  top: 0;
  z-index: 2;
  -webkit-animation: opacity 7s ease-in-out alternate;
  animation: opacity 7s ease alternate;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  opacity: 0;
}
.c-mainvisual .l-petals1 img:nth-child(1) {
  top: 42%;
  left: 25.2%;
  animation-delay: 0;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .l-petals1 img:nth-child(1) {
    width: 30px;
  }
}
.c-mainvisual .l-petals1 img:nth-child(2) {
  top: 70%;
  left: 14.53%;
  animation-delay: 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .l-petals1 img:nth-child(2) {
    width: 23px;
  }
}
.c-mainvisual .l-petals1 img:nth-child(3) {
  top: 15%;
  left: unset;
  right: 17%;
  animation-delay: 0.5s;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .l-petals1 img:nth-child(3) {
    width: 14px;
  }
}
.c-mainvisual .l-petals1 img:nth-child(4) {
  top: 35%;
  right: 13.73%;
  rotate: unset;
  animation-delay: 2s;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .l-petals1 img:nth-child(4) {
    width: 20px;
  }
}
.c-mainvisual .l-petals1 img:nth-child(5) {
  bottom: 42%;
  right: 17.6%;
  rotate: unset;
  animation-delay: 1s;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .l-petals1 img:nth-child(5) {
    width: 20px;
  }
}
@-webkit-keyframes open {
  0% {
    width: 50%;
  }
  to {
    width: 0%;
  }
}
@keyframes open {
  0% {
    width: 50%;
  }
  to {
    width: 0%;
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.c-imgleft {
  width: 6.3329054343%;
  top: 50px;
  left: 50px;
}
.c-imgright {
  width: 90%;
  bottom: 0;
  right: 0;
}
.p-top {
  width: 100%;
  max-width: 768px;
  margin: 0px auto 0;
  background-color: #e5edf8;
  position: relative;
  overflow: hidden;
}

.l-bg {
  position: relative;
  padding: 80px 0;
}
.l-bg > * {
  position: relative;
  z-index: 1;
}
.l-bg:after {
  content: "";
  position: absolute;
  background-image: url(../img/top/bg.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .l-bg {
    padding: 40px 0;
  }
  .p-top{
    margin: 0px 0px 0px;
    max-width: 100%;
  }
}
.p-top__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .p-top__social img {
    max-width: 58px;
  }
 
}
@media only screen and (max-width: 767px) {
  .p-top__social {
    gap: 25px;
  }
}
.p-top__line {
  margin: 30px auto;
  width: 1px;
  height: 100px;
  background-color: #f1729e;
}
@media only screen and (max-width: 767px) {
  .p-top__line {
    margin-top: 15px auto;
    height: 50px;
  }
}
.p-top__txt2 {
  margin-top: 20px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .p-top__txt2 {
    margin-top: 10px;
  }

  .p-top__txt2 img {
    max-width: 150px;
  }
}
.p-top__item1 {
  max-width: calc(100% + 72px);
  margin-left: -28px;
}
@media only screen and (max-width: 767px) {
  .p-top__item1 {
    max-width: calc(100% + 36px);
    margin-left: -14px;
  }
}
.p-top__sec.sec2 {
  padding-top: 76px;
}
@media only screen and (max-width: 767px) {
  .p-top__sec.sec2 {
    padding-top: 38px;
  }
}
.p-top__txt3 {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .p-top__txt3 {
    margin-top: 30px;
  }
}
.p-top__mess {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .p-top__mess {
    margin-top: 30px;
  }
}
.p-about1 {
  padding: 100px 0;
}
.u-fixed {
  position: fixed;
  z-index: -1;
}

.sec-title-wrap {
  width: 100%; /* Full width of the container */
  overflow: hidden; /* Ensures the image stays within bounds */
  position: relative;
}


.marquee-title {
  width: 2000px; /* Adjust the size of the images */
  height: auto;
  margin-bottom: 50px;
}
.marquee-title2 {
  width: 2000px; /* Adjust the size of the images */
  height: auto;
  margin-bottom: 50px;
}
.marquee-title3 {
  width: 2000px; /* Adjust the size of the images */
  height: auto;
  margin-bottom: 50px;
}
.marquee-title4 {
  width: 2000px; /* Adjust the size of the images */
  height: auto;
  margin-bottom: 50px;
}


.marquee-sec {
  
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.app-footer__marquee {
  color: #fff;
  padding: 0.25em 0;
  white-space: nowrap;
  --marquee-animation-duration: 70s;
}
.app-footer__marquee2{
  --marquee-animation-duration: 100s;
}
.u-marquee {
  --marquee-gap: 2ch;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.u-marquee,
.u-marquee__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 12.664rem;
  color: #764226;
}

.u-marquee__content {
  -webkit-animation: marquee var(--marquee-animation-duration) linear infinite;
          animation: marquee var(--marquee-animation-duration) linear infinite;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  line-height: 1;
}

.u-marquee__content > * {
  white-space: nowrap;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(calc(-100% - var(--marquee-gap)));
            transform: translate(calc(-100% - var(--marquee-gap)));
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(calc(-100% - var(--marquee-gap)));
            transform: translate(calc(-100% - var(--marquee-gap)));
  }
}
.sec2 .p-top__item2 {
  background-color: #ed7fa5;
  padding: 40px 30px;
  border-radius: 15px;
}
.mb30{
  margin-bottom: 30px;
}
.mb20 {
  margin-bottom: 25px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb120{
  margin-bottom: 80px;
}
#koi{
  margin-bottom: 300px;
}

aside{
  position: fixed;
  top: 25%;
  right: calc(300px - 10%);
}

.sidebar-menu{
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
}
.display-1200{
  display: none;
}
.namba-logo-wrap{
  position: fixed;
  left: calc(300px - 10%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 15vw;
}
.namba-logo-wrap-sp{
  display: none;
 }

 .content1-wrap .heading{
  border-bottom: 1px solid #764226;
  font-size: 35px;
  color: #764226;
  text-align: center;
 }
 .block-brown{
  display: inline-flex;
  padding: 7px 10px 5px 10px;
  color: #fff;
  background-color: #764226;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 26px;
 }
 .para-bold{
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
 }
 .font26{
  font-size: 26px;
 }
 .catch-title{
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 20px;
 }
 .para-mini{
  font-weight: 600;
  font-size:18px;
 }
 .para{
  font-size:21px;
  font-weight: 600;
  letter-spacing: 1px;
 }
.img-wrap{
  position: relative;
}
.img-wrap .c1img1-2{
  position: absolute;
  right: 0px;
  width: 200px;
  bottom: -165px;
  z-index: -1;
}
.img-wrap-inner{
  padding: 0px 50px;
  margin-bottom: 30px;
}

.heart2{
  max-width: 150px;
}
.img-flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.extra-bold{
  font-size: 40px;
  font-weight: bolder;
}
.para-big-bold{
  font-size: 24px;
}
.text-flex{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.text-flex .para-bold{
  margin-bottom: 0px;
}

.is-show .l-mask,
.is-show.l-mask {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}

.l-mask {
  display: inline-block;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 2s cubic-bezier(0.5, 1, 0.89, 1);
  vertical-align: middle;
}

.is-show .l-mask2,
.is-show.l-mask2 {
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
}

.l-mask2 {
  display: inline-block;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 2s cubic-bezier(0.5, 1, 0.89, 1);
  vertical-align: middle;
}

.mt-dif{
  margin-top: -10px;
}
.namba-link{
  margin: 20px;
}
.namba-link img{
  width: 100%;
  max-width: 160px;
}
.img56-wrap .bottom-text{
  padding: 20px;
  text-align: center;
}
.img-wrap .copyright{
  text-align: center;
}
.mb10{
  margin-bottom: 10px;
}
.img56-wrap{
  position: relative;
}
.bar-bottom{
  position: absolute;
  left: 0px;
  width: 300px;
}

.img24-wrap .text-img,
.img4-wrap .text-img,
.img1-wrap .text-img{
  margin-top: 20px;
}


.img2-wrap .text-img,
.img3-wrap .text-img{
  margin-top: 15px;
}
.img29-wrap .text-img,
.img47-wrap .text-img,
.img46-wrap .text-img,
.img45-wrap .text-img,
.img44-wrap .text-img,
.img43-wrap .text-img,
.img42-wrap .text-img,
.img41-wrap .text-img,
.img40-wrap .text-img,
.img39-wrap .text-img,
.img38-wrap .text-img,
.img37-wrap .text-img,
.img36-wrap .text-img,
.img35-wrap .text-img,
.img34-wrap .text-img,
.img33-wrap .text-img,
.img32-wrap .text-img,
.img31-wrap .text-img,
.img30-wrap .text-img,
.img28-wrap .text-img,
.img27-wrap .text-img,
.img26-wrap .text-img,
.img25-wrap .text-img,
.img23-wrap .text-img,
.img22-wrap .text-img,
.img21-wrap .text-img,
.img20-wrap .text-img,
.img19-wrap .text-img,
.img18-wrap .text-img,
.img17-wrap .text-img,
.img16-wrap .text-img,
.img15-wrap .text-img,
.img14-wrap .text-img,
.img13-wrap .text-img,
.img12-wrap .text-img,
.img11-wrap .text-img,
.img10-wrap .text-img,
.img9-wrap .text-img,
.img8-wrap .text-img,
.img7-wrap .text-img,
.img6-wrap .text-img,
.img5-wrap .text-img,
.img4-wrap .text-img{
  margin-top: 30px;
}

.img-wrap .text-img{
  margin-top: 10px;
}
.mt20{
  margin-top: 30px;
}

.text-menu{
  font-size: 40px;
  text-align: center;
  color: #fff;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1700px) {
  aside{
    right: 20px;
}
.namba-logo-wrap{
  max-width: 20vw;
  left: 30px;
}
}
@media only screen and (max-width: 1400px) {
  .sidebar-menu{
    max-width: 200px;
}
.namba-logo-wrap{
  max-width: 15vw;
  left: 20px;
}
}

@media only screen and (max-width: 1200px) {
  aside{
    display: none;
  }
  .display-1200{
    display: flex;
  }.namba-logo-wrap{
    max-width: 15vw;
    left: 20px;
  }
  .namba-logo-wrap{
   display: none;
  }
  .namba-logo-wrap-sp{
    display: block;
    padding: 20px;
   }
}

@media only screen and (max-width: 768px) {
  .catch-title{
    font-size: 20px;
  }
  .img-wrap .c1img1-2{
    max-width: 130px;
    bottom: -100px;
  }
  .img-wrap-inner{
    padding: 0px 20px;
  }
  .content1-wrap .text-content{
    margin-top: 40px;
  }
  #koi{
    margin-bottom: 150px;
  }
  .u-marquee, .u-marquee__content{
    font-size: 8rem;
  }
  .font26{
    font-size: 18px;
   }
   .block-brown{
    font-size: 18px;
   }
   .para-mini{
    font-size: 14px;
   }
   .para{
    font-size: 16px;
   }
   .bar-bottom{
    max-width: 150px;
   }
   .bottom-text .para-mini{
    text-align: left;
   }
   .namba-logo-wrap-sp{
    max-width: 260px;
    margin: auto;
   }
   .c-gnav a img{
    max-width: 260px;
    margin: auto;
   }
   .c-gnav a{
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
   }
}