@charset "UTF-8";
html{
	scroll-behavior: smooth;
}
body{
  background-color: #e3e3e3;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	color: #000;
	font-size:1rem;
	aline-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
    letter-spacing: 0.2em;
    height: auto;
    width: 100%;
    position: relative;
	overflow-x: hidden;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
/*===================================color*/
.white{
	color: #fff;
}
.red{
	color: #e60012;
}
.blue{
	color: #013b88;
}
.purple{
	color: #481c87;
}
.skyblue{
	color: #0894d3;
}
.pink{
	color: #de5699;
}
.right{
	text-align: right;
}
@media screen and (min-width: 768px){
	.sp{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.pc{
		display: none;
	}
}
@media screen and (min-width: 1030px){
	.spp{
		display: none;
	}
}
@media screen and (max-width: 1029px){
	.pcc{
		display: none;
	}
}
/*========= 背景動画設定のCSS ===============*/

/*header設定*/
#header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
} 
nav ul li a{
	font-family: "Bebas Neue", sans-serif;
}
#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0%;
    right:0%;
    left:0%;
    bottom:0%;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
#fv{
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100vw; /* 画面の幅全体 */
    height: 100vh; /* 画面の高さ全体 */
    overflow: hidden; /* 画像がはみ出した場合は非表示にする */
}
#fv img{
	position: absolute; 
    min-width: 100vw; 
    min-height: 100vh; 
    object-fit: cover;
	overflow-x: hidden;
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time01{
animation-delay: 0.5s;
}
.delay-time02{
animation-delay: 0.7s;
}
.box{
	opacity: 0;
}

/*見出し設定*/
h1{
    /*要素の配置*/
    position: fixed;
	display: flex;
	align-items: center;
	gap: 5px;
    /*要素を天地中央寄せ*/
    top: 20px;
    left:20px;
	z-index: 3;
}

h1 img{
	width: 35%;
}

@media screen and (max-width: 767px){
	h1 img{
	width: 50%;
	}
	#instagram{
	background-color: #EEC600;
	padding: 10px;
	text-align: center;
	color: #fff;
	position: fixed;
	 bottom: 0;
	z-index: 2;
	width: 100%;
	height: 50px;
    }
	#lead{
		padding: 50px 20px 0;
	}
}

/*========= lead ===============*/
#container{
  height: auto;
  width: 100vw;
}
#lead{
	padding: 80px 0 0 0;
	text-align: center;
}
#lead p{
	color: #fff;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1.6;
	text-shadow: 0 0 15px #666;
	padding-bottom: 50px;
}

