@charset "utf-8";
/* CSS Document */
.pagetitle2{
	position:relative;
	min-height:clamp(260px,28vw,380px);
	background:#fff;
	align-items:center;
	justify-content:flex-start;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.pagetitle2 .txtbox{
	padding-top:clamp(60px,7vw,100px);
}
.pagetitle2 h1{
	line-height:1;
	letter-spacing:.12em;
	margin-bottom:18px;
}

.pagetitle2 p{
	letter-spacing:.08em;
	line-height:1;
}
.flow_a1 .inner{
	max-width:1280px;
	margin:0 auto;
}

.flow_a1 .item{
	display:grid;
	grid-template-columns:72px 1fr minmax(220px,300px);
	column-gap:clamp(16px,3vw,40px);
	position:relative;
	padding-bottom:clamp(34px,5vw,52px);
}

.flow_a1 .col-num{
	position:relative;
	display:flex;
	justify-content:center;
	align-items:flex-start;
}

.flow_a1 .col-num::before{
	content:"";
	position:absolute;
	left:50%;
	top:calc(44px + 8px);
	bottom:0;
	transform:translateX(-50%);
	width:0;
	border-left:1px dotted #222;
	opacity:.8;
	pointer-events:none;
}

.flow_a1 .item:last-child .col-num::before{
	display:none;
}

.flow_a1 .circle{
	width:44px;
	height:44px;
	border-radius:999px;
	background:#333;
	display:grid;
	place-items:center;
}

.flow_a1 .circle p{
	margin:0;
	line-height:1;
	letter-spacing:.15em;
	color:#fff;
	font-family:"Sen", sans-serif;
}

.flow_a1 .txtbox{
	margin-top:8px;
}

.flow_a1 .txtbox .en{
	line-height:1;
	letter-spacing:.16em;
	margin-bottom:10px;
}

.flow_a1 .txtbox h3{
	line-height:1.6;
	letter-spacing:.08em;
	margin-bottom:20px;
}

.flow_a1 .txtbox .text{
	line-height:2;
	letter-spacing:.06em;
	text-align:justify;
}

.flow_a1 .imgbox{
	width:100%;
	aspect-ratio:1.45 / 1;
	overflow:hidden;
}

.flow_a1 .imgbox img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

@media screen and (max-width:768px){
	.flow_a1 .col-num{
		grid-area:col;
	}

	.flow_a1 .txtbox{
		grid-area:txtbox;
	}

	.flow_a1 .imgbox{
		grid-area:imgbox;
	}

	.flow_a1 .item{
		position:relative;
		grid-template-columns:1fr;
		grid-template-areas:
			"imgbox"
			"txtbox";
		row-gap:24px;
padding-bottom:clamp(40px,7vw,60px);
		max-width:520px;
		margin-right:auto;
		margin-left:auto;
	}

	.flow_a1 .col-num{
		position:absolute;
		left:clamp(-10px,4vw,-24px);
		top:clamp(-18px,-2vw,-10px);
		z-index:3;
		margin-bottom:0;
	}

	.flow_a1 .col-num::before{
		display:none;
	}

	.flow_a1 .circle{
		width:46px;
		height:46px;
	}

	.flow_a1 .imgbox{
		width:100%;
		max-width:none;
		justify-self:center;
		aspect-ratio:1.45 / 1;
	}

	.flow_a1 .txtbox{
		width:100%;
		margin:0;

	}

	.flow_a1 .txtbox .en{
		margin-bottom:6px;
	}

	.flow_a1 .txtbox h3{
		margin-bottom:20px;
	}

	.flow_a1 .txtbox .text{
		text-align:left;
	}
}

.scene_card_wrap{
	width:100%;
	max-width:1280px;
	margin:0 auto;
}

.scene_card_wrap .scene_card_list{
	--gap:clamp(24px,3vw,34px);
	flex-wrap:wrap;
	gap:clamp(36px,5vw,56px) var(--gap);
	align-items:flex-start;
	justify-content:center;
}

.scene_card_wrap .scene_card_item{
	width:calc(100% / 4 - var(--gap) * 3 / 4);
}

.scene_card_wrap .imgbox{
	width:100%;
	aspect-ratio:1.35 / 1;
	overflow:hidden;
	margin-bottom:18px;
}

.scene_card_wrap .imgbox img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transition:.4s;
}


