@charset "utf-8";

.l_recommend {
	background: #fff;
}


/*-------------------------------------------- */
/* Module：.pgType
---------------------------------------------- */

.pgType {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 26px;
	margin-bottom: 40px;
}
.pgType_wrap {
	position: relative;
	display: block;
	width: 100%;
	padding: 30px 28px 40px;
	background: #edf7f8 url(../images/butterstates/bs_type_bg01.svg) right 0 repeat-y;
	background-size: 110px 102.5px;
}

/* .pgType_list */

.pgType_list {
	display: block;
	width: 305px;
	margin: 0 auto;
}
.pgType_list_box {
	display: table;
	width: 305px;
}
.pgType_list_box + .pgType_list_box {
	margin-top: 30px;
}
.pgType_list_img {
	display: table-cell;
	width: 115px;
}
.pgType_list_img img {
	width: 115px !important;
	height: auto !important;
}
.pgType_list_info {
	display: table-cell;
	width: 190px;
	vertical-align: middle;
}
.pgType_list_tit {
	display: block;
	margin-left: 14px;
	font-size: 20px;
	line-height: 1.35;
	letter-spacing: 1px;
}

@media screen and (min-width: 751px) {

	.pgType {
		margin-top: 0;
		padding-left: 50%;
	}
	.pgType_wrap {
		padding: 60px 28px 70px;
		background: #edf7f8 url(../images/butterstates/bs_type_bg02.svg) right -122px repeat-y;
		background-size: 257px 951px;
	}
	
	/* .pgType_list */
	
	.pgType_list {
		margin: 0 0 0 100px;
		margin: 0 0 0 14%;
	}
	.pgType_list_box {
		display: table;
		width: 305px;
	}
	.pgType_list_box + .pgType_list_box {
		margin-top: 28px;
	}
	.pgType_list_img {
		display: table-cell;
		width: 116px;
	}
	.pgType_list_img img {
		width: 116px !important;
		height: auto !important;
	}
	.pgType_list_info {
		display: table-cell;
		width: 184px;
		vertical-align: middle;
	}
	.pgType_list_tit {
		display: block;
		margin-left: 19px;
		font-size: 20px;
		line-height: 1.35;
		letter-spacing: 1px;
	}
	
}


/*-------------------------------------------- */
/* Module：.lineupBlock
---------------------------------------------- */

.lineupBlock {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 0;
}
.lineupBlock_wrap {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 15px;
}

/* .lineup_tit */

.lineup_tit {
	display: block;
	width: 230px;
	margin: 70px auto 40px;
}
.lineup_tit_1 {
	display: block;
	width: 100%;
	margin-bottom: 4px;
}
.lineup_tit_2 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 1.35;
	color: #231815;
}
.lineup_tit_layard {
	width: 292px;
	margin-top: 50px;
}
.lineup_list{
	margin-top: 70px;
}
.lineup_tit_seasonal {
	width: 232px;
	margin-top: 50px;
}

/* .lineup_list */

.lineup_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 334px;
	margin: 0 auto 45px;
	text-align: center;
}
.lineup_list + .lineup_list {
	margin-top: 45px;
}
.lineup_list_box {
	display: block;
	width: 162.5px;
	margin-top: 40px;
}
.lineup_list_box:nth-child(1),
.lineup_list_box:nth-child(2) {
	margin-top: 0;
}
.lineup_list_img {
	display: block;
	width: 162.5px;
	margin-bottom: 5px;
}
.lineup_list_img_caption {
	display: block;
	width: 162.5px;
	font-size: 10px;
	text-align: center;
}

/* .lineup_list_box.is_single */

.lineup_list_box.is_single {
	display: block;
	margin-top: 40px;
	width: 295px !important;
    margin: 0 auto;
}
.lineup_list_box.is_single .lineup_list_img {
	width: 295px;
	margin-bottom: 15px;
}
.lineup_list_box.is_single .lineup_list_info {
	width: 295px;
}
.lineup_list_box.is_single .lineup_list_tit {
	width: 295px;
	display: block;
    font-size: 18px;
    font-family: 'NotoSansJP-Bold';
    line-height: 1.45;
    color: #a77003;
    letter-spacing: 1px;
    text-align: center;
}

/* .lineup_list_tit */

.lineup_list_info {
	display: block;
	width: 162.5px;
	margin: 0 auto 0;
}
.lineup_list_info_in {
	display: block;
	width: 100%;
}
.lineup_list_tit {
	clear: both;
	display: block;
	font-size: 12px;
	font-family: 'NotoSansJP-Bold';
	line-height: 1.45;
	color: #a77003;
	letter-spacing: 1px;
	text-align: left;
}
.lineup_list_tit.center {
	text-align: center !important;
}
.lineup_list_price {
	display: block;
	font-size: 12px;
	font-family: 'NotoSansJP-Bold';
	line-height: 1.45;
	letter-spacing: 0.5px;
	text-align: left;
	margin-top: 2px;
}
.lineup_list_price.large {
	font-size: 18px;
	margin-bottom: 3px;
}
.lineup_list_txt + .lineup_list_price {
	margin-top: 8px;
}
.lineup_list_price + .lineup_list_price {
	margin-top: 8px;
}
.lineup_list_txt {
	display: block;
	font-size: 10px;
	line-height: 1.65;
	letter-spacing: 1px;
	text-align: left;
}
.lineup_list_txt.mt10 {
	margin-top: 4px;
}
.lineup_list_txt .brown {
	color: #a77003;
}
.label_material {
	display: inline-block;
	background-color: #fff;
	padding: 0px 3px;
	margin-top: 4px;
	margin-left: 2px;
	border: 1px solid #005a7a;
	color: #005a7a;
	position: relative;
	top: -2px;
}
.lineup_list_label {
	display: inline-block;
	background-color: #a77003;
	border: 1px solid #a77003;
	padding: 0px 4px;
	margin-left: 2px;
	color: #fff;
	font-size: 10px;
    line-height: 1.65;
	letter-spacing: 0.5px;
	float: left;
	margin: 0 0 3px;
}
.lineup_list_label:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}

.lineup_list_stit {
	display: block;
	font-size: 11px;
	color: #a77003;
	margin-left: 2px;
	line-height: 1.65;
	text-align: left;
}

.lineup_list_price + .lineup_list_label {
	margin-top: 8px;
}

