@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/* ページ固有の色を下記3つの要素に同一で入力 (白ヌキ文字を置いても読める程度の濃さで）*/

.main1c h2 .itemtitle, .main1c .open-link a:hover span, .open-link a:active span, .hidden-link a:hover span, .hidden-link a:active span, #container .main1c .button:hover,#container .main1c .button:active, blockquote:before, blockquote:after, .pagenation li a
{
	color: #1e51a2; /* キーカラーを指定 */
}

.main1c h2::before, .main1c h2::after, .accordion-block div, .tab-menu dl dt, .open-link a span,.hidden-link a span, p.point-number, .topimage h1, .whole-bg, .main1c .button, .whole-topimage, .main1c h3::before, .spec-title::before, .style-h3::before, .pagenation li a:hover, .pagenation li a:active
{
	background: #1e51a2; /* キーカラーを指定 */
}

.main1c h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline, .pagenation li a
{
	border-color: #1e51a2; /* キーカラーを指定 */
}

.description {
    text-align: left !important;
}

.question{
	color:#2a83a2;
}

.main1c h2 {
    border-top: none;
}

.red{
	color:#dc143c;
}
.blue {
	color: #6495ed;
}

.bold{
	font-weight:bold;
}

.right{
	text-align: right;
}
.padding70{
	padding: 0 100px;
}
.padding50{
	padding: 0 50px;
}

.shadow {
  box-shadow: 2px 2px 4px gray;
}
.waku {
	font-size: 90% !important;
	border: solid 1px;
	padding: 10px;
	border-color: #6495ed;
}

.block-goods-comment5 .annotation {
	margin-top: 10px;
}
/*=== レスポンシブ ===*/
.viewSp {
	display: none !important;
}
@media screen and (max-width: 767px) {
	.viewSp {
		display: block !important;
	}
	.viewPc {
		display: none !important;
	}
}

/*=== リセット ===*/
#topicpath {
	display: none;
}
.fukuda-wrap h2::after,
.fukuda-wrap h3::before {
	display: none;
}
@media screen and (max-width: 767px) {
	.fukuda-wrap h2 {
    padding: 0 0 0;
		width: auto;
	}
}


/*=== レイアウト ===*/
.main1c {
	/* overflow: hidden; */
}
.fukuda-wrap.mb-content, .fukuda-wrap .mb-content {
	margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.fukuda-wrap.mb-content, .fukuda-wrap .mb-content {
		margin-bottom: 30px;
	}
}
.fukuda-wrap .block-center {
	margin-left: auto;
	margin-right: auto;
}
.fukuda-wrap .flex-box {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.fukuda-wrap .flex-box {
		display: block;
	}
}

/*=== キャンペーン ===*/
.campaign-area {
	text-align: center;
	max-width: 1050px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.campaign-area {
		padding-left: 3%;
		padding-right: 3%;
	}
}

/*=== 限定オリジナルバナー ===*/
.setbnr-area {
	text-align: center;
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.set-bnr-area {
		padding-left: 0;
		padding-right: 0;
	}
}

/*=== すべての収録内容をみる SP版調整 ===*/
@media screen and (max-width: 767px) {
	.open-link {
		margin-bottom: 60px;

	}
}

/*=== メインビジュアル ===*/
.ldp-top {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.ldp-top {
		margin-bottom: 30px;
	}
}
.ldp-top .section {
	width: auto !important;
}

.ldp-top .ldp-top-img h1 {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

.ldp-top#main-visual-02 .ldp-top-img {
	position: relative;
}
.ldp-top#main-visual-02 .ldp-top-img .btn-base {
	width: 39%;
    position: absolute;
    left: 10%;
    top: 50%;
}
@media screen and (max-width: 767px) {
	.ldp-top#main-visual-02 .ldp-top-img .btn-base {
		width: 94vw;
		position: static;
		display: block;
		margin: 20px auto 0;
	}
}
.ldp-top#main-visual-03 .ldp-top-img {
	position: relative;
}
.ldp-top#main-visual-03 .ldp-top-img .btn-base {
	width: 50%;
    position: absolute;
    left: 7%;
    top: 32%;
}
@media screen and (max-width: 767px) {
	.ldp-top#main-visual-03 .ldp-top-img .btn-base {
		width: 94vw;
		position: static;
		display: block;
		margin: 20px auto 0;
	}
}
/*=== CTA ===*/
.cta-text {
  background: url(/images/parts/cta_text_bg.png) center top no-repeat;
  background-size: 285px;
  color: #333;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 25px !important;
  line-height: 1.5 !important;
  margin: 40px 0 5px;
  padding: 15px 0 20px;
  text-shadow: 0 1px 0 #fff;
}