.scene_card_wrap .en{
	line-height:1;
	letter-spacing:.14em;
	margin-bottom:8px;
}

.scene_card_wrap .jp{
	line-height:1.6;
	letter-spacing:.08em;
}

@media screen and (max-width:768px){
	.scene_card_wrap .scene_card_item{
		width:calc(100% / 2 - var(--gap) / 2);
	}
}

@media screen and (max-width:576px){
	.scene_card_wrap .scene_card_list{
		gap:34px 16px;
	}

	.scene_card_wrap .scene_card_item{
		width:calc(50% - 8px);
	}

	.scene_card_wrap .imgbox{
		margin-bottom:12px;
	}
}
.contact_banner_wrap{
	width:100%;
	max-width:1280px;
	margin:0 auto;
}

.contact_banner_wrap .contact_banner{
	background:#33445f;
	color:#fff;
	padding:clamp(50px,6vw,80px) clamp(40px,7vw,95px);
	align-items:center;
	justify-content:space-between;
	gap:clamp(40px,7vw,100px);
}

.contact_banner_wrap .leftbox{
	width:35%;
	min-width:260px;
	flex:0 0 auto;
}

.contact_banner_wrap .rightbox{
	flex:1;
	width:auto;
}

.contact_banner_wrap .leftbox .entitle2{
	color:#fff;
	letter-spacing:.14em;
	line-height:1;
	margin-bottom:18px;
}

.contact_banner_wrap .leftbox p,
.contact_banner_wrap .rightbox h2,
.contact_banner_wrap .rightbox p{
	color:#fff;
}

.contact_banner_wrap .rightbox h2{
	line-height:1.8;
	letter-spacing:.08em;
	margin-bottom:16px;
}

.contact_banner_wrap .rightbox > p{
	line-height:1.8;
	letter-spacing:.08em;
	margin-bottom:28px;
}

.contact_banner_wrap .contact_link{
	width:150px;
	align-items:center;
	justify-content:space-between;
	padding-bottom:8px;
	border-bottom:1px solid rgba(255,255,255,.7);
}

.contact_banner_wrap .contact_link p,
.contact_banner_wrap .contact_link i{
	color:#fff;
	line-height:1;
	letter-spacing:.12em;
}

.contact_banner_wrap .contact_link i{
	font-size:12px;
	transition:.3s;
}

.contact_banner_wrap .contact_link:hover i{
	transform:translateX(4px);
}

@media screen and (max-width:1080px){
	.contact_banner_wrap .contact_banner{
		flex-direction:column;
		align-items:flex-start;
	}

	.contact_banner_wrap .leftbox,
	.contact_banner_wrap .rightbox{
		width:100%;
	}
}

@media screen and (max-width:576px){
	.contact_banner_wrap .contact_banner{
		padding:45px 25px;
	}
}
.about_block_wrap .about_block_inner{
	--gap:clamp(60px,8vw,120px);
	align-items:center;
	justify-content:space-between;
	gap:var(--gap);
}

.about_block_wrap .imgbox,
.about_block_wrap .txtbox{
	width:calc(50% - var(--gap) / 2);
}

.cate3 .about_block_wrap .txtbox{
	padding-right:clamp(20px,4vw,80px);
}

.cate4 .about_block_wrap .txtbox{
	padding-left:clamp(20px,4vw,80px);
}

.about_block_wrap .imgbox{
	aspect-ratio:1 / 1.08;
	overflow:hidden;
}

.about_block_wrap .imgbox img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.about_block_wrap .txtbox h2{
	letter-spacing:.08em;
	line-height:1.8;
}

.about_block_wrap .txtbox p{
	letter-spacing:.08em;
}

.about_card_wrap{
	width:100%;
	max-width:1280px;
	margin:0 auto;
}

.about_card_wrap .about_card{
	background:#fff;
	padding:clamp(60px,8vw,100px) clamp(20px,3vw,90px);
	text-align:center;
	box-shadow:0 20px 50px rgba(0,0,0,.06);
}

.about_card_wrap .logo{
	width:clamp(180px,26vw,280px);
	margin:0 auto clamp(30px,4vw,46px);
}

.about_card_wrap .logo img{
	width:100%;
	height:auto;
	display:block;
}

.about_card_wrap h2{
	letter-spacing:.1em;
	line-height:1.8;
}

