/************* miniletter *************/
.freearea {
	margin: 0!important;
}

#sp_content.miniletter {
	font-size: 15px;
	line-height: 1.7;
	color: #003d6e;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	letter-spacing: 0.12em;
	position: relative;
}

/************* main_visual *************/
.miniletter .bg_01_top {
	text-align: right;
	margin: 0 -70px 10px 0;
}
.miniletter .bg_01_top img {
    width: 200px;
}
.miniletter .main_visual {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.miniletter .main_visual .fadein {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.miniletter .main_visual img {
	width: 100%;
}
.miniletter .main_text {
	text-align: center;
	margin-bottom: 90px;
	font-size: 16px;
}

/************* anchor_link *************/
.miniletter .anchor_link {
	margin: 0 auto 140px!important;
}
.miniletter .anchor_link .message {
	text-align: center;
}
.miniletter .anchor_link .message img {
	width: 410px;
	padding-bottom: 42px;
}

.miniletter .anchor_list {
	margin: 0 90px;
	text-align: center;
}
.miniletter .anchor_list .anchor {
	width: 215px;
	display: inline-block;
	margin: 0 50px;
}
.miniletter .anchor_list img {
	width: 100%;
}
.miniletter .anchor_list a {
	display: block;
	margin-bottom: 20px;
}
.miniletter .anchor_list a:hover {
	opacity: 0.7;
}

/************* section *************/
.miniletter .ml_section {
	margin-bottom: 100px;
}

.miniletter .ml_section .ml_section_title {
	text-align: center;
	margin-bottom: 100px;
	position: relative;
}
.miniletter #section_03.ml_section .ml_section_title {
	margin-bottom: 50px;
}
.miniletter .ml_section .ml_section_title img {
	width: 340px;
}

.miniletter .ml_section .ml_section_text {
	text-align: center;
	margin-bottom:50px;
	font-size: 16px;
}

/************* ml_block *************/
.miniletter .ml_section .ml_block {
	text-align: center;
	margin-bottom: 130px;
	position: relative;
}
.miniletter .ml_section .ml_block .ml_image_01, .miniletter .ml_section .ml_block .ml_image_02 {
	position: relative;
}

.miniletter .ml_block_wrapper .ml_block .ml_image_01 {
	float: right;
}

.miniletter #section_01 .ml_block_wrapper .ml_block:nth-child(even) .ml_image_01 {
	float: left;
}
.miniletter #section_02 .ml_block_wrapper .ml_block:nth-child(odd) .ml_image_01 {
	float: left;
}

.miniletter .ml_section .ml_block .ml_image_01 img {
	width: 285px;
	padding: 42px 7px 0;
}
.miniletter .ml_section .ml_image_01 .fadein {
	position: absolute;
	top: 0;
	left: 0;
}
.miniletter .ml_block_wrapper .ml_block .ml_image_02 {
	float: left;
}
.miniletter #section_01 .ml_block_wrapper .ml_block:nth-child(even) .ml_image_02 {
	float: right;
}
.miniletter #section_02 .ml_block_wrapper .ml_block:nth-child(odd) .ml_image_02 {
	float: right;
}
.miniletter .ml_section .ml_block .ml_image_02 img {
	width: 540px;
}
.miniletter .ml_section .ml_block .ml_block_text {
	text-align: center;
	position: absolute;
	top: 292px;
	right: 0;
	width: 300px;
	letter-spacing: 0.2em;
}
.miniletter #section_01 .ml_block_wrapper .ml_block:nth-child(even) .ml_block_text {
	left: 0;
}
.miniletter #section_02 .ml_block_wrapper .ml_block:nth-child(odd) .ml_block_text {
	left: 0;
}
	
/************* section_title_bg *************/
.miniletter .ml_section_title .section_title_bg img {
	width: 240px;
}

#section_01 .ml_section_title .section_title_bg {
	padding-top: 50px;
}

#section_02 .ml_section_title .section_title_bg {
	padding-top: 100px;
}
#section_03 .ml_section_title .section_title_bg {
	padding-top: 50px;
}

#section_01 .ml_section_title .section_title_bg .bg_left {
	position: absolute;
	bottom: -20px;
	left: -20px;
}
#section_01 .ml_section_title .section_title_bg .bg_right {
	position: absolute;
	bottom: -10px;
	right: 10px;
}

#section_02 .ml_section_title .section_title_bg .bg_left {
	position: absolute;
	top: 10px;
	left: 20px;
	left: 10px;
}
#section_02 .ml_section_title .section_title_bg .bg_right {
	position: absolute;
	bottom: 0;
	right: 20px;
	right: 10px;
}

#section_03 .ml_section_title .section_title_bg .bg_left {
	position: absolute;
	bottom: 0;
	left: 0;
	left: -20px;
}
#section_03 .ml_section_title .section_title_bg .bg_right {
	position: absolute;
	bottom: 0;
	right: 0;
	right: -20px;
}

/*************  lineup  *************/
.recommend_variation {
	margin: 20px 0 30px;
	width: 100%!important;
	min-height: 600px;
}

.recommend_variation ul.variation_list {
	width: 100%;
	font-size: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 840px;
}
.miniletter ul.variation_list span.variation_item_name {
	display: none;
}

.miniletter .fadein {
	display:none;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
a:hover img {
    opacity: 1!important;
}