@charset "utf-8";
/*
====================================================

	baseLayout.css

	CSS basic layput setting
	全ページに適用

====================================================
*/


/*---------------------------------------------------
	# Navigation
---------------------------------------------------*/


.menu-line {
display: none;
}

#navigation{
  display: none;
}



/*.grobalmenu
------------------------------------------------------------------------ */
#grobalmenu{
width: 100%;
	position: fixed;
	top: 65px;
	z-index: 100;
}

#grobalmenu .gmenu_area{
	margin: 0 auto;
	width:88%;
	height: 72px;
	border-radius: 36px;
	padding: 0 0 0 30px;
	background-color: #FFF;
	position: relative;
}

#grobalmenu .gmenu_area h1{font-family: 'BodoniMT', serif; font-weight: normal;letter-spacing:.01em;}
#grobalmenu .gmenu_area h1 .left{float: left; margin: 15px 5px 0 0; width: 37px; position: relative; z-index: 2;}
#grobalmenu .gmenu_area h1 .left img{width: 37px; height: auto;}

#grobalmenu .gmenu_area h1 .right{
margin: 25px 0 0 0;
float: left;
font-size:10px;
transform: scale(0.8);
	line-height: 140%;
    position: relative; z-index: 2;
}
#grobalmenu .gmenu_area h1 .right span{ }

#grobalmenu .gmenu_area .menu{width: 97%; position: absolute; top: 16px; left: 15px; z-index: 1; 
	font-family: 'BodoniMT', serif; font-size: 14px; font-weight: normal; letter-spacing:.03em; 
display: flex; justify-content: center;}
#grobalmenu .gmenu_area .menu a{text-decoration:none; position: relative;}
#grobalmenu .gmenu_area .menu a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 0.8px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

#grobalmenu .gmenu_area .menu a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

#grobalmenu .gmenu_area .menu li{float: left; margin: 0 20px;}




#grobalmenu .gmenu_area .sns {position: absolute; right: 20px; top: 3px; z-index: 2;}
#grobalmenu .gmenu_area .sns li{ float: left; margin-left: 20px;}
#grobalmenu .gmenu_area .sns li a{display: block; width: 35px; height: 35px; background-color: #3864A1; border-radius: 18px; position: relative; transition: all 0.4s ease;}

#grobalmenu .gmenu_area .sns li a:hover{
	background-color: #FF4B96;
transition: all 0.1s ease;
}


/*  SVG 色サイズ設定*/
#grobalmenu .my_svg02{width: 7.5px;height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#grobalmenu .my_svg03{width: 18px;height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#grobalmenu .my_svg04{width: 13px;height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#grobalmenu .my_svg02 path,#grobalmenu .my_svg03 path,#grobalmenu .my_svg04 path{
    color:#FFF;
    fill: currentColor;
	transition: all 0.1s ease;
}
#grobalmenu .my_svg02 .st0,#grobalmenu .my_svg03 .st0,#grobalmenu .my_svg04 .st0{fill:#FFF; transition: all 0.4s ease;}


/*---------------------------------------------------
	# slider zoom
---------------------------------------------------*/


/*.main-visual
------------------------------------------------------------------------ */

#main-visual {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.iphone.portrait #main-visual,
.ipad.portrait #main-visual,
.android.portrait #main-visual {
  height: 32.68%;
}

#main-visual .opening_logo {
	width: 160px;
	height: 100%;
	margin: 0 auto;
	
  /*　box要素縦中央 */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
  z-index: 2;
}
#main-visual .opening_logo img{
width: 100%;
}



/*.eventdate
------------------------------------------------------------------------ */
#main-visual .eventdate{
  position: absolute;
	width: 230px;
	text-align: right;
	right: 15px;
	bottom: 60px;
}

#main-visual .eventdate img {
	width: 230px;
	height: auto;
}


/*.top_logo
------------------------------------------------------------------------ */
#main-visual .top_logo{
  position: absolute;
  bottom: 130px;
  right: 72px;
}

