@charset "utf-8";
/* ===============================================
	特集ページCSS テンプレート
	=============================================== */
.page-main {
	width: 100%;
}
@media screen and (max-width: 767px){
    .columns .column.main {
        padding: 0;
    }
}

/* グラデーションバック
----------------------------------------------*/

/*#canvas-basic {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}*/

/*　下準備
----------------------------------------------*/
.clearfix:after{
content : '';
display : block;
clear : both;
height:0; 
}
.pad_3{
	padding: 3%;
}
.pad_t1{
	padding-top: 1%;
}
.pad_t3{
	padding-top: 3%;
}
.pad_t5{
	padding-top: 5%;
}
.pad_b0{
	padding-bottom: 0;
}
.pad_b1{
	padding-bottom: 1%;
}
.pad_b2{
	padding-bottom: 2%;
}
.pad_b3{
	padding-bottom: 3%;
}
.text-mini{
	text-align: left;
    font-size: 90%!important;
}
.text-red{
	color: #c9004b;
}
#maincontent .wrap {
    width: auto!important;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.page-main {
	width: 100%;
}
#contentsAll {
	width: 100%;
	font-size: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 5vw;
	color: #333;
	text-align: center;
	z-index: 3;
}
@media screen and (min-width:768px) {
	#contentsAll {
		padding-bottom: 2%;
	}
	#contentsAll .frame1000 {
		width: auto!important;
		max-width: 1200px;
		min-width: 1000px;
		margin: 0 auto;
		padding-left: 50px;
		padding-right: 50px;
	}
}
#contentsAll * {
	box-sizing: border-box;
	font-feature-settings : "palt" 1;
}
#contentsAll img {
	width: auto;
	max-width: auto;
	vertical-align: bottom;
}
#contentsAll .frame1000 {
	width: 100%;
}
@media screen and (min-width:768px) {
	#contentsAll .frame1000 {
	width: 1000px;
	}
}
#contentsAll p {
	font-size: 1.7rem;
	line-height: 1.5;
}
@media screen and (min-width:768px) {
	#contentsAll p {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}
.ScreenReaderText,
.ScreenReaderText * {
	color: rgba(fff, fff, fff, 0);
	font-size: 0em;
	display: block;
	width: 0;
	height: 0;
}
.mintyo {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.kanji_typos {
	font-family: kan415typos-std, 'Noto Sans Japanese', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

@media screen and (max-width: 767px){
.frame1000, .page-main {
    width: 100%!important;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
}
	.pad_1{
		padding: 2%;
	}
	.pad_3{
		padding: 4%;
	}
	.pad_t1{
		padding-top: 2%;
	}
	.pad_t3{
		padding-top: 4%;
	}
	.pad_t5{
		padding-top: 6%;
	}
	.pad_b0{
		padding-bottom: 0;
	}
	.pad_b1{
		padding-bottom: 2%;
	}
	.pad_b2{
		padding-bottom: 3%;
	}
	.pad_b3{
		padding-bottom: 4%;
	}
	.pad_b5{
		padding-bottom: 6%;
	}
}

/* 1　タイトル・メインビジュアル
----------------------------------------------*/
#contentsAll #titleAndHero_wrap {
	/*position: relative;*/
	height: auto;
	background: linear-gradient(-90deg, #f9fb91, #85aff5) fixed;
	background-size: 800% 800%;
	animation: GradietionAnimation 6s ease infinite;
}
@keyframes GradietionAnimation { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
#titleAndHero_wrap .framemain{
	background: url(/pub/static/frontend/Tci/Nic/ja_JP/cms/topics/gig-nck-service/img/framemain_back.png) center no-repeat; 
    /*background-color: #ff1b91;*/
    background-position: bottom center;
    /* background-size: 1920px; */
    position: relative;
    height: auto;
    z-index: 1;
}
#titleAndHero_wrap .framemain img{
	left: -190px;
    position: relative;
	animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
	transition: 1.5s ease-in-out;
	/*width: 70px;*/
	/*height: 70px;*/
	margin-top: 15px;
}
@media screen and (max-width: 767px){
	#titleAndHero_wrap .framemain02{
		background: url(/pub/static/frontend/Tci/Nic/ja_JP/cms/topics/gig-nck-service/img/framemain_back_sp.png) center no-repeat; 
		background-position: bottom center;
		background-size: 100%; 
		position: relative;
		height: auto;
		z-index: 1;
	}
	#titleAndHero_wrap .framemain02 img{
    	position: relative;
		animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
		transition: 1.5s ease-in-out;
		left: -100px;
		width: 45%;
		height: 45%;
		margin-top: 15px;
	}
}
/*imgがくるくる上がるCSS*/
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

