@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	-webkit-text-ajust: 100%;
}
body{
	line-height: 1.6;
	color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
	font-size: 1.8rem;text-shadow: 0 0 8px rgba(0,0,9,0.75);
}
.container{
	background-color: #000000;
  position: relative;
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: image-switch-animation 15s infinite;
	animation-timing-function: ease-in-out;
}
.src1 {
   background: url("../images/gbim02.png") no-repeat bottom center / cover;
}
.src2 {
  background: url("../images/gbim01.png") no-repeat center center/ cover;
}
.src3 {
  background: url("../images/gbim02.png") no-repeat top center/ cover;
}
@keyframes image-switch-animation {
  0%        { opacity: 0; }
  28.3333%  { opacity: 1; } /* 4.25s */
  31.6667%  { opacity: 1; } /* 4.75s */
  60%       { opacity: 0; } /* 9s */
  100%      { opacity: 0; }
}
.src1 {
  animation-delay: 0s;
}
.src2 {
  animation-delay: -10s;
}
.src3 {
  animation-delay: -5s;
}

main{
	display: block;
	margin:0 auto;
	padding-bottom: 100px;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

.wrapper{
	position: relative;
	width: 100%;
	/*max-width: 1500px;*/
	margin: 0 auto;
}
.wrapper-inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;

}
.inner{
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: 0 auto;
}
.contents-inner{
	width: calc(100% - 20px);
	max-width: 1000px;
	margin: 0 auto;
}
.sponly{
	display: none;
}
a{
	color: #3087e9;
	text-decoration: none;
}

.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}


/*header-------------*/
.header{
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding: 18px 20px 14px;
	z-index: 2;
}
.header p a{
	display: block;
}
.h1Area{
	width: 100%;
	text-align: center;
}

h1{
	position: relative;
	padding: 0 20px 26px;
	margin-bottom: 50px;
	text-shadow: 0 0 8px rgba(0,0,9,0.75);
}
h1 picture{

}
h1:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 6px;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, #0098a5 0%, #0b2e5e 15%, #0a5093 30%, #71c2de 50%, #0a5093 70%, #0b2e5e 85%, #ca5089 100%);}
h1+p{
	color: #ffffff;
	font-size: 3rem;
	text-shadow: 0 0 8px rgba(0,0,9,0.75);
}
.font_number{
	font-size: 4rem;
}
.fundbox{
	padding: 80px 20px 60px;
}
.fundbox.flexbox{
	justify-content:center; 
}
.logo_10{
	position: relative;
	padding: 20px 50px;
	margin-right: 50px;
}
.fundname{
	font-size: 2.2rem;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 0 8px rgba(0,0,9,0.75);
}
.txs16{	font-size: 1.6rem;}
.txs20{	font-size: 2rem;}
.txs30{	font-size: 3rem;}

p.lead_tx{
	color: #ffffff;
	font-size: 3rem;
	line-height: 2;
	margin: 30px auto 0;
	text-shadow: 0 0 8px rgba(0,0,9,0.75);
}
.txArea .note{
	text-align: center;
	margin-top: 0;
}
.marker {
  background:linear-gradient(transparent 20%, rgba(0,0,50,0.2) 20%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

/*flexbox-------------*/
.btArea{
	margin: 80px auto;
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.btArea p{
	width: calc((100% - 40px)/3);
	border: 2px solid #ffffff;
	background-color: rgba(255,255,255,0.20);
	line-height: 1.2;
	box-shadow: 0 0 8px rgba(0,0,9,0.50);
}
.btArea p a{
	display: block;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 20px 1px;
	text-shadow: 0 0 8px rgba(0,0,9,0.75);
}
.btArea p a span{
	font-size: 2rem;
}
.btArea p a:hover {
    animation: anima-button-30 2s;
}

@keyframes anima-button-30 {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 20%);
    }
    100% {
        box-shadow: 0 0 0 1.2em rgb(0 0 0 / 0%);
    }
}
figure{
	margin: 0 5% -8px auto;
	text-align: right;
}

/*flexbox-------------*/
.flexbox{
	margin: 0 auto;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

section>.flexbox{
	margin-top: 0;
}

/*action*/

.cdt_wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
    line-height: 1;
  font-size: clamp(2rem, calc(4vw), 4.8rem);
	  color: #ffffff;
    padding: 0 10px;
	width: 100%;
		text-shadow: 0 0 8px rgba(0,0,9,0.75);

}

.cdt_wrapper small {
  font-size: clamp(2rem, calc(4vw), 4.8rem);
}

.cdt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cdt_date {
 font-size: clamp(4rem, calc(10vw), 12rem);
}

  .cdt_num {
    line-height: 1;
    padding: .0 .05em;
 	min-width: clamp(8rem, calc(10vw), 24rem);
	  display: inline-block;
 }


/*action*/
.fadeIn_item.fade.offs,
.offs .fadeIn_item.fade{
  opacity: 0;
}
.fadeIn_item.up.offs,
.offs .fadeIn_item.up{
  opacity: 0;
  transform: translateY(50px);
}
.fadeIn_item.down.offs,
.offs .fadeIn_item.down{
  opacity: 0;
  transform: translateY(-50px);
}
.fadeIn_item.left.offs,
.offs .fadeIn_item.left{
  opacity: 0;
  transform: translateX(50px);
}
.fadeIn_item.right.offs,
.offs .fadeIn_item.right{
  opacity: 0;
  transform: translateX(-50px);
}
.fadeIn_item.ons,
.ons .fadeIn_item{
  transition: all 0.5s cubic-bezier(0, 0, 0.13, 0.79);
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}
.fadeIn_item+.fadeIn_item{
	transition: all 0.7s 0.2s;
}.fadeIn_item+.fadeIn_item+.fadeIn_item{
	transition: all 0.7s 0.3s;
}.fadeIn_item+.fadeIn_item+.fadeIn_item+.fadeIn_item{
	transition: all 0.7s 0.4s;
}.fadeIn_item+.fadeIn_item+.fadeIn_item+.fadeIn_item+.fadeIn_item{
	transition: all 0.7s 0.5s;
}.fadeIn_item+.fadeIn_item+.fadeIn_item+.fadeIn_item+.fadeIn_item+.fadeIn_item{
	transition: all 0.7s 0.6s;
}

/*#notes-------------*/
	#notes{
		text-align: left;
		background-color: rgba(0,1,28,0.20);
		margin-top: 100px;
		margin-bottom: 40px;
		padding: 50px 20px;
		color: #ffffff;
	}
	#notes .lead{
		font-size: 1.8rem;
		font-weight: bold;
		color: #ffffff;
	}
	#notes .note{	margin-top: 0; font-size: 1.4rem;}
	#notes .note+.lead{	margin-top: 20px;}
	#notes .note .circle:before{color: #ffffff;}


