@charset "UTF-8";

/*1.スタイルリセット*/
* {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
  }
  body {
	/* text-align: center; */
	line-height: 1.6;
  }


  img {
	border: none;
	margin: 0px;
	padding: 0px;
  }
  a img {
	border: none;
  }
  li {
	list-style: none;
  }
  strong {
	font-weight: bold;
  }
  a:link, a:visited {
	color: #000000;
	text-decoration: none;
  }
  a:hover, a:active {
	color: #000000;
	text-decoration: underline;
  }
  /* 1.スタイルリセット end --- */

  #maincontent {
	text-align: center;
	position: relative;
	/* margin-bottom: 20px; */
  }

  .fsc_emergency {
	/* text-align: left; */
  }

  /* ---------------------------------

	  ヘッダー

  --------------------------------- */
  #header_ct {
	left: 0;
	/* position: absolute; */
	position: relative;
	top: 0;
	width: 920px;
  }
  #header_ct {
	border-bottom: 1px solid #EEEEEE;
  }
  #header_ct .logoImg_ct {
	/* text-align: left; */
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
  }
  #header_ct .logoImg_ct img {
	width: 140px;
	height: auto;
  }

  #header_ct #head-topnavi_allb_ct {
	position: absolute;
	right: 0;
	top: 12px;
  }
  #header_ct #head-topnavi_allb_ct li {
	float: left;
	margin-left: 10px;
	margin-top: 2px;
  }
  #header_ct #head-topnavi_allb_ct li#add-line_allb_ct {
	border-left: 1px solid #CCCCCC;
	padding-left: 11px;
  }
  #header_ct #head-topnavi_allb_ct li#log-btn_allb_ct {
	margin-top: 0;
  }






/*****************************************************
- Date: 2022-08-17
CSS Document : layout とブランド内で統一して使用するスタイルについて
  1.共通・ブランド内大枠の設定
   * body/wrap/container
  2.各エリアの設定
   * header
   * footer
  3.スマホ
 - ****************************************************/

body {
	font-size: 10px;
	letter-spacing: 0em;
	/* overflow: hidden; */
}
i,em {
	font-style: normal;
	font-weight: inherit;
}
div#wrap_ct {
	position:relative;
	height:100%;
}
div#container_ct {
    margin: 0 auto;
    padding: 42px 0 0;
    position: relative;
    text-align: center;
		/*
    width: 920px;
		*/
}
a {
 transition: all 0.3s;
}
@media (min-width: 920px) {
#wrapper_ct a:hover {
  opacity: 0.7;
}
}
img {
 border: none;
 vertical-align: top;
}
.pc_ct,
.vpc_ct {
 display: block;
}
.sp_ct,
.vsp_ct {
		display: none;
}

/* ---------------------------------
	ヘッダー
--------------------------------- */
#header_ct {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	/* left: 50%; */
	/* transform: translateX(-50%); */
}
.dur_ct {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
#header_sp_ct {
	display: none;
}
@media (min-width: 920px) {
 #header_ct a:hover {
 opacity: 0.7;
 }
}
@media (max-width: 919px) {
	#header_ct {
  	display: none;
	}
	div#wrap_ct {
    /* padding-top: 65px; */
	}
	#header_sp_ct {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	#header_sp_ct .h-inner_ct {
		/* display: flex;
		justify-content: space-between;
    align-items: center; */
		text-align: center;
	}
	#header_sp_ct .h-inner_ct .logo_ct a img {
		padding-top:12px;
		padding-bottom:12px;
		display: inline-block;
		width: 110px;
	}
	#header_sp_ct .h-inner_ct .nav-btn {
    margin-right: 10px;
		background: url("../images/sp_menu_close.png") no-repeat center center;
	}
	#header_sp_ct .h-inner_ct .nav-btn.open img {
		opacity: 0;
	}
	#header_sp_ct .h-inner_ct .nav-btn img {
		background: #fff;
	}
	#header_sp_ct .h-inner_ct .n-list .n-list-inner {
		height: 100%;
		overflow-y: scroll;
	}
	#header_sp_ct .h-inner_ct .n-list {
		display: none;
		position: absolute;
		top: 70px;
		width: 100%;
		background: #fff;
    padding: 25px 0 50px;
		z-index: 99;
	}
	#header_sp_ct .h-inner_ct .n-list ul li:first-child a {
		border-top: 1px solid #ccc;
	}
	#header_sp_ct .h-inner_ct .n-list ul li a {
		padding: 15px 0;
    text-align: left;
    font-size: 140%;
    margin: 5px 32px;
    border-bottom: 1px solid #ccc;
    display: block;
		text-decoration: none !important;
	}

 #header_ct {
  display: none;
 }
}
@media (max-width: 767px) {
	.vpc_ct {
		display: none;
	}
	.vsp_ct {
		display: block;
	}
}

/* ---------------------------------
	パンクズ
--------------------------------- */
#pankuzu_ff {
 font-size: 80%;
 padding: 10px 0 15px 0;
 text-align: left;
 width: 920px;
margin: 0 auto;
}
#pankuzu_ff a {
 padding-bottom: 1px;
 color: #888888 !important;
 text-decoration: none;
}
#pankuzu_ff a:visited, #pankuzu_ff a:hover {
 color: #888888 !important;
 text-decoration: underline;
}

/**/
.box-outer_ct {
	font-family: "Jun 34", sans-serif;
	margin: 0 auto;
	position: relative;
}
.box-outer_ct .box-inner_ct {
	max-width: 920px;
	width: calc( 100% - 70px );
	margin: 0 auto;
}
.box-outer_ct .box-inner_ct.wide_ct {
	max-width: 1170px;
}
.box-outer_ct img {
	width: 100%;
	height: auto;
}
.box-outer_ct a {
	text-decoration: none !important;
}

/**/
#sns-lp_ct {
	text-align: center;
  padding: 0px 0px 100px;
}
#sns-lp_ct .sns-ttl_ct {
	margin: 0 auto 40px;
	padding-top: 75px;
	font-size: 230%;
	color: #6B503B;
	line-height: 1;
}
#sns-lp_ct .sns-ttl_ct span {
	display: inline-block;
	line-height: 1;
	position: relative;
	font-family: "Jun 501", sans-serif;
}
#sns-lp_ct .sns-ttl_ct span::before,
#sns-lp_ct .sns-ttl_ct span::after {
	display: block;
	content: "";
	width: 2px;
	height: 55px;
	background: #6B503B;
	position: absolute;
	top: -15px;
}
#sns-lp_ct .sns-ttl_ct span::before {
	left: -35px;
	transform: rotate(-25deg);
}
#sns-lp_ct .sns-ttl_ct span::after {
	right: -35px;
	transform: rotate(25deg);
}
#sns-lp_ct ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 266px;
	margin: 0 auto;
}
#sns-lp_ct ul li {
  width: 60px;
}
#sns-lp_ct ul li a {
	display: block;
}