.about_card_wrap p{
	letter-spacing:.08em;
}

@media screen and (max-width:768px){
	.about_block_wrap .about_block_inner{
		flex-direction:column;
		gap:40px;
	}

	.about_block_wrap.reverse .about_block_inner{
		flex-direction:column-reverse;
	}

	.about_block_wrap .imgbox,
	.about_block_wrap .txtbox{
		width:100%;
	}

	.about_block_wrap .txtbox{
		padding-left:clamp(20px,5vw,40px);
		padding-right:clamp(20px,5vw,40px);
	}

	.about_block_wrap .imgbox{
		aspect-ratio:1.25 / 1;
	}
}

.online_shop_wrap{
	position:relative;
	overflow:hidden;
	min-height:clamp(420px,42vw,560px);
	display:flex;
	align-items:center;
}

.online_shop_wrap .bg{
	position:absolute;
	inset:0;
	z-index:1;
}

.online_shop_wrap .bg img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.online_shop_wrap .online_shop_inner{
	position:relative;
	z-index:2;
}

.online_shop_wrap .txtbox{
	width:min(420px,55%);
}

.online_shop_wrap .shop_sub{
	letter-spacing:.18em;
	line-height:1;
}

.online_shop_wrap h2{
	letter-spacing:.12em;
	line-height:1.6;
}

.online_shop_wrap .txtbox p{
	letter-spacing:.08em;
}

@media screen and (max-width:768px){
	.online_shop_wrap{
		min-height:500px;
	}

	.online_shop_wrap .txtbox{
		width:100%;
		max-width:420px;
	}
}

@media screen and (max-width:576px){
	.online_shop_wrap{
		min-height:460px;
	}
}
.footer_wrap{
	position:relative;
	background:#000;
	color:#fff;
}

.footer_wrap .footer_inner{
	align-items:flex-start;
	justify-content:space-between;
	gap:clamp(60px,8vw,140px);
}



.footer_wrap .footer_logo img{
	width:100%;
	height:auto;
	display:block;
}

.footer_wrap .footer_nav{
	flex:1;
	gap:clamp(40px,6vw,90px);
}

.footer_wrap .footer_nav .ul{
	display:flex;
	flex-direction:column;
	gap:18px;
}

.footer_wrap .footer_nav .li a p{
	color:#fff;
	letter-spacing:.12em;
	line-height:1;
}

.footer_wrap .footer_nav .li a:hover p{
	opacity:.6;
}

.footer_wrap .footer_copy{
	margin-top:clamp(70px,8vw,110px);
	text-align:right;
}

.footer_wrap .footer_copy p{
	color:rgba(255,255,255,0.5);
	letter-spacing:.08em;
    font-weight: 400;
}

@media screen and (max-width:1080px){
.footer_wrap .footer_inner{
		flex-direction:column;
		gap:50px;
	}
    .footer_wrap .footer_nav{
        margin: auto;
    }
    .footer_wrap .footer_logo {
  margin: auto;
}
    
    }


@media screen and (max-width:768px){
	.footer_wrap{
		padding:80px 30px;
	}

	.footer_wrap .footer_inner{
		flex-direction:column;
		align-items:center;
		gap:50px;
	}

	.footer_wrap .footer_logo{
		width:clamp(220px,45vw,300px);
		margin:0 auto;
	}

	.footer_wrap .footer_nav{
		width:100%;
		flex-direction:column;
		align-items:center;
		gap:0;
		text-align:center;
	}

	.footer_wrap .footer_nav .ul{
		align-items:center;
		gap:0;
	}

	.footer_wrap .footer_nav .li{
		margin-bottom:24px;
	}

	.footer_wrap .footer_nav .li a p{
		letter-spacing:.16em;
		line-height:1.4;
	}

	.footer_wrap .footer_copy{
		text-align:center;
		margin-top:50px;
	}
}

@media screen and (max-width:576px){
	.footer_wrap{
		padding:70px 20px 50px;
	}

	.footer_wrap .footer_inner{
		gap:42px;
	}

	.footer_wrap .footer_logo{
		width:230px;
	}

	.footer_wrap .footer_nav .li{
		margin-bottom:22px;
	}

	.footer_wrap .footer_copy{
		margin-top:40px;
	}
}