@media screen and (max-width: 750px) {

	/* .lineup_list_entremets */

	.lineup_list_box,
	.lineup_list_seasonal .lineup_list_box {
		margin-top: 25px;
	}
	.lineup_list_box:nth-child(1),
	.lineup_list_seasonal .lineup_list_box:nth-child(1) {
		margin-top: 0;
	}
	.lineup_list_box,
	.lineup_list_seasonal .lineup_list_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 334px;
	}
	.lineup_list_info,
	.lineup_list_seasonal .lineup_list_info {
		display: flex;
		align-items: center;
	}
}

.lineup_list_box.left .lineup_list_info {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.lineup_list_box.left .lineup_list_tit {
	text-align: left;
}

@media screen and (min-width: 751px) {

	.lineupBlock {
		margin-top: 0;
		padding-left: 50%;
	}
	.lineupBlock_wrap {
		padding: 0 15px;
	}

	/* .lineup_tit */
	
	.lineup_tit {
		width: 322px;
		margin: 120px 0 60px 21%;
	}
	.lineup_tit_1 {
		width: 100%;
		margin-bottom: 4px;
	}
	.lineup_tit_2 {
		width: 100%;
		font-size: 18px;
	}
	.lineup_list + .lineup_tit_layard {
		margin-top: 120px;
	}
	
	/* .lineup_list */
	
	.lineup_list {
		width: 480px;
		margin: 0 0 55px 14%;
	}
	.lineup_list:last-of-type {
		margin-bottom: 100px;
	}
	.lineup_list + .lineup_list {
		margin-top: 30px;
	}
	.lineup_list_box {
		display: block;
		width: 229px;
		margin-top: 65px;
	}
	.lineup_list_img {
		display: block;
		width: 229px;
		margin-bottom: 5px;
	}
	.lineup_list_img_caption {
		width: 229px;
		font-size: 12px;
	}
	.lineup_list_info {
		width: 229px;
	}
	
	/* .lineup_list_tit */
	
	.lineup_list_tit {
		font-size: 17px;
		padding-left: 5px;
	}
	.lineup_list_price {
		font-size: 17px;
		padding-left: 5px;
		margin-top: 2px;
	}
	.lineup_list_price.large {
		font-size: 20px;
		font-size: 18px;
		margin-bottom: 3px;
	}
	.lineup_list_txt + .lineup_list_price {
		margin-top: 5px;
	}
	.lineup_list_price + .lineup_list_price {
		margin-top: 5px;
	}
	.lineup_list_txt {
		font-size: 10px;
	}
	.lineup_list_txt {
		font-size: 12px;
		padding-left: 5px;
	}
	.lineup_list_txt.mt10 {
		margin-top: 8px;
	}
	.label_material {
		padding: 0 5px;
		margin-top: 6px;
		margin-left: 2px;
		top: -2px;
	}
	.lineup_list_label {
		padding: 0px 5px;
		font-size: 12px;
		margin: 0 0 3px 5px;
	}
	.lineup_list_price + .lineup_list_label {
		margin-top: 12px;
	}
}
@media screen and (min-width: 1281px) {

	/* .lineup_list_entremets */
	
	.lineup_list_box,
	.lineup_list_seasonal .lineup_list_box {
		margin-top: 45px;
	}
	.lineup_list_box:nth-child(1),
	.lineup_list_seasonal .lineup_list_box:nth-child(1) {
		margin-top: 0;
	}
	.lineup_list_box,
	.lineup_list_seasonal .lineup_list_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 480px;
	}
	.lineup_list_info,
	.lineup_list_seasonal .lineup_list_info {
		display: flex;
		align-items: center;
	}
	.lineup_list_seasonal .lineup_list_img {
		padding-top: 10px;
	}
}
@media screen and (min-width: 751px) and (max-width: 1280px) {

	.lineupBlock {
		margin-top: 0;
		padding-left: 50%;
	}
	.lineupBlock_wrap {
		padding: 0 15px;
	}

	/* .lineup_tit */
	
	.lineup_tit {
		width: 230px;
		margin: 120px 0 60px 13%;
	}
	.lineup_tit_1 {
		width: 100%;
		margin-bottom: 4px;
	}
	.lineup_tit_2 {
		width: 100%;
		font-size: 18px;
	}
	.lineup_list + .lineup_tit_layard {
		margin-top: 120px;
	}
	.lineup_tit_seasonal {
		width: 232px;
		margin: 60px 0 60px 13%;
		margin: 60px auto 60px;
	}
	
	/* .lineup_list */
	
	.lineup_list {
		width: 229px;
		margin: 0 0 55px 14%;
		margin: 0 auto 55px;
	}
	.lineup_list + .lineup_list {
		margin-top: 30px;
	}
	.lineup_list_box {
		display: block;
		width: 229px;
		margin-top: 65px;
	}
	.lineup_list_box:nth-child(2) {
		margin-top: 65px;
	}
	.lineup_list_img {
		display: block;
		width: 229px;
		margin-bottom: 5px;
	}
	.lineup_list_info {
		width: 229px;
	}
	
	/* .lineup_list_tit */
	
	.lineup_list_tit {
		font-size: 17px;
	}
	.lineup_list_price {
		font-size: 17px;
		margin-top: 2px;
	}
	.lineup_list_txt + .lineup_list_price {
		margin-top: 5px;
	}
	.lineup_list_price + .lineup_list_price {
		margin-top: 5px;
	}
	.lineup_list_txt {
		font-size: 10px;
	}
	
	.lineup_list_seasonal .lineup_list_img {
		padding-bottom: 10px;
	}
}


/*-------------------------------------------- */
/* Module：others
---------------------------------------------- */

/* .material_btn
---------------------------------------------- */

.material_btn.lineup_list_material {
	display: block;
	width: 100%;
	height: 20px;
	font-family: 'NotoSansJP-Bold';
	font-size: 12px;
	line-height: 1.1;
	letter-spacing: 1px;
	color: #a77003;
	margin: 4px auto 0;
	text-align: left;
}
.material_btn span {
	display: block;
	padding: 2px 0 0 25px;
	height: 20px;
	background: url(../images/common/icn_plus01.svg) 0 0 no-repeat;
	background-size: 20px 20px;
}