/*------------------------------------
ページトップへ戻る
------------------------------------*/
.pageTop {
 display: none;
 position: relative;
 height: 0;
 margin: 0 auto;
 max-width: 1000px;
 width: 100%;
 z-index: 10000;
}
.pageTop a {
 position: fixed;
 bottom: 20px;
 right: 25px;
 left: auto;
 display: block;
 width: 105px;
 height: 105px;
 background: url("../images/pagetop.png");
 background-repeat: no-repeat;
 z-index: 10000;
}
@media (min-width: 920px) {
 .pageTop a:hover {
  bottom: 30px;
 }
}
@media (max-width: 480px) {
 .pageTop a {
  right: 15px;
  bottom: 15px;
	width: 80px;
	height: 80px;
	background-size: 98%;
 }
}

/*------------------------------------
  SP
------------------------------------*/
@media (max-width: 919px) {
 .pc_ct {
  display: none;
 }
 .sp_ct {
  display: block;
 }
 body {
  -webkit-text-size-adjust: 100%;
 }
 div#container_ct {
   width: 100%;
	 padding: 0;
 }
 #pankuzu_ff {
  width: auto;
  padding: 15px 0 10px 15px;
  float: none;
 }
 .box-outer_ct .box-inner_ct {
		/* padding: 0 35px; */
	}

	/**/
	#sns-lp_ct .sns-ttl_ct {
    width: 150%;
		margin: -50px -25% 30px;
	}

	/**/
	#Footer_fca ul {
		padding: 25px 15px 15px;
		width: calc(100% - 30px);
	}

}


/**/
#navi-menu-outer_ct {
	margin: 50px auto 0;
	position: relative;
	height: 0;
	padding: 0 0 235px;
}
#navi-menu_ct {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 75px 0 0;
	z-index: 9;
	transform: translateY(0);
	-webkit-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}
#navi-menu_ct.fixed {
	position: fixed;
	top: 0;
	max-width: 1170px;
}
@media (min-width: 768px) {
#navi-menu_ct.fixed.up {
	top: 55px;
}
}
@media (max-width: 767px) {
	#navi-menu_ct.up {
		top: 37px;
	}
}
#navi-menu_ct.fade {
	transform: translateY(-150%);
}
#navi-menu_ct ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 0 -2.5%;
}
#navi-menu_ct ul li {
	width: 22.5%;
	margin: 0 0 0 2.5%;
}
#navi-menu_ct ul li a {
	display: block;
	font-size: 180%;
	color: #6B503B;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
	border-radius: 100px;
	line-height: 1;
	padding: 18px 55px 18px 85px;
	background: #fff;
	position: relative;
}
#navi-menu_ct ul li a::after {
	content: "";
	display: block;
	width: 95px;
	height: 110px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../images/navi01.png);
	position: absolute;
	top: -65px;
	left: 10px;
	background-size: 100% 100%;
}
#navi-menu_ct ul li a span {
	display: inline-block;
	line-height: 1;
	position: relative;
	font-family: "Jun 501", sans-serif;
}
#navi-menu_ct ul li a::before {
	display: block;
	content: "";
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../images/arrow.png);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	width: 38px;
	height: 38px;
}
#navi-menu_ct ul li:nth-child(2) a::after {
	background-image: url("../images/navi02.png");
}
#navi-menu_ct ul li:nth-child(3) a::after {
	background-image: url("../images/navi03.png");
}
#navi-menu_ct ul li:nth-child(4) a::after {
	background-image: url("../images/navi04.png");
}
#navi-menu_ct ul li:nth-child(5) a::after {
	background-image: url("../images/navi05.png");
}

/**/
.bg_wide {
	margin: 0 -500%;
	padding: 0 500%;
}
#topContents_ct {
	padding-top: 0;
	position: relative;
	z-index: 1;
	/*
	background: #BDE5F0;
	*/
}
#topContents_ct .top-area_ct {
	max-width: 488px;
	margin: 0 0 0 auto;
	position: absolute;
	left: -70px;
	bottom: 50px;
	z-index: 10;
}
#topContents_ct .copy_ct {
	margin: 15px 57px 0 0;
    text-align: right;
}
#topContents_ct .copy_ct img {
	width: 218px;
}
#topContents_ct .top-area_ct .txt_ct .title_ct {
	position: relative;
	left: 60px;
}
#topContents_ct .top-area_ct .txt_ct .txt-in_ct {
	padding: 25px 23px 35px 35px;
	margin: 85px 57px 0 0px;
	text-align: left;
	border-radius: 25px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(./../images/mv_lead_back.png);
	text-align: center;
}
#topContents_ct .top-area_ct .txt_ct .txt-in_ct .float-img_ct {
	width: 80.5%;
	margin: -66px 0 22px 20px;
}
#topContents_ct .top-area_ct .txt_ct .txt-in_ct .t01_ct {
	width: 78.5%;
	margin: 0 auto;
}
#topContents_ct .top-area_ct .txt_ct .txt-in_ct .t02_ct {
	color: #6B503B;
    font-size: 180%;
    margin: 17px 0 5px 0;
    line-height: 1.6;
    font-family: "Shuei MaruGo L", sans-serif;
    letter-spacing: 0.13em;
}
#topContents_ct .top-area_ct .img_ct {
	width: 31.1%;
}
#topContents_ct .top-area_ct .img_ct .copy_ct {
	/*
	color: #777777;
	font-size: 140%;
	text-align: right;
	margin-top: 7px;
	font-family: "Jun 501", sans-serif;
	*/
	line-height: 1;
	max-width: 252px;
	margin: 12px 0 0 auto;
}
/**/
#block01_ct {
	background: url("../images/bg01.png") no-repeat 0 0;
	background-size: 100% 100%;
	padding-top: 95px;
	margin-bottom: -2px;
}
#block01_ct .contents-anim_ct {
	display: block;
	content: "";
	background: url(../images/center.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 123px;
	height: 471px;
	position: absolute;
	right: -54px;
	bottom: 2px;
	transform: translateX(100%);
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#block01_ct .contents-anim_ct.in_on {
	transform: translateX(0);
}
#block01_ct .s-ttl_ct {
	margin: 0 auto;
	padding: 13px 0;
	font-size: 340%;
	color: #6B503B;
	line-height: 1.5;
	border-radius: 100px;
	font-family: "Jun 501", sans-serif;
}
#block01_ct .s-ttl_ct span {
	position: relative;
	display: inline-block;
	letter-spacing: 0.05em;
}
#block01_ct .s-ttl_ct i {
	font-size: 75%;
}
#block01_ct .detail-list_ct {
	margin: 65px 0 -50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#block01_ct .detail-list_ct li {
	width: 30.5%;
	margin: 0 0 50px;
	position: relative;
	/*
  animation: wobbling_x 1.3s ease-in-out infinite alternate, wobbling_y 1.6s ease-in-out infinite alternate;
	*/
	/*
	animation: fuwafuwa 3.5s ease-in-out infinite alternate;
	*/
}
#block01_ct .detail-list_ct li:last-child span {
    display: block;
    margin-right: -22.6%;
}
/*
#block01_ct .detail-list_ct li:nth-child(2) {
  animation: wobbling_x 1.0s ease-in-out infinite alternate, wobbling_y 1.3s ease-in-out infinite alternate;
}
#block01_ct .detail-list_ct li:nth-child(3) {
  animation: wobbling_x 0.7s ease-in-out infinite alternate, wobbling_y 1.0s ease-in-out infinite alternate;
}
#block01_ct .detail-list_ct li:nth-child(4) {
  animation: wobbling_x 1.6s ease-in-out infinite alternate, wobbling_y 1.9s ease-in-out infinite alternate;
}
#block01_ct .detail-list_ct li:nth-child(5) {
  animation: wobbling_x 0.9s ease-in-out infinite alternate, wobbling_y 1.2s ease-in-out infinite alternate;
}
#block01_ct .detail-list_ct li:nth-child(6) {
  animation: wobbling_x 0.8s ease-in-out infinite alternate, wobbling_y 0.9s ease-in-out infinite alternate;
}
*/
.cap_text {
	font-size: 150%;
	color: #707070;
	text-align: center;
	display: block;
	margin-top: 5px;
}
#block01_ct .detail-list_ct li .cap_ct {
	font-size: 140%;
	color: #707070;
}
#block01_ct .dec-center_ct {
	width: 532px;
	margin: 50px auto 0px;
	position: relative;
}
@keyframes wobbling_x {
  0% {
    left: 3px;
  }
  100% {
    left: 0px;
  }
}
@keyframes wobbling_y {
  0% {
    top: 0px;
  }
  100% {
    top: 3px;
  }
}
@keyframes fuwafuwa {
0% {
transform: translateY(0);
}
50% {
transform: translateY(5px);
}
100% {
transform: translateY(0);
}
}
/**/
#block02_ct {
	background: #F8F4EF;
	padding-bottom: 1px;
	margin-top: -2px;
}
#block02_ct .min-ttl_ct {
	color: #6B503B;
	font-size: 400%;
	line-height: 1.5;
	padding: 80px 0 50px;
	font-family: "Jun 501", sans-serif;
}
.tedsukuri-box_ct {
	position: relative;
}
@media (min-width: 768px) {
	.tedsukuri-box_ct {
		margin-top: -120px;
		padding-top: 120px;
	}
}
@media (max-width: 767px) {
	.tedsukuri-box_ct {
		margin-top: -30px !important;
		padding-top: 30px;
	}
}
.tedsukuri-box_ct .tedsukuri-box-inner_ct {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
	border-radius: 80px;
	background: #fff;
	padding: 80px 48px 95px 65px;
	margin: 0 0 70px;
	position: relative;
	z-index: 1;
}

