@charset "utf-8";

/*源柔ゴシック 設定*/

@font-face {
	font-family: "GenJyuuGothic";
	font-style: normal;
	font-weight: 400;
	src: url("font/GenJyuuGothic-Regular.woff2") format("woff2"), url("font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
	font-family: "GenJyuuGothic";
	font-style: bold;
	font-weight: 700;
	src: url("font/GenJyuuGothic-Bold.woff2") format("woff2"), url("font/GenJyuuGothic-Bold.woff") format("woff");
}

/*----------------------------------
  common調整
------------------------------------*/

.appimg {
	padding-bottom: 5px;
}

.appimg a {
	border: 2px solid #FFF;
	background-color: #E84F49;
	background-image: url("../../../common_v13/img/icon/svg/arrow/ar_white.svg");
	background-repeat: no-repeat;
	background-position: center right 12px;
	background-size: 18px auto;
	color: #FFF;
	width: 100%;
}

.appimg a[href*="https://shop.the-fuji.net/"]{
 	background-color: #3071B7;
}

.appimg a[href*="/fujiapp/"]{
 	background-color: #EC6C0E;
}

.d-shadow {
	box-shadow: 0 3px 12px rgb(0 0 0 / 20%);
}

.inner ul {
	margin-bottom: 1em;
}

/*----------------------------------
ここから追記 
------------------------------------*/

/* ページ背景 */

.pagearea {
    background: #FFFBDA;
    padding-bottom: 1em;
}

.pagearea img{
    width: 100%;
}

/* 基本設定
──────────────────────────────────────── */

.wrap_base {
	background-color: #FFF;
	border-width: 4px;
	border-style: solid;
	border-color: #CCCCCC;
	border-radius: 10px;
	background: #fff;
	margin: 20px 10px 0;
	line-height: 1.5;
	padding: 10px;
	position: relative;
	text-align: center;
}

.wrap_base:last-of-type{
    margin-bottom: 0;
}

.wrap_base ul{
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.title_base {
	background: #00A63C;
	border-radius: 10px 10px 0 0;
	color: #fff;
    font-family: "GenJyuuGothic", "メイリオ", sans-serif;
    font-weight: 700;
	font-size: 18px;
	margin: -12px -11px 15px -11px;
	padding: 15px;
}

.title_type2 {
    background: linear-gradient(transparent 50%, #FFF565 0%);
    color: #3071B7;
    display: inline-block;
    font-weight: bold;
    font-size: 1.5em;
    font-family: "GenJyuuGothic", "メイリオ", sans-serif;
	margin-bottom: 0.7em;
    position: relative;
    padding: 0 0px 0 5px;
}

.title_typeimg {
    background: #00A63C;
    color: #fff;
    margin: -12px -11px 15px -11px;
    padding: 8px 15px;
    border-radius: 10px 10px 0 0;
}

.title_typeimg img {
    max-width: 360px;
    display: block;
    margin: 0 auto;
}

	.inner h2{
		    font-weight: bold;
    font-size: 2rem;
    color: #333;
    text-align: center;
    background-color: #FFF;
    padding: 8px 10px;
    border: 1px solid #CCC;
    border-radius: 8px;
    margin-bottom: 20px;
	}

/* アンダーライン蛍光マーカー(text_limit) */

.text_limit {
	background: linear-gradient(transparent 75%, #FFF565 0%);
	font-weight: bold;
	color: #000;
	font-size: 1.6em;
	position: relative;
	display: inline-block;
	padding: 0 0px 0 5px;
}

.text_limit span {
	color: #F90000;
}

.cautiontext {
	margin-top: 0.7em;
	text-align: left;
}

ul.txt_notes{
	line-height: 1.8;
	margin-top: 0.7em;
}

ul.txt_notes li{
	border: none;
	margin:0; 
	padding: 0;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}

.btn_netshop {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	padding: 1em 30px !important;
	border-radius: 100px;
	background: url("/common_v13/img/icon/svg/arrow/ar_white.svg") no-repeat right 15px center #EC6C0E;
	text-align: center;
	cursor: pointer;
}

.btn_w80 {
	width: 90% !important;
	margin: 0 auto;
}

/* ページアンカー
──────────────────────────────────────── */

.pagenavi {
    margin: 1.5em 0;
}

.pagenavi ul {
    padding: 0 10px;
}

.pagenavi li {
    padding: 0;
    text-indent: 0;
    margin: 0;
    margin-bottom: 0.5em;
}

.pagenavi a {
    display: block;
    border-radius: 4em;
    background: url("../img/arrow_anchor.png") no-repeat center right 18px #fff;
    background-size: 10px;
    border: 1px solid #3071B7;
    opacity: 1;
    padding: 7px 30px 5px 20px;
    color: #3071B7;
    font-weight: bold;
}

/* カタログ、受付締切
──────────────────────────────────────── */

.wrap_base.daylimit {
	border-color: #3071B7;
}

.daylimit .title_base{
	background: #3071B7;
	color: #FFF;
}

.daylimit .appimg {
	margin-top: 1em;
}

/* 店頭PV
──────────────────────────────────────── */

.youtube {
	position: relative;
	width: 100%;
	max-width:615px;
	padding-top: 56.25%;
	margin:0 auto;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* おすすめ
──────────────────────────────────────── */

#osusume .tvcm{
    margin-top: 1em;
}

#osusume img[src*="netshop.png"]{
    margin: 1em 0;
}
    
/* エフカ会員さま限定特典
──────────────────────────────────────── */

#tokuten{
	box-sizing: border-box;
	background-color: #ED781E;
	border: none;
}

#tokuten .title_base{
	background: #FFF000;
	border-radius: 6px 6px 0 0;
	color: #ED781E;
    font-size: 1.5em;
	margin-top: -6px;
	margin-left: -6px;
	margin-right: -6px;
}

/* フジネットショップご予約特典
──────────────────────────────────────── */

.wrap_base.netshop{
	background-color: #fff;
	border-color: #00A63C;
}

.netshop .title_base{
	background: #00A63C;
}

.wrap_base.netshop ul{
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.netshop .appimg a{
	margin-top: 10px;
}
    
/* アプリ会員さま限定特典
──────────────────────────────────────── */

#app{
	color: #FFF;
	box-sizing: border-box;
    background-color:#66BE96;
	border: none;
}

#app .title_base{
	background: #FFFBBF;
	border-radius: 6px 6px 0 0;
	color: #66BE96;
    font-size: 1.5em;
	margin-top: -6px;
	margin-left: -6px;
	margin-right: -6px;
}

    
/* 6年間保証
──────────────────────────────────────── */