.loop_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  margin-bottom: -30px;
}
.loop_container img{
	width: 6rem;
}
.wrapper {
  display: flex;
  animation: loop-text 30s linear infinite;
  padding-bottom: 0;
  margin-bottom: 0;
}
.double-content {
  display: inline-block;
  font-size: 6rem;
  white-space: nowrap;
  font-family: "Anton", sans-serif;
  color: #fff;
}
.double-content span.space{
	display: inline-block;
	margin-left: 50px;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* 動きの設定 */
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}
/* アニメーション「bounce」を指定 */
.bounce {
  animation: bounce 2s infinite; 
}
/*========= service ===============*/
#service{
	padding: 50px;
	background: #e3e3e3;
}
.title-area{
	text-align: center;
	padding-top: 50px;
}
h2{
	font-size: 7rem;
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 0.01em;
	line-height: 0.8;
}
.sub_t{
	margin-top: -5px;
}
h3{
	font-size: 1.2em;
	color: #333;
}
#club,
#community,
#event{
	margin-top: 50px;	
}
.service_content{
	width: 80%;
	padding: 50px 0;
	margin: 0 auto;
}
.school_left,
.club_left,
.community_area,
.event{
	width: 40%;
	text-align: right;
}
.school_right,
.club_right,
.community_area,
.event{
	width: 50%;
}
/* ボタン色 */
.school_button a{
	background-image: linear-gradient(90deg, #1d50a2, #0894d3);
}
.school_button a:hover {
    background-image: linear-gradient(90deg, #0894d3, #1d50a2);
}
.club_button a{
	background-image: linear-gradient(90deg, #e60012, #d6c600);
}
.club_button a:hover {
    background-image: linear-gradient(90deg, #d6c600, #e60012);
}
.community_button a{
	background-image: linear-gradient(90deg, #481c87, #a05da2);
}
.community_button a:hover {
    background-image: linear-gradient(90deg, #a05da2, #481c87);
}
.event_button a{
	background-image: linear-gradient(90deg, #de5699, #f89dca);
}
.event_button a:hover {
    background-image: linear-gradient(90deg, #f89dca, #de5699);
}
/* 矢印が飛び出たボタン */
.button007{
	margin: 30px 30px 0 0;
}
.button007 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button007 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
}
.button007 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
}
.button007 a:hover:before, .button007 a:hover:after {
    right: -0.5em;
}
.button007 a:hover {
    color: #fff;
}


.text {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Bebas Neue", sans-serif, monospace;
  font-size: 6em;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
.about_title,
#about h3{
	color: #fff;
}
.text.is-active {
  --y: 0;
}

.char {
  display: inline-block;
  transform: translateY(var(--y, 110%));
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.04s * var(--char-index));
}

/* 初期CSS */
.visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/*ボタン*/
.button_right{
	text-align: right;
	padding-right: 10px;
}
.circle_btn05 {
        position: relative;
        display: inline-block;
	    z-index: 2;
      }

      .circle_btn05 .circle_btn05-txt {
		font-size: 25px;
        height: 100px;
        line-height: 100px;
        padding-right: 60px;
        text-decoration: none;
        font-weight: bold; /* 文字の太さ */
      }
		#school .circle_btn05 .circle_btn05-txt{
			color: #013b88; /* 文字色 */
		}
		#club .circle_btn05 .circle_btn05-txt{
			color: #e60012; /* 文字色 */
		}
		#community .circle_btn05 .circle_btn05-txt{
			color: #481c87; /* 文字色 */
		}

      .circle_btn05 .circle_btn05-icon {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 0;
        right: 0;
        pointer-events: none;
      }

      .circle_btn05 .circle_btn05-icon .circle_btn05-circle {
        transition: transform 1s cubic-bezier(.23,1,.32,1);
        height: 100px;
      }

      .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
        transition: transform .75s cubic-bezier(.215,.61,.355,1);
        width: 100%;
        height: 100%;
        position: relative;
      }

      .circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
        stroke-width: 2;
        transition: stroke-width .75s cubic-bezier(.215,.61,.355,1);
      }

      .circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        display: inline-flex;
      }

      .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
        stroke-width: 2;
      }
		#school .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path{
			stroke: #0894d3;/* 矢印の色 */
		}
		#club .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path{
			stroke: #e60012;
		}
		#community .circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path{
			stroke: #481c87;
		}

      .circle_btn05 .circle_btn05-circle-itm {
        height:50px;
      }
		#school .circle_btn05 .circle_btn05-circle-itm {
        background-image: linear-gradient(90deg, #1d50a2, #0894d3); /* 丸の色 */
      }
		#club .circle_btn05 .circle_btn05-circle-itm {
        background-image: linear-gradient(90deg, #e60012, #d6c600); /* 丸の色 */
      }
		#community .circle_btn05 .circle_btn05-circle-itm {
        background-image: linear-gradient(90deg, #481c87, #a05da2); /* 丸の色 */
      }

      /* マウスオーバーした際のデザイン */
      .circle_btn05:hover .circle_btn05-txt {
        transform: translateX(-12px);
        transition: transform .5s cubic-bezier(.39,.575,.565,1);
      }

      .circle_btn05:hover .circle_btn05-icon .circle_btn05-circle {
        transform: rotate(1turn);
        transition: transform .75s cubic-bezier(.23,1,.32,1);
      }

      .circle_btn05:hover .circle_btn05-icon .circle_btn05-circle svg {
        transform: scale(1.5);
      }