#main-visual .top_logo img{
  width: 110px;
}

/*.btn-scroll
------------------------------------------------------------------------ */
#main-visual .btn-scroll {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%,0);
  text-align: center;
  z-index: 10;
}

#main-visual .btn-scroll a {
  display: inline-block;
  text-align: center;
  position: relative;
  transition: 0.3s ease-out;
	background-color: #D31718;
	height: 70px;
	width: 70px;
	margin: 0 auto;
	border-radius: 50%;
 -moz-border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%; 
}

#main-visual .btn-scroll img{
width: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#main-visual .btn-scroll a:hover {
  transform:translate(0px,15px);
	opacity: 0.8;
}



/*---------------------------------------------------
	# Container
---------------------------------------------------*/

#main-contents-wrapper {
  position: relative;
	width: 100%;
  overflow: hidden;
}


#detail-contents-wrapper {
  position: relative;
	width: 100%;
  overflow: hidden;
	margin-top: 15px;
}

.bg_bar{height: 5px;
background-image: url(../images/common/bg3_1.gif);
background-size: auto 5px;
background-repeat: repeat-x;
}

/*---------------------------------------------------
	# Contents body
---------------------------------------------------*/

.contents_block {
	width: 100%;
	padding: 130px 0 80px 0;
  background-image: url(../images/common/bg_2022.jpg);
  background-repeat: repeat-y;
	background-size: 100% auto;
  background-position: top left;
  position: relative;
}


.contents_block_detail {
	width: 100%;
	padding: 170px 0 80px 0;
  background-image: url(../images/common/bg_2022.jpg);
  background-repeat: repeat-y;
	background-size: 100% auto;
  background-position: top left;
  position: relative;
}





/* -------------  矢印 ------------*/

.arrowarea{width:136px; position: absolute; right: 70px; bottom:-34px; z-index:2;}
.arrowleft{float:left;}
.arrowright{float:left;}

.btn_arrow {
  background: #FFF;
  text-align: center;
  width: 68px;
  height: 68px;
  outline: none !important;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
  position: relative;
  display: inline-block;
	z-index:1;
}

.btn_arrow:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #eaeaea;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}
.btn_arrow:hover {
}


.btn_arrow:hover:after {
	left: 0%;
	right: auto;
	height: 100%;
}

.btn_arrow:active {top: 0;}