.cta-text em {
  color: #da0707;
}
@media screen and (max-width: 767px) {
	.cta-text {
    background: url(/images/parts/cta_text_bg.png) center bottom no-repeat;
    background-size: 100px !important;
    color: #333;
    font-family: 'Noto Serif JP', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 25px !important;
    line-height: 1.5 !important;
    margin: 40px 0 5px;
    padding: 0 30px 60px;
    text-shadow: 0 1px 0 #fff;
	}
}

/*=== 幅100% ===*/
.fukuda-wrap .w100,
.fukuda-wrap.w100 {
	margin-left: -500% !important;
	margin-right: -500% !important;
	padding-left: 500% !important;
	padding-right: 500% !important;
}
@media screen and (max-width: 767px) {
	.fukuda-wrap .w100,
	.fukuda-wrap.w100 {
		width: auto;
		margin-left: 0 !important;
		margin-right:0 !important;
		padding-left: 3% !important;
		padding-right: 3% !important;
	}
}

/*=== 背景グラデーション ===*/
.fukuda-wrap .grd-01 {
  position:relative;
  z-index:1;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.fukuda-wrap .grd-01 {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 3%;
		padding-right: 3%;
	}
}
.fukuda-wrap .grd-01::before {
  content: "";
  display:block;
	max-width: 120vw;
	width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  background: #ffe8a8;
	background: linear-gradient(90deg, rgba(255,255,255,0) 5%, rgba(255,232,168,1) 33%, rgba(255,232,168,1) 50%, rgba(255,232,168,1) 72%, rgba(255,255,255,0) 95%);
}
@media screen and (max-width: 767px) {
	.fukuda-wrap .grd-01::before {
		width: 150vw;
		max-width: initial;
    margin-left: -30vw;
    margin-right: -30vw;
	}
}

/*=== フォント ===*/
.fukuda-wrap .txf-min {
	font-family: "Noto Serif JP", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif !important;
}
.fukuda-wrap .txd-border {
  	font-weight:900;
	font-feature-settings: "palt";
	text-shadow:
	0.06em 0.06em 0.06em #fff,
	-0.06em -0.06em 0.06em #fff,
	-0.06em 0.06em 0.06em #fff,
	0.06em -0.06em 0.06em #fff,
	0.06em 0px 0.06em #fff,
	-0.06em 0px 0.06em #fff,
	0px 0.06em 0.06em #fff,
	0px -0.06em 0.06em #fff;
}

.fukuda-wrap .txd-blur {
	font-weight:900;
	font-feature-settings: "palt";
	text-shadow:
	0.06em 0.06em 0.2em #fff,
	-0.06em -0.06em 0.2em #fff,
	-0.06em 0.06em 0.2em #fff,
	0.06em -0.06em 0.2em #fff,
	0.06em 0px 0.2em #fff,
	-0.06em 0px 0.2em #fff,
	0px 0.06em 0.2em #fff,
	0px -0.06em 0.2em #fff,
	0px 0px 0.3em #fff,
	0px 0px 0.3em #fff,
	0px 0px 0.3em #fff,
	0px 0px 0.3em #fff;
}

.fukuda-wrap .txd-drop {
  font-weight:900;
	font-feature-settings: "palt";
	text-shadow:
    0.05em 0.05em 0.05em #fff,
    -0.05em -0.05em 0.05em #fff,
    -0.05em 0.05em 0.05em #fff,
    0.05em -0.05em 0.05em #fff,
    0.05em 0px 0.05em #fff,
    -0.05em 0px 0.05em #fff,
    0px 0.05em 0.05em #fff,
    0px -0.05em 0.05em #fff,
    0.05em 0.05em 0.05em #000,
    0.05em 0.05em 0.05em #000,
    0.05em 0.05em 0.05em #000;
}

.fukuda-wrap .txd-drop01 {
	font-weight:900;
	  font-feature-settings: "palt";
	  text-shadow:
	  0.05em 0.05em 0.2em #000;
  }

.fukuda-wrap .txd-drop-blur {
	font-weight:900;
	  font-feature-settings: "palt";
	  text-shadow:
	  0.08em 0.08em 0.3em #000;
  }

	.fukuda-wrap .txs-2xl {
	font-size: 56px;
}
@media screen and (max-width: 767px) {
	.fukuda-wrap .txs-2xl {
		font-size: 7.2vw;
	}
}
.fukuda-wrap .txs-xl {
	font-size: 50px;
}
@media screen and (max-width: 767px) {
	.fukuda-wrap .txs-xl {
		font-size: 6vw;
	}
}
.fukuda-wrap .txs-lg {
	font-size: 42px;
}
@media screen and (max-width: 767px) {
	.fukuda-wrap .txs-lg {
		font-size: 5.5vw;
	}
}

.txc-point {
	color: #cf0000;
}