@media screen and (min-width: 768px){
	.flex{
		display: flex;
		justify-content: center;
}
	footer.flex{
		align-items: flex-start;
	}
	#service section{
		margin-top: 50px;
		gap: 30px;
	}
	.school_left img,
	.club_left img,
	.community_area img,
	.event img,
	.event_img{
		width: 100%;
}
	.school_right img,
	.club_right img{
		width: 80%;
}
	.community_img,
	.event_img{
		width: 50%;
	}
	.sub_t{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px){
	#service{
		padding: 0;
		margin: 0;
		
	}
	.service_content{
		width: 100%;
		padding: 30px 0;
	}
	.sub_t{
		font-size: 2em;
		margin-left: 10px;
	}
	.title_img img{
		width: 90%;
	}
	h2{
		font-size: 5em;
		 writing-mode: vertical-rl;
		padding-top: 30px;
		margin-left: -5px;
		position: sticky;
		  top: 60px;
	}
	h2.school{
		background: linear-gradient(90deg, #1d50a2, #0894d3);
		-webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
		border-top: 8px solid #1d50a2;
	}
	h2.club{
		background: linear-gradient(90deg, #e60012, #d6c600);
		-webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
		border-top: 8px solid #e60012;
	}
	h2.community{
		font-size: 4.5em;
		background: linear-gradient(90deg, #481c87, #a05da2);
		-webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
		border-top: 8px solid #481c87;
	}
	h3{
		font-weight: 900;
		font-size: 1.2em;
	}
	.text{
		font-size: 4.5em;
	}
	.flex01{
		display: flex;
		justify-content: flex-start;
	}
	.school_left,
	.school_right,
	.club_left,
	.club_right,
	.community_area,
	.event{
		width: 100%;
	}
	.school_left,
	.club_left,
	.community_area,
	.event{
		text-align: left;
	}
	#school{
		padding: 0;
		margin-left: 15px;
	}
	#club,
	#community,
	#event{
		margin-top: 0;
	}
	.school_left{
		margin-top: -30px;
	}
	.school_right,
	.club_right{
		text-align: right;
	}
	p.cap{
		text-align: left;
		margin: 0 0 30px 50px;
	}
	.school_right img{
		width: 80%;
		margin-top: -30px;
	}
	.club_right img{
		width: 90%;
		margin-top: 10px;
	}
	.school_left_img{
		width: 80%;
	}
	.club_left_img{
		width: 90%;
		margin-left: 10px;
	}
	.community_img,
	.event_img{
		width: 90%;
		margin-left: 10px;
	}
	.community_img02{
		width: 90%;
		margin: 10px 0 0 auto;
	}
	.button007{
	margin: 10px 30px 10px 0;
}
}
/*========= news ===============*/
#news{
	position: relative;
	padding: 50px;
}
#news::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: hue;
  z-index: 1;
  pointer-events: none;
  width: 100vw;
}
.news_content{
	z-index: 2;
	background: rgba(255, 255, 255, 0.85);
	width: 80%;
	margin: 0 auto;
	padding: 50px 20px;
}
.news_content ul{
	width: 80%;
	margin: 0 auto;
}
.news_content ul li{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted black;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.news_content ul li p{
	line-height: 2;
}
.news_content ul li p span{
	font-family: "Bebas Neue", sans-serif;
}
/*ボタン*/
.circle-arrow-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #666666; /* 好きな色に変更可 */
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
　z-index: 3;
}

/* 矢印 */
.circle-arrow-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 3;
}

