@charset "utf-8";
@-ms-viewport {
  width: device-width;
}
body {
  width: 100%;
  height: auto;
  font-family: Arial, Helvetica, "sans-serif";
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.container {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  overflow-x: hidden;
}
/*-------ロード-------------------*/
#loading-bg {
  position: fixed; /* ローディング画面をスクロールを不可にする */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
}
body {
  color: #444;
}
#loading-bg .fas {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  font-size: 40px;
  color: #8CDDFF;
}
#loading-bg p {
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  margin: 0.5em auto;
  width: min-content;
  transform: translate(-50%, calc(-50% - 10px));
  color: #8CDDFF;
}
#loading-bg .text {
  margin: 30px auto;
  width: 80%;
  text-align: left;
}
/*----------------------*/
/*---NAV----------------*/
nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  width: 100%;
  height: min(8vh, 8vw);
  margin: 0 0 min(2vh, 2vw) 0px;
  margin-top: min(2vh, 2vw);
  padding-bottom: min(2vh, 2vw);
  text-align: left;
}
nav img {
  width: auto;
  height: min(8vh, 8vw);
  object-fit: contain;
  margin: 2vw;
  opacity: 0.9;
  padding-top: min(4vh, 4vw);
}
nav ul, nav ul li {
  width: 60%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style-type: none;
  text-align: left;
}
nav ul li {
  width: auto;
  height: min(5vh, 5vw);
  margin: 0 2vw;
  padding: 0;
  text-align: center;
}
nav ul li a {
  width: auto;
  height: min(5vh, 5vw);
  line-height: 2.7;
  font-size: min(1.6vw, 16px);
  text-decoration: none;
  color: rgba(0, 150, 220, 0.9);
  padding: 0;
	 text-align: center;
}
nav ul li a:hover {
  color: rgba(250, 167, 50, 0.90);
  text-decoration: underline;
  transition: all 0.5s;
  transform: scale(1.02, 1.02);
  transform: translate(0px, -5px);
}
nav ul li:first-child {
  margin-left: 0;
}
nav ul li:last-child {
  margin-right: 2vw;
}
/*-------------*/
header {
  position: relative;
}
header video {
  width: 100%;
  max-height: 80vh;
  object-fit: cover;
  object-position: 50% 62%;
  vertical-align: bottom;
  border: solid 0px;
  z-index: 20;
}
header img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
header .line1 {
  position: absolute;
  /*  top: min(75vh, 55vw);*/
  top: min(85vh, 52vw);
  z-index: 30;
}
header .line4 {
  position: absolute;
  /*  top: min(55vh, 33vw);*/
  top: min(60vh, 35vw);
  z-index: 10;
}
@media (min-width:768px) {
  header .line1 {
    /*  top: min(75vh, 55vw);*/
    top: min(77vh, 52vw);
  }
  header .line4 {
    /*  top: min(55vh, 33vw);*/
    top: min(40vh, 33vw);
  }
}
@media (min-width:1080px) {
  header .line1 {
    /*  top: min(75vh, 55vw);*/
    top: min(77vh, 52vw);
  }
  header .line4 {
    /*  top: min(55vh, 33vw);*/
    top: min(40vh, 28vw);
  }
}
h1 {
  z-index: 40;
  margin: min(80vh, 8vw) 20vw 0 0;
}
header, h1 ul {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0;
  padding: 0;
}
h1 ul li {
  font-size: min(5vw, 60px);
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: min(10vw, 90px);
  letter-spacing: min(1vw, 18px);
} /*「つりうぇいぶ！」*/
h1 ul li:first-child {
  font-size: min(2.5vw, 25px);
} /*群馬発！ 釣り系YouTubeチャンネル*/
h1 ul li:last-child {
  font-size: min(4vw, 40px);
  margin-bottom: min(5vh, 5vw);
} /*オフィシャルサイト*/
.umiusagi-wrap {
  position: absolute;
  top: min(85vh, 65vw);
  margin-right: 8vw;
  right: 0px;
  width: 15vw;
  z-index: 40;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.umiusagi {}
.sub1, .sub2 {
  position: relative;
}
.sub1 {
  width: 100%;
  height: auto;
  margin: min(17vh, 17vw) auto 0 auto;
  background-image: url("../img/photo/line6.png");
  background-size: cover;
  padding: 0 0 min(150vh, 100vw) 0;
  z-index: 10;
}
.sub2 {
  position: relative;
  margin: min(80vh, 8vw) auto 0 auto;
  text-align: center;
}
.sub2.men {
  position: relative;
  margin: 0;
  margin-bottom: min(10vh, 10vw);
  padding-bottom: min(30vh, 30vw);
  background-image: url("../img/photo/line12.png");
  background-size: contain;
}
.sub2.men h3 {
  position: absolute;
  top: min(2vw, 200px);
}
.space {
  margin: 20vw;
}
.space3 {
  margin: 10vw;
}
.sub1 .line2 {
  position: absolute;
  top: min(-8vh, -15vw);
  left: 0;
  width: 150%;
  height: auto;
  object-fit: cover;
}
h2 {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: min(10vw, 60px);
  color: #B0E8FF;
  padding: 0;
  margin: 0 auto 10vw auto;
  z-index: 40;
  line-height: 0.7;
}
h3 {
  position: absolute;
  top: min(2vw, 25px);
  right: 50%;
  width: 40vw;
  height: auto;
  margin: 0 auto;
  background-color: #45CFFF;
  font-size: min(3vw, 25px);
  transform: translate(50%, 50%);
  padding: min(1vh, 1vw) min(2vh, 2vw);
  color: #fff;
  text-align: center;
}
.kaniwrap {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 40;
}
.kani.top, .kani.top img {
  position: absolute;
  top: min(120vh, 120vw);
  left: 2%;
  z-index: 40;
}
@media (min-width:768px) {
  .kani.top, .kani.top img {
    top: min(130vh, 130vw);
  }
  h2 {
    line-height: 1;
  }
  h3 {
    position: absolute;
    top: min(2vw, 40px);
    right: 50%;
    width: 30vw;
  }
}
@media (min-width:1080px) {
  .kani.top, .kani.top img {
    top: min(160vh, 160vw);
  }
  h3 {
    position: absolute;
    top: min(2vw, 20px);
    right: 50%;
    width: 20vw;
  }
}
.tsuriwave {
  position: absolute;
  top: min(25vh, 18vw);
  right: 50%;
  transform: translate(50%, 50%);
  margin: 0 auto;
  padding: 0;
  width: 65%;
  height: auto;
  line-height: min(8vh, 8vw);
  color: #FFF;
  font-size: min(3.4vw, 30px);
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}
.sub1 .line5 {
  position: absolute;
  top: min(0vh, 90vw);
  left: -10px;
  width: 120%;
  height: auto;
  z-index: 0;
}
.youtube.scroll-in {
  position: absolute;
  width: min(50vh, 50vw);
  top: min(22vh, 22vw);
  right: 0;
  transform: translate(50%, 50%);
  height: auto;
  z-index: 40;
}
@media (min-width: 500px) {
  .youtube.scroll-in {
    width: min(50vh, 50vw);
    top: min(32vh, 32vw);
  }
}
@media (min-width: 768px) {
  .youtube.scroll-in {
    width: min(90vh, 50vw);
    top: min(50vh, 50vw);
  }
}
@media (min-width: 1080px) {
  .youtube.scroll-in {
    width: min(170vh, 80vw);
    top: min(35vh, 30vw);
  }
}
.boxes-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 300px;
  margin-bottom: 100px;
}
.box {
  width: min(160vh, 100vw);
  height: auto;
}
.box-02 {
  margin-top: 200px;
}
.box-01.displayed {
  animation: fadeInLeft 1s forwards;
}
.box-02.displayed {
  animation: fadeInRight 1s forwards;
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
/*-------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  margin-bottom: min(20vh, 20vw);
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 7s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item > img {
  width: 100%;
}
/*----------------------------*/
.member {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: min(80vw, 80vh);
  margin-bottom: min(50vh, 50vw);
}
.member-left {
  flex-direction: row;
  margin-right: 20vw;
  justify-content: center;
  align-items: center;
}
.member img {
  width: auto;
  height: min(80vw, 80vh);
  object-fit: contain;
  vertical-align: bottom;
  align-items: center;
  margin: 0;
  padding: 0;
}
.member-right {
  flex-direction: row-reverse;
  margin-left: 20vw;
  justify-content: center;
  align-items: center;
}
.text {
  display: flex;
  flex-direction: column;
  width: auto;
  height: min(70vw, 70vh);
  object-fit: cover;
  vertical-align: bottom;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.text .p {
  color: #FFF;
  font-size: min(2vw, 14px);
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  width: 40vw;
  line-height: 2;
  background-color: rgba(0, 50, 80, 0.4);
  padding: 15px;
  margin-top: min(4vh, 4vw);
}
.text .p.tamu-p {
  margin-top: 0;
}
.span-wraper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center;
  width: min(20vw, 20vh);
  height: auto;
}
.span-wraper span {
  position: absolute;
  color: rgb(250, 180, 0);
  -webkit-text-stroke: 1px rgba(250, 180, 0, 1);
  text-stroke: 1px rgba(250, 180, 0, 1);
  font-size: min(1.5vw, 22px);
  padding: 1vw;
  width: 40vw;
  height: auto;
}
/*.span-wraper.tamu span {
  position: absolute;
  top: 42%;
  left: min(-25vw, -25vh);
}*/
.span-wraper.re span {
  position: absolute;
  top: 10%;
  left: -11vw;
  text-shadow: 1px 1px 2px #000;
}
@media (min-width:768px) {
  .span-wraper.tamu span {
    position: absolute;
    top: 31%;
    left: -24vw;
  }
  .span-wraper.re span {
    top: 0%;
    left: -16vw;
  }
}
@font-face {
  font-family: 'keifont'; /* ① ここにfont-familyで指定したい名前を書く*/
  src: url('../font/けいふぉんと.ttf') format('truetype'); /* フォントが置かれているパスを書く */
  font-display: swap;
}
@font-face {
  font-family: 'keifont'; /* ① ここにfont-familyで指定したい名前を書く*/
  src: url('../font/けいふぉんと.woff') format('woff'); /* フォントが置かれているパスを書く */
  font-display: swap;
}
.h5-tamu img {
  width: min(200vw, 200px);
  height: auto;
  object-fit: contain;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  transform: translate(-50%, -50%);
}
.h5-hoka img {
  width: min(40vw, 200px);
  height: auto;
  object-fit: contain;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  transform: translate(-50%, -50%);
}
.h5-hoka, .h5-tamu {
  position: relative;
  font-family: "keifont", "けいふぉんと", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
  font-weight: normal;
  text-transform: unset;
  font-size: min(4.5vw, 50px);
  background-image: url("../img/photo/h5-back.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px;
  width: 30vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.back {
  background-repeat: no-repeat;
  background-size: auto min(80vw, 80vh);
  ;
}
.tamu-back {
  background-image: url("../img/photo/tamu-back.jpg");
  background-color: rgba(255, 210, 130, 1);
  background-position: 100% 0;
  margin-left: min(10vw, 10vh);
}
.takumi-back {
  background-color: rgba(255, 180, 180, 1);
  background-image: url("../img/photo/takumi-back.jpg");
  margin-right: min(10vw, 10vh);
}
.akkun-back {
  background-image: url("../img/photo/akkun-back.jpg");
  background-color: rgba(180, 250, 180, 1);
  background-position: 100% 0;
  margin-left: min(10vw, 10vh);
}
.yukky-back {
  background-image: url("../img/photo/yukky-back.jpg");
  background-color: rgba(250, 150, 250, 1);
  margin-right: min(10vw, 10vh);
}
.koita-back {
  background-image: url("../img/photo/koita-back.jpg");
  background-color: rgba(150, 180, 250, 1);
  background-position: 100% 0;
  margin-left: min(10vw, 10vh);
}
.techan-back {
  background-image: url("../img/photo/techan-back.jpg");
  background-color: rgba(220, 200, 250, 1);
  margin-right: min(10vw, 10vh);
}
.recelica-back {
  background-image: url("../img/photo/recelica-back.jpg");
  background-color: rgba(250, 250, 100, 1);
  background-position: 100% 0;
  margin-left: min(5vw, 5vh);
}
@media (min-width:768px) {
  .tamu-back, .akkun-back, .koita-back, .recelica-back {
    margin-left: min(30vw, 30vh);
  }
}
@media (min-width:768px) {
  .takumi-back, .yukky-back, .techan-back {
    margin-right: min(30vw, 30vh);
  }
}
.re-line {
  color: #FF8;
  text-decoration: none;
}
a {
  color: #fff;
  text-decoration: none;
}
.re-line:hover {
  color: #B1F782;
}
.re-line.tamu:hover {
  color: #FFD96B;
}
/*==================================================
得意なことスライダーのためのcss
===================================*/
.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: min(90vw, 90vh);
  margin: min(20vw, 20vh) auto 0 auto;
}
.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 30px;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slider .slick-prev, .slider .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 4px solid #fff; /*矢印の色*/
  border-right: 4px solid #fff; /*矢印の色*/
  height: 30px;
  width: 30px;
}
.slider .slick-prev { /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}
.slider .slick-next { /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slider .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0;
}
.slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slider .slick-dots button {
  color: transparent;
  outline: none;
  width: 3px; /*ドットボタンのサイズ*/
  height: 25px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}
.slider .slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}
.slider .tokui-wraper {
  width: 90vw;
  height: auto;
  margin: 0 auto;
}
.sub1.tokui {
  margin: min(20vh, 20vw) auto 0 auto;
  padding: min(10vh, 10vw) 0 min(10vh, 10vw) 0;
  width: 100%;
  height: min(150vh, 150vw);
  z-index: 10;
}
.space2 {
  width: 100%;
  height: 20vw;
}
.sub1.tokui ul {
  padding: 0;
  margin-top: 5vh;
}
.sub1.tokui h3 {
  margin-bottom: 0px;
}
@media (min-width:768px) {
  .tokui-wraper {
    height: auto;
    margin: 0 auto;
  }
  .sub1.tokui {
    margin: min(20vh, 20vw) auto min(20vh, 20vw) auto;
    padding: min(10vh, 10vw) 0 min(30vh, 30vw) 0;
    height: min(150vh, 150vw);
    z-index: 10;
  }
}
@media (min-width:1080px) {
  .sub1.tokui {
    padding: min(25vh, 25vw) 0 min(30vh, 30vw) 0;
    height: min(200vh, 200vw);
  }
  .tokui-wraper {
    width: 70%;
    height: min(200vh, 200vw);
    margin: 0 auto;
  }
}
/*=　　エビ　　　=============================================*/
.wow {
  width: 20%;
  margin-top: 10%;
}
.wow img {
  display: inline-block;
  width: min(20vw, 20vh);
  margin: auto;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
/*-----------*/
.ebinosu {
  width: auto;
  height: min(70vw, 70vh);
  position: relative;
  margin-bottom: min(10vw, 10vh);
}
.ebi, .ebi img {
  width: auto;
  height: min(35vw, 35vh);
  position: absolute;
  top: min(-5vw, -5vh);
  left: min(10vw, 10vh);
  z-index: 10;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  filter: drop-shadow(1px 1px 1px #aaa);
}
.switch, .switch img {
  width: auto;
  height: min(18vw, 18vh);
  position: absolute;
  top: min(-15vw, -15vh);
  right: 20%;
  z-index: 20;
  animation: floating-y 5s ease-in-out infinite alternate-reverse;
  cursor: pointer;
  transition: all 0.5s;
}
.hello {
  width: auto;
  height: min(50vw, 50vh);
  position: absolute;
  top: min(40vw, 40vh);
  right: 50%;
  z-index: 30;
  animation: floating-y 5s ease-in-out infinite alternate-reverse;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.hello.open, .hello img {
  opacity: 1;
  animation: Fade-In 0.3s;
  width: auto;
  height: min(50vw, 50vh);
  top: min(-45vw, -45vh);
  right: 30%;
}
@media (min-width: 768px) {
  .switch, .switch img {
    display: inline-block;
    width: auto;
    height: min(25vw, 25vh);
    top: min(-20vw, -20vh);
    transform: translate(-50%, -50%);
    left: 50%;
  }
  /**/
  .fadein {
    height: min(20vw, 20vh);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hello {
    width: auto;
    height: min(50vw, 50vh);
    position: absolute;
    top: min(0vw, 0vh);
    right: 50%;
    z-index: 30;
    animation: floating-y 1s ease-in-out infinite alternate-reverse;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .switch, .switch p:hover {
    height: min(50vw, 50vh);
  }
  .hello.open, .hello img {
    opacity: 1;
    animation: Fade-In 0.5s;
    width: auto;
    height: min(50vw, 50vh);
    top: min(-55vw, -55vh);
    right: 25%;
  }
  @media (min-width:1080px) {
    .switch, .switch img {
      display: inline-block;
      width: auto;
      height: min(25vw, 25vh);
      top: min(-10vw, -10vh);
      transform: translate(-50%, -50%);
      left: 50%;
    }
    .hello.open, .hello img {
      opacity: 1;
      animation: Fade-In 0.5s;
      width: auto;
      height: min(50vw, 50vh);
      top: min(-35vw, -35vh);
      right: 30%;
    }
  }
  .fadein {
    height: min(50vw, 50vh);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@keyframes Fade-In {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**/
.tetra {
  width: auto;
  height: min(70vw, 70vh);
  position: absolute;
  z-index: 20;
}
.iseebi-wrapper{
	 width: 100%;
	 background-image: url("../img/photo/mizu2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.iseebi {
  padding: 2vw 0 5vw 0;
  margin: 0 auto 60vh auto;
  width: 100%;
  height: auto;
  text-align: center;
 
}
.iseebi img {
  margin: 0 auto;
  width: min(50vw, 50vh);
  height: auto;
  vertical-align: bottom;
  object-fit: contain;
  text-align: center;
}
.iseebi, .iseebi img:hover {
  transition: all 0.5s ease-in-out;
  width: min(55vw, 55vh);
}
.iseebi p {
  width: min(50vw, 50vh);
  margin: 1vw auto;
  height: auto;
  font-size: min(3vw, 30px);
  font-weight: bold;
  color: #FFF;
	text-shadow: 2px 2px 4px #f11;
}
.sub2.collabo {
  width: 90%;
  height: auto;
  padding: 0 0 min(100vh, 100vw) 0;
  margin-bottom: 0 auto 200px auto;
  text-align: center;
}
/*===　コラボ　galleryスライダーのためのcss============================*/
.sub2.collabo ul, .sub2.collabo ul li, .sub2.collabo ul li img {
  margin: 0 auto;
  padding: 0;
  vertical-align: bottom;
}
@media (min-width:768px) {
  .sub2.collabo {
    padding: 0 0 min(100vh, 100vw) 0;
    margin-bottom: 500px;
  }
}
.collabo-wraper .slider {
  height: auto;
  width: 94%;
  max-width: 900px;
  margin: 0 auto;
}
.collabo-wraper p {
  margin: 0 auto 0 auto;
  font-size: min(3vw, 25px);
  text-align: center;
  color: #000;
  text-shadow: 2px 2px 4px #fff;
  font-weight: bold;
  background-color: #FFB34F;
  padding: 2vh;
  box-sizing: border-box;
  width: 70vw;
  height: auto;
}
.sub2.collabo h2 {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: min(10vw, 60px);
  color: #B0E8FF;
  padding: 0;
  margin: 0 auto 10vw auto;
  z-index: 40;
  line-height: 0.7;
}
.sub2.collabo h3 {
  position: absolute;
  top: min(2vw, 20px);
  right: 50%;
  width: 20vw;
  height: auto;
  margin: 0 auto;
  background-color: #45CFFF;
  font-size: min(3vw, 25px);
  transform: translate(50%, 50%);
  padding: min(1vh, 1vw) min(2vh, 2vw);
  color: #fff;
  text-align: center;
}
/*画像の横幅を100%にしてレスポンシブ化*/
.gallery img {
  width: 70vw;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  height: auto;
  vertical-align: bottom; /*画像の下にできる余白を削除*/
}
/*メイン画像下に余白をつける*/
.gallery {
  margin: 0 0 5px 0;
  padding: 0;
}
.gallery li {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 4px solid #0e5; /*矢印の色*/
  border-right: 4px solid #0e5; /*矢印の色*/
  height: 25px;
  width: 25px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}
.collabo-wraper .slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}
/*選択するサムネイル画像の設定*/
.collabo-wraper .choice-btn li {
  cursor: pointer;
  outline: none;
  background: #333;
  width: 25% !important;
  height: auto;
  object-fit: cover;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.collabo-wraper .choice-btn li img {
  text-align: center;
  width: 100%;
  height: auto;
  opacity: 0.4; /*選択されていないものは透過40%*/
  margin: 0 auto;
  padding: 0;
  vertical-align: bottom;
}
.collabo-wraper .choice-btn li.slick-current img {
  opacity: 1; /*選択されているものは透過しない*/
}
.collabo-wraper, .choice-btn, .slick-track {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  vertical-align: bottom;
}
/*transform: unset !important;画面幅サイズ変更に伴うサムネイル固定*/
/*--------------協賛-----------------------------------------------*/
.kyousan-container {
  width: 100%;
  height: auto;
  display: block;
  margin: min(50vw, 50vh) auto min(30vw, 30vh) auto;
  text-align: center;
}
.kyousan-space {
  width: 100%;
  height: auto;
  text-align: center;
  vertical-align: bottom;
}
.kyousan-space :first-child {
  display: block;
  margin-top: 300px;
}
.kyousan-space-ika-wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  text-align: center;
  vertical-align: bottom;
}
.ika-wrap {
  display: block;
  position: absolute;
  top: min(-5vw, -5vh);
  left: min(5vw, 5vh);
  text-align: left;
  width: min(20vw, 20vh);
  height: auto;
  object-fit: contain;
  vertical-align: bottom;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.ika {
  width: 100%;
  height: auto;
}
.flip-horizontal {
  transform: scale(-1, 1);
}
.kyousan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  padding: min(10vw, 10vh) 0;
  background-color: #000;
  color: #fff;
}
.kyousan-h p, .kyousan-h {
  display: block;
  width: 100%;
  height: auto;
  margin: min(5vw, 5vh) auto;
  padding: min(2vw, 2vh) 0;
  text-align: center;
  font-weight: bold;
  font-size: min(5vw, 5vh);
  text-shadow: 1px 1px 3px #000;
  background-image: url("../img/photo/p-haikei.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.maku-p p, .maku-p {
  display: inline-block;
  width: 90%;
  font-size: min(5vw, 25px);
  font-weight: bold;
  height: auto;
  margin: min(5vw, 5vh) auto;
  text-align: center;
  background-color: #333;
  border-radius: min(2vw, 2vh);
}
.kyousan-wrap-wrap {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  margin: min(2vw, 2vh) auto min(10vw, 10vh) auto;
}
.kyousan-flex {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
}
@media (min-width:768px) {
  .kyousan {
    height: auto;
  }
  .kyousan-flex {
    flex-direction: row;
  }
}
.kyousan-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: min(2vw, 2vh) auto min(4vw, 4vh) auto;
  padding: 2vw 0;

}
.kyousan-wrap-2{
	width: 90%;
	height: min(30vw, 30vh);
	background-color: #333;
	text-align: center;
	margin: 0 auto;
}
.kyousan-wrap p {
  width: 90%;
  height: auto;
  margin: min(2vw, 2vh) auto;
  font-size: min(5vw, 16px);
  text-align: left;
  padding: min(2vw, 2vh) min(3vw, 3vh);
}
.kyousan h6 {
  width: 90%;
  height: auto;
  font-weight: bold;
font-size: min(5vw, 16px);
  text-align: left;
  line-height: 1.6;
  margin: min(2vw, 2vh) auto min(1.5vw, 1.5vh) auto;
  padding: min(2vw, 2vh) min(3vw, 3vh);
}
.kyousan-container img {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  vertical-align: bottom;
}
.kyousan img {
  display: inline-block;
  width: 90%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  vertical-align: bottom;
}
/*------------最近-----------------------------------------------*/
.sub1.recent {
  width: 100%;
  position: relative;
  margin: min(20vw, 20vh) auto;
}
.sub1.recent ul, .sub1.recent li, .sub1.recent li a {
  font-size: min(1.8vw, 22px);
  line-height: 3;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  color: #000;
}
.sub1.recent li a:hover {
  color: #FFA900;
}
.sub1.recent ul {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  margin: min(10vw, 10vh) auto 0 auto;
  text-align: center;
}
.sub1.recent li {
  display: inline-block;
  white-space: nowrap;
  text-align: left;
  width: 80%;
  background-color: #fff;
  padding: min(2vw, 2vh) min(12vw, 12vh) min(2vw, 2vh) min(5vw, 5vh);
  margin: min(1vw, 1vh) auto;
  border-radius: 2vw;
}
.sub1.recent li a span {
  color: #f33;
  font-weight: bold;
}
/*----------------------------------------*/
.sub2.sns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: min(40vw, 40vh);
  margin: min(50vw, 50vh) auto min(50vw, 50vh) auto;
  width: 100%;
  height: 50vh;
  background-image: url("../img/photo/line9.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 65% 50%;
}
@media (min-width:768px) {
  .sub2.sns {
    height: 50vh;
  }
}
.fas_sns_circlecolor {
  margin: min(5vh, 5vw) auto;
  padding: 2vh 0 2vh 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
}
.fas_sns_circlecolor li {
  list-style: none;
  margin: 0 5px 0 0;
}
.fas_sns_circlecolor li a {
  text-decoration: none;
  display: inline-block;
  background: #333;
  border-radius: 50%;
}
.fas_sns_circlecolor li a i {
  width: min(10vw, 10vh);
  height: min(10vw, 10vh);
  color: #fff;
  font-size: min(5vw, 5vh);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fas_sns_circlecolor li a i:hover {
  width: min(12vw, 12vh);
  height: min(12vw, 12vh);
  color: #fff;
  font-size: min(6vw, 6vh);
  transition: all 0.3s ease-in-out;
}
.fas_sns_circlecolor li:nth-child(1) a {
  background: #66ccff;
}
.fas_sns_circlecolor li:nth-child(2) a {
  background: #ff0000;
}
.fas_sns_circlecolor li:nth-child(3) a {
  background: #ff00ff;
}
.sub2.sns p a {
  color: #000;
  font-size: min(3vw, 3vh);
  font-weight: bold;
  width: 50vw;
  height: auto;
  margin-bottom: min(13vw, 13vh);
  text-align: center;
}
/*---------------------------------------*/
.kyara {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
  margin: min(10vw, 10vh) auto min(30vw, 30vh) auto;
}
.kyara-left {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.usaningyo {
  text-align: left;
  width: min(30vw, 30vh);
  height: auto;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.hukidasi-usaningyo {
  width: min(50vw, 50vh);
  height: auto;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.kani {
  width: min(12vw, 12vh);
  height: auto;
}
/*---------------------------------------*/
.sub1.con {
  margin: 0;
  margin-top: min(70vw, 70vh);
  padding: 0;
}
.contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/photo/hamabe.jpg");
  background-size: cover;
  width: 100%;
  height: 1200px;
  position: relative;
  vertical-align: bottom;
  color: #fff;
  text-align: center;
  padding-top: min(5vw, 50px);
  padding-bottom: 20vw;
  margin-top: 15vw;
}
.contact .text {
  padding-top: min(15vw, 50px);
}
.contact p {
  color: #fff;
  font-size: min(3vw, 3vh);
  line-height: 1.5;
	margin-top: 20px;
}
footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 2vw;
}
.contact span {
  width: min(30vh, 30vw);
  height: min(10vh, 10vw);
  line-height: min(10vh, 10vw);
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%);
  border: solid 1px #fff;
  background-color: rgba(255, 196, 119, 0.20);
  border-radius: 15px 15px 0 0;
  padding: 10px 20px;
  color: #fff;
  font-size: min(3vw, 3vh);
  margin-bottom: 5vw;
}
.contact span:hover {
  background-color: rgba(255, 196, 119, 0.50);
  transition: all 0.5s ease-in-out;
}
.form {
	width: min(50vh, 50vw);
	height: min(7.5vh, 7.5vw);
	  background-color: rgba(5, 200, 200,1);
	border-radius: 15px;
	padding-top:  min(3vh, 3vh);;
}
/*========= レイアウトのためのCSS ==
ふわっ
===================================*/
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
}