/*=== ボタン ===*/
.fukuda-wrap .btn-base {
	display: inline-block;
}
.fukuda-wrap .btn-base {
	width: 100%;
	padding: 0.4em;
	font-weight: 900;
	/* font-family: Gothic MB101 Heavy, YakuHanJPs, "Noto Serif JP", "メイリオ", sans-serif; */
	display: inline-block;
	border-radius: 300px;
	border: 5px solid #fff;
	color: #fff;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 1px 8px #888;
	overflow: hidden;
	font-size: 36px;
	font-feature-settings: "palt";
	box-sizing: border-box;
	cursor: pointer !important;
	background: rgb(149,1,0);
	background: linear-gradient(360deg, rgba(149,1,0,1) 0%, rgba(253,0,0,1) 86%, rgba(253,0,0,1) 100%);
    transition: opacity 0.3s, bottom 0.3s, box-shadow 0.3s;
}
#container .fukuda-wrap .btn-base:active,
#container .fukuda-wrap .btn-base:visited {
	color: #fff;
}
@media screen and (max-width: 767px) {
	.fukuda-wrap .btn-base {
		border: 3px solid #fff;
		font-size: 6vw;
		padding: 0.8em 0.8em;
	}

}

.fukuda-wrap .btn-base:hover {
	color: #fff;
    box-shadow: 0 0 4px #555;
   opacity: 0.7;

}

/* ボタンカラーを緑に */
.fukuda-wrap .btn-base._col-green {
	background: linear-gradient(to bottom, rgba(186,232,174,1) 5%,rgba(39,182,0,1) 35%,rgba(39,182,0,1) 50%,rgba(35,135,3,1) 85%,rgba(30,57,8,1) 100%);
}
/* ボタンバージョン１ */
.fukuda-wrap .btn-base._btn-ver01 {
	position: relative;
	display: block;
}
.fukuda-wrap .btn-base._btn-ver01 {
	position: relative;
	text-align: center;
	border-radius: 20px;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.fukuda-wrap .btn-base._btn-ver01 {
		max-width: 90vw;
		margin-left: auto;
		margin-right: auto;
	}
}
.fukuda-wrap .btn-base._btn-ver01:hover {
	text-decoration: none;
}

/* ボタンバージョン２ */
.fukuda-wrap .btn-base._btn-ver02 {
	border-radius: 20px;
	color: #ff0000;
	font-size: 48px;
}
@media screen and (max-width: 767px) {
	.fukuda-wrap .btn-base._btn-ver02 {
		color: #ff0000;
		font-size: 6vw;
	}
}
#container .fukuda-wrap .btn-base._btn-ver02:active, #container .fukuda-wrap .btn-base._btn-ver02:visited {
	color: #ff0000;
}


/*=== タイトル ボーダー左右 ===*/
.fukuda-wrap .c-ttl-s-border {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5em 10px;
	color: #e82d98;
}
@media screen and (max-width: 767px) {
	.fukuda-wrap .c-ttl-s-border {
		margin-bottom: 0;
		text-align: center;
	}
}
.fukuda-wrap .c-ttl-s-border::before,
.fukuda-wrap .c-ttl-s-border::after {
    content: '';
    display: block;
    flex: 1 1 auto;
		width: 3vw;
    height: 0.08em;
		margin: 0 10px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
	.fukuda-wrap .c-ttl-s-border::before, .fukuda-wrap .c-ttl-s-border::after {
		display: none;
	}
}


/*=== タイトル ボーダー上下 ===*/
.fukuda-wrap .c-ttl-border {
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.fukuda-wrap .c-ttl-border {
		padding-top: 30px;
	}
}
.fukuda-wrap .c-ttl-border::before, .fukuda-wrap .c-ttl-border::after {
	content: '';
	display: block;
	flex: 1 1 auto;
	height: 5px;
	background: linear-gradient(139deg, rgba(255,159,30,1) 5%, rgba(255,230,93,1) 50%, rgba(255,159,30,1) 95%);
}
@media screen and (max-width: 767px) {
	.fukuda-wrap .c-ttl-border::before, .fukuda-wrap .c-ttl-border::after {
		height: 3px;
	}
}
.fukuda-wrap .c-ttl-border::before {
	margin-bottom: 20px;
}
.fukuda-wrap .c-ttl-border::after {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.fukuda-wrap .c-ttl-border::before {
		margin-bottom: 10px;
	}
	.fukuda-wrap .c-ttl-border::after {
		margin-top: 10px;
	}
}

/* ボーダーを下だけ表示 */
.fukuda-wrap .c-ttl-border._txd-border-no-before::before {
	display: none;
}

@media screen and (max-width: 767px) {
	.fukuda-wrap .c-ttl-border._txd-border-no-before {
		padding-top: 20px;
	}
}