/* ホバー時の色変更 */
.circle-arrow-btn:hover {
  background-color: #333;
}
@media screen and (max-width: 767px){
	#news{
		padding: 15px;
	}
	.news_content{
		width: 95%;
		margin: 0 auto;
		padding: 30px 0;
	}
	.news_content ul{
		width: 90%;
		margin: 0 auto;
	}
	.news_content ul li{
		display: block;
	}
	.sp_right{
		text-align: right;
	}
}	
/*========= footer ===============*/
footer{
	background: linear-gradient(135deg, #1d50a2, #0894d3);
	padding: 50px;
}
.logo{
	width: 80%;
}
.footer_left{
	width: 40%;
}
.footer_right{
	width: 50%;
}
.footer_nav{
	max-width: 500px;
}
.footer_nav li{
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
	padding-bottom: 10px;	
}
.footer_nav li a {
	color: #fff;
	font-size: 1.2em;
	display: block;
}
.footer_nav li a span{
	font-size: 0.9em;
}
.footer_nav li:nth-of-type(2){
	margin-bottom: 10px;
}
.footer_nav li:nth-of-type(5){
	border-bottom: none;
}
.service_li{
	margin-bottom: 30px;
	max-width: 400px;
}
.service_li p{
	border-bottom: 1px dotted #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	margin-left: 10px;
}
.service_li p span{
	font-size: 0.8em;
}
.service_li p:nth-of-type(4){
	border-bottom: none;
}
.service_li p a{
	color: #fff;
	font-size: 0.9em;
}
footer .flex{
	gap: 50px;
}
/*インスタグラムボタン*/
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem; 
  margin: 50px 0;
}

a.btn-sns {
  font-size: 3rem;
  line-height: 70px;

  width: 70px;
  height: 70px;
  padding: 0;

  letter-spacing: 0;

  color: #fff;
  border-radius: 50%;
}

a.btn-sns:hover {
  color: #fff;
}

a.btn-sns--instagram {
  background: #d6249f;
  background: -webkit-linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
@media screen and (max-width: 767px){
	footer{
		padding: 30px;
	}
	.logo{
		width: 80%;
		margin: 30px auto;
	}
	svg.intro{
		width: 100%;
		margin: 0 auto;
	}
	svg.intro.go .text{
		font-size: 20px;
	}
	footer,
	.footer_left,
	.footer_right,
	.footer_nav{
		width: 100%;
	}
}
/*footer animation*/
svg.intro {
    max-width: 500px;
}
svg.intro .text {
    display: none;
}
svg.intro.go .text {
    font-family: "Bebas Neue", sans-serif;;
    font-size: 18px;
	letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
}
svg.intro.go .text-stroke {
    fill: none;
    stroke: #104190;
    stroke-width: 2.8px;
    stroke-dashoffset: -900;
    stroke-dasharray: 900;
    stroke-linecap: butt;
    stroke-linejoin: round;
    animation: dash 2.5s ease-in-out forwards;
}
svg.intro.go .text-stroke:nth-child(2) {
    animation-delay: .3s;
}
svg.intro.go .text-stroke:nth-child(3) {
    animation-delay: .9s;
}
svg.intro.go .text-stroke-2 {
    stroke: #fff;
    animation-delay: 1.2s;
}
svg.intro.go .text-stroke:nth-child(5) {
    animation-delay: 1.5s;
}
svg.intro.go .text-stroke:nth-child(6) {
    animation-delay: 1.8s;
}
@keyframes dash {
    100% {
        stroke-dashoffset: 0;
    }
}

/*========= about ===============*/
#about{
	width: 100%;
	margin-left: 0;
	text-align: center;
	color: #fff;
}
#about h2{
	color: #fff;
}
#about h3{
	text-align: center;
}
#about p{
	padding: 50px;
	text-shadow: 0px 0px 15px #666;
	line-height: 1.8;
}
@media screen and (min-width: 768px){
	#about{
		background-image: -webkit-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),url(../img/about_bg.jpg);
		background-image: -o-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),url(../img/about_bg.jpg);
		background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),url(../img/about_bg.jpg);
		background-position: center;
		background-size: cover;
		padding: 80px 0;
	}
	#about p{
		text-shadow: 2px 2px 5px #000;
	}
}
@media screen and (max-width: 767px){
	#BG{
	  width: 100vw;
	  height: 100vh;
	  position: fixed;
	  z-index: -1;
	  left:calc(50% - 1000px/2)
	}
	#about p{
		padding: 50px 10px;
	}
	}


	#copyright{
		font-size: 10px;
		line-height: 1;
		text-align: center;
		color: #fff;
	}
	