.tedsukuri-box:last-child {
	margin-bottom: 0;
}
.tedsukuri-box_ct .dec-img00 {
    position: absolute;
	/*
    top: -105px;
	*/
	top: 15px;
    left: 0;
    width: 336px;
    z-index: 2;
}
.tedsukuri-box_ct .ttl {
	color: #6B503B;
	font-size: 320%;
	font-family: "Jun 501", sans-serif;
	margin: 0 0 0;
}
.tedsukuri-box_ct .ttl span {
	display: inline-block;
	line-height: 1;
	border-bottom: 3px solid #604634;
	padding: 0 0 10px;
	margin: 0 0 17px;
	position: relative;
}
.tedsukuri-box_ct .ttl.new span::after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: -65px;
	background: url("../images/icon_new.png") no-repeat 0 0;
	width: 48px;
	height: 48px;
	background-size: 100% 100%;
}
.tedsukuri-box_ct .lead_ct {
	color: #707070;
	font-size: 240%;
	font-family: "Jun 34", sans-serif;
	font-weight: 500;
	margin-bottom: 50px;
}
.tedsukuri-box_ct .lead_ct {
	display: inline-block;
	position: relative;
}
.tedsukuri-box_ct .lead_ct.new_ct span {
	position: relative;
	padding-left: 60px;
	display: inline-block;
}
.tedsukuri-box_ct .lead_ct.new_ct span::after {
	content: "";
	display: block;
	position: absolute;
	top: -7px;
	left: -0px;
	background: url("../images/icon_new.png") no-repeat 0 0;
	width: 48px;
	height: 48px;
	background-size: 100% 100%;
}
.tedsukuri-box_ct .list-box_ct {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 45px 0 0;
}
.tedsukuri-box_ct .sub-lead_ct {
	font-size: 150%;
	/*
	font-family: "Jun 501", sans-serif;
	*/
	color: #707070;
}
.tedsukuri-box_ct .sub-lead_ct.left_ct {
	text-align: left;
	display: block;
}
.tedsukuri-box_ct .new-box_ct ul {
	display: flex;
	max-width: 800px;
	margin: 0 auto;
}
.tedsukuri-box_ct .new-box_ct ul + ul {
	margin-top: 20px;
}
.tedsukuri-box_ct .new-box_ct ul:not(.flex_ct) li {
	width: 50%;
}

.tedsukuri-box_ct .list-box_ct .cap_ct {
	display: block;
	margin-top: 5px;
	font-size: 150%;
	color: #707070;
	text-align: left;
}
.tedsukuri-box_ct .list-box_ct .cap_ct.center_ct {
	text-align: center;
}
.tedsukuri-box_ct .list-box_ct .cap_ct.min {
	width: 62%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.tedsukuri-box_ct .list-box_ct .cap_ct.bikou_ct {
	font-size: 120%;
	padding: 0px 5px 0;
	margin-top: -5px;
}
.tedsukuri-box_ct .list-box_ct .l01_ct {
	width: 41.5%;
}
.tedsukuri-box_ct .list-box_ct .l01_ct.wide {
	width: 100%;
}
.tedsukuri-box_ct .list-box_ct .l01_ct span {
	display: block;
}
.tedsukuri-box_ct .list-box_ct .l01_ct .img_ct.sub_ct {
	width: 68%;
	display: block;
	margin: 22px auto 0;
	text-align: center;
}
.tedsukuri-box_ct .list-box_ct .l01_ct .img_ct.sub_ct .cap_ct {
	display: inline-block;
	text-align: left;
}
.tedsukuri-box_ct .list-box_ct .l02_ct {
	width: 52%;
}
.tedsukuri-box_ct .list-box_ct .l02_ct.ptn02_ct {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 70px auto 30px;
	max-width: 646px;
}
.tedsukuri-box_ct .list-box_ct .l02_ct.ptn02_ct .sub_ct {
	padding-right: 65px;
}
.tedsukuri-box_ct .list-box_ct .l02_ct.ptn02_ct .sub02_ct {
	margin-right: -66px;
}
.tedsukuri-box_ct .list-box_ct .l02_ct ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 -25px;
}
.tedsukuri-box_ct .list-box_ct .l02_ct ul li {
	width: 47.5%;
	margin: 0 0 25px;
}
.tedsukuri-box_ct .list-box_ct .l02_ct ul li .img_ct {
	display: block;
	border-radius: 55px;
	overflow: hidden;
}
.tedsukuri-box_ct .list-box_ct .l02_ct ul li:first-child {
	width: 100%;
}
.tedsukuri-box_ct .list-box_ct .l02_ct ul li:first-child .cap_ct {
	text-align: center;
}
.tedsukuri-box_ct .detail-box_ct {

}
.tedsukuri-box_ct .detail-box_ct a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #F8F4EF;
	border-radius: 25px;
	overflow: hidden;
	margin: 40px auto 0;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
	max-width: 646px;
	position: relative;
}
.tedsukuri-box_ct .detail-box_ct a::after {
	content: "";
	display: block;
	background: url("../images/check.png") no-repeat 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 90px;
	background-size: 100% 100%;
}
.tedsukuri-box_ct .detail-box_ct a span {
	display: block;
}
.tedsukuri-box_ct .detail-box_ct a .img_ct {
	width: 42%;
}
.tedsukuri-box_ct .detail-box_ct a .txt_ct {
	width: calc( 58% - 40px );
	text-align: left;
	padding: 0 20px;
	font-family: "Jun 501", sans-serif;
}
.tedsukuri-box_ct .detail-box_ct a .txt_ct i {
	display: block;
	color: #6B503B;
}
.tedsukuri-box_ct .detail-box_ct a .txt_ct .t01_ct {
	line-height: 1.5;
	font-size: 200%;
	margin-top: -5px;
}
.tedsukuri-box_ct .detail-box_ct a .txt_ct .t02_ct {
	line-height: 1;
	margin: 10px 0 0;
}
.tedsukuri-box_ct .detail-box_ct a .txt_ct .t02_ct .f16_ct {
	font-size: 160%;
}
.tedsukuri-box_ct .detail-box_ct a .txt_ct .t02_ct .f20_ct {
	font-size: 200%;
}
.c-dec_ct {
	position: absolute;
	z-index: 0;
	transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
	transform: translateX(-100%);
}