/* 2　共通アイコン
----------------------------------------------*/
#contentsAll .icon_wrap {
	text-align: left;
}
#contentsAll .icon_wrap .icon_common {
	display: inline-block;
	border-bottom: 2px solid;
	border-top: 2px solid;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 5px;
	margin-right: 5px;
	padding: 0 3px;
	font-size: 1.4rem;
}
#contentsAll .icon_wrap .icon_common:last-of-type {
	margin-right: 0;
}
#contentsAll .icon_wrap .size {
	color: #00479d;
	border-color: #00479d;
}
#contentsAll .icon_wrap .point {
	color: #90af26;
	border-color: #90af26;
}
#contentsAll .icon_wrap .setcolor {
	color: #ec6d88;
	border-color: #ec6d88;
}
@media screen and (min-width:768px) {
	#contentsAll .icon_wrap .icon_common {
		margin-right: 10px;
		font-size: 0.9rem;
	}
	#contentsAll .icon_wrap .icon_common:last-of-type {
		margin-right: 0;
	}
	#contentsAll .icon_wrap .size {
		color: #00479d;
		border-color: #00479d;
	}
	#contentsAll .icon_wrap .point {
		color: #90af26;
		border-color: #90af26;
	}
	#contentsAll .icon_wrap .setcolor {
		color: #ec6d88;
		border-color: #ec6d88;
	}
}

/* こんなお悩みございませんか？
----------------------------------------------*/
#contentsAll #onayami {
	margin: 0 auto;
	/*padding-bottom: 10%;*/
}
#contentsAll #onayami h2 {
	margin: 4% 0 2% 0; 
}
#contentsAll .topicList_img {
	float: right;
    margin-right: 1%;
}
#contentsAll .frame800 {
	width: 100%;
}
@media screen and (min-width:768px) {
	#contentsAll .frame800 {
    width: auto!important;
	max-width: 1100px;
    min-width: 1000px;
	margin: 0 auto;
	}
}

/* サービスが便利です
----------------------------------------------*/
#contentsAll #service {
	padding-bottom: 2%;
}
#contentsAll #service .service_area{
	border: 3px solid #a0983b;
	margin: 2% 0 2% 0;
	padding: 3%;
}
#contentsAll #service .service_area h3{
	font-size: 110%;
    font-weight: bold;
}
#contentsAll #service02 .service_area h3{
	font-size: 110%;
    font-weight: bold;
}
#contentsAll #onayami h3{
	font-weight: bold;
    font-size: 1.5rem;
}
@media screen and (max-width: 767px){
	#contentsAll #onayami h3{
	font-size: 1.5rem;
	font-weight: 700;
	padding: 5% 0 0 0;
	}
	#contentsAll #service02 .service_area h3{
	font-size: 2rem;
	}
	#contentsAll #service .service_area h3 {
    font-size: 1.3rem;
    line-height: 1.4;
 }
}


/* サービスが便利です
----------------------------------------------*/
#present_area{
	background-color:#fffcd1;
}

/* 注意事項
----------------------------------------------*/
#applicationDetailsSec {
    padding: 10px 20px 50px 20px;
    position: relative;
    background-color: #e6e6e7;
    background-position: bottom;
    background-size: 20%;
}
#applicationDetailsSec #details_wrap {
    padding: 0;
    text-align: left;
    width: 1100px;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
	#applicationDetailsSec {
		padding: 3% 5% 0 5%;
		background-size: 100%;
	}
	#applicationDetailsSec #details_wrap {
    padding: 0;
    width: 100%;
	}

div#details_wrap p {
    font-size: 1.2rem;
}
}