/*==================================================
　BLUEDOGS
===================================*/
.dogs_logo{
	width: 100%;
}
#dogs_fv{
	position: relative;
}
.fv{
	width: 100%;
	object-fit: cover;
	position: absolute;
	  top: 0;
	  left: 50%;
	  transform: translateX(-50%);
}
.logo_anime{
	position: absolute;
	  top: -40px;
	  left: 50%;
	  transform: translateX(-50%);
	width: 20%;
}
.taiken_button{
	position: absolute;
	  bottom: 5%;
	  left: 50%;
	  transform: translateX(-50%);
	width: 20%;
}
#dogs_content{
	background-color: #0894d3;
	color: #fff;
	padding: 50px 0 0 0;
}
#dogs_content .flex{
	align-items: center;
	flex-direction: row-reverse;
	gap: 30px;
}
.lead_img{
	width: 50%;
}
.lead_p{
	font-size: 30px;
	font-weight: 900;
	text-align: left;
}
#feature{
	width: 90%;
	margin: 60px auto;
}
#feature li{
	position: relative;
}
img.ball01{
	position: absolute;
	  top: -50px;
	  left: -30px;
	width: 30%;
}
img.ball02{
	position: absolute;
	  bottom: -40px;
	  left: -30px;
	width: 30%;
}
img.ball03{
	position: absolute;
	  bottom: -50px;
	  left: -30px;
	width: 30%;
}
img.ball04{
	position: absolute;
	  bottom: -50px;
	  left: -30px;
	width: 40%;
}
.feature_title{
	background: #fff;
	border-radius: 25px 25px 0 0;
	text-align: center;
	padding: 15px 5px;
}
.feature_title h4{
	color: #0f6bb0;
	font-weight: 800;
	font-size: 1.8em;
	margin-bottom: 15px;
	letter-spacing: 0.001em;
}
.feature_title p{
	color: #000;
	font-weight: 800;
	font-size: 1.1em;
	letter-spacing: 0.01em;
}
.small_p{
	font-size: 1.6rem;
}
#bubble{
	max-width: 900px;
	margin: 0 auto;
	width: 100%;
	padding: 30px;
}
/*円弧区切り*/
.wrap{
	overflow: hidden;
	margin-top: 30px;
}
.content03 {
  background: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  height: 80px;
}
.content01 {
  background: #fff;
  border-bottom-left-radius: 1000px 200px;
  border-bottom-right-radius: 1000px 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  height: 80px;
}
.day_content{
	background: #fff;
	color: #000;
	text-align: center;
}
.day_title,
.day_week,
.time{
	font-size: 2em;
	font-weight: 800;
}
.day_title{
	background: #0f6bb0;
	color: #fff;
	padding: 5px 20px;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 10px;
}
.day_week{
	color: #0f6bb0;
	border-bottom: 1px solid #0f6bb0;
	padding-bottom: 10px;
	display: inline-block;
	margin-bottom: 10px;
}
.time{
	color: #0894d3;
	letter-spacing: 0.001em;
	font-weight: 900;
}
.location{
	color: #0894d3;
	font-size: 1.5em;
	font-weight: 800;
	margin-bottom: 10px;
}
.caption{
	font-size: 1em;
	color: #0f6bb0;
}
#dogs_news{
	text-align: center;
}
.d_news_p{
		font-size: 1.5em;
		font-weight: 600;
		margin-top: 40px;
		margin-bottom: 40px;
}
.insta_button{
	width: 20%;
}
.slider{
	margin: 30px 0;
}
.members{
	text-align: center;
}
.bottom_img{
	width: 60%;
}
@media screen and (min-width: 768px){
	#dogs_fv{
		width: 100vw;
		height: 56.2vw;
}
	#feature.flex{
		justify-content: center;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
}
	.feature_title,
	.feature_img{
		width: 270px;
	}
	#bubble.flex{
		align-items: center;
		flex-direction: row;
		gap: 0;
}
	.bubble{
		width: 60%;
		margin-top: -100px;
}
	.right{
		width: 40%;
	}
	.bubble_logo{
		width: 100%;
		margin-bottom: -100px;
}
}
@media screen and (max-width: 767px){
	#dogs_fv{
		width: 100vw;
		height: 180.8vw;
}
	.dogs_logo{
		width: 80%;
}
	.logo_anime{
		position: absolute;
		  top: 40px;
		  left: 50%;
		  transform: translateX(-50%);
		width: 50%;
}
	.taiken_button{
		position: absolute;
		  bottom: 5%;
		  left: 50%;
		  transform: translateX(-50%);
		width: 60%;
}
	.lead_img,
	.lead_p{
		width: 100%;
}
	.lead_p{
		text-align: center;
		margin-bottom: 30px;
}
	#feature{
		margin: 50px auto 30px;
	}
	.feature_title,
	.feature_img,
	#feature li{
		width: 300px;
}
	#feature li{
		margin: 30px auto;
}
	#bubble{
		padding: 30px 10px;
	}
	.bubble{
		width: 100%;
	}
	.bubble_logo{
		width: 80%;
		margin-top: -70px;
		margin-right: -50px;
}
	.right{
		width: 100%;
		text-align: right;
	}
	.d_news_p{
		font-size: 1.2em;
	}
	.insta_button{
		width: 60%;
	}
	.bottom_img{
	width: 100%;
	margin: 0 auto;
	}
}
/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}
/*===========================================================*/
/*ふわっと現れる */
/*===========================================================*/
/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* 下から */