.c-dec_ct.dec-new01_ct {
    top: 285px;
    right: -91px;
}
.c-dec_ct.dec-new02_ct {
	top: 388px;
	left: -78px;
	transform: translateX(100%);
}
.c-dec_ct.dec-img01_ct {
	top: 290px;
	right: -73px;
}
.c-dec_ct.dec-img02_ct {
	top: 300px;
	left: -89px;
	transform: translateX(100%);
}
.c-dec_ct.dec-img03_ct {
	top: 310px;
	right: -69px;
}

.c-dec_ct.dec-new04_ct {
	top: 260px;
	right: -78px;
}
.c-dec_ct.dec-new05_ct {
	top: 275px;
	right: -76px;
}
.c-dec_ct.dec-new06_ct{
	top: 600px;
	left: -77px;
	transform: translateX(100%);
}
.c-dec_ct.dec-new07_ct {
	top: 320px;
	left: -69px;
	transform: translateX(100%);
}
.c-dec_ct.dec-new07_ct img {
	transform: rotateY(-180deg);
}

.c-dec_ct.in_on {
	transform: translateX(0) !important;
}

/**/
#sns-lp_ct {
	background: #F8F4EF;
	padding-bottom: 235px;
}
/**/
#ft-area_ct {
	background: #FFFCDD;
	border-top: 1.7px solid #BE8F6C;
	padding-bottom: 60px;
}
#ft-area_ct .ft-img_ct {
	width: 455px;
	margin: 0 auto 55px;
	position: relative;
	top: -54.6px;
}
.bnr-list_ct {
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
	margin: 0 0 -4% -4%;
}
.bnr-list_ct li {
	width: 46%;
	margin: 0 0 4% 4%;
}
.bnr-list_ct li a {
	font-size: 140%;
	color: #777;
	padding: 20px 0;
	border: 1px solid #BE8F6C;
	background: #fff;
	display: block;
	border-radius: 15px;
}
.bnr-list_ct li a span {
	display: block;
	max-width: 265px;
	margin: 0 auto;
}
.pageTop {
	height: auto;
	margin: -85px auto 25px;
	display: block !important;
}
.pageTop a {
	position: static;
	margin: 0 auto;
	width: 73px;
	height: 132px;
}
#Footer_fca ul {
	border-top: none !important;
}

/**/
@media (max-width: 919px) {

	#topContents_ct .top-area_ct {
		align-items: center;
	}
	#topContents_ct .top-area_ct .txt_ct .title_ct {
		margin-top: 0px;
	}
	#navi-menu_ct.fixed {
		max-width: none;
		width: 92%;
	}
	#navi-menu-outer_ct {
		margin: 45px auto 0;
		padding: 0 0 300px;
	}
	#block01_ct .s-ttl_ct {
    width: 72%;
	}
	.tedsukuri-box_ct .list-box_ct .l02_ct.ptn02_ct .sub_ct {
		width: 40%;
		padding-right: 10%;
	}
	.tedsukuri-box_ct .list-box_ct .l02_ct.ptn02_ct .sub02_ct {
		margin-right: 0;
		width: 60%;
	}

}