@media screen and (min-width: 751px){
	
	.material_btn.lineup_list_material {
		height: 28px;
		font-size: 17px;
	}
	.material_btn.lineup_list_material span {
		height: 28px;
		padding: 4px 0 0 40px;
		background: url(../images/common/icn_plus01.svg) 5px 0 no-repeat;
		background-size: 28px 28px;
	}
}

/* .shop_btn
---------------------------------------------- */

.shop_btn {
	position: relative;
	display: flex;
	align-items: center;
	width: 295px;
	height: 52px;
	background-color: #b3dae0;
	padding: 10px 25px 10px 22px;
	margin: 30px auto 0;
}
.shop_btn::before {
	content: "";
	display: block;
	width: 15px;
	height: 6px;
	background: url(../images/common/ar_white.svg) 0 0 no-repeat;
	background-size: 5px 6px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 0;
}
.shop_btn span {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	font-family: 'NotoSansJP-Bold';
	color: #000;
	line-height: 1.45;
	letter-spacing: 0.5px;
	text-align: center;
}

@media screen and (min-width: 751px){
	
	.shop_btn {
		width: 294px;
		height: 50px;
		padding: 10px 25px 10px 22px;
		margin: 30px auto 0;
	}
	.shop_btn::before {
		width: 20px;
		height: 8px;
		background-size: 7px 8px;
		margin-top: -4px;
	}
	.shop_btn span {
		font-size: 12px;
	}
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
	
	.shop_btn {
		width: 280px;
		margin: 30px auto;
	}
}

/* .note_list
---------------------------------------------- */

.note_list {
	display: block;
	width: 345px;
	margin: 35px auto 0;
}
.note_list li {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 14px;
	font-size: 10px;
	line-height: 1.65;
}
.note_list li::before {
	content: "※";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.note_list li a {
	color: #2C2C2C;
	text-decoration: underline;
}
.note_list li a.icn_blank:after {
	content: "";
	width: 13px;
	height: 11px;
	display: inline-block;
	background: url(../images/common/icn_blank01.svg) 0 0 no-repeat;
	background-size: contain;
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: middle;
}

@media screen and (min-width: 751px){

	.note_list {
		display: block;
		width: 330px;
		margin: 28px auto 0;
	}
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
	
	.note_list {
		width: 300px;
		margin: 28px 0 0 7%;
		margin: 28px auto 0;
	}
}



/*-------------------------------------------- */
/* seasonal
---------------------------------------------- */

/* .lineup_tit_seasonal */

.lineup_tit_seasonal {
	position: relative;
	display: block;
	width: calc(100% + 30px);
	height: 185px;
	margin: 0 0 40px -15px;
	padding-top: 35px;
	overflow: hidden;
}
.lineup_tit_seasonal_wrap {
	position: relative;
	display: block;
	width: 190px;
	height: 150px;
	margin: 0 auto;
}

/* .tit_seasonal */

.lineup_tit_seasonal.tit_seasonal {
	height: 155px;
}
.tit_seasonal .lineup_tit_seasonal_wrap {
	width: 200px;
}
.tit_seasonal .lineup_tit_seasonal_wrap::before {
	content: "";
	display: block;
	width: 1500px;
	height: 100px;
	background: url(../images/shirara/seasonal_bg_shirara.svg) center 0 no-repeat;
	background-size: 1500px 100px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -750px;
}
.tit_seasonal .lineup_tit_1,
.tit_seasonal .lineup_tit_1 img {
	display: block;
	width: 200px;
	height: 100px;
}
.tit_seasonal .lineup_tit_2 {
	display: block;
	width: 200px;
	font-size: 17px;
	text-align: center;
	position: absolute;
	top: 80px;
}

/* .seasonal_bottom */

.seasonal_bottom.seasonal {
	display: block;
	width: calc(100% + 30px);
	height: 100px;
	background: url(../images/shirara/seasonal_bg_shirara02.svg) center 0 no-repeat;
	background-size: 1500px 100px;
	margin: 50px 0 80px -15px;
}

/* .tit_kyoho */

.lineup_tit_seasonal.tit_kyoho {
	height: 155px;
}
.tit_kyoho .lineup_tit_seasonal_wrap {
	width: 200px;
}
.tit_kyoho .lineup_tit_seasonal_wrap::before {
	content: "";
	display: block;
	width: 1500px;
	height: 100px;
	background: url(../images/shirara/seasonal_bg_shirara_kyoho.svg) center 0 no-repeat;
	background-size: 1500px 100px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -750px;
}
.tit_kyoho .lineup_tit_1,
.tit_kyoho .lineup_tit_1 img {
	display: block;
	width: 200px;
	height: 100px;
}
.tit_kyoho .lineup_tit_2 {
	display: block;
	width: 200px;
	font-size: 17px;
	text-align: center;
	position: absolute;
	top: 80px;
}

/* .seasonal_bottom */

.seasonal_bottom.kyoho {
	display: block;
	width: calc(100% + 30px);
	height: 100px;
	background: url(../images/shirara/seasonal_bg_shirara02_kyoho.svg) center 0 no-repeat;
	background-size: 1500px 100px;
	margin: 50px 0 80px -15px;
}

/* .tit_ichigo */

.lineup_tit_seasonal.tit_ichigo {
	height: auto;
	padding-top: 0;
	margin-top: 60px;
}
.tit_ichigo .lineup_tit_seasonal_wrap {
	width: 265px;
    height: 90px;
    background: #fff;
    display: block;
    position: relative;
}
.tit_ichigo::before {
	content: "";
    display: block;
    width: 1500px;
    height: 70px;
    background: url(../images/mediumrare/bg_pkg_top.svg) left top no-repeat;
    background-size: 1500px 70px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -750px;
}
.tit_ichigo .lineup_tit_1 {
    width: 235px;
    margin: 0 auto 10px;
}
.tit_ichigo .lineup_tit_2 {
	display: block;
	font-size: 13px;
	text-align: center;
}

/* .seasonal_bottom */

.seasonal_bottom.ichigo {
	display: block;
	width: calc(100% + 30px);
	height: 70px;
	background: url(../images/mediumrare/bg_pkg_bottom.svg) center bottom repeat-x;
	/*background-size: 1500px 70px;*/
    background-size: auto 100%;
    margin: 50px 0 0 -15px;
}



@media screen and (min-width: 751px) {

	/* .lineup_tit_seasonal */

	.tit_seasonal .lineup_tit_seasonal_wrap {
		width: 296px;
		margin: 0 0 0 24%;
	}
	.tit_seasonal .lineup_tit_1 {
		margin: 0 auto;
	}
	.tit_seasonal .lineup_tit_2 {
		left: 48px;
	}
	.lineup_list_box.is_single .lineup_list_img {
		padding-top: 0;
	}
	.lineup_list.seasonal {
		width: 296px;
		margin: 0 0 50px 24%;
	}
	.seasonal_bottom.seasonal {
		margin-top: 70px;
	}
	.lineup_tit_seasonal.tit_ichigo {
		margin-top: 0;
	}
	.tit_ichigo .lineup_tit_seasonal_wrap {
		width: 300px;
	}
	.tit_ichigo::before {
	    height: 75px;
	    background: url(../images/mediumrare/bg_pkg_top.svg) center top repeat-x;
	    /*background-size: 1500px 75px;*/
	    background-size: auto 100%;
	    margin-left: -812px;
	}
	.tit_ichigo .lineup_tit_1 {
	    width: 246px;
	}
	.seasonal_bottom.ichigo {
		height: 75px;
		background: url(../images/mediumrare/bg_pkg_bottom.svg) center bottom repeat-x;
		/*background-size: 1500px 75px;*/
		background-size: auto 100%;
	    margin: 100px 0 0 -15px;
	}
}
@media screen and (min-width: 751px) and (max-width: 1280px) {

	/* .lineup_tit_seasonal */

	.lineup_tit_seasonal {
		margin: 0 0 40px -15px;
		padding-top: 35px;
	}
	.lineup_tit_seasonal_wrap {
		margin: 0 0 0 10%;
		margin: 0 auto;
	}

	

	
}

/*-------------------------------------------- */
/* mediumrare
---------------------------------------------- */

.mediumrareBlock01 {
	max-width: 542px;
	margin: 90px auto 0;
}
.mediumrareBlock01_img {
	display: block;
}
.mediumrareBlock01_txts {
	margin: 120px auto 0;
    display: block;
    position: relative;
}
.mediumrareBlock01_txts:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 350px;
	height: 352px;
    background: url(../images/mediumrare/mediumrareBlock01_bg.svg) center no-repeat;
    background-size: 350px 352px;
}
.mediumrareBlock01_txt {
	text-align: center;
	font-size: 18px;
    font-size: min(1.286vw,18px);
	line-height: 2.4;
    position: relative;
}