.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);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*==================================================
ページトップリンク
===================================*/
/*リンクの形状*/
.button-20 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: #2589d0;
}

.button-20:hover {
    border: 1px solid #2589d0;
    background-color: #fff;
}

.button-20:hover path {
    fill: #2589d0;
}
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}


/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

/*==================================================
　ハンバーガーメニュー
===================================*/
/*==================================================
クリックしたらナビ背景コンテンツがぼかされる※IE11非対応
===================================*/

/*========= 背景を暗くするのためのCSS ===============*/

.mainbrightness{
	filter: brightness(0.4);
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width:50%;
    height: 100vh;/*ナビの高さ*/
	background: #0894d3;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

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

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:10%;
    transform: translateY(-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center;
}
.main a{
	font-size: 1.2em;
}
.sub{
	margin-left: 20px;
}
.sub a{
	font-size: 1.2em;
}
#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	line-height: 2;
	text-align: left;
}
img.nav_logo{
	width: 6%;
	position: absolute;
	  top: 30px;
	  left: 10%;
}

/*========= ボタンのためのCSS ===============*/

/*ボタン外側*/
.openbtn{
	position:fixed;
    z-index: 99999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 70px;
    height:70px;
}
.difference{
  mix-blend-mode: difference;
}
/*ボタン内側*/

.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 3px;
	background-color: #fff;
  }


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

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

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}

.openbtn.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}
@media screen and (max-width: 767px){
	#g-nav{
		width:80%;
	}
	img.nav_logo{
		width: 20%;
	}
}