#support.wrap_base{
    background: url("../img/bg_coupon.jpg");
    border-color: #F2BFC4;
}

#support.wrap_base hr{
	border-top: 2px dashed #F2BFC4;
	padding:0 0 20px;
	margin-top: 1.5em;
}

/* ランドセル取扱店舗
──────────────────────────────────────── */

.shoplistarea {
    margin-top: 1em;
}

.shoplistarea > ul {
    text-align: center;
    margin-bottom: 15px;
}

.shoplistarea > ul li {
    margin: 0;
    margin-bottom: 10px;
}

.shoplistarea > ul li::before {
    content: "";
    width: 50px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: -4px;
}

.shoplistarea > ul li.color_blue::before {
    background: #3FA4F0;
}

.shoplistarea > ul li.color_orange::before {
    background: #E66512;
}

.shoplistarea dd ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.shoplistarea dd li {
    border: 1px solid #bababa;
    border-radius: 5px;
    padding: 10px 10px 8px;
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.shoplistarea dd li.color_blue,
.shoplistarea dd li.color_blue a {
    color: #3fa4f0;
    text-decoration: underline;
}

.shoplistarea dd li.color_orange,
.shoplistarea dd li.color_orange a {
    color: #ec5a24;
    text-decoration: underline;
}

.shoplist dt {
    margin-bottom: 10px;
    background: #fff;
    color: #3071B7;
    border-radius: 60px;
    border: 1px solid #3071B7;
    display: block;
    cursor: pointer;
    padding: 13px 45px 10px 45px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
    position: relative;
}

.shoplist dt::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 10px;
    background: url("../img/arrow_anchor.png") no-repeat top center;
    background-size: contain;
    right: 15px;
    top: calc(50% - 3px);
}

.shoplist dd + dt {
    margin-top: 10px;
}

.shoplist dd {
    display: none;
    margin-bottom: 20px;
}

.shoplist dd:last-of-type {
    margin-bottom: 0;
}

.shoplistarea dd li {
    text-indent: 0;
}

.shoplistarea dd li.name_l {
    /*width: auto;*/
}

/* 全国無料配達
──────────────────────────────────────── */

#zenkoku{
	background:#EB407B;
	color: #FFF;
	border: none;
}

#zenkoku ul{
    margin-top: 0;
}

#zenkoku ul li{
    text-indent: 0;
    margin-left: 0;
}

/* ご注意事項
──────────────────────────────────────── */

.inner_text {
    margin-bottom: 1em;
}