.pagetitle{
	position:relative;
	height:clamp(400px,36vw,580px);
	overflow:hidden;
	align-items:center;
	justify-content:flex-start;
	padding-top:clamp(90px,8vw,120px);
	padding-bottom:clamp(60px,7vw,90px);
}

.pagetitle::after{
	content:"";
	position:absolute;
	inset:0;
	z-index:2;
	background:linear-gradient(90deg,rgba(0,0,0,.28) 0%,rgba(0,0,0,.08) 55%,rgba(0,0,0,0) 100%);
}

.pagetitle > img{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:1;
}

.pagetitle .txtbox{
	position:absolute;
	left:clamp(30px,6vw,80px);
	bottom:clamp(40px,6vw,70px);
	z-index:3;
	padding-top:0;
}

.pagetitle h1{
	line-height:1;
	letter-spacing:.12em;
	color:#fff;
	margin-bottom:18px;
}

.pagetitle p{
	letter-spacing:.12em;
	color:#fff;
}

@media screen and (max-width:576px){
	.pagetitle{
		height:280px;
	}

	.pagetitle .txtbox{
		padding-top:80px;
	}
}
.more_f a {
  position: relative;
  display: inline-block;
  padding: 16px 32px;
  min-width: 220px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border: 1px solid #000;
  overflow: hidden;
}
.more_f a .flex {
  justify-content: center;
  align-items: center;
}
.more_f a p {
  color: #fff;
  letter-spacing: .18em;
  font-size: 14px;
}
.more_f a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transform-origin: right;
  width: 26px;
  height: 1px;
  background: #fff;
  transition: transform .28s ease;
}
.more_f a:hover::after {
  transform: translateY(-50%) scaleX(0);
}
.more_f a:hover {
  opacity: .85;
	background:#666;
	border-color:#666;
}

.header_n {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  padding: 0 clamp(10px, 4vw, 42px);
  background: #000;
  border: 1px solid rgba(255, 255, 255, .35);
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  flex-wrap: nowrap;
}
.header_n .logo {
  width: clamp(150px, 16vw, 220px);
}
.header_n .logo img {
  width: 100%;
  height: auto;
  display: block;
  height: clamp(42px, 5vw, 50px);
}
.header_n .head_nav {
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 2vw, 36px);
  flex-wrap: nowrap;
}
.header_n .head_menu .ul {
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(10px, 2vw, 42px);
}
.header_n .head_menu .ul .li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.header_n .head_menu .ul .li a p {
  color: #fff;
  font-size: clamp(14px, 1.2vw, 16px);
  letter-spacing: .16em;
  line-height: 1;
  white-space: nowrap;
  transition: .3s;
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.header_n .head_menu .ul .li a:hover p {}
.header_n .sns_nav {
  align-items: center;
  gap: 18px;
  flex-wrap: nowrap;
}
.header_n .sns_nav a {
  color: #fff;
  line-height: 1;
  transition: .3s;
}
.header_n .sns_nav i {
  color: #fff;
  font-size: 17px;
  line-height: 1;
}
.header_n .sns_nav a:hover {
  opacity: .7;
}
.header_n .menu-bt {
  cursor: pointer;
  position: relative;
  width: 22px;
  height: 18px;
}
.header_n .menu-bt .line {
  position: relative;
  width: 100%;
  height: 100%;
}
.header_n .menu-bt .line div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: .3s;
}
.header_n .menu-bt .line div:nth-child(1) {
  top: 0;
}
.header_n .menu-bt .line div:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.header_n .menu-bt .line div:nth-child(3) {
  bottom: 0;
}
.header_n .menu-bt.active .line div:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header_n .menu-bt.active .line div:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%) translateX(10px);
}
.header_n .menu-bt.active .line div:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.menu-wrap {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .92);
  z-index: 98;
}
.menu-wrap > div {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 110px 20px 50px;
}
.menu-wrap .menuwarap_box {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
.menu-wrap .ul {
  justify-content: center;
  align-items: stretch;
  gap: 18px;
}
.menu-wrap .ul .li {
  width: calc(100% / 3 - 18px * 2 / 3);
}
.menu-wrap .ul .li a {
  display: block;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  text-align: center;
  transition: .3s;
}
.menu-wrap .ul .li a:hover {
  background: rgba(255, 255, 255, .08);
}
.menu-wrap .ul .li p {
  color: #fff;
  letter-spacing: .12em;
}
.menu-wrap .ul .li .en {
  line-height: 1.3;
}
.menu-wrap .ul .li .jp {
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, .72);
}
@media screen and (max-width:1080px) {
  .header_n .head_menu {
    display: none;
  }
    	.menu-wrap .ul{
		flex-wrap:wrap;
		gap:18px;
	}

	.menu-wrap .ul .li{
		width:calc(100% / 2 - 18px / 2);
	}
}
@media screen and (max-width:768px) {
 .menu-wrap > div {
    padding: 90px 20px 30px;
  }
  .menu-wrap .ul {
    gap: 10px;
  }
  .menu-wrap .ul .li {
    width: 100%;
  }
  .menu-wrap .ul .li a {
    padding: 14px 16px;
    }}