/*============ リード ===========*/
.energy-area {
	background-image: url("../../fukuda/img/bg-img01.png");
	background-repeat: repeat-x;
	background-position: top;
}
@media screen and (max-width: 767px) {
	.energy-area {
		background-size: cover;
	}
}
.energy-area .energy-ttl {
	color: #BC0000;
	padding-top: 60px;
}
@media screen and (max-width: 767px) {
	.energy-container .energy-ttl {
		padding-top: 60px;
		padding-bottom: 20px;
	}
}
.energy-ttl.c-ttl-border::before, .energy-ttl.c-ttl-border::after {
	background: #BC0000;
}

/*============  お客様の声 ===========*/
.voice-area {
	background-image: url("../../fukuda/img/bg-img02.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
@media screen and (max-width: 767px) {

}
.voice-area .voice-ttl {
	color: #e3007f;
}

.voice-area .voice-ttl span.okuri{
	font-size: 0.9em;
	letter-spacing: -0.09em;
	padding: 0.6em 0.1em 0.6em 0.1em;
	z-index: 5;
}

@media screen and (max-width: 767px) {
	.voice-area .voice-ttl {
		padding-bottom: 20px;
	}
}
.voice-area .voice-inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: auto;
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.voice-area .voice-inner {
		display: block;
	}
}
.voice-area .voice-item {
	background: rgba(255,255,255,0.6);
	padding: 20px;
}
@media screen and (max-width: 767px) {
	.voice-area .voice-item {
		padding: 10px;
	}
	.voice-area .voice-item:not(:first-child) {
		margin-top: 10px;
	}
}
.voice-area .voice-message {
	color: #1d2087;
	font-size: 2.4rem;
	font-weight: 700;
	padding-left: 1em;
  text-indent: -1em;
	margin-bottom: 10px;

}
@media screen and (max-width: 767px) {
	.voice-area .voice-message {
		font-size: 4.5vw;
	}
}
.voice-area .voice-message::before {
	content: "";
	display: inline-block;
	background: #e3007f;
	border-radius: 50%;
	width: 2.3rem;
	height: 2.3rem;
	margin-right: 3px;
}
@media screen and (max-width: 767px) {
	.voice-area .voice-message::before {
		width: 4.3vw;
		height: 4.3vw;
	}
}
.voice-area .voice-user {
	margin-bottom: 0;
	margin-left: 1.2em;
}
@media screen and (max-width: 767px) {
	.voice-area .voice-user {
		font-size: 4vw;
		text-align: right;
	}
}

/*============ ビデオ メッセージ ===========*/
.message-area {

}
.message-ttl {
	color: #ef5300;
	text-align: center;

}

.message-ttl.grd-01::before {
	background: #ffb396;
	background: linear-gradient(90deg, rgba(255,255,255,0) 5%, rgba(255, 179, 150,1) 33%, rgba(255, 179, 150,1) 50%, rgba(255, 179, 150,1) 72%, rgba(255,255,255,0) 95%);
}
.video-wrap {
	background:rgb(255, 207, 156);
	background: linear-gradient(180deg, rgba(255, 207, 156,1) 0%, rgba(255,255,255,0) 50%);
}

.video-wrap .video-inner{
	padding: 20px 0px 30px;
	max-width: 1050px;
	margin: auto;}

.video-wrap .section{
	position: relative;
	width: 100% !important;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.video-wrap .section iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 767px) {
	.video-wrap .video-inner{max-width:100% !important;}
}

/*=== 4つの特長 ===*/
.features-area {
	background: rgb(221, 241, 221);
	background: linear-gradient(180deg, rgba(221, 241, 221,1) 0%, rgba(221, 241, 221,1) 80%, rgba(255,255,255,0) 100%);
}
.features-area .features-ttl.c-ttl-border {
	color: #00893b;
}

.features-area .features-ttl.c-ttl-border::before,
.features-area .features-ttl.c-ttl-border::after {
	background: linear-gradient(139deg, rgba(119, 177, 57,1) 5%, rgba(216, 227, 78,1) 50%, rgba(119, 177, 57,1) 95%);
}
.features-area .features-sub-ttl {
	color: #375e0b;
	font-weight: 900;
  text-indent: -1em;
	transform: translateX(1em);
}
@media screen and (max-width: 767px) {
	.features-area .features-sub-ttl {
		text-indent: initial;
		transform: translateX(0);
	}
}

.features-area .features-sub-ttl.grd-01::before {
	background: #fff;
	background: linear-gradient(90deg, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 72%, rgba(255,255,255, 0) 95%);
}
@media screen and (max-width: 767px) {
	.features-area .features-sub-ttl.grd-01 {
		margin-left: -3% !important;
		margin-right: -3% !important;

	}
}
.features-area .features-item {

}
.features-area .features-item p {
	clear:none;

}
.features-area .features-item .features-img {
	width: 280px;
}
@media screen and (max-width: 767px) {
	.features-area .features-item .features-img {
		width: 40vw;
	}
}

/*=== オリジナル収納BOX付きトラック ===*/
.original-box-area {
	background: rgb(249, 224, 157);
	background: linear-gradient(360deg, rgba(249, 224, 157,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
}
.originalbox-ttl {
	color: #ffcc00;
	font-weight:900;
}
.originalbox-ttl img {
	text-align: center;
}
.originalbox-ttl img {
	max-width: 980px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.originalbox-ttl img {
		max-width: 80vw;
		margin-bottom: 10px;
		margin-top: 10px;
	}

}
.originalbox-ttl.c-ttl-border::before,
.originalbox-ttl.c-ttl-border::after {
	content: '';
	display: block;
	flex: 1 1 auto;
	height: 10px;
	background: linear-gradient(90deg, rgba(255,203,2,1) 0%, rgba(255,225,2,1) 17%, rgba(238,175,1,1) 32%, rgba(240,218,124,1) 50%, rgba(255,203,2,1) 68%, rgba(255,225,2,1) 86%, rgba(255,155,0,1) 100%);
	margin: 0;
}
@media screen and (max-width: 767px) {
	.originalbox-ttl.c-ttl-border::before,
	.originalbox-ttl.c-ttl-border::after {
		height: 5px;
	}
}
.originalbox-ttl-inner.grd-01::before {
	background: rgb(254, 248, 207);
	background: linear-gradient(90deg, rgba(255,255,255,0) 5%, rgba(254, 248, 207,1) 33%, rgb(254, 248, 207) 50%, rgba(254, 248, 207,1) 72%, rgba(255,255,255,0) 95%);
}
.originalbox-ttl-sub-1 {
	color: #652901;
	font-weight: 900;
	font-feature-settings: "palt";
}
.originalbox-ttl-sub-2 {
	display: block;
	font-weight: 900;
	font-feature-settings: "palt";
	position: relative;
	background: linear-gradient(90deg, rgba(255,203,2,1) 0%, rgba(255,225,2,1) 17%, rgba(238,175,1,1) 32%, rgba(240,218,124,1) 50%, rgba(255,203,2,1) 68%, rgba(255,225,2,1) 86%, rgba(255,155,0,1) 100%);
	-webkit-background-clip: text;
	color: transparent !important;
}

.originalbox-ttl-sub-2::before {
	content: attr(data-text);
	position: absolute;
	z-index: -1;
	text-shadow:
	0.06em 0.06em 0.06em #662900,
	-0.06em -0.06em 0.06em #662900,
	-0.06em 0.06em 0.06em #662900,
	0.06em -0.06em 0.06em #662900,
	0.06em 0px 0.06em #662900,
	-0.06em 0px 0.06em #662900,
	0px 0.06em 0.06em #662900,
	0px -0.06em 0.06em #662900;
}
@media screen and (max-width: 767px) {
	.originalbox-ttl-sub-2 {
		max-width: 70vw;
		margin-left: auto;
		margin-right: auto;
	}
	.originalbox-ttl-sub-2::before {
		left: 0;
		top: auto;

	}
}

.original-box-inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: auto;
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.original-box-inner {
		display: block;
	}
}
.original-box-item:first-child {
	grid-column: span 3;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.original-box-item:first-child {
		padding-bottom: 30px;
	}
}

.original-box-item:first-child .original-box-item-img {
	float: left;
	width: 47%;
}
@media screen and (max-width: 767px) {
	.original-box-item:first-child .original-box-item-img {
		float: none;
		width: auto;
	}
}
.original-box-item:first-child .original-box-item-text {
	float: right;
	width: 50%;;
}
@media screen and (max-width: 767px) {
	.original-box-item:first-child .original-box-item-text {
		float: none;
		width: auto;
	}
}
.original-box-item:first-child .original-box-item-text p {
	clear: none;
}

.original-box-item.flex-box .original-box-item-img {
	flex: 0 1 500px;
}
.original-box-item.flex-box .original-box-item-text {
	flex: 0 1 500px;
}
@media screen and (max-width: 767px) {
	.original-box-item:not(:last-child) {
		margin-bottom: 30px;
	}
}

.original-box-item:first-child .original-box-item-text .btn-base {
	display: block;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}


/*=== 懐かしの名曲  ===*/
.song-area {


}
.song-ttl {
	text-align: center;
	margin-bottom: 0;
	color: #700040;
}
.song-ttl.grd-01::before {
	background: rgb(234, 37, 143);
	background: linear-gradient(90deg, rgba(255,255,255,0) 5%, rgba(234, 37, 143,1) 33%, rgba(234, 37, 143,1) 50%, rgba(234, 37, 143,1) 72%, rgba(255,255,255,0) 95%);
}


.song-sub-ttl {
	display: flex;
}
@media screen and (max-width: 767px) {
	.song-sub-ttl {
		display: block;
	}
}
.song-sub-ttl p {
	display: inline-block;
	position: absolute;
	top: 40px;
	padding: 0.1em 1em;
	border-radius: 50px;
	border: 2px solid #fff;
	font-size: 34px;
	background: rgb(252,246,248);
	background: linear-gradient(90deg, rgba(252,246,248,1) 0%, rgba(215,94,132,1) 100%);
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.song-sub-ttl p {
		display: inline-block;
		position: static;
		font-size: 6vw;
	}
}
.song-item {
	position: relative;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-size: 100% auto;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1300px) {
	
	.song-item {background-size: cover;}
}

.song-item .section {
	padding: 40px 0;
	position: relative;

}
@media screen and (max-width: 767px) {
	.song-item .section {
		padding: 20px 3%;
		min-height: initial;
	}
}

.song-text-box {
	margin-left: 45%;
	padding: 0 20px;
}
@media screen and (max-width: 767px) {
	.song-text-box {
		margin-left: 0;
		padding: 0 10px;
	}
}
.song-text-box p {
	font-size: 26px;
}
@media screen and (max-width: 767px) {
	.song-text-box p {
		font-size: 1.8rem;
	}
}
.song-list {
	display: flex;
	align-items: flex-end;
	position: absolute;
	bottom: 20px;
	left: 43%;
}
@media screen and (max-width: 767px) {
	.song-list {
		position: static;
		align-items: flex-end;
		justify-content: flex-end;
		padding-bottom: 48%;
		padding-right: 5%;
	}
}
.main1c .song-list li  {
	list-style-type: none;
	writing-mode: vertical-rl;
}

.song-list li .song-list-item {
	font-family: 'Noto sans self';
	color: #fff;
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	background: #a24d16;
	padding: 1em 0.1em 1em 0.1em;
	border-radius: 1em;
}
@media screen and (max-width: 767px) {
	.song-list li .song-list-item {
		font-size: 5.5vw;
	}
}
.song-list li:first-child {
	margin-left: 0;
}

/* オリジナル演歌 */
.song-item.original {
	background-image:  url(../../fukuda/img/bg-img04-1.jpg);
	background-size: cover;
}

.song-item.ogirinal .song-sub-ttl p {
	background: rgb(252,246,248);
	background: linear-gradient(90deg, rgba(252,255,255,1) 0%, rgba(215,94,132,1) 100%);
	color: #412010;
}
.song-item.original .section {
	background: url(../../fukuda/img/fukuda_lp_07.png), url(../../fukuda/img/fukuda_lp_07-1.png);
	background-size: 473px ,413px;
	background-repeat: no-repeat ,no-repeat;
	background-position: bottom left, top 67% right;
	min-height: 530px;
}
@media screen and (max-width: 767px) {
	.song-item.original .section {
		background: url(../../fukuda/img/fukuda_lp_07.png);
		background-size: 50vw;
		background-repeat: no-repeat;
		background-position: bottom left;
		min-height: initial;
	}
}
.song-item.original .song-text-box {
	margin-left: 45%;
}
@media screen and (max-width: 767px) {
	.song-item.original .song-text-box {
		margin-left: 0;
	}
}
.song-item.original .song-text-box p {
	color: #99740f;
}
.song-item.original .song-list li .song-list-item  {
	background: #a24d16;
}

/* 歌謡曲・流行歌 */
.song-item.trendy {
	background-image:  url(../../fukuda/img/bg-img05-1.jpg);
	background-size: cover;
}
.song-item.trendy .song-sub-ttl p {
	background: rgb(244, 180, 31);
	background: linear-gradient(90deg, rgba(252,255,255,1) 0%, rgba(244, 180, 31,1) 100%);
	color: #923100;
}
.song-item.trendy .section {
	background: url(../../fukuda/img/fukuda_lp_08.png), url(../../fukuda/img/fukuda_lp_08-1.png);
	background-size: 388px ,486px;
	background-repeat: no-repeat ,no-repeat;
	background-position: bottom right, top 77% left;
	min-height: 530px;
}
@media screen and (max-width: 767px) {
	.song-item.trendy .section {
		background: url(../../fukuda/img/fukuda_lp_08.png);
		background-size: 50vw;
		background-repeat: no-repeat;
		background-position: bottom left;
		min-height: initial;
	}
}
.song-item.trendy .song-text-box {
	margin-left: 30%;
}
@media screen and (max-width: 767px) {
	.song-item.trendy .song-text-box {
		margin-left: 0;
	}
}
.song-item.trendy .song-text-box p {
	color: #923100;
}

.song-item.trendy .song-list {
    display: flex;
    align-items: flex-start;
    bottom: 20px;
    left: 35%;
}
@media screen and (max-width: 767px) {
.song-item.trendy .song-list { 
		padding-bottom: 34%;
	}
}
.song-item.trendy .song-list li .song-list-item {
	background: #e64815;
}


/* 昭和の演歌 */
.song-item.syouwa {
	background-image:  url(../../fukuda/img/bg-img06-1.jpg);
	background-position: center;
	background-size: cover;
}
.song-item.syouwa .song-sub-ttl {
	padding-left: 26%;
}
@media screen and (max-width: 767px) {
	.song-item.syouwa .song-sub-ttl {
		padding-left: 0;
	}
}
.song-item.syouwa .song-sub-ttl p {
	position: static;
	background: rgb(163, 101, 173);
	background: linear-gradient(90deg, rgba(252,255,255,1) 0%, rgba(163, 101, 173,1) 100%);
	color: #7b4c7b;
}
.song-item.syouwa .section {
	background: url(../../fukuda/img/fukuda_lp_09.png);
	background-size: 369px;
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 530px;
}
@media screen and (max-width: 767px) {
	.song-item.syouwa .section {
		background: url(../../fukuda/img/fukuda_lp_09.png);
		background-size: 50vw;
		background-repeat: no-repeat;
		background-position: bottom left;
		min-height: initial;
	}
}
.song-item.syouwa .song-text-box {
	margin-left: 26%;
}
@media screen and (max-width: 767px) {
	.song-item.syouwa .song-text-box {
		margin-left: 0;
	}
}
.song-item.syouwa .song-text-box p {
	color: #592466;
}
.song-item.syouwa .song-list {
    display: flex;
    align-items: flex-start;
    bottom: 20px;
    left: 45%;
}
.song-item.syouwa .song-list li .song-list-item {
	background: #bb2282;
}


/* 股旅・任侠の世界 */
.song-item.world {
	background-image:  url(../../fukuda/img/bg-img07-1.jpg);
	background-position: center;
	background-size: cover;
}
.song-item.world .song-sub-ttl {
	padding-left: 0;
}
@media screen and (max-width: 767px) {
	.song-item.world .song-sub-ttl {
		padding-left: 0;
	}
}
.song-item.world .song-sub-ttl p {
	position: static;
	background: rgb(161, 184, 124);
	background: linear-gradient(90deg, rgba(252,255,255,1) 0%, rgba(161, 184, 124,1) 100%);
	color: #2b663e;
}
.song-item.world .section {
	background: url(../../fukuda/img/fukuda_lp_10.png);
	background-size: 385px;
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 530px;
}
@media screen and (max-width: 767px) {
	.song-item.world .section {
		background: url(../../fukuda/img/fukuda_lp_10.png);
		background-size: 50vw;
		background-repeat: no-repeat;
		background-position: bottom left;
		min-height: initial;
	}
}
.song-item.world .song-text-box {
	margin-left: 0;
	margin-right: 32%;
}
@media screen and (max-width: 767px) {
	.song-item.world .song-text-box {
		margin-left: 0;
		margin-right: 0;
	}
}
.song-item.world .song-text-box p {
	color: #2b653e;
}
.song-item.world .song-list {
    display: flex;
    align-items: flex-start;
    bottom: 20px;
    left: 14%;
}
.song-item.world .song-list li .song-list-item {
	background: #4ca072;
}



/*=== CDトラックリスト  ===*/
.tracklist-area {
	background: rgb(255,235,167);
background: linear-gradient(180deg, rgba(255,235,167,1) 0%,rgba(255,235,167,1) 80%, rgba(255,255,255,0) 100%);
}
.tracklist-area .section {
	max-width: 1200px !important;
}
@media screen and (max-width: 767px) {
	.tracklist-area .section {
		width: auto !important;
	}
}
.tracklist-ttl {
	color:#843d0b;
}
.tracklist-ttl.c-ttl-border::after {
	background:#843d0b;
}
.tracklist-area .star {
	color: #df163e;
}
.tracklist-area .tracklist h3::before {
	display: block;
}

.tracklist-inner {
	background-color: #fff;
	overflow: hidden;
	padding: 40px 20px;
	max-width: 1050px;
}

.disccolor{
	 color:#1e51a2;
}

@media screen and (max-width: 767px) {
	.tracklist-inner {
		padding: 10px 3%;
	}
}

/*=== 付録 ===*/
.furoku-area {
background: linear-gradient(180deg, rgba(218, 230, 255,1) 0%, rgba(218, 230, 255,1) 80%,rgba(255,255,255,0) 100%);
}
.furoku-area .section {
	max-width: 1200px !important;
}
@media screen and (max-width: 767px) {
	.furoku-area .section {
		width: auto !important;
	}
}
.furoku-ttl {
	color:#1f51a3;
}
.furoku-ttl.c-ttl-border::after {
	background:#1f51a3;
}
.furoku-area h3::before {
	display: block;
}
.furoku-inner {
	background-color: #fff;
	overflow: hidden;
	padding: 40px 20px;
	max-width: 1050px;
}
@media screen and (max-width: 767px) {
	.furoku-inner {
		padding: 10px 3%;
	}
}
.furoku-area .img {
	max-width: 100%;
	width: auto;
}


/*=== オーダーボタン、ギフト不要なもの消す ===*/

#gift_none .campaign-area{
	display:none;
}

#gift_none .price-block{
	display:none;
}


