@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');/*mont*/
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');/*anton*/
/*--------------------
全体の設定
-----------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{font-size: 62.5%;}
body{
    font-size: calc(1.6rem + (1vw - 0.56rem) * -1.0000);/* 14px~10pxで可変*/
    line-height:1.8;
	color:#333;
	display: none;/*アニメーションちらつき防止*/
	font-family:"Lucida Grande","segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;/*丸の文字*/
/*通常の文字設定---------
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo,sans-serif;
----------------------------*/
}h1 {
    font-size: calc(2.4rem + (1vw - 0.56rem) * 3.0000);/* 24px~36pxで可変*/
    line-height: 2.0;
}
h2 {
    font-size: calc(2.4rem + (1vw - 0.56rem) * 1.0000);/* 20px~24pxで可変*/
    line-height: 2.0;
}
@media (min-width: 992px) {/* 992px以上*/
body {font-size:1.6rem;}
h1{font-size: 4.0rem;/* 40px*/}
h2{font-size: 2.6rem;/* 26px*/}
}
@media screen and (max-width: 991px) {/* 991px以下*/
body{
	font-size:1.5rem;/* 15px*/
}
h1{font-size: 3.0rem;/* 30px*/}
h2{font-size: 2.0rem;/* 20px*/}
}
/*--------------------
個別の設定
-----------------------*/
#map iframe {/*googlemapの下の余白削除*/
    vertical-align: bottom;
}
.indent li{/*2行目を1文字下げる 要調整*/
    padding-left: 1.0em;
    text-indent: -1.0em;
	list-style:none;
	margin-left:1em;
}
/*棒矢印*/
.stickarrow {
	display:inline-block;
	width: 65px;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: skew(45deg);
	vertical-align: middle !important;
	transition: all 500ms ease;
}
.stickarrow:hover{
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 80px;
}
/*マーカー*/
.marker-bottom {
	background: linear-gradient(transparent 55%, #ddd 0%);/*カラー設定*/
	font-weight: bold;
}
/*グレースケール*/
.grayscale-img80{filter: grayscale(0.8);}
.grayscale-img100{filter: grayscale(1);} 
/*--------------------
リンクの設定
-----------------------*/
a{
	cursor:pointer !important;
	transition: all 1s ease;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
}
a:hover{text-decoration:none !important;}
a img:hover{outline:none !important;}
a:focus, *:focus {outline:none !important;}

.link-wide{color:#000 !important;}
.link-wide:hover{
	color:#999;
	letter-spacing:0.2em;
}
.click-invalid{ pointer-events: none;}/*オーバレイに使用*/
.link-ameblo{color:#C00;}
.link-ameblo:hover{color:#666;}
/*--------------------
フォントの設定
-----------------------*/
.font-mont{font-family: 'Montserrat', sans-serif;}
.font-anton{font-family: 'Anton', sans-serif;}
.tex-red{color:#c00;}
.tex-black{color:#000;}
.tex-trance-white{color:rgba(255,255,255,0.6);}
.tex-trance-black{color:rgba(0,0,0,0.6);}
/*縦書き*/
.font-vertical{
	/*
	text-orientation: upright;
	英字縦*/
	writing-mode: vertical-rl;
}
/*-------------------------
センター揃え左寄せ文字
---------------------------*/
.left-text {
	text-align: left !important;
	display: inline-block;
}
/*--------------------
フォントの太さ設定
-----------------------*/
.font-100{font-weight:100;}
.font-200{font-weight:200;}
.font-300{font-weight:300;}
.font-400{font-weight:400;}
.font-500{font-weight:500;}
.font-600{font-weight:600;}
/*--------------------
行間設定
-----------------------*/
.line-12{line-height:1.2;}
.line-13{line-height:1.3;}
.line-15{line-height:1.5;}
.line-18{line-height:1.8;}
.line-2{line-height:2.0;}
/*--------------------
回転設定
-----------------------*/
.rotate3{transform:rotate(3deg);}
.rotate4{transform:rotate(4deg);}
.rotate-3{transform:rotate(-3deg);}
.rotate-4{transform:rotate(-4deg);}
/*--------------------
フォントサイズ
-----------------------*/
.size06{font-size:0.6em !important;}
.size07{font-size:0.7em !important;}
.size08{font-size:0.8em !important;}
.size09{font-size:0.9em !important;}
.size1{font-size:1.0em !important;}
.size11{font-size:1.1em !important;}
.size12{font-size:1.2em !important;}
.size13{font-size:1.3em !important;}
.size14{font-size:1.4em !important;}
.size15{font-size:1.5em !important;}
.size16{font-size:1.6em !important;}
.size17{font-size:1.7em !important;}
.size18{font-size:1.8em !important;}
.size2{font-size:2.0em !important;}
.size25{font-size:2.5em !important;}
.size3{font-size:3.0em !important;}
.size4{font-size:4.0em !important;}
.size5{font-size:5.0em !important;}
.size6{font-size:6.0em !important;}
.size7{font-size:7.0em !important;}
.size8{font-size:8.0em !important;}
/*--------------------
テキストシャドウ設定
-----------------------*/
.tex-shadow{text-shadow: 1px 1px 2px rgba(0,0,0,.5);}
.tex-shadow2{text-shadow:2px 2px 10px rgba(0,0,0,.5);}
.tex-shadow-white{text-shadow: 1px 1px 2px #fff;}
.tex-shadow-bold{
	text-shadow: 
    black 2px 0px 0px, black -2px 0px 0px,
    black 0px -2px 0px, black 0px 2px 0px,
    black 2px 2px 0px, black -2px 2px 0px,
    black 2px -2px 0px, black -2px -2px 0px,
    black 1px 2px 0px, black -1px 2px 0px,
    black 1px -2px 0px, black -1px -2px 0px,
    black 2px 1px 0px, black -2px 1px 0px,
    black 2px -1px 0px, black -2px -1px 0px,
    black 1px 1px 0px, black -1px 1px 0px,
    black 1px -1px 0px, black -1px -1px 0px;
}
.tex-shadow-bold2{
	text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
	-1px 1px 0 #000, 1px -1px 0 #000,
    0px 1px 0 #000,  0-1px 0 #000,
    -1px 0 0 #000, 1px 0 0 #000;
}
/*--------------------
背景画像の設定
-----------------------*/
/*トップ画像デバイスの高さに揃える設定*/
.top-page-img{
    background:center center / cover no-repeat fixed;
    background-size: cover;
    text-align: center;
	object-fit: cover;
	width:100%;
	/*斜めにする場合
	clip-path: polygon(0 0, 100% 0, 100% 95vh, 0 100%);
	-webkit-clip-path:polygon(0 0, 100% 0, 100% 95vh, 0 100%);*/
}
@media screen and (max-width: 767px) {
.top-page-img{height:75vh;}/*調整*/
}
/*--------------------
トップアニメ設定
-----------------------*/
.bg-anime-cont{
	width:100%;
	height:100%;
	overflow:hidden;
}

.bg-anime{
    animation: anime 10s ease;
}
@keyframes anime {
0% {
	opacity:0.9;
	transform: scale(1.15) rotate(3deg);
}   
100% {
	opacity: 1;
	transform: scale(1.0) rotate(0deg);	
}
}
/* 下からスライド */
@keyframes fadeInUpMin {
from {
	opacity: 0;
    transform: translate3d(0, 30%, 0);
    transition: all 1s ease;
}
to {
    opacity: 1;
    transform: none;
}
}
.fadeInUpMin {animation-name: fadeInUpMin;}

/* 左からスライド */
@keyframes SlideIn-right {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(30%);
	transition: all 1s ease;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-right{animation-name: SlideIn-right;}
/* 右からスライド */
@keyframes SlideIn-left {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(-30%);
	transition: all 1s ease;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-left{animation-name: SlideIn-left;}
/*--------------------
スライドアニメーション(アコーディオン)設定
-----------------------*/
/*left*/
@keyframes slideshow-horizontal {
from {
    transform: scale(0, 1);
	transform-origin: left top;
    transition: all 0.3s ease !important;
	
}
to {
	transform: scale(1, 1);
	transform-origin: left top;
}
}
.slideshow-horizontal {animation-name: slideshow-horizontal;}
/*right*/
@keyframes slideshow-horizontal-right {
from {
    transform: scale(0, 1);
	transform-origin: right top;
    transition: all 0.3s ease;
	
}
to {
	transform: scale(1, 1);
	transform-origin: right top;
}
}
.slideshow-horizontal-right {animation-name: slideshow-horizontal-right;}
/*縦*/
@keyframes slideshow-vertical {
from {
    transform: scale(1, 0);
	transform-origin:bottom;
    transition: all 0.5s ease;
	
}
to {
	transform: scale(1, 1);
	transform-origin:bottom;
}
}
.slideshow-vertical{animation-name: slideshow-vertical;}
/*-------------------------
画像のオーバーレイ
---------------------------*/
.overlay-gradi:after{
	background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0.9));
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
/*-------------------------
キャプション設定
---------------------------*/
.heading-wrap{position:relative;}
.heading-center {/*中央大*/
  position: absolute;
  width:100%;
  height:auto;
  top: 50%;
  left: 50%;
  text-align:center;
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}
.heading-left{
	position:absolute;
	top: 50%;
	transform:translateY(-50%);
	left:0;
	width:auto;
	height:100%;
	display: flex;
    align-items: center;
}
.heading-right-bottom{
	position:absolute;
	top: 20%;
	right:0 !important;
	width:50%;
	height:auto;
	padding:1em;
}
.heading-right-bottom-sm{
	position:absolute;
	top:70%;
	width:90%;
	left:10%;
	padding:1em;
}
/*-------------------------
パララックス
---------------------------*/
.pra-container {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 15px;
	position: relative;
	width: 100%;
}
.pra-mask{
	clip-path: polygon(0 0, 100% 0, 100% 90vh, 0 100%);
	-webkit-clip-path:polygon(0 0, 100% 0, 100% 90vh, 0 100%);
}
.pra-mask2{
	lip-path: polygon(0 10vh, 100% 0, 100% 70vh, 0 100%);
	-webkit-clip-path:polygon(0 10vh, 100% 0, 100% 70vh, 0 100%);
}
.pra-mask3{
	clip-path: polygon(0 10vh, 100% 0, 100% 100%, 0 100%);
	-webkit-clip-path:polygon(0 10vh, 100% 0, 100% 100%, 0 100%);
}
.container--60{
	min-height:60vh;
}
.container--80 {
	min-height: 80vh;
}
.container--full {
	min-height: 100vh;
}
.container--small {
	min-height: 40vh;
}
.pra-container .content {
	color: #fff;
	margin: 0 auto;
	text-align: center;
	width:100%;
}

.parallax__container{
	clip:rect(0,auto,auto,0);
	height:100%;left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
	z-index:-100
}.parallax__container .parallax{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	transform:translate3d(0,0,0);
	transform-style:preserve-3d;
	width:100%;
	position:fixed;
	height:100%;
	top:0;
	left:0
}
.parallax-bg {/*要素が長い場合のbackground*/
  background:linear-gradient(-45deg, rgba(255,165,0,0.8), rgba(255,225,225,.9)),url('../img/bg3.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg1 {
background:url('../img/top-img.jpg');
}
.bg3 {
background: linear-gradient(-45deg,rgba(255,18,129,.4), rgba(255,18,129,.6)),url('../img/bg2.jpg');
}
@media screen and (max-width: 991px) {
.bg1 {
background: linear-gradient(-45deg,rgba(0,0,0,.6), rgba(0,0,0,.8)),url('../img/top-img-sm.jpg');
	}
}
/*--------------------
ナビの設定
-----------------------*/
/*途中から固定する場合*/
.is-fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }
  
.navbar{
	z-index:999;
}
/*navbar背景色*/
.navbar-change{/*チェンジ前*/
  transition:500ms ease;
  background-color:transparent !important;
}
.navbar-change.scrolled{/*チェンジ後*/
  background:#fff !important;
  box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.15);
}
/*navbar-brand*/
.navbar-brand{/*チェンジ前*/
	color:#fff !important;
	margin-left:1em !important;
}
.scrolled.navbar-change .navbar-brand{/*チェンジ後*/
	color:#666 !important;
}
/*navbar-active*/
nav .active,
.navbar-change .nav-link.active,
.navbar-change .nav-link:hover,
.navbar-change .nav-link:focus{/*チェンジ前*/
	color:#02A1D1 !important;
	font-weight:400 !important;
}
.scrolled.navbar-change .nav-link.active,
.scrolled.navbar-change .nav-link:hover,
.scrolled.navbar-change .nav-link.focus{/*チェンジ後*/
	color:#8B1338 !important;
}
/*navbar-link*/
.nav-link{/*チェンジ前*/
	color:#fff !important;
	font-family: 'Montserrat', sans-serif;
	margin-right:0.5em;
	font-size:2.0em !important;
	font-weight:100;
}
.scrolled .nav-link{/*チェンジ後*/
	color:#999 !important;
}
/*--------------------
toggle-custom　スマホ用
-----------------------*/
.navbar-nav{
	text-align:center;
	width:100%;
	background-color:rgba(0,0,0,.5);
}
.bg-toggler{
	background-color:rgba(255,255,255,.8);
	width:100%;
}
.navbar-toggler{
	border:none !important;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.memu-text{
	display:inline-block;
	color:#fff !important;
	font-size:1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
}
/*.scrolled .memu-text{color:#000 !important;}*/
.custom-icon {/*toggleの色とサイズ*/
	width: 30px;
	height: 20px;
	position: relative;
	margin: 1em;
}
.custom-icon span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	background-color: #02A1D1;
}
.custom-icon span:nth-of-type(1) {
  top: 0;
}
.custom-icon span:nth-of-type(2) {
  top: 12px;
  width:80%;
}
.custom-icon span:nth-of-type(3) {
  top: 24px;
}
/*.scrolled .custom-icon span{background-color:#F00;}/*スクロール後*//*/*--------------------
ドロップダウン
-----------------------*/
.dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu a:active,
.dropdown-menu a:focus,
.dropdown-menu a:hover,
.dropdown-menu a:hover:active {/*ホバー時の背景色*/
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.14);
    background-color: #000;
    color: #fff;
}
 .dropdown-item.active{/*アクティブ時の背景色*/
  color: #fff !important;
  text-decoration: none;
  background-color: #666 !important;
}
.dropdown-menu{
	padding:0 !important;
	font-size:1.0em !important;
	line-height:2.5 !important;
	border:none !important;
	text-align:center !important;
	background-color:rgba(255,255,255,.8) ;/*ドロップダウンの背景色*/
}
.dropdown:hover .dropdown-menu {display: block;}
/*-------------------------
form
---------------------------*/
.form-control {
	margin-top:0.3em;
	background-color: #fff;
	height: 45px;
	padding: 0px 15px;
	color: #151515;
	border: 1px solid rgba(0,0,0,0.3);
	font-size: 1.1em !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 40px;
	transition: 0.2s all;
}
.form-control::-webkit-input-placeholder {color: #ccc;}
textarea::placeholder {color: #ccc;}
.form-control:-ms-input-placeholder {color: #ccc;}
.form-control::placeholder {color: #ccc;}
.form-control:focus {background: #f8f8f8;}
input[type="date"].form-control:invalid {color: #ccc;}
select.form-control {/*ディフォルト解除*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.form-control:invalid {color: #ccc;}
select.form-control option {color: #151515;}
/*select矢印*/
select.form-control+.select-arrow {
	position: absolute;
	right: 20px;
	top: 40%;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: #ccc;
	font-size: 14px;
}
select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
/*チェックボックス設定*/
.check-label{
	display:inline-block !important;
	height:45px !important;
	color: #666 !important;
	padding: 0px 15px !important;
}
input[type="checkbox"] {
	position: relative;
	padding-left: 15px;
	width:25px !important;
	height:25px !important;
	top:40%;
	left:0;
	transform: translateY(-40%) !important;
}
/*カレンダー・時間*/
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator{
	cursor: pointer;
}
/*テキストエリア*/
textarea{
  width: 100%;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 10px;
  margin: 0;
  outline: 0;
  padding:0.8em;
  color: #666;
}
/*ラベル*/
.form-label {
	color: #666;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
	font-size: 1em !important;
	font-weight: 400;
	margin-left: 20px;
}
.form-btn {
	margin: 30px 0 0 0 ;
}
.submit-btn {
	display: block;
	width: 100% !important;
	color: #fff;
	background-color: #000;
	font-weight: 700;
	font-size: 18px;
	border: none;
	border-radius: 40px;
	height: 55px;
	transition: 0.2s all;
}
.submit-btn:hover,
.submit-btn:focus {
	background-color: #666;
}
/*--------------------
top information
-----------------------*/
.information-topics {
	padding: 20px 0;
	width:100%;
	margin:0 auto !important;
}

.information-topics dt {
	padding: 0.8em 0;
	color:#999 !important;
}
.information-topics dd {
	padding: 0.8em 0;
	border-bottom:1px solid rgba(0,0,0,.25);
}
.information-topics dd a{
	color:#000 !important;
}
.information-topics dd a:hover{
	background: linear-gradient(transparent 55%, #ddd 0%);/*カラー設定*/
	font-weight: bold;
}

@media screen and (min-width: 992px) {
.information-topics dt {
	clear: left;
	float: left;
	margin-right:20px;
}
}
@media screen and (max-width: 991px) {
.information-topics dt {
	border-bottom:none;
	padding: 0 0;
}

.information-topics dd{
	margin-bottom:0.5em;
	border-bottom:1px solid rgba(0,0,0,.25);
	padding: 0.8em 0;
}
}
/*--------------------
instafeedの設定
-----------------------*/

.insta-box{
	display: inline-block;
	margin:0 !important;
	padding:0.5em !important;
	text-align:center !important;
	overflow:hidden !important;
	cursor:pointer;
}
.insta-box .like{color:rgba(255,255,255,0.5) ;}
.insta-box:hover .like{color:#000 !important;}

.insta-box img{
    transition: transform 0.5s linear;
	width:100%;
	height:210px;
	object-fit: cover;
}

.insta-bax-img:after{
	background:linear-gradient(-45deg,rgba(75,108,183, .6), rgba(24,40,72, 0.9));
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:1;
	pointer-events: none;
}
.insta-bax-img:hover:after {
	opacity:0;

}
.insta-video{
	position:absolute;
	right:10px;
	top:10px;
	color:rgba(255,255,255,.8);
}
/*--------------------
はみ出し矢印ボタン設定
-----------------------*/
.arrow-btn{
  position: relative;
  border: 1px solid #000;
  width: 250px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 20px;
  transition: all 1s ease;
  margin:1em auto;
  background-color:rgba(255,255,255,.8);
}
.arrow-btn:hover{
	background-color:rgba(0,0,0,.5);
	color:#fff;
}
.arrow-btn:before,
.arrow-btn:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #8e8d8a;
}
.arrow-btn:before{
  width: 80px;
  transform: translate(30px, 0px);
}
.arrow-btn:after{
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(25deg);
}
/*使い方
<a href="#" target="_blank" class="arrow-btn">ボタンテキスト</a>
*/
/*--------------------
背景スライドボタン設定
-----------------------*/
/*ペース*/
.btn-slide{
	transition: all 0.3s;
	background: none;
	display: inline-block;
	font-weight: bold;
	padding: 0.8em 3em;
	position: relative;
	text-transform: uppercase;
	letter-spacing:0.1em;
	z-index:1;
	text-align:center;
}
.btn-slide::before,
.btn-slide::after {
	border:none;
	content: '';
	position: absolute;
	z-index: -1;
}
.btn-slide:hover:before {
	transform: translateX(0);
}
.btn-slide::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  transition: all 0.3s;
}
.btn-slide:hover:after {
  width: 100%;
}
/*背景の色*/
.main-btn{
	border: 1px solid #000;
	color: #000;
}
.main-btn::before,
.main-btn::after {
	background: rgba(190,16,19,0.8);/*hover時の背景色*/
}
.main-btn:hover {
	color: #fff;
	border:1px solid rgba(190,16,19,0.8);
}
/*使い方
<a href="#" class="btn-slide main-btn">ボタンテキスト</a>
*/

.shrink-btn {
	display: inline-block;
	text-align:center;
	padding: 0.8em 3em;
	color:#fff !important;
	box-shadow: #fff 0 0px 0px 1px inset;
}

.shrink-btn:hover {
	color: rgba(255, 255, 255, 0.85);
	box-shadow: rgba(2,161,209,0.8) 0 0px 0px 40px inset;
}
/*使い方
<a href="#" class="shrink-btn">ボタンテキスト</a>
*/
/*--------------------
SOCIAL BUTTON
-----------------------*/
.social-box{
	padding:0;
}
.social-button{
	display:inline-block;
	width:45px;
	height:45px;
	line-height:45px;
	background-color:transparent;
	color:transparent;
	text-align:center;
	margin-right:5px;
	border-radius:50%;
	font-size:1.2em !important;
	transition: all  0.5s ease;
}
.social-button:hover{
	border:none;
}
/*ホバー前のカラー*/
.sns-original{
	color:#fff !important;
	background-color:transparent;/*メインカラーの設定*/
}
/*sns各ブラントボタンからー*/
.facebook-btn:hover{
	background-color:#3B5998;
}
.twitter-btn:hover{
	background-color:#1DA1F2;
}
.instagram-btn:hover{
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.youtube-btn:hover{
	background-color:#FF0000;
}
.mail-btn:hover{background-color:#02A1D1;}/*イメージカラーに合わせる*/
 /*--------------------
GO TO TOP
-----------------------*/
.to-top{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 0;
  background: #000;
  cursor: pointer;
  border-radius:50%;
}
.to-top span{
	position:absolute;
	width: 15px;
    height: 15px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: rotate(45deg);
	top:40%;
}