/**/
@media (max-width: 767px) {

	/**/
	#navi-menu-outer_ct {
		padding: 0;
		margin: 0;
	}
	#navi-menu_ct {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
	padding: 20px 0 0;
	}
	#navi-menu_ct ul {
		display: block;
	}
	#navi-menu_ct ul li {
    width: 50px;
	}
	#navi-menu_ct ul li a {
		display: flex;
		flex-direction: column-reverse;
		font-size: 100%;
		/*
		padding: 10px 5px;
		*/
		padding: 7px 5px;
		border-radius: 15px 0 0 15px;
		margin: 0 0 8px;
	}
	#navi-menu_ct ul li a::after {
    width: 42px;
    height: 49px;
		transform: none;
    position: static;
		margin: 0 auto;
	}
	#navi-menu_ct ul li a span {
		padding-right: 0;
		margin-left: 0;
		margin: 6px 0 0;
		line-height: 1.3;
	}
	#navi-menu_ct ul li a span::after {
		display: none;
	}
	#navi-menu_ct {
    transform: translateX(100%);
	}
	#navi-menu_ct.fade {
    transform: translateX(100%) !important;
	}
	#navi-menu_ct.sp_fade {
    transform: translateX(0);
		width: auto;
	}
	/**/
	#topContents_ct {
    padding-top: 0;
    margin-top: 0;
	}
	#topContents_ct .top-area_ct {
		flex-direction: column-reverse;
	}
	#topContents_ct .top-area_ct .img_ct {
    width: 81.1%;
	}
	#topContents_ct .top-area_ct .txt_ct {
    width: 97%;
	}
	#topContents_ct .top-area_ct .img_ct .copy_ct {
    width: 100%;
    max-width: 218px;
    margin: 15px auto 0;
	}
	#topContents_ct .top-area_ct .txt_ct .txt-in_ct {
		margin-top: 20px;
		padding: 22.5px 25px;
	}
	#topContents_ct .top-area_ct .txt_ct .txt-in_ct .t01_ct {
    width: 80.5%;
    margin: 0 0 0px 5%;
    padding-left: 0;
	}
	#topContents_ct .top-area_ct .txt_ct .txt-in_ct .t02_ct {
    font-size: 160%;
    margin-top: 15px;
    line-height: 1.6;
    font-feature-settings: normal;
    letter-spacing: 0.01em;
		margin: 20px 0 5px 0;
	}
	/**/
	#block01_ct {
    padding-top: 165px;
    margin-top: -130px;
    margin-bottom: 0px;
	}
	#block01_ct .detail-list_ct {
    margin: 10px 0 0;
	}
	#block01_ct .s-ttl_ct {
    width: 100%;
		font-size: 170%;
		margin: 0 0 -10px;
	}
	#block01_ct .s-ttl_ct i {
		font-size: 80%;
	}
	#block01_ct .detail-list_ct li {
		width: 92.0%;
		margin: 30px auto 0;
	}
	#block01_ct .detail-list_ct li:last-child {
		margin-top: 10px;
	}
	#block01_ct .detail-list_ct li .cap_ct {
    font-size: 150%;
	}
	#block01_ct .dec-center_ct {
    width: auto;
    margin: 40px 0 0;
    left: 0;
	}
	#block01_ct::after {
		display: none;
	}
	/**/
	#block02_ct .min-ttl_ct {
    font-size: 200%;
		padding: 40px 0 35px;
	}
	.tedsukuri-box_ct {
		margin: 0 -20px;
	}
	.tedsukuri-box_ct .tedsukuri-box-inner_ct {
    box-shadow: none;
		padding: 30px 20px 65px;
		border-radius: 55px;
		/*
		margin: 0 0 60px;
		*/
		max-width: 450px;
    margin: 0 auto 60px;
	}
	.tedsukuri-box_ct .ttl {
		font-size: 200%;
	}
	.tedsukuri-box_ct .ttl span {
		padding: 0 0 8px;
    margin: 0 0 8px;
	}
	.tedsukuri-box_ct .lead_ct {
    font-size: 220%;
    margin: 15px 0 5px;
	}
	.tedsukuri-box_ct .ttl.new span::after {
		width: 38px;
    height: 38px;
		top: -6px;
		left: -50px;
	}
	.tedsukuri-box_ct .list-box_ct {
		display: block;
		margin: 25px 0 0;
	}
	.tedsukuri-box_ct .list-box_ct .l01_ct {
		width: 72%;
    margin: 0 auto;
	}
	.tedsukuri-box_ct .list-box_ct .l02_ct {
    width: 100%;
    margin: 25px auto;
	}
	.tedsukuri-box_ct .list-box_ct .l02_ct.sp_mt {
		margin-top: 45px;
	}
	.tedsukuri-box_ct .list-box_ct .l02_ct ul li .img_ct {
		border-radius: 40px;
	}
	.tedsukuri-box_ct .list-box_ct .cap_ct {
		font-size: 140%;
		margin-top: 10px;
	}
	.tedsukuri-box_ct .list-box_ct .cap_ct.sp_mt0_ct {
		margin-top: 3px;
	}
	.tedsukuri-box_ct .detail-box_ct a {
    display: block;
		width: 250px;
	}
	.tedsukuri-box_ct .detail-box_ct a .img_ct {
    width: 100%;
	}
	.tedsukuri-box_ct .detail-box_ct a .txt_ct {
		width: calc( 100% - 24px );
		padding: 12px;
	}
	.tedsukuri-box_ct .detail-box_ct a .txt_ct .t01_ct {
		font-size: 130%;
	}
	.tedsukuri-box_ct .detail-box_ct a .txt_ct .t02_ct {
    margin: 8px 0 0;
	}
	.tedsukuri-box_ct .detail-box_ct a .txt_ct .t02_ct .f16_ct {
    font-size: 130%;
	}
	.tedsukuri-box_ct .detail-box_ct a .txt_ct .t02_ct .f20_ct {
    font-size: 150%;
	}
	.tedsukuri-box_ct .detail-box_ct a::after {
		width: 69px;
    height: 69px;
	}
	.tedsukuri-box_ct .list-box_ct .cap_ct.min {
    width: 77%;
	}
	.tedsukuri-box_ct .list-box_ct .l01_ct .img_ct.sub_ct {
    width: 95%;
	}
	.cap_text {
    font-size: 140%;
    margin-top: 10px;
	}
	.tedsukuri-box_ct .list-box_ct .l02_ct.ptn02_ct {
		display: block;
		margin: 40px auto 30px;
	}
	.tedsukuri-box_ct .list-box_ct .l02_ct.ptn02_ct .sub_ct {
		width: 68.5%;
		display: block;
		margin: 0 auto 40px;
		padding: 0;
	}
	.tedsukuri-box_ct .list-box_ct .l02_ct.ptn02_ct .sub02_ct {
		display: block;
		width: 100%;
	}
	#tedsukuri-new02_ct.tedsukuri-box_ct .list-box_ct .l01_ct span {
		padding: 0 !important;
		margin: -10px 0 0 -18px !important;
	}
	/**/
	.c-dec_ct {
		z-index: 5;
	}
	.c-dec_ct.dec-new01_ct {
    top: 40%;
    right: auto;
    left: -72px;
    width: 118px;
	}
	.c-dec_ct.dec-new02_ct {
		top: 335px;
		right: auto;
		left: -71px;
		width: 111px;
		transform: translateX(-100%);
	}
	.c-dec_ct.dec-new02_ct img {
		transform: scale(-1, 1);
	}
	.c-dec_ct.dec-img01_ct {
    top: 195px;
    right: auto;
    left: -64px;
    width: 102px;
	}
	.c-dec_ct.dec-img02_ct {
    top: 61%;
    left: -71px;
    transform: translateX(-100%);
    width: 121px;
	}
	.c-dec_ct.dec-img02_ct img {
		transform: scale(-1, 1);
	}
	.c-dec_ct.dec-img03_ct {
		top: 36%;
    right: auto;
    width: 112px;
    left: -71px;
    /* left: -103px; */
	}
	/**/
	#sns-lp_ct {
    padding-bottom: 160px;
	}
	/**/
	#ft-area_ct {
		border-top: none;
		margin: 0 0 50px;
	}
	#ft-area_ct .ft-img_ct {
		width: 100%;
		margin: 0 auto;
		top: -42px;
	}
	.bnr-list_ct {
		margin: 0 0 -20px 0;
	}
	.bnr-list_ct li {
		width: 100%;
		margin: 0 0 20px 0;
	}


}

body > .page {
	overflow: hidden;
}

#tedsukuri-new02_ct.tedsukuri-box_ct .list-box_ct .l01_ct span {
    padding: 0 15% 0 5%;
    margin: -20px 0 0;
}


.in-outer_ct {

    width: 86%;
    margin: 0 auto;
    position: relative;

}

/*
@media screen and (min-width:768px) {
	#main-slider {
		max-width: 1367px;
		margin: 0 auto;
	}
}
*/
@media screen and (min-width:1368px) {
	.in-outer_ct {
		width: 1170px;
	}
}
@media screen and (min-width:768px) {
	.swiper-slide-inner {
		margin: 0 auto;
	}
}
@media screen and (min-width:768px) and ( max-width:1120px) {

	.in-outer_ct {
		width: 96%;
	}
	#topContents_ct .top-area_ct {
    max-width: 400px;
    left: 0;
    bottom: 60px;
	}
	#navi-menu_ct {
		padding: 45px 0 0;
	}
	#main-slider .swiper-slide img {
		/*
		padding-right: 350px;
		*/
	}
	#topContents_ct .top-area_ct .txt_ct .txt-in_ct .t01_ct {
		margin-top: 40px;
	}
	#topContents_ct .top-area_ct .txt_ct .txt-in_ct .t02_ct {
		font-size: 140%;
		margin: 10px 0 0px 0;
		padding: 5px 0 20px;
	}
	#topContents_ct .top-area_ct .txt_ct .txt-in_ct {
		padding: 25px 25px 20px 25px;
		margin: 130px 20px 0 0px;
	}
	#topContents_ct .top-area_ct .txt_ct .txt-in_ct .float-img_ct {
		width: 250px;
		margin: -53px auto -20px;
	}
	#navi-menu_ct ul li a {
		padding: 18px 35px 18px 65px;
	}
	#navi-menu_ct ul li a::after {
		width: 65px;
    height: 75px;
		top: -30px;
	}
	#navi-menu_ct ul li a::before {
		right: 10px;
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
	}

}