/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print, screen and (min-width: 768px) {
	
	.pc_none{
		display: none;
	}
	
	/* ページ背景 */	

	.pagearea {
		padding-bottom: 50px;
	}

	/* 基本設定
	──────────────────────────────────────── */	
    
	.wrap_base {
		padding: 30px 50px;
		border-radius: 20px;
		margin:0 30px 50px;
		max-width: 920px;
	}
    
    .wrap_base ul{
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.title_base {
		border-radius: 15px 15px 0 0;
		margin: -32px -51px 30px -51px;
		padding:0.7em 10px;
		text-align: center;
		font-size: 24px;
	}
    
    .title_type2 {
        margin-bottom: 30px;
        font-size: 34px;
    }
    
   .title_typeimg  {
        margin: -30px -50px 20px -50px;
        padding: 10px 0;
        text-align: center;
        border-radius: 15px 15px 0 0;
    }
    
    .title_typeimg img {
        width: 90%;
        max-width: 680px;
        display: block;
        margin: 0 auto;
    }
	
	.inner h2{
		    font-weight: bold;
    font-size: 2rem;
    color: #333;
    text-align: center;
    background-color: #FFF;
    padding: 8px 10px;
    border: 1px solid #CCC;
    border-radius: 8px;
    margin-bottom: 20px;
	}
    
	/* アンダーライン蛍光マーカー(text_limit) */

	.text_limit {
		font-size: 28px;
	}
	
	.cautiontext {
		font-size: 1.5rem;
		margin-top: 1.5em;
		text-align: center;
	}
	
	ul.cautiontext{
		text-align: left;
	}
	
	.sp_only {
		display: none;
	}	

	ul.txt_notes{
		margin-top:1.5em;
	}

	.btn_netshop {
		font-size: 24px;
		padding: 20px;
		transition: 0.5s;
		background-position: right 25px center;
		max-width: 740px !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.btn_netshop:hover {
		opacity: 0.7;
		text-decoration: none;
	}

     /* ページアンカー
    ──────────────────────────────────────── */
   
    .pagenavi ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 90%;
        max-width: 800px;
        margin: 30px 0 15px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pagenavi li {
        width: 48%;
        max-width: 380px;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .pagenavi a {
        padding: 10px 30px 8px;
        transition: 0.4s;
    }
    
    .pagenavi a:hover {
        text-decoration: none;
        opacity: 1;
        background-color: #FFFFC2;
    }
    
    /* カタログ、受付締切
    ──────────────────────────────────────── */

    .daylimit .appimg {
        margin-top: 1.5em;
    }   

	/* 店頭PV
	──────────────────────────────────────── */

	.tvcm{
		width: 80%;
		max-width: 640px;
		margin: 0 auto;
	} 
    
    /* おすすめ
    ──────────────────────────────────────── */

    #osusume .tvcm{
        margin-top: 40px;
    }
    
    #osusume img[src*="netshop.png"]{
        margin-top: 40px;
    }

	/* エフカ会員さま限定特典
	──────────────────────────────────────── */

	#tokuten .title_base{
		border-radius: 17px 17px 0 0;
		margin-top: -26px;
		margin-left: -46px;
		margin-right: -46px;
	}

	/* フジネットショップご予約特典
	──────────────────────────────────────── */
	
	.wrap_base.netshop ul{
		margin-bottom: 0;
	}

	/* アプリ会員さま限定特典
	──────────────────────────────────────── */

	#app .title_base{
		border-radius: 17px 17px 0 0;
		margin-top: -26px;
		margin-left: -46px;
		margin-right: -46px;
	}
	
    /* ランドセル取扱店舗
    ──────────────────────────────────────── */
 
    .shoplistarea > ul {
        display: flex;
        justify-content: center;
    }
    
    .shoplistarea > ul > li {
        margin: 0 20px 20px;
    }
    
    #shoplist {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .shoplistarea dd ul {
        display: flex;
        flex-wrap: wrap;
        padding: 5px 10px 0;
        justify-content: flex-start;
        align-items: flex-start
    }
    
    .shoplistarea dd li {
        width: 24%;
        height: 100%;
        margin-right: 1%;
    }

    /* 全国無料配達
    ──────────────────────────────────────── */

    #zenkoku ul{
        text-align: center;
    }
    
    /* ご注意事項
    ──────────────────────────────────────── */

    .inner_text {
        margin-bottom: 2em;
    }
    
}

/* PC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {

	.appimg{
		padding: 0 !important;
	}
	
	.appimg a {
		border: 4px solid #FFF !important;
		background-position: center right 28px !important;
		background-size: 28px auto !important;
	}

	.wrap_base {
		margin-left: auto;
		margin-right: auto;
        max-width: 800px;
	}

    .title_type2 {
        font-size: 40px;
    }	
	

		
	/* 受付期間
	──────────────────────────────────────── */

	.daylimit p + .appimg{
		padding-bottom: 0 !important;
	}
    
    /* エフカ会員さま限定特典
    ──────────────────────────────────────── */

    #tokuten .title_base{
        font-size: 40px;
		padding:0.3em 10px;
    }
    
    /* アプリ会員さま限定特典
    ──────────────────────────────────────── */

    #app .title_base{
        font-size: 40px;
		padding:0.3em 10px;
    }
    
}

/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print, screen and (min-width: 1280px) {
    .wrap_base {
        max-width: 920px;
	}
}