/*  SVG 色サイズ設定*/
.my_svg01{
	width: 20px;
	height: auto;
	margin-top:29px;
}
.my_svg01 path{
    color:#0d3143;
    fill: currentColor;
	transition: all 0.1s ease;
}
.my_svg01 .st0{fill:#0d3143;}

/*　hover時のSVGカラー
.btn_arrow:hover .my_svg01 .st0{
	fill:#0d3143;
	transition: all 0.1s ease;
}*/

/*　hover時のSVG位置*/
.arrowleft .my_svg01{
	position: relative;
	left:0;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

.arrowleft:hover .my_svg01{
	position: relative;
	left:-10px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}
.arrowright .my_svg01{
	position: relative;
	left:0;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

.arrowright:hover .my_svg01{
	position: relative;
	left:10px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}


/*---------------------------------------------------
	#  Main title
---------------------------------------------------*/

.main_ttl{width:50%; margin: 0 auto 0 auto; text-align: center; color: #000087;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 13px; letter-spacing: .12em; }

.main_ttl h2{
	font-family: 'BodoniMT', serif;
	font-size:45px;
	color: #000087;
	letter-spacing:.01em;
	font-weight: normal;
}

 .main_ttl h2::after{
    content: "";
	width: 50px;
	 height: 5px;
    display: block;
    margin: 8px auto 16px;
	background-image: url(../images/common/bg2_1.gif);
	background-repeat: repeat-y;
	background-size: 50px auto;
	background-position: 0 0; 
  }

.main_ttl span{line-height: 180%;}


.ttlbody{
    width: 780px; 
    margin: 40px auto 0 auto; 
    font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
    text-align: center;
    line-height: 220%;
    color: #1A1A89;
}


/*---------------------------------------------------
	#  index column block
---------------------------------------------------*/

.btn_area{width: 940px; height: 25px; margin: 30px auto 30px auto; position: relative;}
.btn_area02{width: 940px; height: 25px; margin: -40px auto 30px auto; position: relative;}
.btn_area03{width: 940px; height: 25px; margin: -30px auto 30px auto; position: relative;}


.btn_detail{position: relative; width: 900px; margin: 0 auto 0 auto;}
.btn_area_detail{ height: 25px; margin: 0 auto 0 auto; position: absolute; top:-36px; right: 0;}

.btn_category {width: 140px; font-family: 'BodoniMT', serif; font-size:14px; letter-spacing:.04em; position: absolute; top:0; right: 0;}

.btn_category a{display: block; color: #000087; text-decoration: none; }
.btn_category a::after {
	content: "";
	display: block;
	border-bottom: 0.75px solid #000087;
	transition: all .3s ease;
	width: 140px;
	height: 25px;
	background-image: url(../images/common/arrow_news.svg);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: -20px 0;

}

.btn_category a:hover::after {
  width: 100%;
	height: 25px;
	background-image: url(../images/common/arrow_news.svg);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: 0 0;

}

.btn_category .andmore {
position: relative;
	height:6px;
	margin: 0; padding: 0;
	transition: all .3s ease;
	transition-delay: 0;
 	left: 0px;
}

.btn_category a:hover .andmore {
	position: relative;
	height:6px;
	margin: 0; padding: 0;
	transition: all .35s ease;
	transition-delay: 0.06s;
	left: 30px;
}



.wrap_column{width:984px; margin: 50px auto 20px auto; }

.newsblock{width:198px; margin:0 24px 48px 24px; float: left;}
.newsblock .photo {position: relative; width:198px; height: 160px;}
.newsblock .photo img{width:198px; height: auto; overflow: hidden; }
.newsblock .photo .number{
	width:54px; height:22px;
	color: #FFF;
	position: absolute; top: 0; left: 0; z-index: 10;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:11px;
	letter-spacing:.08em;
/*　box要素縦中央 */
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}

.newsblock .photo .shop{background-color: #E23461;}
.newsblock .photo .live{background-color: #1F1F99;}

.newsblock .blockbody{width:158px; padding: 15px 20px 20px 20px; background-color: #FFF; font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif; position: relative;}
.newsblock .blockbody .column_ttl01{font-size:13px; line-height: 170%; letter-spacing:.09em;}
.newsblock .blockbody .column_ttl02{font-size:14px; line-height: 190%; letter-spacing:.09em;}

.newsblock .blockbody .date{font-family: 'BodoniMT', serif; font-size:11px; letter-spacing:.08em; margin-top: 16px;}
.newsblock .blockbody .arrow{width: 36px; height: 36px; background-color: #FFF; border-radius: 50%; position: absolute; right: 20px; bottom: 11px;}
.newsblock .blockbody .arrow a{width: 36px; height: 36px; display: block; transition: all 0.2s ease;
	border-radius: 40% ;
	background-color: #FFF;
/*　box要素縦中央 */
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}
.newsblock .blockbody .arrow a:hover{background-color: #f3f3f3; border-radius: 50% ;}



/*  SVG 色サイズ設定*/
.my_svg02{
	width: 12px;
	height: auto;
	margin-top:0;
}
.my_svg02 path{
    color:#0d3143;
    fill: currentColor;
	transition: all 0.1s ease;
}
.my_svg02 .st0{fill:#0d3143;}



/*===========
Overzoom
============ */
.wipe_block01 .photo {
  width: 198px;
  background-color: #FFF;
  overflow: hidden;
}
.wipe_block01 .photo a img {
  display: block;
  transition: 0.7s ease-out;
}
.wipe_block01 .photo a:hover img {
  transform: scale(1.05) rotate(0.1deg);
  transition: 0.2s ease-out;
  opacity: 0.7;
}



/*---------------------------------------------------
	#  index news block
---------------------------------------------------*/

.recentnews{
	width:780px;
	margin: 50px auto 0 auto;
	position: relative;
font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	
}

.recentnews a{
display: block;	
	width:780px;
	height: 58px;
	background-color: #FFF; 
	border-radius: 29px;
	background-image: url("../images/common/arrow_news.png");
	background-size: 34px auto;
	background-position: 13px 13px;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}

.recentnews a:hover{
	background-color:#F1F1F1;
	transition: all 0.1s ease;
}

.recentnews .txt{position: absolute; top: 17px; left:72px; text-decoration: none;}
.recentnews .txt .date{font-size: 11px; font-style: italic;}
.recentnews .txt .ttl{font-size: 13px; text-decoration: underline;}
.recentnews .txt .ttl:hover{text-decoration: none;}

.recentnews .pcnone{display: none;}

.newsdetail{margin-bottom: 80px;}
.newsdetail2{margin-bottom: 60px;}



/*---------------------------------------------------
	#  Youtube
---------------------------------------------------*/

.movie{width:560px; margin: 50px auto 50px auto;}

.movie02{width:940px; margin: 50px auto 50px auto;}
.movie02 .mv01{width:47.5%; float: left; aspect-ratio: 16 / 9; /* youtubeのレスポンシブ対応*/}
.movie02 .mv01:nth-child(2){margin:0 0 0 5%;}

.movie02 ifrarme{width: 100%; height: 100%;}


.movie03{width:940px; margin: 50px auto 50px auto;}
.movie03 .mv01{width:47.5%; margin: 0 auto; aspect-ratio: 16 / 9; /* youtubeのレスポンシブ対応*/}
.movie03 ifrarme{width: 100%; height: 100%;}


/*---------------------------------------------------
	#  index map block
---------------------------------------------------*/

.maparea{width: 940px; margin: 50px auto 0 auto;}
.maparea .caption{font-size: 13px; line-height: 200%; margin: 20px 0 50px 0; color: #000087;
font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.maparea .caption a{color: #000087;}

.endojimap{width: 460px; margin: 0 auto  60px auto;}
.endojimap img{width: 100%;}

.endojimap .caption{font-size: 13px; line-height: 200%; margin: 20px 0 0 0;
font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}


.access_area{
    margin: 0 auto 80px auto;
    width: 820px;
    padding: 60px 60px 60px 60px;
    background-color: #FFF;
    font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.access_title{
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 50px;
    margin:0 0 40px 0;
}

.access_title:before{
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #000;
}

.access_subttl{
    display: inline-block;
    margin: 0 0 20px 0 ;
    padding: 9px 11px;
    background-color: #3864A1;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
}

.access_body {
    font-size: 14px;
    line-height: 220%;
    margin-bottom: 40px;
}

.access_body p{
    margin:0 0 30px 0;
}



/*---------------------------------------------------
	#  detail
---------------------------------------------------*/
.contents_area{width: 660px; margin: 60px auto; padding: 60px; background-color: #FFF; 
font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.contents_area img{width: 100%; height: auto;}
.contents_area iframe{display: block!important; margin:0 auto;}
.contents_area .img_tate{}
.contents_area .img_tate img{width:auto; display: block;}

.contents_area .kyosan {display: inline;}
.contents_area .kyosan div{float: left; margin-right: 15px; font-size: 12px;}

.contents_area .kyosan .img01{width: auto; height:34px; float: left; margin-right: 25px;}
.contents_area .kyosan .img01 img{width: auto; height:34px; margin-top: -8px;}

.contents_area .kyosan .img02{width: auto; height:28px; float: left; margin-right: 25px;}
.contents_area .kyosan .img02 img{width: auto; height:28px; margin-top: -8px;}


.cnt_ttl{
	font-size: 18px;
	padding-top: 33px;
	background-image: url("../images/common/bg3_1.gif"); 
	background-size: auto 4px;
	background-repeat: no-repeat;
	background-position: center top;
}
.cnt_date{font-size: 10px; margin-top: 15px;}
.cnt_body{font-size: 13px; margin-top: 45px; line-height: 240%;}


.cnt_ttl_cate{font-size: 22px; letter-spacing: .2em; line-height: 180%;}
.cnt_body_cate{font-size: 13px; margin-top: 0; line-height: 240%;}

.main_bnr{width:780px; margin: 0 auto 50px auto;}
.main_bnr a{width:370px; display: block; float: left; transition: all 0.3s ease;}
.main_bnr a:first-child{margin-right: 40px;}
.main_bnr a img{width:100%;}
.main_bnr a:hover{opacity: 0.85; transition: all 0.1s ease;}

.pdf_bnr{width:500px; margin: 0 auto 40px auto;}
.pdf_bnr a{width:100%; transition: all 0.3s ease;}
.pdf_bnr a img{width:100%;}
.pdf_bnr a:hover{opacity: 0.85; transition: all 0.1s ease;}

.bnr_area{width: 940px; height: 180px; position: relative; margin:0 auto;}
.bnr img{width: 100%; }

.bnr_area ul {margin: 0; padding: 0;}

.bnr_area .bnr_btn {width: 348px; position: absolute; top: 50px; right:40px;}
.bnr_area .bnr_btn li{width: 115px; margin:0 1px 1px 0; float: left;}
.bnr_area .bnr_btn li a{display: block; padding: 12px 0; color: #3864A1; font-size: 13px; font-style: italic; background-color: #FFF;
text-decoration: none; text-align: center;}
.bnr_area .bnr_btn li a:hover{background-color: #F0F0F0;}


.notfound_btn{width: 160px; margin: 40px auto 0 auto;}
.notfound_btn a{display: block; width: 160px; padding: 10px 0; background-color: #FFF; text-align: center; text-decoration: none;
font-size: 14px; font-family: 'BodoniMT', serif;}
.notfound_btn a:hover{background-color: #F0F0F0;}

.cap_shop{width:70%; margin: 40px auto 0 auto; font-size: 14px; text-align: center; color: #FFF; font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif; letter-spacing: .08em; line-height: 180%;}

.cap_shop .pcnone{display: none;}



/*---------------------------------------------------
	#Footer
---------------------------------------------------*/
footer {width:100%; margin: 0 0 0 0; position: relative;}

footer .footertop{width: 100%; height: 105px; background-color: #F5F6FA; margin-left: 115px;}

footer .footerarea{width:100%; margin: 0;}

footer .pagetop{width: 68px; position: absolute; right: 55px; top: 71px; z-index: 110;}

footer .submenu{margin:0 0 0 0; position: absolute; right: 55px; top: 200px; z-index: 100;}
footer .submenu ul{padding:0; margin: 0;}
footer .submenu li{float:left; margin: 0 0 0 40px;
font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 12px; color: #000; letter-spacing:.03em;
}

footer .submenu a{position: relative; text-decoration: none;}
footer .submenu a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 0.8px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

footer .submenu a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}


footer .bnr{width: 220px; position: absolute; bottom: 80px; right: 55px; z-index: 100;}
footer .bnr a{display: block; border: 1px solid #DDD; text-align: center; padding: 13px 0 13px 0; transition: all 0.2s ease;}
footer .bnr a img{width: 120px;}
footer .bnr a:hover{background-color: #F5F6FA; transition: all 0.1s ease;}


footer .logoarea{width: 100%; text-align: center; margin: 60px 0 80px 0;}

footer .footlogo{margin: 0 0 40px 0;}
footer .footlogo img{width:79px;}



footer .logoarea .copyright {margin:40px 0 0 0; font-size: 10px;}


footer .logoarea .snsarea{width: 228px; margin:0 auto 0 auto;}
footer .logoarea .snsarea ul {margin:0; padding: 0;}
footer .logoarea .snsarea li {width: 52px; float: left; margin:0 12px;}

footer .logoarea .snsarea li a{display: block; width: 52px; height: 52px; background-color: #F5F6FA; position: relative; border-radius: 26px;
transition: all 0.2s ease;}
footer .logoarea .snsarea li a:hover{ background-color: #EFEFEF; transition: all 0.1s ease;}



/*  SVG 色サイズ設定*/
footer .my_svg02{width: 9.5px;height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
footer .my_svg03{width: 23px;height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
footer .my_svg04{width: 17px;height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

footer .my_svg02 path,footer .my_svg03 path,footer .my_svg04 path{
    color:#3B4043;
    fill: currentColor;
	transition: all 0.1s ease;
}
footer .my_svg02 .st0,footer .my_svg03 .st0,footer .my_svg04 .st0{fill:#3B4043; transition: all 0.4s ease;}






footer .btn_arrow {
  background: #3864A1;
  text-align: center;
  width: 68px;
  height: 68px;
  cursor: pointer;
  position: relative;
  display: inline-block;
	z-index:1;
	border-radius: 34px;
	transition: all 0.2s ease;
}


footer .btn_arrow:hover {
  background: #FF4B96;
	transition: all 0.1s ease;
}


footer .btn_arrow:hover:after {
	left: 0%;
	right: auto;
	height: 0%;
}

footer .btn_arrow:active {top: 0;}


/*  SVG 色サイズ設定*/
footer .my_svg01{
	width: 10.5px;
	height: auto;
	margin-top:22px;
}
footer .my_svg01 path{
    color:#FFF;
    fill: currentColor;
	transition: all 0.1s ease;
}
footer .my_svg01 .st0{fill:#FFF;}

/*　hover時のSVGカラー */
footer .btn_arrow:hover .my_svg01 .st0{
	fill:#FFF;
	transition: all 0.1s ease;
}

/*　hover時のSVG位置*/
footer .arrow .my_svg01{
	position: relative;
	top:0;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

footer .arrow:hover .my_svg01{
	position: relative;
	top:10px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}
footer .arrow .my_svg01{
	position: relative;
	left:0;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

footer .arrow:hover .my_svg01{
	position: relative;
	top:-10px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}



/*---------------------------------------------------
	Table color
---------------------------------------------------*/
 .colTable {
	font-size:13px;
	line-height:160%;
    border-top: 1px solid #67ADDB; border-left: 1px solid #67ADDB; border-right: 1px solid #67ADDB; }

     .colTable th {
      padding: 25px 25px;
      border-bottom: 1px solid #67ADDB; border-right: 1px solid #67ADDB;border-bottom: 1px solid #67ADDB;
      vertical-align: top; }

   .colTable td {
      padding: 25px 25px;
      border-bottom: 1px solid #67ADDB; }

   .colTableback {
	   font-size:13px;
      color: #fff;
	  font-weight:100;
	  background-color: #0079C0;}



/*=====================================================================
Overzoom
======================================================================= */
.wipe_block02 .photo {
	width: 280px;
  overflow: hidden;
}
.wipe_block02 .photo a img {
  display: block;
  transition: 0.4s ease-in-out;
}
.wipe_block02 .photo a:hover img {
  transform: scale(1.10) rotate(0.1deg);
  opacity: 0.8;
}
/*=====================================================================
scroll animation
======================================================================= */
.wipe_block02 .photo a {
  display: block;
  transition: 0.9s ease-in-out;
  transition-delay:0.7s;
  width: 0%;
  overflow: hidden;
}
.wipe_block02.in .photo a {
  display: block;
  transition: 0.8s ease-in-out;
  transition-delay:0.7s;
  width: 100%;
  overflow: hidden;
}