/**/
@media (max-width: 767px) {

	.in-outer_ct {
		width: 100%;
	}
	#main-slider .swiper-slide img {
		padding-right: 0;
	}
	#topContents_ct .top-area_ct {
    position: relative;
    margin: 0px auto 0;
    max-width: none;
    width: 100%;
    left: 0;
    bottom: auto;
    top: 0;
	}
	#topContents_ct .top-area_ct .txt_ct {
    width: 100%;
    margin: 0 auto;
	}
	#topContents_ct .top-area_ct .txt_ct .txt-in_ct {
    margin: -13% 0 0;
    background: none;
    border-radius: 0;
    padding: 0;
	}
	#topContents_ct .top-area_ct .txt_ct .txt-in_ct .float-img_ct {
    width: 100%;
    margin: 0 auto 0;
	}
	#topContents_ct .copy_ct {
		margin: 12px 0 0 0;
	}
	#topContents_ct .title_ct {
    width: 100%;
    padding: 0 12%;
    position: absolute;
    z-index: 2;
    top: 5.5%;
    left: 0;
	}
	#main-slider {
		margin-top: 0;
	}
	#topContents_ct .top-area_ct .txt_ct .txt-in_ct .text-inner_ct {
		background: #fff;
    margin: -11.5% 0 0;
    z-index: 1;
    position: relative;
    padding: 25px 9.3% 15px;
    text-align: left;
	}


}



/**/
.page-ttl_ct {
	color: #6B503B;
	font-size: 320%;
	font-family: "Jun 501", sans-serif;
	margin: -80px 0 40px;
	position: relative;
	z-index: 1;
	padding: 200px 0 0;
}
.page-ttl_ct span {
	display: inline-block;
	line-height: 1;
	padding: 0 0 10px;
	margin: 0 0 17px;
	position: relative;
}
.page-ttl_ct span::after {
	content: "";
	width: 46px;
	height: 5px;
	background-color: #6B503B;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 100px;
}
.new-box02_ct {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}
.new-box02_ct .l01_ct {
	width: 64.5%;
}
.new-box02_ct .l02_ct {
	width: 27%;
	margin-left: 8.5%;
}
.swiper-slide-inner img {
	height: 700px;
	width: 100%;
	object-fit: cover;
}
#main-slider .copy_ct {
	position: absolute;
	bottom: 15px;
	right: 0;
	z-index: 1;
}
/**/
#block01_ct .s-ttl_ct span::before,
#block01_ct .s-ttl_ct span::after {
	display: block;
	content: "";
	width: 3px;
	height: 115px;
	background: #6B503B;
	position: absolute;
	top: -10px;
}
#block01_ct .s-ttl_ct span::before {
	left: -35px;
	transform: rotate(-25deg);
}
#block01_ct .s-ttl_ct span::after {
	right: -35px;
	transform: rotate(25deg);
}

/**/
.detail-link-outer_ct {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 60px;
}
.detail-link_ct {
	position: relative;
	margin: 45px 0 0;
}
.detail-link_ct.new_ct::before {
	content: "";
	display: block;
	position: absolute;
	background: url(../images/icon_new.png) no-repeat 0 0;
	width: 61px;
	height: 61px;
	background-size: 100% 100%;
	z-index: 1;
}
.detail-link_ct .img_ct,
.detail-link_ct .text_ct {
	position: relative;
	z-index: 1;
}
.detail-link_ct::after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.detail-link_ct a {
	position: relative;
	z-index: 1;
}
.detail-link_ct.fx_ct {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 8%;
}
.detail-link_ct.fx_ct a {
	width: 30%;
	max-width: 200px;
}
.detail-link_ct.fx_ct .img_ct {
	margin-bottom: 15px;
}
.detail-link_ct a span {
	display: block;
}
.detail-link_ct .ttl_ct {
	font-size: 180%;
	color: #6B503B;
	font-family: "Jun 501", sans-serif;
	margin: 0 0 3px;
	display: block;
}
.detail-link_ct a .img_ct .i01_ct {
	margin: 0 0 8px;
	position: relative;
}
.detail-link_ct a .text_ct {
	font-size: 140%;
	line-height: 1.6;
	text-align: left;
	color: #707070;
	margin: 0 auto;
}
.detail-link_ct a .text_ct .i01_ct {
	text-align: center;
	margin: 0 0 13px;
	display: block;
}
.detail-link_ct a .text_ct .i01_ct img {
	width: auto;
}
.detail-link_ct .float_ct {
	position: absolute;
	z-index: 1;
}
.detail-link_ct .float_ct img {
	width: auto;
}