.mediumrareBlock02 {
	background: #8bc6d0;
	position: relative;
	padding-top: 160px;
	padding-bottom: 110px;
    margin-top: 140px;
}
.mediumrareBlock02:before {
	display: block;
	content: '';
	position: absolute;
	top: -1px;
	right: 0;
	width: 100%;
	height: 68px;
    background: url(../images/mediumrare/bg_block02_top.png) top right repeat-x;
    background-size: auto 68px;
}
.mediumrareBlock02:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 100%;
	height: 35px;
    background: url(../images/mediumrare/bg_block02_bottom.png) bottom right repeat-x;
    background-size: auto 35px;
}
.mediumrareBlock02_wrap {
	position: relative;
}
.mediumrareBlock02_tit {
	position: relative;
	display: block;
	max-width: 540px;
	margin: 0 auto;
	text-align: center;
}
.mediumrareBlock02_tit:before {
	display: block;
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 50px;
	height: 50px;
    background: url(../images/mediumrare/ico_block02_en.svg) top right repeat-x;
    background-size: 50px auto;
}
.mediumrareBlock02_tit:after {
	display: block;
	content: '';
	position: absolute;
	top: -3px;
	right: 0;
	width: 50px;
	height: 50px;
    background: url(../images/mediumrare/ico_block02_en.svg) top right repeat-x;
    background-size: 50px auto;
}
.mediumrareBlock02_tit_tit_1 {
	max-width: 407px;
	margin: 0 auto;
	display: block;
    width: 29.071vw;
}
.mediumrareBlock02_tit_tit_2 {
	font-size: 18px;
	margin: 15px auto 0;
	display: block;
}


.mediumrareBlock02_ico {
	position: absolute;
	max-width: 459px;
	width: 32.786vw;
}
.mediumrareBlock02_ico01 {
	right: -18%;
	top: -40px;
}
.mediumrareBlock02_ico02 {
    left: -15%;
    top: 414px;
}
.mediumrareBlock02_ico03 {
	right: -18%;
	top: 72.214vw;
	top: 910px;
}
.mediumrareBlock02_ico04 {
	left: -15%;
	/*top: 106.857vw;
    top: 1440px;*/
    bottom: -6.643vw;
}

