@charset "utf-8";

/* =======================================
  muku_premium　ローカル設定
======================================= */
/* JS不使用メインスライド */
.slider {
	display: flex;
	width: 100vw;
	height: auto;
	overflow: hidden;
}
.slider li {
	width: 166vw;
	flex-shrink: 0;
}
.slider li img {
	width: 100%;
	display: block;
}
.slider li:nth-of-type(1) {
	animation: slide1 126s -42s linear infinite;
}
.slider li:nth-of-type(2) {
	animation: slide2 126s 0s linear infinite;
}
.slider li:nth-of-type(3) {
	animation: slide3 126s 42s linear infinite;
}
@keyframes slide1 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-200%);
	}
}
@keyframes slide2 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-300%);
	}
}
@keyframes slide3 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(-400%);
	}
}

#main_box_lineup_premium p{
	width: 96%;
	max-width: 1200px;
	margin:50px auto 0;
}

/* -------20190602 松森追記 ここから--------- */
#lineup.premium #sec01{
	padding: 100px 0;
	margin-top: 100px;
	background: url('/lineup/img/premium/premium_sec01_bg_img.jpg');
	background-attachment:fixed;
}
#lineup.premium #sec01 article {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: url('/lineup/img/premium/premium_sec01_bg_text.png') no-repeat top 250px left 50px;
	background-size:15px;
}
#lineup.premium #sec01 h3{
	font-size: 30px;
	padding-bottom: 40px;
	letter-spacing:0em;
}

#lineup.premium #sec01 h3 span{
	margin:0 5px;
}
#lineup.premium #sec01 ul {
	margin-left: 13%;
	padding-top: 200px;
}
#lineup.premium #sec01 ul li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 90px;
}
#lineup.premium #sec01 ul li:nth-child(2){
	-webkit-flex-direction: row-reverse;
   	flex-direction: row-reverse;
}
#lineup.premium #sec01 ul li div.text_box h3{
	padding-bottom: 20px;
	text-align: left;
	font-size: 30px;
	line-height: 1.0em;
	letter-spacing:0.2em;
	font-weight: bold;
	color: #324280;
	font-family: 'Jost', sans-serif;
}
#lineup.premium #sec01 ul li div.text_box h3 strong{
	display: block;
	font-weight:bold;
}
#lineup.premium #sec01 ul li div.text_box h3 span{
	display: block;
	font-size: 14px;
}
#lineup.premium #sec01 ul li div.img{
	width: 50%;
}
#lineup.premium #sec01 ul li div.img img{
	width: 100%;
	box-shadow:5px 5px #999;
}
#lineup.premium #sec01 ul li div.text_box {
	width: 45%;
}

#sec03{
	background: #f5f5f5; 
}
#sec03 article {
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}
#sec03 article .support{
	height:600px;
	position:relative;
}
#sec03 article .support .bg {
	width: 600px;
	height: 600px;
}
#sec03 article .sec03_text{
	width:700px;
	position:absolute;
	bottom:100px;
	right:0;
	padding:30px;
	background:rgba(255, 255, 255, 0.8);
}
#sec03 article .sec03_text h3 {
	color: #253360;
	font-size: 15px;
	font-family: 'Jost', sans-serif;
	text-align:initial;
	margin-bottom:10px;
}
#sec03 article .sec03_text h4 {
	font-size:24px;
	font-weight:bold;
	text-align:initial;
	letter-spacing:0em;
	padding-bottom: 30px;
}
#sec03 .bg_f{
	background:#fff;
	padding: 50px;
	margin-top:100px;
	display:flex;
}
#sec03 .col-sm-4{
	width:500px;
	margin-right:30px;
}
.sub section#subContainer #sec03 .ttl_area h3{
	color: #253360;
	font-size: 15px;
	font-family: 'Jost', sans-serif;
	text-align:initial;
	margin-bottom:10px;
}
.sub section#subContainer #sec03 .ttl_area h4{
	font-size: 24px;
	font-weight:bold;
}
#sec03 .ttl_area p {
	margin:30px 0 0 0;
}
#sec03 img {
	display: block;
}
#sec03 .sec03_img {
	display: flex;
	justify-content: flex-end;
}
#sec03 ul{
	margin-left: 10px;
}
#lineup.premium #sec03 ul li:first-child {
	margin-bottom: 4%;
}
/* 20190602 松森追記 ここまで */

/* 20210401総額表示対応 */
.price_20210401{
	background:#fff;
	border:7px solid #000;
	padding:20px;
	margin:70px auto 0;
}
.price_20210401 dd{
	font-size:150%;
	font-weight:bold;
	text-align:center;
}
.price_20210401 dd span{
	font-size:150%;
}