/**/
.detail-link_ct#link01_ct {
	width: 37.6%;
	position: relative;
	left: 2.5%;
}
.detail-link_ct#link01_ct.new_ct::before {
	top: 5%;
	left: 5%;
}
.detail-link_ct#link01_ct .nakama_ct {
	left: -13.3%;
	top: 17%;
	transform: translateX(100%);
}
.detail-link_ct#link01_ct .nakama_ct.in_on {
	transform: translateX(0);
}
.detail-link_ct#link01_ct::after {
	background-image: url(./../images/link01_bg.png);
}
.detail-link_ct#link01_ct .float_ct {
	top: -11%;
	left: 21%;
}
.detail-link_ct#link01_ct a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 37px 0;
}
.detail-link_ct#link01_ct a .img_ct {
	width: 33.2%;
}
.detail-link_ct#link01_ct a .text_ct {
	width: 30.5%;
	margin: -2% 0 0 5%;
}
/**/
.detail-link_ct#link02_ct {
	width: 57.0%;
	/*
	padding: 75px 0 55px;
	*/
	padding: 65px 0 35px;
}
.detail-link_ct#link02_ct.new_ct::before {
	top: 44%;
	left: 6%;
}
.detail-link_ct#link02_ct .nakama_ct {
	right: -7.9%;
	top: 44%;
	transform: translateX(-100%);
}
.detail-link_ct#link02_ct .nakama_ct.in_on {
	transform: translateX(0);
}
.detail-link_ct#link02_ct::after {
	background-image: url(./../images/link02_bg.png);
}
.detail-link_ct#link02_ct .float_ct {
	top: -10%;
	left: 44%;
}
/**/
.detail-link_ct#link03_ct {
	width: 73%;
	padding: 55px 0 70px;
	gap: 0 5%;
}
.detail-link_ct#link03_ct .nakama_ct {
	left: 50%;
	top: -2.8%;
	transform: translateY(100%);
}
.detail-link_ct#link03_ct .nakama_ct.in_on {
	transform: translateY(0);
}
.detail-link_ct#link03_ct::after {
	background-image: url(./../images/link03_bg.png);
}
.detail-link_ct#link03_ct .float_ct {
	top: -8%;
	left: 18%;
}
.detail-link_ct#link03_ct a:nth-child(even) {
	margin-top: 60px;
}
.detail-link_ct#link03_ct a .text_ct {
	max-width: 184px;
}
/**/
.detail-link_ct#link04_ct {
	width: 28%;
	/*
	padding: 70px 0 75px;
	*/
	padding: 55px 0 70px;
	margin-right: -1%;
	margin-top: 90px;
}
.detail-link_ct#link04_ct .nakama_ct {
	right: -19.0%;
	top: 38.5%;
	transform: translateX(-100%);
}
.detail-link_ct#link04_ct .nakama_ct.in_on {
	transform: translateX(0);
}
.detail-link_ct#link04_ct::after {
	background-image: url(./../images/link04_bg.png);
}
.detail-link_ct#link04_ct .float_ct {
	top: -9.5%;
	left: 16%;
}
.detail-link_ct#link04_ct a {
	width: 61.1%;
}
.detail-link_ct#link04_ct a .text_ct {
	max-width: 184px;
}
.nakama_ct {
	position: absolute;
	z-index: 0;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

/**/
@media (max-width: 767px) {

	.swiper-slide-inner img {
    height: 473px;
	}
	#navi-menu_ct ul li a::before {
		display: none;
	}
	.page-ttl_ct {
		font-size: 280%;
		margin: -50px 0 25px;
		padding: 80px 0 0;
	}
	.tedsukuri-box_ct .new-box_ct ul {
		display: block;
	}
	.tedsukuri-box_ct .new-box_ct ul:not(.flex_ct) li {
		width: 100%;
	}
	.tedsukuri-box_ct .sub-lead_ct {
		font-size: 140%;
		text-align: center;
	}
	.new-box02_ct {
		display: block;
	}
	.new-box02_ct .l01_ct {
		width: 100%;
	}
	.new-box02_ct .l02_ct {
		width: 50%;
		margin: 25px 0 0 auto;
	}
	.c-dec_ct.dec-new04_ct {
		top: 34%;
		right: auto;
		width: 114px;
		left: -68px;
	}
	.c-dec_ct.dec-new05_ct {
		top: 35%;
		right: auto;
		width: 106px;
		left: -68px;
	}
	.c-dec_ct.dec-new06_ct {
		top: 35%;
		left: -68px;
		transform: translateX(-100%);
		width: 113px;
	}
	.c-dec_ct.dec-new06_ct img {
		transform: rotateY(180deg);
	}
	.c-dec_ct.dec-new07_ct {
		top: 20%;
		left: -70px;
		transform: translateX(-100%);
		width: 112px;
	}
	.c-dec_ct.dec-new07_ct img {
		transform: rotateY(0);
	}
	.tedsukuri-box_ct .lead_ct.new_ct span::after {
		top: 6px;
	}
	#topContents_ct .copy_ct {
    margin: 35px -15px 0px 0px;
	}
	#topContents_ct .copy_ct img {
    width: 250px;
	}
	/**/
	.box-outer_ct#block01_ct .box-inner_ct {
    width: 100%;
	}
	.detail-link-outer_ct {
    display: block;
		max-width: 375px;
    margin: 0 auto;
	}
	.detail-link_ct {
		width: 100% !important;
		margin: 75px 0 0;
	}
	.detail-link_ct .nakama_ct {
		display: none !important;
	}
	.detail-link_ct#link01_ct {
		left: 0;
	}
	.detail-link_ct.fx_ct {
		display: block;
		padding: 0 30px !important;
	}
	.detail-link_ct.fx_ct a {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100% !important;
    max-width: none;
	}
	.detail-link_ct.fx_ct .img_ct {
		width: 55%;
	}
	.detail-link_ct.fx_ct .text_ct {
    width: 45%;
    padding-left: 1%;
    margin-top: 5%;
	}
	.detail-link_ct.fx_ct a:nth-child(odd):not(.rsv-not_ct) {
		flex-direction: row-reverse;
	}
	.detail-link_ct.fx_ct a:nth-child(odd):not(.rsv-not_ct) .text_ct {
		padding-left: 0;
    padding-right: 3%;
	}
	.detail-link_ct#link03_ct a:nth-child(even) {
    margin-top: 0;
	}
	.detail-link_ct a .text_ct .i01_ct {
		margin: 0 0 9px;
	}
	.detail-link_ct#link01_ct a {
    padding: 40px 0 60px;
	}
	.detail-link_ct#link01_ct .float_ct {
    top: -12%;
    left: 23%;
    width: 45%;
	}
	.detail-link_ct#link01_ct a .text_ct {
    width: 36.5%;
    margin: 0 0 0 2%;
	}
	.detail-link_ct#link01_ct a .img_ct {
		top: 15px;
	}
	.detail-link_ct#link01_ct::after {
    background-image: url(./../images/link01_bg_sp.png);
    width: 110%;
    left: -8%;
	}
	.detail-link_ct#link02_ct {
		/*
		padding: 90px 30px 50px !important;
		*/
    padding: 90px 30px 45px !important;
	}
	.detail-link_ct#link02_ct .ttl_ct.sp-adj_ct {
    position: relative;
    left: -36%;
    top: -31px;
    text-align: left;

	}
	.detail-link_ct#link02_ct .float_ct {
    top: -6%;
    left: 27%;
    width: 24.5%;
	}
	.detail-link_ct#link02_ct.new_ct::before {
    top: 7%;
    left: 12%;
	}
	.detail-link_ct#link02_ct::after {
    background-image: url(./../images/link02_bg_sp.png);
    width: 120%;
    left: -5%;
	}
	.detail-link_ct#link03_ct {
		/*
		padding: 65px 30px !important;
		*/
    padding: 60px 30px 90px !important;
	}
	.detail-link_ct#link03_ct .float_ct {
    top: -4.5%;
    left: 39%;
    width: 30%;
	}
	.detail-link_ct#link03_ct::after {
    background-image: url(./../images/link03_bg_sp.png);
    width: 129%;
    left: -17%;
	}
	.detail-link_ct#link04_ct {
    padding: 60px 30px 40px !important;
		margin-top: 70px;
	}
	.detail-link_ct#link04_ct .float_ct {
		top: -12%;
    left: 30%;
    width: 52.5%;
    transform: rotate(-5deg);
	}
	.detail-link_ct#link04_ct a .text_ct {
    margin-top: -13%;
	}
	.detail-link_ct#link04_ct::after {
    background-image: url(./../images/link04_bg_sp.png);
    width: 120%;
    left: 1%;
	}
	.detail-link_ct .float_ct img {
		width: 100%;
	}
	#block01_ct .contents-anim_ct {
    width: 101px;
    height: 387px;
    right: -44px;
	}
	#block01_ct .s-ttl_ct span::before,
	#block01_ct .s-ttl_ct span::after {
    width: 2px;
    height: 60px;
    top: -5px;
	}
	#block01_ct .s-ttl_ct span::before {
    left: -20px;
	}
	#block01_ct .s-ttl_ct span::after {
    right: -20px;
	}
	.tedsukuri-box_ct .lead_ct.new_ct span {
    padding-left: 55px;
    padding-right: 10px;
	}
}

/**/
@media (min-width: 768px) {

	.detail-link_ct#link01_ct {
		margin-top: 70px;
	}

}