/*info-------------*/
.fundbtArea{
	width: 100%;
}
.fundbtArea.pattern01{
	background-color: #00428b;
}
.fundbtArea.pattern02{
	background-color: #ca5089;
}
.fundbtArea .inner{
	padding: 30px 50px;
}
p.bt01{
	margin-top: 0;
}
.bt01 a{
	display: block;
	margin: 0 auto 20px;
	padding: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
	border: 3px solid #ffffff;
	max-width: 560px;
}
.pattern01 .bt01 a{
	background-color: #00428b;
}
.pattern02 .bt01 a{
	background-color: #ca5089;
}

.bt02 a{
	display: block;
	padding: 10px;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 5px;
	background-color: #ffffff;
	text-align: center;
}
.pattern01 .bt02 a{
	color: #00428b;
}
.pattern02 .bt02 a{
	color: #ca5089;
}
.btArea{
	justify-content: space-between;
}
.btArea li{
	width: calc((100% - 40px) / 3);
}
.btArea li+li{
	margin-left: 20px;
}
.tel_box{
	margin-top: 50px;
	border: 1px solid #333333;
	text-align: center;
	padding: 26px 10px;
}
.tel_box .note{margin-bottom: 20px;}
.tel_box a{
	text-decoration: underline;
	color: #333333;
}
.tel_box .tel_number{
	font-size: 3rem;
	font-weight: bold;
}

/*note-------------*/
.note{
	margin-top: 20px;
	text-align: left;
	font-size: 1.4rem;
}
.note li:not(.flat) , p.note:not(.flat){
	position: relative;
	padding-left: 16px;
}
.note02{
	text-align: left;
	font-size: 1.8rem;
}
.note li:not(.flat) , p.note:not(.flat){
	position: relative;
	padding-left: 20px;
}

ol.note , ol.note02{
  counter-reset: item;
  list-style-type: none;
}
ol.note li:not(.flat){
  position: relative;
	padding-left: 28px;
}
ol.note02 li:not(.flat){
  position: relative;
	padding-left: 32px;
}
.kome_number:before{
  counter-increment: item;
  content: "※"counter(item);
	position: absolute;
	margin-left: -28px;
}
.ast_number:before{
  counter-increment: item;
  content: "*"counter(item);
	position: absolute;
	margin-left: -28px;
}
.circle_number:before{
  counter-increment: item;
  content: counter(item);
	position: absolute;
	margin-left: -28px;
	margin-top: 5px;
  line-height: 1.7rem;
  text-align: center;
  height: 16px;
  width: 16px;
	border: 1px solid #333333;
  border-radius: 50%;
	font-size: 1.4rem;
}
.kome:before{
	content: "※";
	position: absolute;
	margin-left: -16px;
}
.circle:before{
	content: "●";
	position: absolute;
	margin-left: -16px;
}
.asta:before{
	content: "＊";
	position: absolute;
	margin-left: -16px;
}
.tx_super{
	vertical-align: super;
	font-size: 1rem;
}
.tx_bold{
	font-weight: bold;
}
.tx_center{
	text-align: center;
}
.tx_right{
	text-align: right;
}
.tx_big{
	font-size: 2rem;
}
.tx_red{
	color: #FF0004;
}
.margin_top{
	margin-top: 70px;
}

/*fundpage-------------*/

