.headbox{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
/*----Carousel_Slide----*/

@keyframes tonext {
  75% {
    left: 0;
  }
  94% {
    left: 100%;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
  
}

@keyframes tostart {
  75% {
    left: 0;
  }
  94% {
    left: -400%;
  }
  95% {
    left: -400%;
  }
  98% {
    left: -400%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  98% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}


::-webkit-scrollbar {
	width: 0 !important;
}

::-webkit-scrollbar-track {
	background: transparent !important;
}

	::-webkit-scrollbar-thumb {
	background: transparent !important;
	border: none !important;
}


ol, li {
	list-style: none;
	margin: 0;
	padding: 0;
}


.carousel {
	position: relative;
  	-ms-overflow-style: none;
	padding-top: 34.37rem;
	perspective: 100px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	scrollbar-color: transparent transparent;
	scrollbar-width: 0px;
}

.carousel__viewport {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	display: flex;
	overflow-x: scroll;
	counter-reset: item;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

.carousel__slide {
	position: relative;
	flex: 0 0 100%;
	width: 100%;
	height: 500px;
	background-color: #fff;
	counter-increment: item;
}

.carousel_img img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
@media screen and (max-width: 490px) {
	.disp_img_pc{
		display: none;
	}
}
@media screen and (min-width: 490px) {
	.disp_img_sp{
		display: none;
	}
}

.carousel__slide:nth-child(even) {
	background-color: #fff;
}


.carousel__snapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 31.25rem;
	scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
	animation-duration: 3s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
	animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
	animation-name: none;
}

.carousel__navigation {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}

.carousel__navigation-button {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	margin: 0.25rem;
	background-color: #D6D6D6;
	background-clip: content-box;
	border-radius: 50%;
	font-size: 0;
	transition: transform 0.1s;
}

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
	position: absolute;
	top: 0;
	margin: 14.25rem 1.87rem 0;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	font-size: 0;
	outline: 0;
}

.carousel::before,
.carousel__prev {
	left: -1rem;
}

.carousel::after,
.carousel__next {
	right: -1rem;
}

.carousel::before,
.carousel::after {
	content: '';
	z-index: 1;
	background-color: rgba(0,0,0,0.5);
	background-size: 1.5rem 1.5rem;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	font-size: 2.5rem;
	line-height: 4rem;
	text-align: center;
	pointer-events: none;
}

.carousel::before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}

.carousel::after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}


/*----//Carousel_Slide----*/

/*----SetUP----*/

.wrapper a:hover img{
	opacity:1!important;
	filter: alpha(opacity=100)!important;
}
#main_wrap{
	background-color:#FFFFFF;
	line-height: 1.4;
}
ul{
	width:100%;
	padding:0px !important;
}
a {
	text-decoration: none; 
}


/*990以上*/
@media (min-width: 990px) {
	.disp_sp{
			display: none;
		}
}
/*480以下*/
@media (max-width: 989px){
	.disp_pc{
			display: none;
		}
}

/*----//SetUP----*/
/*----header_textbox----*/

#header_container{
	position:relative;
	margin:0 auto;
	width:990px;
	height:0px;
	background-color:#00CC66;
}
#header_textbox{
	position:absolute;
	width:380px;
	background-color:#FFFFFF;
	background-color: rgba(255,255,255,0.9);
	right: 0;
	bottom: 0px;
	border-top-left-radius: 5px;
  	border-top-right-radius: 5px;
}
.header_top{
	border-top-left-radius: 5px;
  	border-top-right-radius: 5px;
	height:10px;
	background: linear-gradient(to right, #0bf8f0, #2c25da, #2d287f, #8f43a2);
}
#header_textbox dl{
	padding: 20px 20px 20px;
}
#header_textbox dl dt img{
	width: 100%;
	max-width:328px;
	height: auto;
	padding: 0 0 5px;
}
#header_textbox dl dd{
	width: 100%;
	margin: 0;
	padding: 5px 0 0;
	font-weight: 500;
}
.txtmin-cent{
	font-size:0.7em !important;
	margin-top: 5px;
	text-align: center !important;
	color: #686868;
}