@media screen and (max-width:576px) {
  .header_n {
    height: 64px;
    padding: 0 20px;
  }
  .header_n .logo {
    width: 150px;
  }
  .header_n .sns_nav {
    gap: 14px;
  }
 
}
.main-wrap {
  overflow: hidden;
}
.nowhite {
  white-space: nowrap;
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.txtwhite {
  color: #fff;
}
.color1 {
  color: #404040;
}
.color2 {
  color: rgba(51, 51, 51, 0.70);
}
.color3 {
}
.bg1 {
  background:#F6F6F6;
}
.bg2 {
  position: relative;
  background:
    url("https://sillage-official.com/system_panel/uploads/images/left1.png") left top / max(42%, 400px) auto no-repeat;
  overflow: hidden;
}
.bg3 {
  background: #F3EFE4;
}
.mincho {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.fontnoto {
  font-family: "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.zenkaku {
  font-family: "Zen Kaku Gothic New", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fontsen {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.entitle0 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(56px, 6vw, 72px);
  letter-spacing: 0.2em;
}
.entitle1 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(40px, 4vw, 57px);
  letter-spacing: 0.2rem;
  font-weight: 400;
}
.entitle2 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(34px, 5vw, 46px);
  letter-spacing: 0.1rem;
  font-weight: 400;
}
.entitle3 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: 0.1rem;
}
.entitle4 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.1rem;
}
.default_title1 {
  font-size: clamp(28px, 3.2vw, 44px);
}
.default_title2 {
  font-size: clamp(26px, 3.0vw, 32px);
}
.default_title3 {
  font-size: clamp(18px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(18px, 1.8vw, 22px);
}
.default_txt1 {
  font-size: clamp(15px, 1.4vw, 18px);
}
.default_txt2 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.default_txt3 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
html {}
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FEFEFF;
  color: #333;
}
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #000000;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.cate_wrap > .cate {
  padding-top: 150px;
}
/* ---------- common ---------- */
/* ---------- header ---------- */
.header {}
/* ---------- footer ---------- */
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #000000;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #FFE93C
}
.txt-color2 {
  color: #F1F1E9
}
.txt-color3 {
  color: #021745
}
.txt-color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #FFE93C
}
.bg-color2 {
  background-color: #F1F1E9
}
.bg-color3 {
  background-color: #021745
}
.bg-color4 {
  background-color: #EBF5E5
}
.border-color1 {
  border-color: #FFE93C
}
.border-color2 {
  border-color: #F1F1E9
}
.border-color3 {
  border-color: #021745
}
.border-color4 {
  border-color: #EBF5E5
}
.hvr-txt-color-normal:hover {
  color: #000000;
}
.hvr-txt-white:hover {
  color: #ffffff;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #FFE93C
}
.hvr-txt-color2:hover {
  color: #F1F1E9
}
.hvr-txt-color3:hover {
  color: #021745
}
.hvr-txt-color4:hover {
  color: #EBF5E5
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #FFE93C
}
.hvr-bg-color2:hover {
  background-color: #F1F1E9
}
.hvr-bg-color3:hover {
  background-color: #021745
}
.hvr-bg-color4:hover {
  background-color: #EBF5E5
}
.hvr-border-color1:hover {
  border-color: #FFE93C
}
.hvr-border-color2:hover {
  border-color: #F1F1E9
}
.hvr-border-color3:hover {
  border-color: #021745
}
.hvr-border-color4:hover {
  border-color: #EBF5E5
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}