/**/
@media screen and (min-width:768px) and ( max-width:1100px) {


	.detail-link_ct.fx_ct {
		gap: 0 5%;
	}
	.detail-link_ct#link01_ct .float_ct {
    top: -19%;
    left: 23%;
	}
	.detail-link_ct#link03_ct.fx_ct a {
		width: 22%;
	}
	.detail-link_ct#link04_ct .float_ct {
    top: -10%;
    left: 3%;
	}
	.detail-link_ct#link01_ct a .text_ct {
    width: 35.5%;
    margin: -2% 0 0 4%;
	}
	.detail-link_ct#link01_ct .nakama_ct {
    left: -15%;
	}
	.detail-link_ct.new_ct::before {
		width: 50px;
    height: 50px;
	}
	.detail-link_ct#link02_ct.new_ct::before {
    top: 45%;
	}

}

/**/
@media screen and (min-width:768px) and ( max-width:1000px) {

	.detail-link_ct#link01_ct::after {
    width: 105%;
	}

}

/**/
@media screen and (min-width:768px) and ( max-width:1250px) {

	#navi-menu_ct.fixed {
		width: calc( 100% - 70px );
	}


}

/**/
@media screen and (min-width:768px) and (max-width: 919px) {

	#navi-menu_ct ul li a::after {
    width: 35px;
    height: 40px;
    top: 0px;
	}
	#navi-menu_ct ul li a {
		font-size: 140%;
		padding: 18px 40px 18px 50px;
	}
	#navi-menu_ct {
		padding: 20px 0 0;
	}
	#navi-menu-outer_ct {
		padding: 0 0 140px;
	}


}


/**/
@media (max-width: 350px) {

	.detail-link_ct#link02_ct .ttl_ct.sp-adj_ct {
    left: -33%;
    top: -11.5vw;
	}

}

/**/
.sp-back_ct {

	text-align: center;
	margin: 65px 0 -75px;

}

.sp-back_ct a {

	width: 71px;
	display: inline-block;

}

.detail-link_ct:not(#link01_ct) a .text_ct .i01_ct {
	position: relative;
	text-align: left;
	padding-right: 37%;
}
.detail-link_ct:not(#link01_ct) a .text_ct .i01_ct::after {
	content: "";
	background-position: right 0px;
	background-image: url(./../images/link02_icon.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	padding-top: 38.0%;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0px;
}
.detail-link_ct#link01_ct a .text_ct {
}
.detail-link_ct#link01_ct a .text_ct .i01_ct {
	text-align: center;
	padding: 50% 0 0 0;
}
.detail-link_ct#link01_ct a .text_ct .i01_ct::after {
	content: "";
	background-position: center 0;
	background-image: url(./../images/link01_icon.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	display: block;
	padding-top: 42.4%;
	position: absolute;
	top: 0;
	left: 0;
}


.detail-link_ct a .text_ct .i01_ct img {
	max-width: 100%;
}
.detail-link_ct#link01_ct a .text_ct .i01_ct .icon_ct {
	margin: -25px 0 10px;
}

/**/
.detail-link_ct:not(#link01_ct) a[href^="#tedsukuri03_ct"] .text_ct .i01_ct::after {
	background-image: url(./../images/link03_icon.png);
	right: -10%;
}
.detail-link_ct:not(#link01_ct) a[href^="#tedsukuri01_ct"] .text_ct .i01_ct::after {
	background-image: url(./../images/link04_icon.png);
}
.detail-link_ct:not(#link01_ct) a[href^="#tedsukuri-new01_ct"] .text_ct .i01_ct::after {
	background-image: url(./../images/link05_icon.png);
}
.detail-link_ct:not(#link01_ct) a[href^="#tedsukuri-new02_ct"] .text_ct .i01_ct::after {
	background-image: url(./../images/link06_icon.png);
}
.detail-link_ct:not(#link01_ct) a[href^="#tedsukuri02_ct"] .text_ct .i01_ct::after {
	background-image: url(./../images/link07_icon.png);
}

@media (min-width: 768px) {
	.detail-link_ct a .text_ct.wide_ct {
		max-width: 184px;
	}
	.detail-link_ct#link02_ct .ttl_ct {
    margin-bottom: -6px;
	}
	.detail-link_ct#link02_ct.fx_ct .img_ct {
    margin-bottom: 15%;
	}
	.detail-link_ct#link03_ct.fx_ct .img_ct {
    margin-bottom: 25%;
	}
	.detail-link_ct#link04_ct.fx_ct .img_ct {
    margin-bottom: 20%;
	}
	.detail-link_ct#link02_ct a[href^="#tedsukuri03_ct"] .text_ct {
    left: 10%;
	}
	.detail-link_ct:not(#link01_ct) a[href^="#tedsukuri03_ct"] .text_ct .i01_ct {
    padding-right: 32%;
	}
	.detail-link_ct:not(#link01_ct) a[href^="#tedsukuri03_ct"] .text_ct .i01_ct::after {
		right: -10%;
	}
	.detail-link_ct#link04_ct a .text_ct {
		/*
		max-width: 160px;
		*/
	}

}

/**/
@media screen and (min-width:768px) and ( max-width:1100px) {

	.detail-link_ct:not(#link01_ct) a .text_ct .i01_ct {
		padding-right: 45%;
	}

}

/**/
@media (max-width: 767px) {

	.detail-link_ct:not(#link01_ct) a .text_ct .i01_ct {

    text-align: center;
    padding: 57% 0 0 0;

	}

	.detail-link_ct:not(#link01_ct) a .text_ct .i01_ct::after {
    background-position: center 0;
    padding-top: 51.4%;
    bottom: auto;
    right: auto;
    top: 0;
    left: 0;
	}

	.detail-link_ct:not(#link01_ct) a[href^="#tedsukuri-new04_ct"] {
		left: 3%;
	}

	.detail-link_ct:not(#link01_ct) a[href^="#tedsukuri03_ct"] {
		left: -7%;
	}

	.detail-link_ct:not(#link01_ct) a[href^="#tedsukuri03_ct"] .text_ct {
    margin-top: -5%;
	}

	.detail-link_ct#link01_ct a .text_ct .i01_ct {
    padding: 48% 0 0 0;
	}

	.detail-link_ct#link01_ct a .text_ct .i01_ct::after {
		padding-top: 41.0%;
	}

	.detail-link_ct#link02_ct a + a,
	.detail-link_ct#link03_ct a + a {
		margin-top: 20px !important;
	}

	.detail-link_ct:not(#link01_ct) a[href^="#tedsukuri-new02_ct"] .text_ct {
		margin-top: -5%;
	}

	.sp-center_ct {

		text-align: center !important;

	}

}

@media (max-width: 370px) {

	#block01_ct .contents-anim_ct {
    width: 90px;
    height: 345px;
		right: -39px;
	}

}


/* additional */
@media (max-width: 767px) {
.tedsukuri-box_ct .lead_ct.new_ct span {
    padding-left: 50px;
    padding-right: 20px;
}
}


/* additional 2.28 */

/* とんかつ調整 */
.detail-link_ct#link01_ct .nakama_ct{
	left: -12.7%;
}

/* シロクマ調整 */
.detail-link_ct#link03_ct .nakama_ct {
	top: -2.6%;
}

@media (max-width: 767px) {
	.detail-link_ct.fx_ct .text_ct.i01ot_ct{
		/* width: 45%; */
		padding-right:0!important;
	}
	.detail-link_ct#link03_ct {
		padding: 60px 23px 90px !important;
	}
}