/*----//Header_Textbox----*/

/*----Main----*/

.main_box{
	position: static;
	width:990px;
	margin: 0px auto;
	font-size:0.9em;
}

/*----Header_Mailform----*/

#mailform{
	margin: 25px auto 30px;
	display: flex;
	border-radius: 5px;
	background: #FFFFFF;
	border: 2px #2d287f solid;
	color: #2d287f;
	font-weight: 600;
	line-height: 1.5;
	padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 650px;
}
.mail_icon_back{
	width: 50px;
	height: 50px;
	padding: 0;
}
.mail_icon_back img{
    margin: 15px;
}

.mail_text{
	text-decoration: none;
	color: #2d287f;	
	align-self: center;
}
.MoveArrow{
	width: 50px;
	height: 50px;
    text-align: center;
}
.MoveArrow img{
    margin: 15px;
}
.vol{
    line-height:1.4;
	font-size: 1.8em;
	font-weight:800;
	color: #2d287f;
	padding: 10px 0;
}
.vol_min{
	font-size: 0.8em;
}
.ou_logo{
	width: 328px;
	height: 153px;
}

/* <990 - header */
@media screen and (max-width: 990px) {

	#header_container{
		position:static;
		margin:0 auto;
		padding-top:0;
		margin-top:0;
		top: 0;
		left:auto;
		right:auto;
		width:100%;
		height:auto;
		background-color: #FFFFFF;
	}
	#header_textbox{
		position:static;
		width:100%;
/*		background: linear-gradient(to right, #0bf8f0, #2c25da, #2d287f, #8f43a2);
*/		bottom: auto;
	}
	#header_textbox dl{
		padding: 20px 20px 0px;
	}
	.center{
		width:100%;
		margin: 0 auto;
		text-align:center;
	}

}

/*----//Header_Mailform----*/




#article_container{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width:100%;
	margin: 0 auto;
}

#article_container div{
	width: 49%;
	padding: 0;
	margin: 0;
}

#article_container a{
	text-decoration:none;
	color:#333333;
}

#article_container div dl{
	position:relative;
	display: block;
	transition-duration: 0.3s;
	padding: 0;
	margin: 0 0 40px;
}
#article_container div dl:hover {
	opacity: 0.8;
}
#article_container div dl dt{
	position:absolute;
	top: 0;
	left: 0;
}
#article_container div dl dd{
	padding: 0;
	margin: 0;
}
#article_container div dl dd img{
	box-shadow: 0 0 10px #aaa;
	margin-bottom:5px;
	width: 100%;
}

.yellow{
 	color: #fcd500;
}

/* >990 */
@media screen and (max-width: 990px) {
.main_box{
	width:100%;
	margin: 50px auto 0;
	font-size:0.9em;
}
#article_container{
	display: flex;
	justify-content: space-between;
	width:95%;
	margin: 0 auto;
}

#article_container div dl{
	position:relative;
		width:100%;
}
#article_container div dl dd img{
	box-shadow: 0 0 5px #aaa;
	margin-bottom:5px;
	width:100%;
}
}

/* >480 */
@media screen and (max-width: 480px) {
	
	#article_container div dl{
		position:static;
	}
	
	#article_container div dl dt{
		position:static;
		top: 0;
		left: 0;
	}
	#article_container div{
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}
}

.article_tag{
	position:absolute;
	top: 0;
	left: 0;
}
.font_self{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:500;
}
.pad_top30{
	padding-top:30px;
}
.pad_top3{
	padding-top:3px;
}

.pad_but10{
padding-bottom:35px;
}
.pad_but5{
padding-bottom:15px;
}