.mediumrareBlock02_process {
	margin: 50px auto 0;
	position: relative;
}
.mediumrareBlock02_process-wrap {
	max-width: 564px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.mediumrareBlock02_process-wrap .mediumrareBlock02_process-box {
	width: 46%;
}
.mediumrareBlock02_process-wrap .mediumrareBlock02_process-box:last-child {
	margin-top: 220px;
}
.mediumrareBlock02_process-box01 {
	position: relative;
}
/*.mediumrareBlock02_process-box01:before {
	display: block;
	content: '';
	position: absolute;
	top: 60px;
	right: -20px;
	z-index: 0;
	width: 258px;
    width: 100%;
    max-width: 258px;
    height: 322.72px;
    height: 23.051vw;
    height: calc(100% - 16px);
    height: calc(100% - 60px);
    background: #fff8db;
    background-size: 100% auto;
}*/
/*.mediumrareBlock02_process-box01:after {
	display: block;
	content: '';
	position: absolute;
	top: 382px;
	right: -10px;
	z-index: 0;
	width: 120px;
	height: 16px;
    background: url(../images/mediumrare/bg_block02_tare.png) bottom right no-repeat;
    background-size: 120px auto;
}
.mediumrareBlock02_process-box01.p04:before {
	height: 310px;
}
.mediumrareBlock02_process-box01.p04:after {
	top: 370px;
}
.mediumrareBlock02_process-box01.p05:before {
	height: 341px;
}
.mediumrareBlock02_process-box01.p05:after {
	top: 400px;
}*/
.mediumrareBlock02_process-img {
	position: relative;
	z-index: 2;
	display: block;
}
.mediumrareBlock02_process-img img {
	position: relative;
	z-index: 2;
	display: block;
}
.mediumrareBlock02_process-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 60px;
	right: -20px;
	z-index: 0;
	width: 258px;
    width: 100%;
    max-width: 258px;
    height: 322.72px;
    height: 23.051vw;
    height: calc(100% - 16px);
    height: calc(100% - 60px);
    background: #fff8db;
    background-size: 100% auto;
}
.mediumrareBlock02_process-txt {
	position: relative;
	z-index: 1;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-top: .8em;
	line-height: 1.2;
    padding-left: 13%;
}
.mediumrareBlock02_process-txt span {
	position: relative;
	z-index: 1;
}
.mediumrareBlock02_process-txt:before {
	display: block;
	content: '';
	position: absolute;
	top: -1em;
	right: -20px;
	z-index: 0;
	width: 258px;
    width: 100%;
    max-width: 258px;
    height: calc(100% + 2em);
    background: #fff8db;
}
.mediumrareBlock02_process-txt:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -2.1em;
	right: -10px;
	z-index: 0;
	width: 120px;
	height: 16px;
    background: url(../images/mediumrare/bg_block02_tare.png) bottom right no-repeat;
    background-size: 120px auto;
}
.mediumrareBlock02_process-txt.p04:after {
	top: 370px;
}
.mediumrareBlock02_process-txt.p05:after {
	top: 400px;
}
.mediumrareBlock02_process-box02 {
	margin: 100px auto;
	position: relative;
}
/*.mediumrareBlock02_process-box02:before {
	display: block;
    content: '';
    position: absolute;
    bottom: -17px;
    right: 0;
    z-index: 0;
    width: 86%;
    height: 50px;
    background: #fff8db;
    background-size: 100% auto;
}
.mediumrareBlock02_process-box02:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -39px;
	bottom: -2.786vw;
	right: 2.143vw;
	z-index: 0;
	width: 11.929vw;
	height: 1.571vw;
	width: 167px;
	height: 22px;
    background: url(../images/mediumrare/bg_block02_tare.png) bottom right no-repeat;
    background-size: 167px auto;
}*/
.mediumrareBlock02_process-box02 .mediumrareBlock02_process-txt:before {
    width: 89%;
    max-width: 89%;
}
.mediumrareBlock02_process-box02 .mediumrareBlock02_process-txt:after {
    bottom: -35px;
    right: 2.143vw;
    width: 167px;
	height: 22px;
    background: url(../images/mediumrare/bg_block02_tare.png) bottom right no-repeat;
    background-size: 167px auto;
}
.mediumrareBlock02_process-box02 .mediumrareBlock02_process-txt {
    padding-left: 16%;
}
/*.mediumrareBlock02_process-box01.p04 .mediumrareBlock02_process-txt {
    width: 103%;
}*/
.mediumrareBlock02_movie {
	background: url(../images/mediumrare/bg_block02_ami.svg) center no-repeat;
    background-size: cover;
    margin-top: 7.857vw;
}
.mediumrareBlock02_movie-inner {
	max-width: 541px;
    margin: 0 auto;
    padding: 40px 0;
}
.youtube__aspect-ratio {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube__aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.mediumrareBlock03_pkg {
	background: #fff8db;
	padding: 30px 0;
}
.mediumrareBlock03_pkg-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}
.mediumrareBlock03_pkg-img {
	width: 128px;
	margin-right: 30px;
}
.mediumrareBlock03_pkg-ttl {
	background: #ffe164;
	display: inline-block;
	padding: 8px 10px;
	border-radius: 10px 0 10px 0;
}
.mediumrareBlock03_pkg-ttl span {
	display: block;
	line-height: 1;
}
.mediumrareBlock03_pkg-ttl_en {
	font-size: 21px;
	line-height: 1.5;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.mediumrareBlock03_pkg-txt {
	margin: 5px 0 0 10px;
}
.mediumrareBlock03_bnr {
	max-width: 542px;
	margin: 50px auto 70px;
}

@media screen and (max-width: 1260px) {
.mediumrareBlock02_process-wrap {
	padding: 0 30px 0 15px;
}
.mediumrareBlock02_movie-inner {
    padding: 40px 15px;
}
}

@media screen and (max-width: 750px) {
.mediumrareBlock01 {
    margin: 0px auto 0;
}
.lineup_tit_seasonal {
    margin: 0 0 30px -15px;
}
.mediumrareBlock01_txts {
    margin: 50px auto 0;
}
.mediumrareBlock01_txt {
    font-size: 13px;
    letter-spacing: -.05em;
}
.mediumrareBlock01_txts:before {
    width: calc(364px / 2);
    height: calc(367px / 2);
    background-size: 100% auto;
}
.mediumrareBlock02_ico {
	width: 75.2vw;
}
.mediumrareBlock02_ico01 {
    right: -32%;
    top: -6.667vw;
}
.mediumrareBlock02_ico02 {
    left: -27%;
    top: 71.067vw;
}
.mediumrareBlock02_ico03 {
	right: -28%;
    top: 133.333vw;
}
.mediumrareBlock02_ico04 {
	left: -27%;
    bottom: -12.643vw;
}

.mediumrareBlock02_process {
    margin: 40px auto 0;
}
.mediumrareBlock02_process-box02 {
    margin: 100px auto 60px;
}
.mediumrareBlock02 {
	padding-top: 80px;
	padding-bottom: 70px;
    margin-top: 30px;
}
.mediumrareBlock02:before {
	height: 33px;
    background-size: auto 33px;
}
.mediumrareBlock02:after {
	height: 23px;
    background-size: auto 23px;
}
.mediumrareBlock02_tit {
    max-width: calc(660px / 2);
    width: 86%;
}
.mediumrareBlock02_tit:before {
    top: -3px;
    width: 30px;
    height: 30px;
    background-size: 30px auto;
}
.mediumrareBlock02_tit:after {
    top: -3px;
    width: 30px;
    height: 30px;
    background-size: 30px auto;
}
.mediumrareBlock02_tit_tit_1 {
    width: calc(499px / 2);
    line-height: 1;
}
.mediumrareBlock02_tit_tit_2 {
    font-size: 11px;
}
.mediumrareBlock02_process-wrap {
    max-width: 540px;
    padding: 0 25px 0 10px;
}
.mediumrareBlock02_process-wrap .mediumrareBlock02_process-box {
    width: 40.728vw;
    max-width: 235px;
}
/*.mediumrareBlock02_process-box01:before {
    top: 33px;
    right: -15px;
    width: 40.728vw;
    height: 52.557vw;
    max-width: 235px;
    max-height: 310px;
}
.mediumrareBlock02_process-box01:after {
    top: calc(310px + 32px);
    right: -10px;
	width: 19.6vw;
	height: 2.667vw;
    background-size: 19.6vw auto;
}

.mediumrareBlock02_process-box01.p04:after {
    top: calc(310px + 32px);
}
.mediumrareBlock02_process-box01.p04:before {
    height: 49.939vw;
}
.mediumrareBlock02_process-box01.p05:after {
    top: calc(310px + 32px);
}
.mediumrareBlock02_process-box01.p05:before {
    height: 55.101vw;
}*/
.mediumrareBlock02_process-wrap .mediumrareBlock02_process-box:last-child {
    margin-top: 120px;
    margin-left: -15px;
}
.mediumrareBlock02_process-img:before {
	right: -15px;
}
.mediumrareBlock02_process-txt:before {
    right: -15px;
}
.mediumrareBlock02_process-txt:after {
    /*bottom: -6vw;
    right: -2.857vw;
    width: 27.2vw;
    height: 3.6vw;
    background-size: 27.2vw auto;*/
    right: -10px;
    bottom: -3.8vw;
    width: 19.733vw;
    height: 2.533vw;
    background-size: 19.733vw auto;
}
.mediumrareBlock02_process-txt {
	font-size: 10px;
    margin-top: 8px;
    line-height: 1.2;
    /*transform: scale(0.8);
    transform-origin: left top;*/
    /*width: 128%;*/
    padding-left: 16%;
}
.mediumrareBlock02_process-box02 .mediumrareBlock02_process-txt {
    padding-left: 14%;
}
.mediumrareBlock02_process-box02 .mediumrareBlock02_process-txt:before {
    width: 96%;
    max-width: 96%;
}
.mediumrareBlock02_process-box02 .mediumrareBlock02_process-txt:after {
    bottom: -30px;
    right: -11vw;
}
.mediumrareBlock02_movie {
	margin-top: 20vw;
}
.mediumrareBlock02_movie-inner {
    padding: 30px 15px;
}


.lineup_list_box.is_single .lineup_list_img {
    width: calc(538px / 2);
    margin: 0 auto 15px;
}
.mediumrareBlock03_bnr {
    margin: 40px auto 50px;
}
.mediumrareBlock03_pkg-inner {
    font-size: 10px;
}
.mediumrareBlock03_pkg {
    padding: 20px 15px;
}
.mediumrareBlock03_pkg-img {
    width: 23.733vw;
    margin-right: 2vw;
}
.mediumrareBlock03_pkg-ttl {
    padding: 5px 8px;
    border-radius: 5px 0 5px 0;
}
.mediumrareBlock03_pkg-ttl_en {
    font-size: 16px;
}
.mediumrareBlock03_pkg-txts {
	width: calc(100% - 23.733vw);
}
.mediumrareBlock03_pkg-txt {
    letter-spacing: -0.1em;
    line-height: 1.5;
    margin: 5px 0 0 8px;
}

}


@media screen and (max-width: 580px) {
.mediumrareBlock02_process-box01:after {
    top: calc(52.557vw + 32px);
}
.mediumrareBlock02_process-box01.p04:after {
    top: calc(49.939vw + 32px);
}
.mediumrareBlock02_process-box01.p05:after {
    top: calc(55.101vw + 32px);
}
.mediumrareBlock02_process-box02 {
    margin: 50px auto 60px;
}
.mediumrareBlock02_process-txt:after {
    bottom: -5vw;
}
.mediumrareBlock02_process-box02 .mediumrareBlock02_process-txt:after {
    right: -14vw;
}
}

/*-------------------------------------------- */
/* Layout：font
---------------------------------------------- */

/* @font-face {
	font-family: 'NotoSansJP-Regular';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../font/NotoSansJP-Regular.woff2) format('woff2'),
		url(../font/NotoSansJP-Regular.woff) format('woff'),
		url(../font/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSansJP-Bold';
	font-style: bold;
	font-weight: 700;
	font-display: swap;
	src: url(../font/NotoSansJP-Bold.woff2) format('woff2'),
		url(../font/NotoSansJP-Bold.woff) format('woff'),
		url(../font/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSerifJP-Bold';
	font-style: bold;
	font-weight: 700;
	font-display: swap;
	src: url(../font/NotoSerifJP-Bold.woff2) format('woff2'),
		url(../font/NotoSerifJP-Bold.woff) format('woff'),
		url(../font/NotoSerifJP-Bold.otf) format('opentype');
} */



/*-------------------------------------------- */
/* Layout：Campaign POPUP
---------------------------------------------- */

.campaignPopup {
	width: 100%;
	height: 100vh;
	height: 100%;
	display: block;
	background-color: rgba(35,24,21,0.9);
	margin: 0;
	padding: 0 0 0;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.campaignPopup:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.campaignPopup_wrap {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 46px 0 46px;
	box-sizing: border-box;
	/* overflow: scroll; */
}
/* .media_sp .campaignPopup_wrap {
	display: block;
} */
.media_sp.os_ios .l_globalNav.is_open .campaignPopup_wrap {
	-webkit-overflow-scrolling: touch;
}
.campaignPopup_in {
	position: relative;
	display: block;
	width: 100%;
    z-index: 2;
}

@media screen and (max-width:750px){
.campaignPopup_in {
    background: #fff;
}
}

/* .campaignPopup_bg */

.campaignPopup_bg {
	display: block;
	width: 100%;
	height: 100vh;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: calc(100% + 40px);
	height: calc(100% + 136px);
	top: -46px;
	left: -20px;
}

/* .campaignPopup_box */

.campaignPopup_box {
	position: relative;
	display: block;
	width: 100%;
    z-index: 2;
	background-color: #fff;
	border-bottom: 26px solid #e2be46;
	/* height: 475px; */
	max-height: 80vh;
    overflow: scroll;
}
.campaignPopup_box_in {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 20px 20px;
	-ms-overflow-style: none !important;
	scrollbar-width: none !important;
}
.campaignPopup_box_in::-webkit-scrollbar {
	display: none !important;
	-webkit-appearance: none !important;
}

/* .campaignPopup_close_btn */

.campaignPopup_close_btn {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/common/menu_close_btn.svg) center center no-repeat;
	background-size: 19px 19px;
	text-indent: -9999px;
	position: absolute;
	top: -43px;
	right: -13px;
	z-index: 3;
}

/* .campaignPopup_tit */

.campaignPopup_tit {
	display: block;
	text-align: center;
	color: #219394;
	line-height: 1.25;
	margin: 0 auto 15px;
}
.campaignPopup_tit a,
.campaignPopup_info_tit a {
	color: #219394;
}
.media_pc .campaignPopup_tit a:hover,
.media_pc .campaignPopup_info_tit a:hover {
	text-decoration: underline !important;
}
.campaignPopup_tit_en {
	display: block;
	font-family: 'NotoSerifJP-Bold';
	font-size: 24px;
	line-height: 1.15;
	letter-spacing: 1px;
}
.campaignPopup_tit_ja {
	display: block;
	font-size: 11px;
	letter-spacing: 0.5px;
	margin-top: 5px;
}

/* .campaignPopup_img */

.campaignPopup_img {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

/* .campaignPopup_tit_m */

.campaignPopup_tit_m {
	display: block;
	width: 100%;
	color: #219394;
	font-family: 'NotoSansJP-Bold';
	font-size: 15px;
	line-height: 1.65;
	margin-top: 15px;
	margin-bottom: 4px;
}
.campaignPopup_info + .campaignPopup_tit_m {
	margin-top: 28px;
}
.campaignPopup_txt {
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 1.65;
}
.campaignPopup_txt.small {
	font-size: 11px;
	margin-top: 2px;
}
.campaignPopup_txt a,
.campaignPopup_info_txt a {
	color: #2C2C2C;
}
.media_pc .campaignPopup_txt a:hover,
.media_pc .campaignPopup_info_txt a:hover {
	text-decoration: underline !important;
}

/* .campaignPopup_info */

.campaignPopup_info {
	display: block;
	width: 100%;
	background-color: #d0f5f5;
	border-radius: 3px;
	padding: 10px 10px;
	margin-top: 10px;
}
.campaignPopup_info + .campaignPopup_info {
	margin-top: 10px;
}
.campaignPopup_info_tit {
	display: block;
	color: #219394;
	font-family: 'NotoSansJP-Bold';
	width: 100%;
	font-size: 13px;
	line-height: 1.6;
}
.campaignPopup_info_txt {
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 1.6;
}
.campaignPopup_label {
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	padding: 4px 6px;
	background-color: #499ae9;
	margin-top: 10px;
}
.campaignPopup_label + .campaignPopup_tit_m {
	margin-top: 5px;
}

/* .campaign_group */

.campaign_group {
	display: block;
	padding: 0 !important;
	background: transparent !important;
}
.campaign_group + .campaign_group {
	margin-top: 20px;
}

/* .campaign_group.tw */

.campaign_group.tw .campaignPopup_tit_m,
.campaign_group.tw .campaignPopup_info_tit,
.campaign_group.tw .campaignPopup_info_tit a {
	color: #499ae9 !important;
}
.campaign_group.tw .campaignPopup_info {
	background-color: #dbecfc !important;
}

/* .campaign_group.insta */

.campaign_group.insta .campaignPopup_tit_m,
.campaign_group.insta .campaignPopup_info_tit,
.campaign_group.insta .campaignPopup_info_tit a {
	color: #bd3a92 !important;
}
.campaign_group.insta .campaignPopup_info {
	background-color: #f1e0f9 !important;
}
.campaign_group.insta .campaignPopup_label {
	background-color: #bd3a92;
}

@media screen and (min-width: 751px) {

	.campaignPopup_wrap {
		padding: 84px 20px 60px;
	}

	/* .campaignPopup_bg */

	.campaignPopup_bg {
		width: calc(100% + 40px);
		height: calc(100% + 144px);
		top: -84px;
		left: -20px;
	}
	
	/* .campaignPopup_close_btn */
	
	.campaignPopup_close_btn {
		width: 60px;
		height: 60px;
		background: url(../images/common/menu_close_btn.svg) center center no-repeat;
		background-size: 26px 26px;
		top: -55px;
		left: 50%;
		right: auto;
		margin-left: 450px;
	}

	/* .campaignPopup_box */
	
	.campaignPopup_box {
		max-width: 1000px;
		border-bottom: 26px solid #e2be46;
		background: url(../images/top/campaign_popup_bg.svg) center 0 repeat-y;
		background-size: 1000px 164px;
		margin: 0 auto;
		/* height: 500px; */
	}
	.campaignPopup_box_in {
		padding: 30px 20px 36px;
	}

	/* .campaignPopup_tit */
	
	.campaignPopup_tit {
		margin: 0 auto 20px;
		width: 500px;
	}
	.campaignPopup_tit_en {
		font-size: 38px;
		letter-spacing: 3px;
	}
	.campaignPopup_tit_ja {
		font-size: 17px;
		margin-top: 3px;
	}
	
	/* .campaignPopup_img */
	
	.campaignPopup_img {
		width: 401px;
	}
	
	/* .campaignPopup_tit_m */
	
	.campaignPopup_tit_m {
		width: 462px;
		font-size: 20px;
		margin: 20px auto 4px;
	}
	.campaignPopup_info + .campaignPopup_tit_m {
		margin-top: 30px;
	}
	.campaignPopup_txt {
		width: 462px;
		font-size: 16px;
		margin: 0 auto;
	}
	.campaignPopup_txt.small {
		font-size: 12px;
		margin-top: 5px;
	}

	/* .campaignPopup_info */
	
	.campaignPopup_info {
		width: 462px;
		margin: 0 auto;
		border-radius: 5px;
		padding: 12px 14px 14px;
		margin-top: 15px;
	}
	.campaignPopup_info + .campaignPopup_info {
		margin-top: 15px;
	}
	.campaignPopup_info_tit {
		font-size: 18px;
		line-height: 1.6;
	}
	.campaignPopup_info_txt {
		font-size: 16px;
		line-height: 1.6;
	}
	.campaignPopup_label {
		font-size: 20px;
		padding: 5px 8px;
		margin-top: 15px;
	}
	.campaignPopup_label + .campaignPopup_tit_m {
		margin-top: 5px;
	}

	/* .campaign_group */
	
	.campaign_group {
		width: 462px;
		margin: 0 auto;
	}
	.campaign_group + .campaign_group {
		margin-top: 40px;
	}
}
@media screen and (min-width: 751px) and (max-width: 1072px) {

	/* .campaignPopup_close_btn */
	
	.campaignPopup_close_btn {
		left: auto;
		right: -10px;
	}
}

/* Campaign POPUP：.col_brown
---------------------------------------------- */

/* .campaignPopup_box */

.campaignPopup.col_brown .campaignPopup_box {
	border-top: 26px solid #8a220f;
	border-bottom: 26px solid #f5b087;
}

/* .campaignPopup_tit */

.campaignPopup.col_brown .campaignPopup_tit {
	color: #8a220f;
}
.campaignPopup_tit a,
.campaignPopup_info_tit a {
	color: #8a220f;
}

/* .campaignPopup_tit_m */

.campaignPopup.col_brown .campaignPopup_tit_m {
	color: #8a220f;
}

/* .campaignPopup_info */

.campaignPopup.col_brown .campaignPopup_info {
	background-color: #fccfb4;
}
.campaignPopup.col_brown .campaignPopup_info_tit {
	color: #8a220f;
}

@media screen and (min-width: 751px) {

	/* .campaignPopup_box */
	
	.campaignPopup.col_brown .campaignPopup_box {
		border-top: 26px solid #8a220f;
		border-bottom: 26px solid #f5b087;
		background: url(../images/top/campaign_popup_bg_brown.svg) center 0 repeat-y;
		background-size: 1000px 164px;
	}
}

/* Campaign POPUP：.anniv_1st
---------------------------------------------- */

/* .campaignPopup_box */

.campaignPopup.anniv_1st .campaignPopup_box {
	border-top: 26px solid #24b1a5;
	border-bottom: 26px solid #f7d243;
}

/* .campaignPopup_tit */

.campaignPopup.anniv_1st .campaignPopup_tit {
	color: #643e32;
}
.campaignPopup_tit a,
.campaignPopup_info_tit a {
	color: #643e32;
}

/* .campaignPopup_tit_m */

.campaignPopup.anniv_1st .campaignPopup_tit_m {
	color: #643e32;
}

/* .campaignPopup_info */

.campaignPopup.anniv_1st .campaignPopup_info {
	background-color: #f8e495;
}
.campaignPopup.anniv_1st .campaignPopup_info_tit {
	color: #643e32;
}

@media screen and (min-width: 751px) {

	/* .campaignPopup_box */
	
	.campaignPopup.anniv_1st .campaignPopup_box {
		border-bottom: 26px solid #f7d243;
		/* background: url(../images/top/campaign_popup_bg_brown.svg) center 0 repeat-y;
		background-size: 1000px 164px; */
	}
}




.campaignPopup_mediumrare .campaignPopup_tit {
	background: #219394;
	padding: 20px 0;
	width: 100%;
}
.campaignPopup_mediumrare .campaignPopup_tit img {
	max-width: 575px;
}
.campaignPopup_mediumrare .campaignPopup_tit_m {
    position: relative;
    display: block;
    max-width: 462px;
    margin: 70px auto 0;
    text-align: center;
    background: #57c1d7;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.campaignPopup_mediumrare .campaignPopup_tit_m:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50px;
    width: 23px;
    height: 23px;
    background: url(../images/mediumrare/ico_block02_en.svg) center no-repeat;
    background-size: 23px auto;
}
.campaignPopup_mediumrare .campaignPopup_tit_m:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 50px;
    width: 23px;
    height: 23px;
    background: url(../images/mediumrare/ico_block02_en.svg) center no-repeat;
    background-size: 23px auto;
}
.campaignPopup_mediumrare .campaignPopup_img {
	max-width: 342px;
	margin: 40px auto;	
}
.campaignPopup_mediumrare .campaignPopup_ttl {
	font-weight: bold;
	color: #57c1d7;
}
.campaignPopup_mediumrare .campaignPopup_cap {
	margin-top: 30px;
	background: #fff8db;
	padding: 15px;
	line-height: 1.3;
}
@media screen and (min-width:751px){
.campaignPopup_mediumrare .campaignPopup_box {
 	padding: 0 0 60px;
}
.campaignPopup_mediumrare .campaignPopup_tit img {
  max-width: 575px;
}
.campaignPopup_mediumrare .campaignPopup_ttl {
	font-size: 20px;
}

}
@media screen and (max-width:750px){
.campaignPopup_mediumrare .campaignPopup_box {
    padding: 0 0% 30px;
    margin: 0 auto;
    background: url(./common/images/top/campaign_popup_bg.svg) center 0 repeat-y;
    background-size: 101% auto;
    border-bottom: 15px solid #e2be46;
}
.campaignPopup_mediumrare .campaignPopup_tit {
    padding: 10px 0;
}
.campaignPopup_mediumrare .campaignPopup_tit img {
    max-width: 86%;
}
.campaignPopup_mediumrare .campaignPopup_txt {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    font-size: 10px;
}
.campaignPopup_mediumrare .campaignPopup_ttl {
    font-size: 12px;
}
.campaignPopup_mediumrare .campaignPopup_tit_m {
    max-width: 80%;
    margin: 40px auto 0;
    font-size: 13px;
}
.campaignPopup_mediumrare .campaignPopup_tit_m:before {
    left: 10%;
    width: 13px;
    height: 13px;
    background-size: 13px auto;
}
.campaignPopup_mediumrare .campaignPopup_tit_m:after {
    right: 10%;
    width: 13px;
    height: 13px;
    background-size: 13px auto;
}
.campaignPopup_mediumrare .campaignPopup_img {
    max-width: 53.333vw;
    margin: 20px auto;
}
.campaignPopup_mediumrare .campaignPopup_txt {
	width: 86%;
	margin-left: auto;
	margin-right: auto;
}
.campaignPopup_mediumrare .campaignPopup_cap {
    margin-top: 20px;
    padding: 15px;
}

}

