html{
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: sans-serif;
	color: #FFF;
	background-color: #161D3B;
	overflow-x: hidden;
	line-height: 1.8;
}
@media screen and (max-width: 767px){
	html {
			font-size: 3.0vw;
	}
	body{
		font-size: 14px;
	}
}
body, textarea { 
	font-family:  "Noto Sans JP", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif; 
	/* font-family:  "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;  */
}
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }

button:focus {
	outline: none!important;
	box-shadow: none!important;
}
* {
    margin: 0;
    padding: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height: 1.4;
}
h2 {
			color: #FFF;
			width: 100%;
			padding: 0px 17px 0;
			text-align: center;
			margin-bottom: 3rem;
			background-image: url(../img/cap_ling.png);
			background-position: bottom;
			background-repeat: no-repeat;
			line-height: 6rem;
			-webkit-filter: drop-shadow(0px 0px 3px black);
			        filter: drop-shadow(0px 0px 3px black);
}
h2 img{
	max-height: 3.5rem;
}
h3{
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 1em;
}
h3:not(:first-of-type){
	margin-top: 1.5em;
}
h3.h3-intro{
		font-size: 1.4em;
			border-bottom: 1px solid #222;
			margin-bottom: 1.4em;
			font-style: italic;
}

a {
    color: inherit;
    text-decoration:underline;
}
a:hover {
	color: inherit;
  text-decoration: none;
}

a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

img{
	max-width:100%;
}

hr{
	margin:0px 0px 25px 0px;
}

.st-red{
	font-size: 120%;
	color: #C00;
}
ul li{
	list-style-type: disc;
}
small{
	font-weight: inherit;
}