.tag{
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:700;
	letter-spacing: 0.5px;
	padding:10px 8px;
}
/* <990 */
@media screen and (max-width: 990px) {
.tag{
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:700;
	letter-spacing: 0.5px;
	padding:5px;
	}
}

.perspect{
	background: -moz-linear-gradient(top left, #ffae00, #fb4303); 
	background: -webkit-linear-gradient(top left, #ffae00, #fb4303); 
	background: linear-gradient(to bottom right, #ffae00, #fb4303); 
}
.research{
	background: -moz-linear-gradient(top left, #1b970b, #056a29); 
	background: -webkit-linear-gradient(top left, #1b970b, #056a29); 
	background: linear-gradient(to bottom right, #1b970b, #056a29); 
}
.locally{
	background: -moz-linear-gradient(top left, #3101cd, #050380); 
	background: -webkit-linear-gradient(top left, #3101cd, #050380); 
	background: linear-gradient(to bottom right, #3101cd, #050380); 
}
.globally{
	background: -moz-linear-gradient(top left, #8417fe, #36016c); 
	background: -webkit-linear-gradient(top left, #8417fe, #36016c); 
	background: linear-gradient(to bottom right, #8417fe, #36016c); 
}

/*backnumber*/

.pad_left10{
	padding-left: 10px;
}

/*480以下
@media (max-width: 480px){
	.backnumber_inner{
				width: 50%;
			}
	.backnumber_img a img{
				width: 100%;
			}
}*/



.backnumber {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 0 0;
  z-index: 0 !important;
}

.bn_soon{
	font-size: 2rem;
	font-weight: 500;
	color: #2d287f;
}

.backnumber:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 140%;
  height: 80%;
  margin: 2% -10% 0;
  background: #f0f0f2;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1 !important;
}

.backnumber_inner {
  box-sizing: boder-box;
  width:90%;
  max-width: 980px;
  margin: 0 auto !important;
  padding: 20px 0px 0px;
  text-align: center;
}

.backnumber_list{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content : space-between;
	width: 100%;
}


.backnumber_list::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.backnumber_list::after{
  content:"";
  display: block;
  width:23%;
}


.backnumber_img a img{
	width: 100%;
	box-shadow: 0 0 10px #aaa;
	margin-bottom:5px;
}
/* <990 - pickup */
@media screen and (max-width: 990px) {
	.backnumber_inner {
	  box-sizing: boder-box;
	  width:90%;
	  height: 100%;
	  margin: 0 auto;
	  padding: 100px 0px 50px;
	}
}

@media (max-width: 990px){
	.backnumber_img{
				width: 45% !important;
			}
	.backnumber_img a img{
				width: 100%;
			}
}


.pickup {
  position: relative;
  overflow: hidden;
  padding: 50px 0 0 0;
  z-index: 0  !important;
  text-align:left;
  width: 100%;
}

.pickup:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 140%;
  height: 100%;
  margin: 2% -10% 0;
/*  background: #f0f0f2;*/
  background: linear-gradient(#483fd2, #01000e);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;
}

.pickup_inner {
  box-sizing: boder-box;
  width:990px;
  margin: 0 auto;
  padding: 0px 10px 120px;
  color: #000;
}

.ttl_min{
	font-size:1.4em;
	color:#333333;
	font-weight:500;
	font-style:italic;
	margin-bottom: 20px;
	text-align: left;
	
}
.ttl_min img{
	vertical-align:middle;
	padding-right:10px;
}

.pickup_img{
	width: 100%;
	max-width: 700px;
}

/* >990 pickup */
@media screen and (max-width: 990px) {
.pickup_inner {
  box-sizing: boder-box;
  width:95%;
  height: 100%;
  margin: 0 auto;
  padding: 0px 10px 50px;
  color: #000;
}

.img_ban{
	width:100%;
	max-width:713px;
	margin-top:10px;
}

.back_wt{
	background: linear-gradient(transparent 0%, rgba(255,255,255,1.0) 0%);
  display: inline;
  padding: 0 2px 0px;
}

}