/* 今すぐメールマガジンに登録
----------------------------------------------*/
#contentsAll .registrationSec .freed{
    width: 13%;
}
#contentsAll .registrationSec {
	text-align: left;
	position: relative;
	/*background-color: #ffffcc;*/
    /*padding: 2vw 0 3vw 0;*/
}
#contentsAll .registrationSec {
	text-align: left;
	position: relative;
	/*background-color: #ffffcc;*/
    /*padding: 2vw 0 3vw 0;*/
}
#contentsAll .registrationSec h3 {
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    font-size: 30px;
    margin-bottom: 20px;
}
#contentsAll .registrationSec .t-copy {
	text-align: center;
	padding-bottom: 3%;
	padding-top: 5%;
}
#contentsAll #newCustomer .grid_item {
	margin-bottom: 10vw;
}
#contentsAll #newCustomer02 .grid_item {
	margin-bottom: 10vw;
}
#contentsAll .registrationSec h4 {
	text-align: center;
	font-weight: 600;
	font-size: 1.5rem;
}
#contentsAll .registrationSec #newCustomer h4 {
	color: #8d8524;
}
#contentsAll .registrationSec #newCustomer02 h4 {
	color: #8d8524;
}
#contentsAll .registrationSec #existingCustomer h4 {
	color: #788b90;
}
#contentsAll .registrationSec #existingCustomer02 h4 {
	color: #788b90;
}
#contentsAll .registrationSec h4::before {
	content: ' ＼';
}
#contentsAll .registrationSec h4::after {
	content: '／';
}
/*** ボタン ***/
#contentsAll .square_btn {
	width: 100%;
	display: inline-block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	border-radius: 10px;
	padding: 3vw 0;
	margin: 2vw 0;
	font-size: 2rem;
	line-height: 1.2;
}
#contentsAll .square_btn span {
	font-weight: normal;
	display: block;
	font-size: 70%;
	margin-bottom: 0.3vw;
}
#contentsAll .__btn_pink {
	/*background: -moz-linear-gradient(left, #ef1c00, #de9200);
	background: -webkit-linear-gradient(left, #ef1c00, #de9200);
	background: linear-gradient(to right, #ef1c00, #de9200);*/
	background-color: #8d8524;
	border-bottom: solid 4px #b2b196;
}
#contentsAll .__btn_blue {
	/*background: -moz-linear-gradient(left, #22b973, #7bcd00);
	background: -webkit-linear-gradient(left, #22b973, #7bcd00);
	background: linear-gradient(to right, #22b973, #7bcd00);*/
	background-color: #788b90;
	border-bottom: solid 4px #9cb2b9;
}
#contentsAll .__attention {
	line-height: 1.3;
	font-size: 1.2rem;
	padding-left: 1.4rem;
	text-indent: -1.4rem;
}
@media screen and (max-width: 767px){
	.mb15{
		margin-bottom: 1.5%;
	}
	.mt15{
		margin-top: 1.5%;
	}
	.mt30{
		margin-top: 3%;
	}
	#contentsAll .__attention {
		margin-bottom: 5vw;
	}
	#contentsAll .registrationSec {
		padding: 5vw 0 5vw 0;
	}
	#contentsAll .registrationSec .t-copy {
    text-align: center;
    padding-bottom: 4%;
	}
	#contentsAll .frame1000 {
    padding: 0 5vw;
	}
	#contentsAll #iconSumple_wrap {
    margin-bottom: 5vw;
	}
	#sec02 img {
	padding: 0 15px; 
	}
	#sec04 img {
	padding: 0 15px; 
	}
	#contentsAll h3 {
	width: 100%;
	text-align: center;
	padding: 0;
	font-size: 1.8rem;	
	}
	#contentsAll #notesSec #attentionTxt{
		font-size: 1.8rem;
	}
}
#contentsAll .__attention::before {
	content: '※';
}
@media screen and (min-width:768px) {
	#contentsAll .registrationSec .btw {
		width: 1200px;
		margin: auto;
	}
	#contentsAll #newCustomer .grid_item {
		margin-bottom: 0;
	}
	#contentsAll #newCustomer02 .grid_item {
		margin-bottom: 0;
	}
	#contentsAll .registrationSec h4 {
		font-size: 1.3rem;
	}
	/*** ボタン ***/
	#contentsAll .square_btn {
		border-radius: 10px;
		padding: 15px 10px;
		margin: 10px 0;
		font-size: 1.9rem;
		line-height: 1.1;
	}
	#contentsAll .square_btn span {
		margin-bottom: 5px;
	}
	#contentsAll .__attention {
		font-size: 0.8rem;
		padding-left: 0.8rem;
		text-indent: -0.8rem;
	}
}