/*pagetop-------------*/
.pageTop{
	display: none;
	position: fixed;
	right: 50px;
	bottom: 30px;
	z-index: 999;
}
.pageTop a{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	border: 3px solid #1b1c80;
	background: #1b1c80;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
	color: #ffffff;
	font-size: 2rem;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

/*footer------------*/
.footer{
	padding: 25px 0;
	background-color: rgba(0,1,28,0.20);
	color: #ffffff;
}
.footer .linkArea{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	margin-left: 30px;
}
.footer .linkArea li:not(last-of-type) a{
	padding-right: 10px;
}
.footer .linkArea li+li{
	padding-left: 10px;
	border-left: 1px solid #d5d5d5;
}
.footer .linkArea a{
	color: #ffffff;
	text-decoration: underline;
}
.footer .linkArea a:hover{
	text-decoration: none;
}
.footerBox{
	padding: 30px 0 25px;
	font-size: 1.4rem;
	text-align: center;
}
.footerBox .name{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 2.4rem;
}
.footer .small{
	margin-top: 20px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

/*------------------------------------------------------------
　　スマートフォン
------------------------------------------------------------*/
@media screen and (max-width:768px){
	body{
		font-size: 1.4rem;
	}
	main{
		padding-bottom: 50px;
	}
	.sponly{
		display: block;
	}
	.pconly{
		display: none;
	}

	/*header-------------*/
	.header{
		position: static;
		display: block;
		padding: 5px 10px 10px;
	}

	.flexbox{
		margin: 0 auto;
		flex-direction: column;
	}
	.h1Area{
		min-height: 200px;
		padding: 10px;
	}

h1{
	padding-bottom: 20px;
	margin-bottom: 50px;
	font-size: 3rem;
}
h1 picture{
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 500px;
}

h1+p{
	font-size: 2rem;
}
.font_number{
	font-size: 4rem;
}
.fundbox{
	padding: 10px 5px 20px;
}
	.fundbox.flexbox{
	flex-direction: column-reverse;
}
.fundname{
	font-size: 1.6rem;
	line-height: 1.3;
	margin-bottom: 30px;
}
.txs16{	font-size: 1.2rem;}
.txs20{	font-size: 1.6rem;}
.txs30{	font-size: 2rem;}
	
p.lead_tx{
	color: #ffffff;
	font-size: 2.2rem;
	line-height: 2;
	margin: 30px auto 0;
}

/*flexbox-------------*/
.btArea{
	margin: 60px auto 50px;
	display: block;
}
.btArea p{
	width: 100%;
}
.btArea p+p{
	margin-top: 10px;
}
.btArea p a{
	font-size: 1.8rem;
	font-weight: 500;
	padding: 5px;
}
.btArea p a span{
	font-size: 1.5rem;
}
.btArea p a:hover {
    animation: anima-button-30 2s;
}
figure{
	margin: 0 1% -1% auto;
	padding-left: 50px;
}
/*action*/

.cdt_wrapper {
  font-size: clamp(2rem, calc(6.4vw), 4.8rem);
}

.cdt_wrapper small {
  font-size: clamp(2rem, calc(6.4vw), 4.8rem);
}

.cdt_date {
 font-size: clamp(4rem, calc(16vw), 12rem);
}

  .cdt_num {
 	min-width: clamp(8rem, calc(16vw), 24rem);
	  min-width: inherit;
 }



		.fadeIn_item.up.offs,
	.offs .fadeIn_item.up{
		opacity: 0;
		transform: translateY(20px);
	}
	.fadeIn_item.down.offs,
	.offs .fadeIn_item.down{
		opacity: 0;
		transform: translateY(-20px);
	}
	.fadeIn_item.left.offs,
	.offs .fadeIn_item.left{
		opacity: 0;
		transform: translateX(20px);
	}
	.fadeIn_item.right.offs,
	.offs .fadeIn_item.right{
		opacity: 0;
		transform: translateX(-20px);
	}

/*#notes-------------*/
	#notes{
		margin-top: 70px;
		margin-bottom: 0;
		padding: 20px 0px;
	}
	#notes .lead{
		font-size: 1.4rem;
	}
	#notes .note+.lead{	margin-top: 20px;}
			
	
	/*--  pagetop  ----------------------------------*/
	.pageTop{
		right: 10px;
		bottom: 65px;
	}
	.pageTop a{
		width: 65px;
		height: 65px;
		border-radius: 35px;
	}
	/*--  footer  ----------------------------------*/
	.footer{
		padding: 25px 0;
	}
	.footer .linkArea{
		display: block;
		margin-right: 15px;
		margin-bottom: 23px;
		margin-left: 13px;
		font-size: 1.4rem;
	}
	.footer .linkArea li:not(last-of-type) a{
		padding-right: 0;
	}
	.footer .linkArea li+li{
		padding-top: 10px;
		padding-left: 0;
		border-left: none;
	}
	.footerBox{
		padding: 25px 13px 20px;
		font-size: 1.3rem;
	}
	.footerBox .name{
		margin-bottom: 8px;
		font-size: 1.8rem;
	}
	.footer .small{
		margin-top: 20px;
		padding: 0 15px;
		font-size: 1.1rem;
	}
}