#gift_none .order-arrow img{
	display:none;
}


#gift_none2 .campaign-area{
	display:none;
}

#gift_none2 .price-block{
	display:none;
}


#gift_none2 .order-arrow img{
	display:none;
}

#gift_none2 .order-wrap img{
	display:none;
}




#gift_none3 .price-block{
	display:none;
}


#gift_none3 .order-arrow img{
	display:none;
}

#gift_none3 .order-wrap img{
	display:none;
}

#gift_none4 .campaign-area img{
	display:none;
}

#gift_none4 .buybutton-temp{
	display:none;
}

#gift_none4 .henpin{
	display:none;
}

#gift_none4 .haisou{
	display:none;
}


/*=== 検索窓、関連商品削除 ==

.global-navi-bar{
	display:none;
}

.bottom-relate-item{
	display:none;
}

#bottom-relate-item{
	display:none;
}

#bottom-recom-item{
	display:none !important;
}=*/

/*=== 注記 ===*/

.main1c .head {
  font-weight: bold;
  text-align: center;
  max-width: 1000px;
  margin-bottom: 0.5em !important;
  margin-top: 20px !important;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  padding: 15px;
  background-color: #fffccc;
  display: block;
  border: 1px solid #c10000;
  letter-spacing: 1px;
}

.head p{
	margin-bottom:0px !important;
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {

.sp-textbox {
	margin-top: 130px;
}

.first-button{
	display:none !important;
}

}/* Media Query for SmartPhone */





/*追加*/
.energy-area .leadtxt{text-align: center; color: #333; font-weight: 700; font-size: 25px; line-height: 1.4em;}

@media screen and (max-width: 767px) {
	.energy-area .leadtxt{font-size: 4.2vw; text-align: left;}
	
}



.bk_last{width: 65%; float: left; min-height: 1655px; overflow: hidden;
	background: url(../../fukuda/img/back_img_last.png) no-repeat;
	background-size: 100%;
background-position: top;
opacity: 0.6;}
.bk_last span,.bk_last span img{opacity: 0;}

@media screen and (max-width: 767px) {
	.bk_last{display: none;}
}



.buybutton-temp a:hover, .buybutton-temp a:active {
    opacity: 0.6;
}

.main1c a:hover{opacity: 0.6;}




/*追従ボタン　PCのみ*/
.fixed_bar{
    display: none !important;
}
@media screen and (min-width: 768px) {
.fixed_bar{
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 4px solid #DB844E;
    background: rgba(249,245,232,1.0);
    width: 100%;
    font-size: 12px;
    text-align: center;
    z-index: 10;}
	.fixed_bar_inr{display: flex; justify-content: center;  padding: 18px;}
	.fixed_bar_inr p:first-child{margin-right: 440px;}
	.fixed-buy-button a{right: auto!important; 
	left: 50%!important; 
	bottom: 18px!important;
	width: 440px!important;
	font-size: 30px!important;
	border-radius: 10px!important;
	line-height: 70px!important;
	height: 70px!important;
	}
	.fixed-buy-button a:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 20px;
		width: 0;
		height: 0;
		margin-top: -10px;
		border: 10px solid transparent; /*top right bottom を透明化 */ 
		border-left: 15px solid #ffde0f;
	}

}

@media screen and (max-width: 767px) {
	.fixed_bar{display: none;}
}





/*クローズ対応*/


.soldout{}

.soldout .btn-base,
.soldout .buybutton-temp a{background: #666!important; text-shadow:none; color: #fff!important;}
.soldout a.btn-base,
.soldout .buybutton-temp a{ cursor: default; pointer-events: none; /*text-indent: -9999em;*/ text-decoration: none!important;}
.soldout .btn-base:hover{opacity: 1;}
.soldout .btn-base._btn-ver01,
.soldout .btn-base.txd-border{font-size: 32px;}
.soldout .buybutton-temp{margin-left: 0!important;}

@media screen and (max-width: 767px) {
.soldout .btn-base._btn-ver01,
.soldout .btn-base.txd-border{font-size: 20px;}
.soldout .buybutton-temp{margin-left: 3%!important;margin-right:3%;}

}