.ft-menu{
	margin: 5em auto 0;
	padding: 0 0 0 0;
}
.ft-menu{
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.ft-menu li{
	list-style-type: none;
	display: inline-block;
	padding: 0em 1em;
}
@media screen and (max-width:797px){
.ft-menu li{
    display: block;
		margin: 0.5em -4vw;
		}
}
.ft-menu a{
	background: url(../img/i-arrow.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 1em 1em;
	color: inherit;
}
.footer {
	margin: 0 0 0;
	padding: 2.5em 15px 5em;
	color: #FFF;
	position: relative;
	z-index: 8;
	background-color: #000;
	/* background: linear-gradient(to top, rgba(0, 0, 0, 1),  rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); */
}
.footer .copy{
	font-size:0.7em;
	line-height: 1.7;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
@media (max-width: 767px){
	.footer{
		text-align: left;
	}
}
.footer p{
	margin: 0 0 0 0;
}
.footer li{
	display: block;
}

/*		common	--------------------------		*/
a img{
  transition-property: all;
  transition: 0.1s linear;
}
a img:hover{
	opacity: 0.7;
}

small{
	line-height: 1.1;
}
.cap-bg-orng{
	background-color: #fd9454;
	color: #FFF;
	padding: 4px 8px;
	margin-bottom: 0.5em;
}
.text-center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.tbl-nml{
	margin: 1em auto;
	width: 100%;
	/* width: 90vw; */
	border-top: 1px solid #FFF9;
	line-height: 1.6;
}
.tbl-nml tr{
	background: url(../img/dotline.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tbl-nml th{
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	padding: 1em 1.5em 1em;
	/* white-space: nowrap; */
	border-right: 1px dashed #FFF9;
	border-bottom: 1px solid #FFF9;
	width: 20%;
}
.tbl-nml td{
	width: 80%;
	padding: 1em 0 1em 1.5em;
	border-bottom: 1px solid #FFF9;
}
@media screen and (max-width: 768px) {
.tbl-nml th{
	width: 25%;
	padding: 1em 0.5em 1em 0;
	}
.tbl-nml td {
	padding: 1em 0 1em 0.5em;
}
}

.bg {
		position: absolute;
			/* z-index: -1; */
			left: auto;
			top: 58px;
			width: 70%;
			min-height: 90vh;
			/* background: url("../img/bg.jpg");
			background-size: cover;
			background-position: center center; */
			overflow: hidden;
			right: auto;
			bottom: 0;
			margin: auto;
}
.bg img{
			border: 1px solid #FFF;
}
@media screen and (max-width:768px) {
	.bg {
			position: absolute;
			/* z-index: -1; */
			left: auto;
			top: auto;
			width: 100%;
			min-height: 0;
			/* background: url("../img/bg.jpg");
				background-size: cover;
				background-position: center center; */
			overflow: hidden;
			right: auto;
			bottom: auto;
			margin: auto;
		}
}

@media screen and (max-width:768px){
	.pc-only{display: none!important;}
}
@media screen and (min-width:768px){
	.sm-only{display: none!important;}
}
a.btn-nml:hover,
a.btn-nml:active,
a.btn-nml:focus {
	opacity: 0.7;
	transition: 0.1s linear;
}
a.btn-entry{
	font-size: 1.2em;
	background-color: #a4005b;
	padding: 1em 1em;
	color: #fff;
	text-decoration: none;
	border-radius: 0.2em;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	/* max-width: 15em; */
	white-space: nowrap;
	display: block;
	/* margin: auto; */
}
@media screen and (max-width:767px) {
	a.btn-entry {
	font-size: 1.0em;
	}
}
.lang-en .btn-entry{
	width: 100%;
}
a.btn-entry:hover,
a.btn-entry:active,
a.btn-entry:focus{
	color: #FFF;
	opacity: 0.7;
	background-color: #a4005b;
	transition-property: all;
	transition: 0.1s linear;
}

.div-btn{
	display: flex;
}
@media (max-width:1000px){
	.div-btn{
		display: block;
	}
}
section{
	/* padding: 2em 1.5rem 5rem; */
}
.sec-inner{
	max-width: 1000px;
	margin: auto;
	width: 85%;
	padding: 3rem 0 5rem;
}
@media screen and (max-width: 767px) {
.sec-inner {
		width: 90%;
	}
}

/*		layout	--------------------------		*/

.cc2header{
	background:#fff; 
	padding:4px 0;
	position: relative;
	z-index: 9;
}
#header{
	height: 38px;
	background:#fff; 
	padding:0px 0em; 
	position: relative;
	display: block;
	width: 100%;
}
@media (max-width:879px){
	#header .col-catch{
		display: none;
	}
}
.ul-sns{
	position: relative;
	z-index: 2;
	font-size: 2em;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding: 0.3em 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ul-sns li{
	display: inline-block;
	width: 2.0em;
	text-align: center;
}
.ul-sns li:first-of-type{
		width: auto;
    font-size: 0.4em;
    /* vertical-align: middle; */
    letter-spacing: 0.2em;
}

.ul-sns li a{
	/* color: #FFF; */
	display: block;
}

/*		contents			*******************************************/



#page-top{
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	text-align: right;
	margin: 0;
	z-index: 9;
}
#page-top a {
	width: 3.5em;
	height: 3.5em;
	text-align: center;
	/* opacity: 0.85; */
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	/* box-shadow: 0px 0px 3px #0009; */
	transition: 0.1s linear;
	font-size: 2rem;
}
#page-top i{
	line-height: 1.4;
}
.visual{
    height: 54vw;
    position: relative;
		display: flex;
    align-items: center;
		justify-content: center;
		width: 100%;
			/* display: block; */
			/* display: flex; */
			}
@media screen and (max-width: 767px) {
.visual{
height: 82vw;
}
	
}
.visual .cc2logo{
	position: absolute;
	left: 10px;
	top: 10px;
	max-width: 14%;
}
.visual .title{
	width: 90%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	position: absolute;
	display: flex;
	align-items: end;
	z-index: 1;
	/* top: 2vh; */
	/* top: min(13vh, 6vw); */
}
.visual .title .catch{
		position: relative;
		margin: 0 auto 2rem;
		max-width: 918px;
		width: 100%;
		/* height: 265px; */
		padding: 0;
		padding-bottom: 21%;
		/* height: 0; */
		/* position: relative; */
		overflow: hidden;

}
@media screen and (max-width: 767px) {
.visual .title .catch {
	    height: 25vw;
}
}

.visual .title .catch img{
		position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			/* max-width: 918px; */
			-o-object-fit: contain;
			   object-fit: contain;
}
.visual .title-img{
    position: absolute;
    bottom: 1em;
    background: #000;
    text-align: center;
		width: 100%;
}
.main-cont {
	position: relative;
	/* z-index: 8; */
	width: auto;
	margin: 0 auto 0px;
	background-color: #161D3B;
	background: url(../img/bg.jpg);
}
.main-bg {
	/* background: url(../img/bg.png) repeat-y; */
	background-size: contain;
	position: relative;
	/* background-color: #FFFA; */
	/* width: 90%; */
	margin: auto;
	padding-bottom: 5rem;
	/* padding-top: 7rem; */
	z-index: 0;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
}
.fixed-menu{
	background-color: #000;
	color: #FFF;
}
.fixed-menu ul li{
	list-style-type: none;
	display: inline-block;
	padding: 0 0.5em;
}
.fixed-menu a{
	color: inherit;
}
/* 下から */

.fadeUp{
-webkit-animation-name:fadeUpAnime;
        animation-name:fadeUpAnime;
-webkit-animation-duration:0.5s;
        animation-duration:0.5s;
-webkit-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
opacity:0;
}

@-webkit-keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* .hero{
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/bg_main.jpg);
	background-size: cover;
	background-position: center center;
}
.hero-item-y {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.hero-item {
	opacity: 0;
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.hero-item-y.visible,
.hero-item.visible {
	opacity: 1;
	transform: translateY(0);
}

.hero-item,
.hero-item-y,
.main-cont {
	opacity: 0;
	transition: opacity 0.8s ease;
} */
.box_wrap-hero{
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/bg_main.jpg);
	background-size: cover;
	background-position: center center;
}
.box-hero-y {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.box-hero {
	opacity: 0;
	/* transform: translateY(20px); */
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.box-hero-y.visible,
.box-hero.visible {
	opacity: 1;
	transform: translateY(0);
}

.box-hero,
.box-hero-y{
	opacity: 0;
	transition: opacity 0.8s ease;
}
.visible {
	opacity: 1;
	transition: opacity 0.8s ease;
	}



.slick-slide img{
	margin: auto;
}
@media screen and (max-width: 768px) {
.slick-slide img{
	height: 80px;
}	
}
.slick-prev:before, .slick-next:before{
	color: #222;
}

.process-wrap{
	margin-bottom: 3rem;
}
.process-wrap h3{
	font-size: 1.2em;
		border: 1px solid #222;
			display: inline-block;
			margin: 0;
			width: 30%;
			text-align: center;
			line-height: 2.6rem;
			height: 2.8rem;
			white-space: nowrap;
			background-color: #FCFCFC;
}
@media screen and (max-width: 768px) {
.process-wrap h3{
			width: 100%;
}
	
}
.bdr-l{
	border-left: 1px solid #222;
	margin-left: 2rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 2rem;
}
.process-wrap .bdr-l:last-of-type{
	border-left-style: dashed;
}
.fc-red{
	color: red;
}
/*youtube
---------------------------------------------------------------------*/

.youtube {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.youtube-wrap{
	max-width: 800px;
	margin: auto;
}
.ul-process{
	text-indent: -1.5rem;
}
.ul-process li{
	list-style-type: none;
}

/* .gnavi ul li a::before{
	content: "\f13a";
	font-family: 'Font Awesome 6 Free';
	margin-right: 0.5rem;
	position: absolute;
	left: 1rem;
} */
.catch-sub{
		/* transform: skewY(-2deg); */
			z-index: 9;
			/* background: #534845; */
			text-align: center;
			position: relative;
			/* padding: 5rem; */
			width: 100%;
			bottom: 1vw;
}
.catch-sub h2{
		/* max-width: 1386px; */
			margin: auto;
			padding: 2.5em;
			transform-origin: 0% 0%;
			transform: skewY(-2deg);
			font-size: 1.6em;
			text-align: center;
			line-height: 1.8;
}
@media screen and (max-width: 767px) {
.catch-sub h2 {
		text-align: start;
		padding: 1em 1.5em;
		font-size: 1.0em;
	}
}
.fs-120{
	display: block;
	font-size: 1.2em;
	margin-bottom: 0.5rem;
}
.gnavi {
	display: flex;
	/* margin-top: 38px; */
	justify-content: center;
	align-items: center;
	position: relative;
	/* top: 38px; */
	z-index: 99;
	width: 100%;
	/* background-color: #0009; */
			background: url(../img/bg.jpg) repeat-x;
			background-size: auto;
	/* display: flex; */
	/* background-image: url(../img/menu_bg_lb.png), url(../img/menu_bg_rb.png), url(../img/menu_bg_l.png), url(../img/menu_bg_r.png);
	background-position: left bottom,right bottom,  left top, right top;
	/* background-size: 20% auto, 20% auto, 100% auto; */
	/* background-repeat: no-repeat, no-repeat, repeat-y, repeat-y; */
	/* position: fixed; */
	/* height: 64px; */
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
.gnavi-bg{
	position: absolute;
	width: 100%;
	height: 100%;
		/* background-color: #0009; */
			/* background: url(../img/gnavi_bg.png) repeat-x; */
			background-size: auto 100%;
				background-image: linear-gradient(to bottom, white, black);
				mix-blend-mode: multiply;
				z-index: -1;
}
.gnavi-bg2{
	position: absolute;
	width: 100%;
	height: 50%;
	top: 0;
		/* background-color: #0009; */
			/* background: url(../img/gnavi_bg.png) repeat-x; */
			background-size: auto 100%;
				background-image: linear-gradient(to bottom, #FFF0, #FFFF);
				mix-blend-mode: soft-light;
				z-index: -1;
				}

.gnavi a {
	text-decoration: none;
	transition: 0.25s cubic-bezier(.19, 1, .22, 1);
}
.gnavi ul {
	display: flex;
	height: 64px;
	justify-content: center;
	align-items: center;
	/* background: url(../img/menu_bg_b.png) repeat-x; */
	background-position: center bottom;
	margin-bottom: 0;
}
.gnavi ul:first-of-type img {
	transform: scale(0.95);
	transition: 0.2s cubic-bezier(.19, 1, .22, 1);
	margin: auto;
}
.gnavi ul:first-of-type a:hover img {
	transform: scale(1.0);
}
.gnavi ul:first-of-type li:not(:first-of-type) img {
	max-height: 2vw;
}
.gnavi ul:first-of-type::before {
	/* content: "";
  width: 34px;
  display: block;
  background: url(../img/menu_bg_l.png) no-repeat;
  background-position: center bottom;
  height: 64px; */
}
.gnavi ul:first-of-type a:hover {
	/* transform: translateY(-3px); */
	opacity: 1;
	color: #FFF;
	text-shadow: 0 0 6px #eae4d1, 0 0 6px #eae4d1, 0 0 6px #eae4d1;
}
.gnavi ul:last-of-type::after {
	/* content: "";
  width: 34px;
  display: block;
  background: url(../img/menu_bg_r.png) no-repeat;
  background-position: center bottom;
  height: 64px; */
}
.gnavi li {
		display: flex;
			align-items: center;
			text-shadow: 0px 0px 4px #000, 0px 0px 4px #000;
			height: 64px;
			padding-left: 1.9rem;
			padding-right: 1.5rem;
			padding-bottom: 0%;
			font-size: 1.2em;
			font-weight: bold;
			white-space: nowrap;
			background-image: url(../img/gnavi_gear.png);
			background-repeat: no-repeat;
			background-position: left center;
			background-size: 1.5rem;
}
.gnavi li.logo img {
	height: 2.9rem;
}
@media screen and (max-width: 999px) {
	.gnavi li {
			font-size: 1.7vw;
				padding-left: 1.5rem;
				padding-right: 1rem;
				height: -webkit-fit-content;
				height: -moz-fit-content;
				height: fit-content;
	}
}
@media screen and (max-width: 767px) {
	.gnavi {
		display: none;
	}
	.gnavi li {
		font-size: 3.4vw;
	}
	.gnavi ul:first-of-type li:not(:first-of-type) img {
		max-height: none;
	}
}






	/* for mobile */
@media screen and (max-width:767px) {
	/* .cc2header .row>div:last-of-type {
		display: none;
	} */
	.gnavi {
		display: none;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		top: 0;
		height: 100vh;
		background-image: none;
		background-color: rgba(0, 0, 0, 0.85);
	}
	.gnavi::before {
		content: "";
		width: 100%;
		max-width: 396px;
		display: block;
		/* background: url(../img/gnavi_mb_top.png) no-repeat; */
		background-position: center bottom;
		background-size: 100%;
		/* height: 63px; */
		/* transform: rotate(180deg); */
	}
	.gnavi::after {
		content: "";
		width: 100%;
		max-width: 396px;
		display: block;
		/* background: url(../img/gnavi_mb_btm.png) no-repeat; */
		background-position: center top;
		background-size: 100%;
		/* height: 64px; */
	}
	.gnavi ul {
		width: 100%;
		max-width: 396px;
		margin: 0px auto;
		/* background: none; */
		flex-flow: column;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		/* background: url(../img/gnavi_mb_bg.png) center top repeat-y; */
		background-size: 100%;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	.gnavi ul:first-of-type {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	/* .gnavi ul:last-of-type {
		flex-flow: nowrap;
		padding-bottom: 1.5rem;
	} */
	.gnavi ul:first-of-type li {
		/* width: 100%; */
		text-align: left;
		margin-right: auto;

	}
	.gnavi ul li a {
		line-height: 1.6;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		font-size: 1.2rem;
	}
	.gnavi ul:first-of-type li a {
		width: 100%;
		padding: 0.4em;
	}
	.gnavi-logo {
		display: none;
	}
	.gnavi .d-flex {
		display: block !important;
		text-align: center;
	}
	/* .page .gnavi{
	visibility: hidden;
} */
.gnavi-bg,
.gnavi-bg2{
	display: none;
}

}



/* --- for mobile end --- */
.navbar {
	display: none;
	padding: 2px 2px 2px 5px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	left: auto;
	padding: 0;
}
.navbar-light .navbar-toggler {
	background-color: transparent;
	border: none;
	padding: 0;
}
.navbar-light .navbar-toggler-icon {
	background: url(../img/btn_menu.png) no-repeat;
	display: block;
	background-color: transparent;
	background-size: contain;
	border: none;
	width: 14vw;
	height: 14vw;
}
.navbar button {
	float: right;
	background-color: #FFF;
}


@media screen and (max-width:767px) {
			.navbar {
					display: block;
				}
}

.glow-cyan {
	-webkit-filter: drop-shadow(0 0 5px #1effc8);
	        filter: drop-shadow(0 0 5px #1effc8);
}

.list-item {
	display: flex;
	align-items: center;
	/* 垂直中央揃え */
	gap: 1rem;
	/* 要素間の余白 */
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
}
.list-item .date {
	flex: 0 0 7rem;
	font-weight: bold;
}
.list-item .text {
	flex: 1;
}
.bg-over{
	/* position: absolute; */
	width: 100%;
	height: 100%;
	background-color: #a4005b33;
	mix-blend-mode: color-burn;
	z-index: -1;
}
.bg-over2{
	/* position: absolute; */
	width: 100%;
	height: 100%;
	background-color: #fd945433;
	mix-blend-mode: color-burn;
	z-index: -1;
}
.bg-over3{
	/* position: absolute; */
	width: 100%;
	height: 100%;
	background-color: #16a033;
	mix-blend-mode: color-burn;
	z-index: -1;
}
#topics{
			background-image: url(../img/bg_gray.jpg);
			background-repeat: repeat-y;
			z-index: -1;
			background-attachment: fixed;
			position: relative;
			background-size: 100% auto;
			/* background-position: -16vw top; */
}
#overview{
			background-image: url(../img/bg_malt.png), url(../img/bg_brown.jpg);
			background-repeat: no-repeat, repeat-y;
			z-index: -1;
			background-attachment: fixed, normal;
			position: relative;
			background-size: 141vh, 100% auto ;
			background-position: -16vw top, center center;
}
.btn-group {
	/* border-radius: var(--bs-border-radius); */
	background-image: #FFF;
	/* background-image: linear-gradient(to bottom, #FFF3, #000); */
	background-blend-mode: lighten;
	color: #FFF;
	width: 100%;
	border: none;
}
.btn-group button{
		background: no-repeat;
			color: #FFF;
			width: 33%;
			border: 1px solid #FFF;
			margin: 0 0.5rem;
			background-image: linear-gradient(to bottom, #FFF3, #000);
			opacity: 0.6;
			font-size: 1.4rem;
			line-height: 2;
			padding-bottom: 0.2rem;
}
.btn-group button.active{
				opacity: 1;
}

#benefits{
			background-image: url(../img/bg_green.jpg);
				background-repeat: repeat-y;
				z-index: -1;
				background-attachment: fixed;
				position: relative;
				background-size: 100% auto;
}
#highlights{
		background-image: url(../img/bg_main_l.png), url(../img/bg_main_r.png), url(../img/bg_violet.jpg);
			background-repeat: no-repeat, no-repeat, repeat-y;
			/* right: -50%; */
			/* mix-blend-mode: exclusion; */
			z-index: -1;
			/* opacity: 0.3; */
			background-attachment: fixed, fixed, normal;
			position: relative;
			background-size: 81vh, 81vh, 100% auto;
			background-position: -6vw bottom, right top, center center;
}
#special {
		background-image: url(../img/bg_special.png), url(../img/bg_red.jpg);
			background-repeat: no-repeat, repeat-y;
			z-index: -1;
			background-attachment: fixed, normal;
			position: relative;
			background-size: 91vh, 100% auto;
			background-position: 46vw top, center center;
}
#goods {
			background-image: url(../img/bg_yellow.jpg);
				background-repeat: repeat-y;
				z-index: -1;
				background-attachment: fixed;
				position: relative;
				background-size: 100% auto;
}
.title-name{
			margin-left: auto;
				position: relative;
				margin-top: auto;
				z-index: 1;
				margin-right: 1rem;
}
.title-name img{
	max-width: 25vw;
}
.ul-bare{
		margin-bottom: 0;
			padding-left: 0;
			
}
.ul-bare li{
		height: 179px;
			width: 179px;
			list-style-type: none;
			display: flex;
			justify-content: center;
			align-items: center;
			background-color: #161D3B;
}
.ul-bare li.bare01{
	background-image: url(../img/mirai_01.png);
}
.ul-bare li.bare02{
	background-image: url(../img/mirai_02.png);
}
.ul-bare li.bare03{
	background-image: url(../img/mirai_03.png);
}
.ul-bare li.bare04{
	background-image: url(../img/mirai_04.png);
}
.ul-bare li.bare05{
	background-image: url(../img/mirai_05.png);
}
.ul-bare li.bare06{
	background-image: url(../img/mirai_06.png);
}
.ul-bare li.bare07{
	background-image: url(../img/mirai_07.png);
}
.ul-bare li.bare08{
	background-image: url(../img/mirai_08.png);
}
.ul-bare li.bare09{
	background-image: url(../img/mirai_09.png);
}
.ul-bare li.bare10{
	background-image: url(../img/mirai_10.png);
}
.ul-bare li.bare11{
	background-image: url(../img/mirai_11.png);
}
.ul-bare li.bare12{
	background-image: url(../img/mirai_12.png);
}
.ul-bare li.bare13{
	background-image: url(../img/mirai_13.png);
}
.ul-bare li.bare14{
	background-image: url(../img/mirai_14.png);
}

.fade-up {
	transition: 0.8s ease-in-out;
	/* transform: translateY(30px); */
	opacity: 0;
}
.on {
	transition-duration: 0.6s;
	transition-timing-function: ease;
	transition-property: all;
	transition-delay: 0.2s;
	opacity: 1;
}
.fade-up.on {
	transform: translateY(0);
	opacity: 1.0;
}

/* box view */
.box_wrap {
	margin-left: auto;
	margin-right: auto;
	/* width: 70%; */
}
.box {
	/* display: flex; */
	align-items: center;
	justify-content: center;
	/* margin-top: 30px; */
	/* width: 100%; */
	/* height: 50px; */
	opacity: 0;
	/* transform: translateY(20px); */
	transition: all 0.8s cubic-bezier(0, 1.2, 1.0, 1.0);
	max-width: 95%;
}
.box.ready {
	opacity: 1;
	transform: translateY(0px);
}
@media screen and (min-width:769px) {
	.a-link {
		padding-top: 70px;
		/* margin-top: -70px; */
	}
}
.title img{
	max-height: 17vw;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.tab-circle{
		position: absolute;
			background-color: #f93a3a;
			height: 6rem;
			width: 6rem;
			border-radius: 5rem;
			right: -0.8rem;
			top: -0.8rem;
			line-height: 1.1;
			display: flex;
			justify-content: center;
			align-items: center;
			padding-bottom: 0.4rem;
}