/* 3　王冠アイコン
----------------------------------------------*/
#contentsAll .listSec .itemList_item {
	position: relative;
	list-style: none;
}
#contentsAll .listSec .itemList:first-of-type .itemList_item:nth-of-type(-n+3)::before {
	content: "";
	display: block;
	position: absolute;
	top: 1vw;
	left: 1vw;
	width: 15%;
}
#contentsAll .listSec .itemList:first-of-type .itemList_item:nth-of-type(1)::before {
	content: url(/static/frontend/Tci/Nic/ja_JP/images/common/icon_crown_one.svg);
}
#contentsAll .listSec .itemList:first-of-type .itemList_item:nth-of-type(2)::before {
	content: url(/static/frontend/Tci/Nic/ja_JP/images/common/icon_crown_two.svg);
}
#contentsAll .listSec .itemList:first-of-type .itemList_item:nth-of-type(3)::before {
	content: url(/static/frontend/Tci/Nic/ja_JP/images/common/icon_crown_three.svg);
}
@media screen and (min-width:768px) {
	#contentsAll .listSec .itemList:first-of-type .itemList_item:nth-of-type(-n+3)::before {
		top: 1%;
		left: 3%;
	}
}


/* 6　商品一覧
----------------------------------------------*/
#contentsAll .listSec {
	padding: 40px 0 1%;
}
#contentsAll .listSec h3 {
	font-weight: 700;
	text-align: center;
	border-bottom: 2px solid #333;
	padding-bottom: 10px;
	font-size: 1.5rem;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	#contentsAll .listSec {
			padding: 5vw 0 1vw;
		}
		#contentsAll .listSec h3 {
			font-size: 1.3rem;/**/
			margin-bottom: 3vw;
		}
		#contentsAll .registrationSec h3 {
			padding-bottom: 5px;
			font-size: 2rem;
		}
}
/**/
#contentsAll .itemList_img {
	border: 1px solid #dfdfdf;
}
#contentsAll .partNum {
	color: #333;
	font-weight: 500;
	text-align: left;
	margin: 10px 0 0 0;
	font-size: 0.9rem;
	line-height: 1.4;
}
#contentsAll .priceList_def {
	color: #e60012;
	font-weight: 500;
	text-align: left;
	font-size: 0.9rem;
	line-height: 1.4;
	margin: 5px 0 15px 0;
}
#contentsAll .priceList_def span {
	font-size: 80%;
}
/**/
#contentsAll .itemList_item {
	width: 22.7%;
	margin-right: 3%;
	margin-bottom: 60px;
}
#contentsAll .itemList_item.itemList_empty {
	margin-bottom: 0;
}
#contentsAll .itemList_item:last-child {
	margin-right: 0;
}
#contentsAll .itemList {
	position: relative;
 *zoom: 1;
}
#contentsAll .itemList:after {
	content: '';
	display: table;
	clear: both;
}
#contentsAll .itemList_item {
	float: left;
}
#contentsAll .itemList_item a:link {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all 0.3s ease-out;
	color: #222;
	text-decoration: none;
}
#contentsAll .itemList_item a:hover img, a:hover p, a:hover .btn {
	opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-webkit-opacity: .7;
	-moz-opacity: .7;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#contentsAll .catalog_request {
	width: 700px;
	margin: 40px 0 60px 150px;
}
#contentsAll .btn_area .btn {
	margin: 40px 0 80px 300px;
	width: 400px;
}

@media screen and (max-width: 767px) {
	#contentsAll .itemList:before {
		width: 11.42%;
		height: 2px;
	}
	#contentsAll .itemList_item {
		width: 47.14%;
		margin: 0 0 14% 0;
	}
	#contentsAll .itemList_item.itemList_empty {
		margin: 0;
	}
	#contentsAll .itemList_item:nth-child(odd) {
		float: left;
	}
	#contentsAll .itemList_item:nth-child(even) {
		float: right;
	}
	#contentsAll .itemList_img {
		width: 100%;
	}
	#contentsAll .itemList_detail {
		width: 100%;
	}
	#contentsAll .btn_area .btn {
		margin: 0 0 40px 0;
		width: 100%;
	}
	#contentsAll .itemList .btn_item {
		font-size: 0.8em;
	}
	#contentsAll .partNum {
		margin: 10px 0 0 0;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	#contentsAll .priceList_def {
		font-size: 1.5rem;
		line-height: 1.4;
		margin: 5px 0 10px 0;
	}
	#contentsAll .priceList_def span {
		font-size: 80%;
	}
	#contentsAll .catalog_request {
		width: 100%;
		margin: 0 0 20px 0;
	}

}/*　メディアクエリ終了　*/
