@charset "euc-jp";
/* CSS Document */
/* ******************************
 *
 * Since:    2022-12-01
 * Modified: 2022-12-01
 * Editor:   hara@DiiV
 *
 * temp-sys ver2.01
 * Information: CSS for SS
 *
 * ******************************
 */


/********************
*
* 2022ǯ12��ǯ��
*TOP
*
********************/
.pc{
	display: block;
}
.sp{
	display: none;
}

.column_left,
.inner_left{
	float: left;
}
.column_center,
.inner_center{
	float: left;
}
.column_right,
.inner_right{
	float: right;
}

a:link,
a:visited{
	color: #666A72;
	text-decoration: none;
}
a:hover,
a:active{
	color: #FF2E53;
	text-decoration: none;
}

#top_2303sa{
	font-family:"�⥴���å� Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",�ᥤ�ꥪ,Meiryo,sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	color: #000;
	margin: 0 auto;
}

#top_2303sa #wrapper{
	width: 100%;
}

/***** header *****/
#top_2303sa header{
	text-align: center;
}

#top_2303sa header #header_top{
	background: rgba(0,0,0);
	min-height: 100px;
	font-size: 14px;
	line-height: 1.2em;
}

#top_2303sa header #header_top .inner{
	max-width: 1600px;
	text-align: center;
	padding-top: 30px;
	margin: 0 auto;
	position: relative;
}

#top_2303sa header #header_top .ci{
	position: absolute;
	left: 50%;
	top: 16px;
	transform: translateX(-50%);
}

#top_2303sa header #header_top ul{
	padding-right: 10px;
	float: right;
}

#top_2303sa header #header_top li{
	margin-right: 17px;
	float: left;
}

#top_2303sa header #header_top li.last_child{
	margin-right: 0;
}


#top_2303sa header #header_top li.search > div {
  display: inline-block;
  position: relative;
}

#top_2303sa header #header_top li.search > div:after {
  content: "";
  background: white;
  width: 3px;
  height: 15px;
  position: absolute;
  top: 25px;
  right: 0px;
  transform: rotate(135deg);
}

#top_2303sa header #header_top li.search div input.txt_area {
  color: white;
  font-size: 16px;
  background: transparent;
  width: 4px;
  height: 4px;
  padding: 10px;
  border: solid 3px white;
  outline: none;
  border-radius: 16px;
  transition: width 0.5s;
}

#top_2303sa header #header_top li.search div input.txt_area::placeholder {
  color: #efefef;
  opacity: 0;
  transition: opacity 150ms ease-out;
}

#top_2303sa header #header_top li.search div input.txt_area:focus::placeholder {
  opacity: 1;
}

#top_2303sa header #header_top li.search div input.txt_area:focus,
#top_2303sa header #header_top li.search div input.txt_area:not(:placeholder-shown) {
  width: 250px;
}

#top_2303sa header #header_bottom{
	background: #535353;
	font-size: 15px;
}

#top_2303sa header #header_bottom ul{
	/*max-width: 1600px;*/
	text-align: center;
	margin: 0 auto;
}

#top_2303sa header #header_bottom a.parent{
	line-height: 1.2em;
	color: #fff;
}

/* header menu */
#top_2303sa header .g_menu { /* ��˥塼���ΤΥ������� */
  width: 100%;
  position: relative;
  color: #333; /* ʸ���� */
  background: #ffc0cb; /* �طʿ� */
  text-align: center;
}
 
#top_2303sa header .g_menu li {
  display: inline-block;
	margin: 0;
	vertical-align: top;
}
 
#top_2303sa header .g_menu a { /* �ƹ��ܤΥ������� */
  display: block;
	padding: 6px 0;
}

#top_2303sa header #header_bottom .menu{
	border-right: #fff 1px solid;
	padding: 0 5px;
	width: 19%;
}

#top_2303sa header #header_bottom .menu.last_child{
	border: none;
}

#top_2303sa header #header_bottom .menu .parent{
	letter-spacing: 0.2em;
}

#top_2303sa header #header_bottom .menu:hover > a {
  background: #c3c3c3;
	transition: .5s;
}
 
#top_2303sa header #header_bottom .child_menu { /* ���إ�˥塼�Υ������� */
  width: 100%;
  position: absolute;
  top: 100%; /* �ƹ��ܤ�ľ�������� */
  left: 0;
  color: #000;
  background: #c3c3c3;
  visibility: hidden;
  opacity: 0;
  transition: 0s;
  padding: 10px 0;
	z-index: 100;
}
 
#top_2303sa header #header_bottom .menu:hover .child_menu { /* ���إ�˥塼�Υ�������ʿƹ��ܥۥС����� */
  visibility: visible;
  opacity: 1;
  transition: .5s;
}
 
#top_2303sa header #header_bottom .child_menu a:link,
#top_2303sa header #header_bottom .child_menu a:visited{
  color: #000;
}
#top_2303sa header #header_bottom .child_menu a:hover {
  color: #C30002;
	text-decoration: underline;
}

#top_2303sa header #header_bottom .child_menu .child_menu_inner{
	max-width: 1600px;
	padding-left: 4%;
}

#top_2303sa header #header_bottom .child_menu li{
	max-width: 184px;
	margin-right: 4%;
}

#top_2303sa header #header_bottom .arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}


/***** footer *****/
#top_2303sa footer{
	width: 100%;
	margin: 0 auto;
	background: #000;
}

#top_2303sa footer #footer_inner{
	max-width: 1580px;
	margin: 0 auto;
	padding: 30px 10px;
	color: #fff;
	text-align: left;
}

#top_2303sa footer #footer_ci{
	margin-bottom: 50px;
	text-align: center;
}

#top_2303sa footer #copy{
	margin-top: 50px;
	font-size: 11px;
	text-align: center;
}

#top_2303sa footer #footer_inner .column_area .column_left,
#top_2303sa footer #footer_inner .column_area .column_right{
	width: 48%;
}

#top_2303sa footer #footer_inner .column_area{
	font-size: 14px;
	line-height: 1.5em;
}

#top_2303sa footer #footer_inner .column_area .section_inner{
	margin-bottom: 50px;
}

#top_2303sa footer #footer_inner .column_area h5{
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.5em;
}

#top_2303sa footer #footer_inner .column_area a:link,
#top_2303sa footer #footer_inner .column_area a:visited{
	color: #fbc406;
}

#top_2303sa footer #footer_inner .column_area a:hover{
	color: #fb0606;
}


/***** �ᥤ�󥹥饤�� *****/
#top_2303sa #main_slide{
	background: #f0edea;
	width: 100%;
	padding-bottom: 80px;
	margin:  0 auto 70px;
	position: relative;
	overflow: hidden;
}

#top_2303sa .swiper-main{
	width: 100%;
	padding-bottom: 50px;
	overflow: visible;
  z-index: 1;

}

#top_2303sa #main_slide .swiper-main .swiper-slide-next,
#top_2303sa #main_slide .swiper-main .swiper-slide-prev{
	background: #fff;
}

#top_2303sa #main_slide .swiper-main img,
#top_2303sa #main_slide .swiper-main img{
	opacity: 0.7;
	display: block;
}

#top_2303sa #main_slide .swiper-main .swiper-slide-active img{
	opacity: 1.0;
}

#top_2303sa #main_slide .swiper-button-prev:after,
#top_2303sa #main_slide .swiper-button-next:after {
	display: none;
}

#top_2303sa #main_slide .swiper-button-prev,
#top_2303sa #main_slide .swiper-button-next{
	width: 42px;
	height: 42px;
	top: 200px;
}

#top_2303sa #main_slide #merit_area{
	max-width: 1600px;
	margin: 0 auto;
	text-align: center;
}

#top_2303sa #main_slide #merit_area h2{
	margin: 30px 0;
	font-size: 40px;
	letter-spacing: 0.4em;
	line-height: 1.2em;
}

#top_2303sa #main_slide #merit_area li{
	width: 18%;
	display: inline-block;
	margin-right: 0.9%;
	font-size: 30px;
	line-height: 1.2em;
}

#top_2303sa #main_slide #merit_area li a{
	color: #000;
}

#top_2303sa #main_slide #merit_area li a:hover{
	text-decoration: underline;
}

/***** ����ե��᡼�����֥��å� *****/
#top_2303sa #main_slide #info_area{
	max-width: 1600px;
	margin: 100px auto 0;
	text-align: center;
}

#top_2303sa #main_slide #info_area h2{
	margin: 30px 0;
	font-size: 40px;
	letter-spacing: 0.4em;
	line-height: 1.2em;
}

#top_2303sa #main_slide #info_area li{
	width: 38%;
	display: inline-block;
	margin-right: 0.9%;
	font-size: 20px;
	line-height: 1.5em;
}

#top_2303sa #main_slide #info_area li a{
	color: #000;
}

#top_2303sa #main_slide #info_area li a:hover{
	text-decoration: underline;
}

#top_2303sa #main_slide #info_area .coution{
	border: 2px #5E5E5E solid;
	max-width: 58%;
	padding: 20px 10px;
	margin: 0 auto 50px;
	font-size: 26px;
	line-height: 1.2em;
	display: block;
}

#top_2303sa #main_slide #info_area .coution:hover{
	border: 2px #fb0606 solid;
	color: #fb0606;
}

#top_2303sa #main_slide #info_area .column_area:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0px;
	clear:both;
	line-height:0%;
	font-size:0px;
}

#top_2303sa #main_slide #info_area .column_inner_02{
	width: 75%;
	margin: 0 auto 50px;
}

#top_2303sa #main_slide #info_area .column_area .column_inner{
	width: 49.3%;
	text-align: center;
}

#top_2303sa #main_slide #info_area .column_area{
	width: 75%;
	margin: 0 auto;
}

#top_2303sa #main_slide #info_area .column_inner_03{
	width: 49%;
	margin: 0 auto 30px;
}

/***** �ٶȰ���֥��å� *****/
#top_2303sa #main_slide #kyugyo{
	max-width: 1600px;
	margin: 100px auto 0;
	text-align: center;
}

#top_2303sa #main_slide #kyugyo h2{
	margin: 30px 0;
	font-size: 40px;
	letter-spacing: 0.4em;
	line-height: 1.2em;
}

#top_2303sa #main_slide #kyugyo li{
	max-width: 950px;
	display: inline-block;
	margin-right: 0.9%;
	font-size: 20px;
	line-height: 1.5em;
}

/***** ����Ϻ�����֥��å� *****/
#top_2303sa #santaro{
	width: 100%;
	background: #ffd700;
	padding: 80px 0;
	margin-bottom: 80px;
}

#top_2303sa #santaro .inner{
	max-width: 800px;
	margin: 0 auto;
}

#top_2303sa #santaro .section_lv1{
	text-align: center;
}

#top_2303sa #santaro .section_lv1 p{
	margin: 50px 0 30px;
}

#top_2303sa #santaro .section_lv2{
	max-width: 632px;
	margin: 0 auto 55px;
}

#top_2303sa #santaro .section_lv2 .column_right{
	margin-top: 10px;
}

#top_2303sa #santaro .section_lv3 p{
	border-bottom: #000 1px solid;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-size: 35px;
	text-align: center;
}

#top_2303sa #santaro .section_lv3 .column_left,
#top_2303sa #santaro .section_lv3 .column_right{
	width: 48.6%;
}


/***** ĶĶ�פ�֥��å� *****/
#top_2303sa #cho{
	width: 100%;
	background: #eed381;
	padding: 80px 0;
	margin-bottom: 80px;
}

#top_2303sa #cho .inner{
	max-width: 800px;
	margin: 0 auto;
}

#top_2303sa #cho .section_lv1{
	text-align: center;
}

#top_2303sa #cho .section_lv1 p.txt_01{
	margin: 50px 0 30px;
	font-weight: bold;
}

#top_2303sa #cho .section_lv1 p.txt_02{
	margin: 50px 0 50px;
}

#top_2303sa #cho .section_lv2{
	max-width: 632px;
	margin: 0 auto 55px;
}

#top_2303sa #cho .section_lv2 .column_right{
	margin-top: 10px;
}

#top_2303sa #cho .section_lv3 p{
	border-bottom: #000 1px solid;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-size: 35px;
	text-align: center;
}

#top_2303sa #cho .section_lv3 .column_left,
#top_2303sa #cho .section_lv3 .column_right{
	width: 48.6%;
}


#top_2303sa #main_slide .swiper-pagination-bullet {
	position: relative;
  width: 80px;
  height: 6px;
  display: inline-block;
  border-radius: 0px;
  background: #8c8c8c;
	opacity: 1;
  /*opacity: 0.2;*/
}

/*�ڡ����͡�������Ѳ���*/
/*#top_2303sa #main_slide .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #535353;
}

#top_2303sa #main_slide .swiper-pagination-bullet-active::before {
  animation: paginationActive 5s linear forwards;
}*/

@keyframes paginationActive {
  100% {
    width: 100%;
    opacity: 1;
  }
}

#top_2303sa #main_slide #merit_area li.last_child{
	margin-right: 0;
}

#top_2303sa #main_slide #merit_area li img{
	max-width: 36.5%;
}

#top_2303sa #main_slide #merit_area li span{
	font-size: 25px;
}
/***** �ᥤ�󥹥饤�� *****/



/***** ���֥��饤�� *****/
#top_2303sa #sub_slide{
	width: 100%;
	margin:  65px auto 70px;
	position: relative;
	overflow: hidden;
}

#top_2303sa #sub_slide .title{
	max-width: 1600px;
	margin: 0 auto;
	text-align: center;
}

#top_2303sa #sub_slide .title img{
	width: 15.1%;
}

#top_2303sa #sub_slide .title p{
	margin: 35px 0 60px;
}

#top_2303sa #sub_slide .swiper-sub{
	max-width: 781px;
	padding-bottom: 80px;
	overflow: visible;
  z-index: 1;

}

#top_2303sa #sub_slide .swiper-sub .swiper-slide-next,
#top_2303sa #sub_slide .swiper-sub .swiper-slide-prev{
	background: #fff;
}

#top_2303sa #sub_slide .swiper-sub img{
	opacity: 0.7;
}

#top_2303sa #sub_slide .swiper-sub .swiper-slide-active img{
	opacity: 1.0;
}

#top_2303sa #sub_slide .swiper-button-prev:after,
#top_2303sa #sub_slide .swiper-button-next:after {
	display: none;
}

#top_2303sa #sub_slide .swiper-button-prev,
#top_2303sa #sub_slide .swiper-button-next{
	width: 58px;
	height: 218px;
	top: 200px;
}

#top_2303sa #sub_slide .swiper-button-prev,
#top_2303sa #sub_slide .swiper-container-rtl .swiper-button-next {
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/43204611/top/common/icon_sa_2303_pr.png) left center no-repeat;
  left: 0;
  right: auto;
	opacity: 1;
}
#top_2303sa #sub_slide .swiper-button-next,
#top_2303sa #sub_slide .swiper-container-rtl .swiper-button-prev {
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/43204611/top/common/icon_sa_2303_ne.png) right center no-repeat;
  right: 0;
  left: auto;
	opacity: 1;
}

#top_2303sa #sub_slide .swiper-pagination-bullet {
	position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 8px;
  background: #8c8c8c;
	opacity: 1;
  /*opacity: 0.2;*/
}

/*�ڡ����͡�������Ѳ���*/
#top_2303sa #sub_slide .swiper-pagination-bullet-active {
	position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 8px;
  background: #535353;
	opacity: 1;
  /*opacity: 0.2;*/
}

/*#top_2303sa #sub_slide .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #535353;
}*/

/*#top_2303sa #sub_slide .swiper-pagination-bullet-active::before {
  animation: paginationActive 4s linear forwards;
}*/

@keyframes paginationActive {
  100% {
    width: 100%;
    opacity: 1;
  }
}
/***** ���֥��饤�� *****/


/***** ��ӥ塼���ꥢ *****/
#top_2303sa #review_area{
	border: #999999 1px solid;
	max-width: 1518px;
	padding: 10px 40px;
	margin: 0 auto 150px;
}

#top_2303sa #review_area em{
	font-size: 16px;
}

/***** ��ӥ塼 *****/
#top_2303sa .star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* ���졼���顼 ��ͳ�����경 */
    /*font-size: 30px; �ե���ȥ����� ��ͳ�����경 */
}

#top_2303sa .star5_rating:before, .star5_rating:after{
    content: '����������';
}

#top_2303sa .star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* �����������顼 ��ͳ�����경 */
}

#top_2303sa .star5_rating[data-rate="5"]:after{ width: 100%; } /* ��5 */
#top_2303sa .star5_rating[data-rate="4.9"]:after{ width: 98%; } /* ��4.5 */
#top_2303sa .star5_rating[data-rate="4.8"]:after{ width: 96%; } /* ��4.5 */
#top_2303sa .star5_rating[data-rate="4.7"]:after{ width: 94%; } /* ��4.5 */
#top_2303sa .star5_rating[data-rate="4.6"]:after{ width: 92%; } /* ��4.5 */
#top_2303sa .star5_rating[data-rate="4.5"]:after{ width: 90%; } /* ��4.5 */
#top_2303sa .star5_rating[data-rate="4"]:after{ width: 80%; } /* ��4 */
#top_2303sa .star5_rating[data-rate="3.5"]:after{ width: 70%; } /* ��3.5 */
#top_2303sa .star5_rating[data-rate="3"]:after{ width: 60%; } /* ��3 */
#top_2303sa .star5_rating[data-rate="2.5"]:after{ width: 50%; } /* ��2.5 */
#top_2303sa .star5_rating[data-rate="2"]:after{ width: 40%; } /* ��2 */
#top_2303sa .star5_rating[data-rate="1.5"]:after{ width: 30%; } /* ��1.5 */
#top_2303sa .star5_rating[data-rate="1"]:after{ width: 20%; } /* ��1 */
#top_2303sa .star5_rating[data-rate="0.5"]:after{ width: 10%; } /* ��0.5 */
#top_2303sa .star5_rating[data-rate="0"]:after{ width: 0%; } /* ��0 */



/***** ��󥭥󥰥��ꥢ *****/
#top_2303sa #rank_area{
	max-width: 1600px;
	margin: 0 auto 100px;
}

#top_2303sa #rank_area .title{
	text-align: center;
}

#top_2303sa #rank_area .title img{
	width: 17.8%;
}

#top_2303sa #rank_area .title p{
	margin: 35px 0 60px;
}

#top_2303sa #rank_area .sub_title p{
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	color: #9b1111;
}

#top_2303sa #rank_area .sub_title{
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}

#top_2303sa #rank_area .sub_title:before,
#top_2303sa #rank_area .sub_title:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* �������� */
  background: #9b1111; /* ���ο� */
  margin:0 2em; /* ʸ��������;�� */
}



#top_2303sa #rank_area .icon_01,
#top_2303sa #rank_area .icon_02,
#top_2303sa #rank_area .icon_03,
#top_2303sa #rank_area .icon_04{
	width: 150px;
	margin: 20px 0 10px;
	font-size: 18px;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
}

#top_2303sa #rank_area .icon_01{
	background: #d78c00;
}

#top_2303sa #rank_area .icon_02{
	background: #888888;
}

#top_2303sa #rank_area .icon_03{
	background: #884407;
}

#top_2303sa #rank_area .icon_04{
	background: #444444;
}

#top_2303sa #rank_area h3{
	padding: 5px 0 0 33px;
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2em;
}

#top_2303sa #rank_area .section_lv1{
	margin-bottom: 70px;
}

#top_2303sa #rank_area .section_inner{
	width: 32.4%;
}

#top_2303sa #rank_area .column_center{
	margin-left: 1.3%;
}

#top_2303sa #rank_area .rank_01 h3{
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/43204611/top/common/icon_crown_01.gif) left center no-repeat;
}
#top_2303sa #rank_area .rank_01 h3 a:link,
#top_2303sa #rank_area .rank_01 h3 a:visited{
	color: #b67700;
}
#top_2303sa #rank_area .rank_01 h3 a:hover{
	color: #bf1920;
}

#top_2303sa #rank_area .rank_02 h3{
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/43204611/top/common/icon_crown_02.gif) left center no-repeat;
	color: #595959;
}
#top_2303sa #rank_area .rank_02 h3 a:link,
#top_2303sa #rank_area .rank_02 h3 a:visited{
	color: #595959;
}
#top_2303sa #rank_area .rank_02 h3 a:hover{
	color: #bf1920;
}

#top_2303sa #rank_area .rank_03 h3{
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/43204611/top/common/icon_crown_03.gif) left center no-repeat;
	color: #595959;
}
#top_2303sa #rank_area .rank_03 h3 a:link,
#top_2303sa #rank_area .rank_03 h3 a:visited{
	color: #595959;
}
#top_2303sa #rank_area .rank_03 h3 a:hover{
	color: #bf1920;
}

#top_2303sa #rank_area .rank_04 h3{
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/43204611/top/common/icon_crown_04.gif) left center no-repeat;
	color: #444444;
}
#top_2303sa #rank_area .rank_04 h3 a:link,
#top_2303sa #rank_area .rank_04 h3 a:visited{
	color: #444444;
}
#top_2303sa #rank_area .rank_04 h3 a:hover{
	color: #bf1920;
}

#top_2303sa #rank_area h4{
	margin-bottom: 10px;
}

#top_2303sa #rank_area h4 a{
	color: #bf1920;
	margin-bottom: 10px;
}

#top_2303sa #rank_area .detail{
	margin-bottom: 60px;
	font-size: 18px;
	line-height: 1.5em;
}

#top_2303sa #rank_area .price{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: right;
}

#top_2303sa #rank_area .price span{
	font-size: 30px;
}

#top_2303sa #rank_area .rank_01 .price a:link,
#top_2303sa #rank_area .rank_01 .price a:visited{
	color: #b67700;
}
#top_2303sa #rank_area .rank_02 .price a:link,
#top_2303sa #rank_area .rank_02 .price a:visited{
	color: #656464;
}
#top_2303sa #rank_area .rank_03 .price a:link,
#top_2303sa #rank_area .rank_03 .price a:visited{
	color: #883107;
}
#top_2303sa #rank_area .rank_04 .price a:link,
#top_2303sa #rank_area .rank_04 .price a:visited{
	color: #444444;
}
#top_2303sa #rank_area .section_lv1 .price a:hover{
	color: #bf1920;
}


/***** �����֥�ǥ������ץ饤�� *****/
#top_2303sa #elp_area{
	background: #faf2e8;
	margin-bottom: 180px;
}

#top_2303sa #elp_area .inner{
	max-width: 1600px;
	margin: 0 auto;
	padding: 150px 0;
}

#top_2303sa #elp_area .title{
	text-align: center;
}

#top_2303sa #elp_area .title img{
	width: 40.7%;
}

#top_2303sa #elp_area .title p{
	margin: 35px 0 60px;
}

#top_2303sa #elp_area .title p span{
	color: #ff0000;
	font-weight:  bold;
}

#top_2303sa #elp_area h3{
	margin-bottom: 40px;
	text-align: center;
}

#top_2303sa #elp_area .section_lv1{
	margin-bottom: 60px;
}

#top_2303sa #elp_area .section_inner{
	color: #595959;
}

#top_2303sa #elp_area .section_inner .column_center{
	margin-left: 1.3%; 
}

#top_2303sa #elp_area .column_inner{
	width: 24%;
	display: flex;
	flex-direction: column;
}

#top_2303sa #elp_area .column_inner img{
	margin-bottom: 15px;
	display: block;
}

#top_2303sa #elp_area .column_inner li{
	width: 7em;
	margin-right: 5px;
	font-size: 18px;
	line-height: 1.5em;
	display: block;
	float: left;
	color: #fff;
	text-align: center;
}

#top_2303sa #elp_area .column_inner .icon_01{
	background-color: #8d0303;
}

#top_2303sa #elp_area .column_inner .icon_02{
	background-color: #ff6c00;
}

#top_2303sa #elp_area .column_inner h4{
	margin: 10px 0 0;
	font-size: 23px;
	line-height: 1.5em;
	font-weight: bold;
}

#top_2303sa #elp_area .column_inner h4 a:link,
#top_2303sa #elp_area .column_inner h4 a:visited{
	color: #111111;
}
#top_2303sa #elp_area .column_inner h4 a:hover,
#top_2303sa #elp_area .column_inner h4 a:active{
	color: #bf1920;
}

#top_2303sa #elp_area .column_inner h5{
	font-weight: bold;
}

#top_2303sa #elp_area .column_inner h5 a:link,
#top_2303sa #elp_area .column_inner h5 a:visited{
	color: #bf1920;
}
#top_2303sa #elp_area .column_inner h5 a:hover,
#top_2303sa #elp_area .column_inner h5 a:active{
	color: #ebbd00;
}

#top_2303sa #elp_area .column_inner .detail{
	margin-bottom: 20px;
	color: #111;
}

#top_2303sa #elp_area .column_inner .price{
	text-align: right;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: auto;
}

#top_2303sa #elp_area .column_inner .price span{
	font-size: 18px;
}

#top_2303sa #elp_area .column_inner .price a:link,
#top_2303sa #elp_area .column_inner .price a:visited{
	color: #a50808;
}
#top_2303sa #elp_area .column_inner .price a:hover,
#top_2303sa #elp_area .column_inner .price a:active{
	color: #ebbd00;
}

#top_2303sa #elp_area .link_btn{
	margin-top: 100px;
}
#top_2303sa #elp_area .link_btn a{
	border: #595959 1px solid;
	width: 35.5%;
	padding: 25px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 25px;
	line-height: 1.5em;
	display: block;
}

#top_2303sa #elp_area .link_btn a:link,
#top_2303sa #elp_area .link_btn a:hover{
	color: #000;
}

#top_2303sa #elp_area .link_btn a{
	opacity: 1;
	transition: all 0.3s 0s ease-in-out;
}

#top_2303sa #elp_area .link_btn a:hover{
	opacity: 0.5;
}

#top_2303sa #elp_area .link_btn span{
	position: relative;
}

#top_2303sa #elp_area .link_btn span::after {
	content: "";
	position: absolute;
	display: block;
	top: 47%;
	left: -3px;
	transform: translateY(-50%);
	width: 1.2em;
	height: 1.2em;
	border: 1px solid #454545;
	border-radius: 50%;
}

#top_2303sa #elp_area .link_btn span::after:hover{
	border-color: #FC070B;
}

/***** �Хʡ����ꥢ *****/
#top_2303sa #ban_area{
	max-width: 1600px;
	margin: 0 auto 100px;
}

#top_2303sa #ban_area .column_inner{
	width: 49.3%;
}

#top_2303sa #ban_area .column_inner img{
	margin-bottom: 10px;
}

#top_2303sa #ban_area .s_ban_area{
	max-width: 950px;
	margin: 0 auto 20px;
}

#top_2303sa #ban_area .s_ban_area .column_inner{
	width: 48.8%;
}



/***** area_01 *****/
#top_2303sa #area_01{
	max-width: 1600px;
	margin: 0 auto 120px;
}

#top_2303sa #area_01 .title{
	text-align: center;
}

#top_2303sa #area_01 .title img{
	width: 18.8%;
}

#top_2303sa #area_01 .title p{
	margin: 35px 0 60px;
}

#top_2303sa #area_01 .section_lv1{
	margin-bottom: 45px;
}

#top_2303sa #area_01 h3{
	margin-bottom: 40px;
	text-align: center;
}

#top_2303sa #area_01 .column_inner{
	width: 49.3%;
	color: #333333;
}

#top_2303sa #area_01 .column_inner img{
	margin-bottom: 10px;
}

#top_2303sa #area_01 .column_inner h4{
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5em;
}

#top_2303sa #area_01 .column_inner h4 a:link,
#top_2303sa #area_01 .column_inner h4 a:visited{
	color: #111111;
}
#top_2303sa #area_01 .column_inner h4 a:hover,
#top_2303sa #area_01 .column_inner h4 a:active{
	color: #bf1920;
}

#top_2303sa #area_02{
	background: #e6e4e2;
	padding: 150px 0;
	margin: 0 auto 150px;
}

#top_2303sa #area_02 .inner{
	max-width: 1600px;
	margin: 0 auto;
}

#top_2303sa #area_02 .title{
	text-align: center;
}

#top_2303sa #area_02 .title img{
	width: 18.8%;
}

#top_2303sa #area_02 .title p{
	margin: 35px 0 60px;
}

#top_2303sa #area_02 ul{
	padding-left: 4%;
	text-align: center;
}

#top_2303sa #area_02 li{
  display: inline-block;
	width: 184px;
	margin: 0 4% 30px 0;
	vertical-align: top;
}
 
#top_2303sa #area_02 li a:link,
#top_2303sa #area_02 li a:visited{
  color: #000;
}
#top_2303sa #area_02 li a:hover {
  color: #C30002;
	text-decoration: underline;
}

#top_2303sa #area_02 .search_area{
	max-width: 278px;
	border-bottom: #000 1px solid;
	margin: 100px auto 0;
}

#top_2303sa #area_02 .search_area .txt_area{
	background: #e6e4e2;
	border: none;
	outline: none;
	font-size: 20px;
}


#top_2303sa #catch_area{
	margin-bottom: 150px;
}

#top_2303sa #catch_area img{
	display: block;
}

/********************
*
* 2025ǯǯ��ǯ��
*
********************/

#top_2303sa #cou_area{
	max-width: 1600px;
	margin: 0 auto 150px;
}

#top_2303sa #cou_area .title{
	text-align: center;
}

#top_2303sa #cou_area .txt_01{
	background: #b0151b;
	border-radius: 25px;
	width: fit-content;
	padding: 10px 30px 8px;
	margin: 0 auto 40px;
	color: #fff;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: bold;
}

#top_2303sa #cou_area .txt_02{
	margin-bottom: 100px;
}

#top_2303sa #cou_area .column_left,
#top_2303sa #cou_area .column_right{
	width: 48.6%;
}

#top_2303sa #sale_area{
	max-width: 1600px;
	margin: 0 auto 150px;
}

#top_2303sa #sale_area .title{
	margin-bottom: 60px;
	text-align: center;
}

#top_2303sa #sale_area .title p{
	margin-top: 60px;
}

#top_2303sa #sale_area .section_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

#top_2303sa #sale_area .section_inner .item{
	margin-bottom: 100px;
	width: 32.5%;
  display: flex;
  flex-direction: column;
}

#top_2303sa #sale_area .column_inner img{
	margin-bottom: 15px;
	display: block;
}

#top_2303sa #sale_area .column_inner .icon_01{
	background-color: #8d0303;
}

#top_2303sa #sale_area .column_inner .icon_02{
	background-color: #ff6c00;
}

#top_2303sa #sale_area .column_inner h4{
	margin: 10px 0 0;
	font-size: 23px;
	line-height: 1.5em;
	font-weight: bold;
}

#top_2303sa #sale_area .column_inner h4 a:link,
#top_2303sa #sale_area .column_inner h4 a:visited{
	color: #111111;
}
#top_2303sa #sale_area .column_inner h4 a:hover,
#top_2303sa #sale_area .column_inner h4 a:active{
	color: #bf1920;
}

#top_2303sa #sale_area .column_inner h5{
	font-weight: bold;
}

#top_2303sa #sale_area .column_inner h5 a:link,
#top_2303sa #sale_area .column_inner h5 a:visited{
	color: #950000;
}
#top_2303sa #sale_area .column_inner h5 a:hover,
#top_2303sa #sale_area .column_inner h5 a:active{
	color: #eb7400;
}

#top_2303sa #sale_area .column_inner .detail{
	margin-bottom: 20px;
	color: #111;
}

#top_2303sa #sale_area .column_inner .def_price{
	margin-top: auto;
	color: #f37901;
}

#top_2303sa #sale_area .column_inner .def_price span{
	text-decoration: line-through;
}

#top_2303sa #sale_area .column_inner .price{
	font-size: 50px;
	font-weight: bold;
	line-height: 1.5em;
}

#top_2303sa #sale_area .column_inner .price span.icon{
	background: #e64c00;
	padding: 3px 5px 1px;
	margin-right: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1.3em;
}

#top_2303sa #sale_area .column_inner .price em{
	font-size: 40px;
}

#top_2303sa #sale_area .column_inner .price span.tax{
	font-size: 30px;
}

#top_2303sa #sale_area .column_inner .price a:link,
#top_2303sa #sale_area .column_inner .price a:visited{
	color: #a50808;
}
#top_2303sa #sale_area .column_inner .price a:hover,
#top_2303sa #sale_area .column_inner .price a:active{
	color: #eb7400;
}



@media only screen and (max-width: 640px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	
	#top_2303sa{
		width: 100%;
		overflow-x: hidden;
		font-size: 12px;
		line-height: 1.5em;
	}

	/***** header *****/
	#top_2303sa header #header_top{
		min-height: 80px;
		font-size: 16px;
		line-height: 1.2em;
	}

	#top_2303sa header #header_top .inner{
		width: 100%;
		padding-top: 30px;
	}

	#top_2303sa header #header_top .ci{
		position: absolute;
		left: 5%;
		top: 25px;
		transform: translateX(0%);
		width: 28%;
	}

	#top_2303sa header #header_top li{
		margin-right: 5px;
		float: left;
	}

	#top_2303sa header #header_top li img{
		width: 70%;
	}

	#top_2303sa header #header_top li.search > div:after {
		content: "";
		background: white;
		width: 2px;
		height: 10px;
		position: absolute;
		top: 18px;
		right: 0px;
		transform: rotate(135deg);
	}

	#top_2303sa header #header_top li.search div input.txt_area {
		color: white;
		font-size: 16px;
		background: transparent;
		width: 4px;
		height: 4px;
		padding: 7px;
		border: solid 2px white;
		outline: none;
		border-radius: 16px;
		transition: width 0.5s;
	}

	#top_2303sa header #header_top li.search div input.txt_area::placeholder {
		color: #efefef;
		opacity: 0;
		transition: opacity 150ms ease-out;
	}

	#top_2303sa header #header_top li.search div input.txt_area:focus::placeholder {
		opacity: 1;
	}

	#top_2303sa header #header_top li.search div input.txt_area:focus,
	#top_2303sa header #header_top li.search div input.txt_area:not(:placeholder-shown) {
		width: 100px;
	}

	#top_2303sa header #header_bottom .menu{
		border-right: #fff 1px solid;
		padding: 0 5px;
		width: 20%;
		font-size: 10px;
		}

	#top_2303sa header #header_bottom .child_menu .child_menu_inner{
		width: 100%;
		padding: 0;
	}

	#top_2303sa header #header_bottom .child_menu li{
		width: 25%;
		margin-right: 4%;
	}
	/***** header *****/
	
	
	/***** footer *****/
	#top_2303sa footer #footer_inner .column_area h5{
		font-size: 16px;
		line-height: 1.5em;
	}

	#top_2303sa footer #footer_inner .column_area .column_left,
	#top_2303sa footer #footer_inner .column_area .column_right{
		width: 98%;
		margin: 0 auto;
		float: none;
	}
	/***** footer *****/
	
	#top_2303sa #main_slide{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	#top_2303sa #main_slide #merit_area{
		width: 98%;
		padding: 1%;
	}

	#top_2303sa #main_slide #merit_area h2{
		font-size: 20px;
		line-height: 1.2em;
	}

	#top_2303sa #main_slide #merit_area li{
		width: 46%;
		display: inline-block;
		margin: 0 0.9% 20px 0;
		font-size: 12px;
		line-height: 1.2em;
		vertical-align: top;
	}

	#top_2303sa #main_slide #merit_area li a{
		color: #000;
	}

	#top_2303sa #main_slide #merit_area li a:hover{
		text-decoration: underline;
	}

	#top_2303sa #main_slide #merit_area li img{
		width: 100%;
	}

	#top_2303sa #main_slide #merit_area li span{
		font-size: 14px;
	}

	#top_2303sa #main_slide #info_area{
		width: 98%;
		padding: 1%;
	}

	#top_2303sa #main_slide #info_area h2{
		font-size: 20px;
		line-height: 1.2em;
	}

	#top_2303sa #main_slide #info_area li{
		width: 98%;
		display: inline-block;
		margin: 0 0.9% 20px 0;
		font-size: 12px;
		line-height: 1.2em;
		vertical-align: top;
	}

	#top_2303sa #main_slide #info_area li a{
		color: #000;
	}

	#top_2303sa #main_slide #info_area li a:hover{
		text-decoration: underline;
	}

	#top_2303sa #main_slide #info_area li img{
		width: 100%;
	}

	#top_2303sa #main_slide #info_area li span{
		font-size: 14px;
	}

	#top_2303sa #main_slide #kyugyo{
		margin: 50px auto 0;
		width: 98%;
		padding: 1%;
	}

	#top_2303sa #main_slide #kyugyo h2{
		font-size: 20px;
		line-height: 1.2em;
	}

	#top_2303sa #main_slide #kyugyo li{
			width: 98%;
			display: inline-block;
			margin: 0 0.9% 20px 0;
			font-size: 12px;
			line-height: 1.2em;
			vertical-align: top;
	}

	#top_2303sa #santaro .section_lv3 p{
		border-bottom: #000 1px solid;
		padding-bottom: 8px;
		margin-bottom: 20px;
		font-size: 20px;
		text-align: center;
	}

	#top_2303sa #main_slide .swiper-pagination-bullet {
		position: relative;
		width: 60px;
		height: 6px;
		display: inline-block;
		border-radius: 0px;
		background: #8c8c8c;
		opacity: 1;
		/*opacity: 0.2;*/
	}
	
/*�ڡ����͡�������Ѳ���*/
	/*#top_2303sa #main_slide .swiper-pagination-bullet::before {
		content: "";
		position: absolute;
		display: inline-block;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		background-color: #535353;
	}*/

	#top_2303sa #sub_slide{
		margin:  0 auto 50px;
	}

	#top_2303sa #sub_slide .title p{
		margin: 25px 0 30px;
	}

	#top_2303sa #sub_slide .title img{
		width: 43.4%;
	}

	#top_2303sa #sub_slide .swiper-pagination-bullet {
		width: 40px;
		height: 4px;
	}

	#top_2303sa #ban_area{
		width: 98%;
		padding: 1%;
		margin: 0 auto 60px;
	}

	#top_2303sa #ban_area .column_inner,
	#top_2303sa #ban_area .s_ban_area .column_inner{
		width: 100%;
		margin-bottom: 10px;
	}

	#top_2303sa #ban_area .s_ban_area{
		margin-bottom: 0;
	}
	
	#top_2303sa #ban_area .column_left,
	#top_2303sa #ban_area .column_right{
		float: none;
		width: 100%;
	}
	
	#top_2303sa #ban_area .link_btn{
		margin-top: 30px;
	}
	
	#top_2303sa #ban_area .link_btn a{
		width: 80%;
		padding: 15px 0;
		margin: 0 auto;
		text-align: center;
		font-size: 16px;
		line-height: 1.5em;
	}

	#top_2303sa #area_01{
		margin-bottom: 60px;
	}

	#top_2303sa #area_01 .title img{
		width: 96%;
	}

	#top_2303sa #area_01 .title p{
		margin: 25px 0 30px;
	}

	#top_2303sa #area_01 .column_inner{
		width: 48.5%;
	}

	#top_2303sa #area_01 .column_inner h4{
		font-size: 14px;
		font-weight: normal;
		line-height: 1.5em;
	}

	#top_2303sa #area_01 .section_inner{
		width: 98%;
		padding: 1%;
	}

	#top_2303sa #area_01 .section_lv1{
		margin-bottom: 35px;
	}

	#top_2303sa #area_02{
		padding: 40px 0;
	}

	#top_2303sa #area_02 .title img{
		width: 47%;
	}

	#top_2303sa #area_02 .title p{
		margin: 25px 0 30px;
	}

	#top_2303sa #area_02 .inner{
		width: 100%;
	}

	#top_2303sa #area_02 ul{
		font-size: 10px;
		padding: 0;
	}

	#top_2303sa #area_02 li{
		width: 25%;
		margin: 0 4% 30px 0;
	}

	#top_2303sa #area_02 .search_area{
		margin: 40px auto 0;
	}

	#top_2303sa #area_02 .search_area .txt_area{
		font-size: 20px;
	}

	#top_2303sa #catch_area{
		margin-bottom: 60px;
	}

	#top_2303sa #elp_area{
		width: 100%;
		margin: 0 auto 60px;
	}

	#top_2303sa #elp_area .title img{
		width: 76.4%;
	}

	#top_2303sa #elp_area .title p{
		margin: 25px 0 30px;
	}

	#top_2303sa #elp_area h3{
		margin-bottom: 40px;
		text-align: center;
	}

	#top_2303sa #elp_area .section_lv1{
		margin-bottom: 0; 
	}

	#top_2303sa #elp_area .section_inner{
		padding: 0 1%;
	}

	#top_2303sa #elp_area .column_inner{
		width: 48%;
		margin-bottom: 30px; 
	}

	#top_2303sa #elp_area .section_inner .column_left{
		float: none;
	}
	#top_2303sa #elp_area .section_inner .column_right{
		float: none;
	}
	#top_2303sa #elp_area .section_inner .column_center{
		float: none;
		margin-left: 0; 
	}

	#top_2303sa #elp_area .section_inner .odd{
		float: left;
	}

	#top_2303sa #elp_area .section_inner .even{
		float: right;
	}

	#top_2303sa #elp_area .column_inner h4{
		font-size: 14px;
		line-height: 1.5em;
		font-weight: normal;
}

	#top_2303sa #elp_area .column_inner h5{
		margin-bottom: 10px;
		font-size: 12px;
		font-weight: normal;
	}

	#top_2303sa #elp_area .column_inner .detail{
		margin-bottom: 20px;
	}

	#top_2303sa #elp_area .column_inner .price{
		font-size: 14px;
		line-height: 1.5em;
	}

	#top_2303sa #elp_area .column_inner .price span{
		font-size: 12px;
		line-height: 1.5em;
	}
	
	#top_2303sa #area_04{
		width: 100%;
		margin: 0 auto 60px;
	}

	#top_2303sa #area_04 .title img{
		width: 92%;
	}

	#top_2303sa #area_04 .title p{
		margin: 25px 0 30px;
	}

	#top_2303sa #area_04 .section_lv1{
		margin-bottom: 0; 
	}

	#top_2303sa #area_04 .section_inner{
		padding: 0;
	}

	#top_2303sa #area_04 .column_inner{
		width: 48%;
		margin-bottom: 30px; 
	}

	#top_2303sa #area_04 .section_inner .column_left{
		float: none;
	}
	#top_2303sa #area_04 .section_inner .column_right{
		float: none;
	}
	#top_2303sa #area_04 .section_inner .column_center{
		float: none;
		margin-left: 0; 
	}

	#top_2303sa #area_04 .section_inner .odd{
		float: left;
	}

	#top_2303sa #area_04 .section_inner .even{
		float: right;
	}

	#top_2303sa #area_04 .column_inner h4{
		font-size: 14px;
		line-height: 1.5em;
		font-weight: normal;
}

	#top_2303sa #area_04 .column_inner h5{
		margin-bottom: 10px;
		font-size: 12px;
		font-weight: normal;
	}

	#top_2303sa #area_04 .column_inner .detail{
		margin-bottom: 20px;
	}

	#top_2303sa #area_04 .column_inner .price{
		font-size: 14px;
		line-height: 1.5em;
	}

	#top_2303sa #area_04 .column_inner .price span{
		font-size: 12px;
		line-height: 1.5em;
	}
	
	.tab-label {
		font-size: 12px;
		font-weight: bold;
		white-space: nowrap;
		padding: 10px 0;
		color: #000;
		border-left: #595959 2px solid;
	}


}

/********************
* 2022ǯ12��SS
* ���إХʡ���
********************/
#banner_2212sa{
	font-family:"�⥴���å� Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",�ᥤ�ꥪ,Meiryo,sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	color: #000;
	margin: 0 auto;
}

#banner_2212sa #wrapper{
	width: 100%;
}

#banner_2212sa #contents{
	width: 950px;
	margin: 0 auto;
}

#banner_2212sa #contents img{
	display: block;
}

#banner_2212sa #main_img{
	width: 950px;
	margin: 0 auto 35px;
}

#banner_2212sa #main_slide{
	width: 950px;
	margin:  0 auto 50px;
	position: relative;
	overflow: hidden;
}

#banner_2212sa .swiper-main{
	width: 606px;
	padding-bottom: 50px;
	overflow: visible;
  z-index: 1;
}

#banner_2212sa #main_slide .swiper-main .swiper-slide-next,
#banner_2212sa #main_slide .swiper-main .swiper-slide-prev{
	background: #fff;
}

#banner_2212sa #main_slide .swiper-main .swiper-slide-next img,
#banner_2212sa #main_slide .swiper-main .swiper-slide-prev img{
	opacity: 0.7;
}

#banner_2212sa #main_slide .swiper-button-prev:after,
#banner_2212sa #main_slide .swiper-button-next:after {
	display: none;
}

#banner_2212sa #main_slide .swiper-button-prev,
#banner_2212sa #main_slide .swiper-button-next{
	width: 42px;
	height: 42px;
	top: 200px;
}

#banner_2212sa #search_area{
	width: 1000px;
	margin: 0 auto 30px;
	text-align: center;
}

#banner_2212sa #search_area .inner{
	max-width: 575px;
	margin: 0 auto 90px;
}

#banner_2212sa #search_area .txt_area{
	width: 490px;
	height: 40px;
	padding: 0 10px;
	text-align: left;
	float: left;
	font-size: 20px;
}

#banner_2212sa #search_area .sumit_btn{
	float: right;
}

#banner_2212sa #ent_area{
	margin-bottom: 30px;
	text-align: center;
}

#banner_2212sa #ent_area h2{
	margin-bottom: 50px;
}

#banner_2212sa #ent_area img{
	display: inline;
}

#banner_2212sa #cou_area{
	margin-bottom: 40px;
}

#banner_2212sa #cou_area .column_center{
	margin-left: 10px;
}

#banner_2212sa #area_01{
	margin-bottom: 50px;
}

#banner_2212sa #area_01 .section_lv1{
	margin-bottom: 45px;
}

#banner_2212sa #area_01 .column_inner{
	width: 470px;
	color: #333333;
}

#banner_2212sa #area_01 .column_inner img{
	margin-bottom: 10px;
}

#banner_2212sa #area_01 .column_inner h4{
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5em;
}

#banner_2212sa #area_01 .column_inner h4 a:link,
#banner_2212sa #area_01 .column_inner h4 a:visited{
	color: #111111;
}
#banner_2212sa #area_01 .column_inner h4 a:hover,
#banner_2212sa #area_01 .column_inner h4 a:active{
	color: #bf1920;
}

/********************
*
* 2024ǯ1��ե�����
*
********************/
#cou_2401 .column_area:after,
#sale_2401 .column_area:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0px;
	clear:both;
	line-height:0%;
	font-size:0px;
}

#cou_2401{
	margin-bottom: 60px;
}

#cou_2401 p{
	text-align: center;
	margin-bottom: 30px;
}

#cou_2401 .column_inner{
	width: 33.1%;
}

#cou_2401 .column_center{
	margin-left: 0.4%;
}

#sale_2401{
	max-width: 1600px;
	margin: 90px auto 150px;
}

#sale_2401 .title{
	margin-bottom: 70px;
}

#sale_2401 h3{
	text-align: center;
	color: #010101;
}

#sale_2401 .section_lv1 .column_area{
	margin-bottom: 100px;
}

#sale_2401 .section_lv1 .column_inner{
	max-width: 49%;
	color: #000;
}

#sale_2401 .section_lv2{
	margin-bottom: 80px;
}

#sale_2401 .column_inner .img_01{
	margin-bottom: 10px;
}

#sale_2401 .column_inner ul{
	margin-bottom: 3px;
}

#sale_2401 .column_inner li,
#sale_2401 .column_inner li img{
	display: inline;
}

#sale_2401 .column_inner .cate{
	font-size: 23px;
	font-weight: bold;
	line-height: 1.7em;
}

#sale_2401 .column_inner .cate:link,
#sale_2401 .column_inner .cate:visited{
	color: #000;
}
#sale_2401 .column_inner .cate:hover,
#sale_2401 .column_inner .cate:active{
	color: #a60303;
}

#sale_2401 .column_inner .name a:link,
#sale_2401 .column_inner .name a:visited{
	color: #a60303;
}
#sale_2401 .column_inner .name a:hover,
#sale_2401 .column_inner .name a:active{
	color: #255527;
}

#sale_2401 .column_inner .detail{
	margin-bottom: 20px;
}

/***** price_area *****/
/** ���� **/
#sale_2401 .price_area:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0px;
	clear:both;
	line-height:0%;
	font-size:0px;
}

#sale_2401 .price_area .inner_left{
	text-align: center;
}

#sale_2401 .price_area .inner_left .base_price::after {
	content: '';
	border-top: 2px solid #a60303;
	width: 100%;
	transform: rotate(353deg);
	position: absolute;
	top: 40%;
	left: 0;
}

#sale_2401 .price_area .inner_right .price:link,
#sale_2401 .price_area .inner_right .price:visited{
	color: #a60303;
}
#sale_2401 .price_area .inner_right .price:hover,
#sale_2401 .price_area .inner_right .price:active{
	color: #255527;
}


/** ���� **/
#sale_2401 .price_area .inner_left .txt_01{
	border-bottom: #fff 1px solid;
	font-size: 18px;
	line-height: 1.2em;
}

#sale_2401 .price_area .inner_left .base_price{
	font-size: 26px;
	line-height: 1.2em;
	position: relative;
}

#sale_2401 .price_area .inner_left .base_price span{
	font-size: 20px;
	line-height: 1.5em;
}

#sale_2401 .price_area .inner_center{
	padding: 27px 0 0 15px;
}

#sale_2401 .price_area .inner_center .tri{
	width: 0;
	height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #666;
}

#sale_2401 .price_area .inner_right{
	margin-left: 20px;
	float: left;
}

#sale_2401 .price_area .inner_right .price{
	font-size: 60px;
	font-weight: bold;
	line-height: 1.0em;
}

#sale_2401 .price_area .inner_right .price span{
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
}

#top_2312sa_sp #sale_2401_01{
	margin: 70px 0 100px;
}

#top_2312sa_sp #sale_2401_01 .title{
	text-align: center;
}

#top_2312sa_sp #sale_2401_01 h3{
	margin-bottom: 40px;
	text-align: center;
}

#top_2312sa_sp #sale_2401_01 .sub_title{
	padding: 0 5px;
	margin-bottom: 20px;
	text-align: center;
}

#top_2312sa_sp #sale_2401_01 .sub_title h4{
	border-bottom: #000 1px solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2em;
	color: #000;
}

#top_2312sa_sp #sale_2401_01 .sub_title .date{
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2em;
	color: #b10000;
}

#top_2312sa_sp #sale_2401_01 .section_lv1{
	margin-bottom: 45px;
}

#top_2312sa_sp #sale_2401_01 .section_inner{
	padding: 0 5px;
	width: 630px;
	color: #000;
}

#top_2312sa_sp #sale_2401_01 .section_inner .img_01{
	margin-bottom: 10px;
}

#top_2312sa_sp #sale_2401_01 .section_inner .icon{
	margin-bottom: 3px;
}

#top_2312sa_sp #sale_2401_01 .section_inner .icon li,
#top_2312sa_sp #sale_2401_01 .section_inner .icon li img{
	display: inline;
}

#top_2312sa_sp #sale_2401_01 .section_inner .item_name{
	margin-bottom: 3px;
}

#top_2312sa_sp #sale_2401_01 .section_inner .item_name:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0px;
	clear:both;
	line-height:0%;
	font-size:0px;
}

#top_2312sa_sp #sale_2401_01 .section_inner .item_name li{
	margin-right: 20px;
	float: left;
}

#top_2312sa_sp #sale_2401_01 .section_inner .cate{
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5em;
}

#top_2312sa_sp #sale_2401_01 .section_inner .cate:link,
#top_2312sa_sp #sale_2401_01 .section_inner .cate:visited{
	color: #000;
}
#top_2312sa_sp #sale_2401_01 .section_inner .cate:hover,
#top_2312sa_sp #sale_2401_01 .section_inner .cate:active{
	color: #a60303;
}

#top_2312sa_sp #sale_2401_01 .section_inner .name{
	margin-top: 3px;
	font-size: 22px;
	line-height: 1.5em;
}

#top_2312sa_sp #sale_2401_01 .section_inner .name a:link,
#top_2312sa_sp #sale_2401_01 .section_inner .name a:visited{
	color: #a60303;
}
#top_2312sa_sp #sale_2401_01 .section_inner .name a:hover,
#top_2312sa_sp #sale_2401_01 .section_inner .name a:active{
	color: #255527;
}

#top_2312sa_sp #sale_2401_01 .section_inner .detail{
	margin-bottom: 25px;
}

/***** price_area *****/
/** ���� **/

#top_2312sa_sp #sale_2401_01 .price_area:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0px;
	clear:both;
	line-height:0%;
	font-size:0px;
}

#top_2312sa_sp #sale_2401_01 .section_lv2:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0px;
	clear:both;
	line-height:0%;
	font-size:0px;
}

#top_2312sa_sp #sale_2401_01 .price_area .inner_left{
	margin-top: 4px;
	text-align: center;
}

#top_2312sa_sp #sale_2401_01 .price_area .inner_left .base_price::after {
	content: '';
	border-top: 2px solid #a60303;
	width: 100%;
	transform: rotate(353deg);
	position: absolute;
	top: 40%;
	left: 0;
}

#top_2312sa_sp #sale_2401_01 .price_area .inner_right .price:link,
#top_2312sa_sp #sale_2401_01 .price_area .inner_right .price:visited{
	color: #a60303;
}
#top_2312sa_sp #sale_2401_01 .price_area .inner_right .price:hover,
#top_2312sa_sp #sale_2401_01 .price_area .inner_right .price:active{
	color: #255527;
}


/** ���� **/
#top_2312sa_sp #sale_2401_01 .section_lv1 .price_area .inner_left .txt_01{
	border-bottom: #fff 1px solid;
	font-size: 18px;
	line-height: 1.2em;
}

#top_2312sa_sp #sale_2401_01 .section_lv1 .price_area .inner_left .base_price{
	font-size: 26px;
	line-height: 1.2em;
	position: relative;
}

#top_2312sa_sp #sale_2401_01 .section_lv1 .price_area .inner_left .base_price span{
	font-size: 20px;
	line-height: 1.5em;
}

#top_2312sa_sp #sale_2401_01 .section_lv1 .price_area .inner_center{
	padding: 27px 0 0 15px;
}

#top_2312sa_sp #sale_2401_01 .section_lv1 .price_area .inner_center .tri{
	width: 0;
	height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #666;
}

#top_2312sa_sp #sale_2401_01 .section_lv1 .price_area .inner_right{
	margin-left: 20px;
	float: left;
}

#top_2312sa_sp #sale_2401_01 .section_lv1 .price_area .inner_right .price{
	font-size: 60px;
	font-weight: bold;
	line-height: 1.0em;
}

#top_2312sa_sp #sale_2401_01 .section_lv1 .price_area .inner_right .price span{
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
}


/********************
*
* 2024ǯ5��⡼��TOP��KDDIͶƳ�֥��å�
*
********************/
#top_2303sa #sale_2405 .column_area:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0px;
	clear:both;
	line-height:0%;
	font-size:0px;
}

#top_2303sa #sale_2405{
	max-width: 1600px;
	margin: 0 auto 200px;
	color: #595959;
}

#top_2303sa #sale_2405 .ban_area{
	margin-bottom: 100px;
}

#top_2303sa #sale_2405 .title_area{
	margin-bottom: 70px;
	text-align: center;
}

#top_2303sa #sale_2405 .title_area h2{
	margin-bottom: 30px;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.1em;
	color: #38699a;
}

#top_2303sa #sale_2405 .title_area h2 span{
	font-size: 20px;
	font-weight: normal;
}


#top_2303sa #sale_2405 .section_lv2{
	margin-bottom: 40px;
}

#top_2303sa #sale_2405 .column_area .column_inner{
	max-width: 48.7%;
}

#top_2303sa #sale_2405 .column_area img{
	margin-bottom: 10px;
	
}

#top_2303sa #sale_2405 .column_area h4{
	margin-bottom: 10px;
	font-size: 30px;
	font-weight:  bold;
	line-height: 1.2em;
}

#top_2303sa #sale_2405 .column_area h4 a:link,
#top_2303sa #sale_2405 .column_area h4 a:visited{
	color: #595959;
}
#top_2303sa #sale_2405 .column_area h4 a:hover,
#top_2303sa #sale_2405 .column_area h4 a:active{
	color: #a71111;
}

#top_2303sa #sale_2405 .column_area h3{
	margin-bottom: 15px;
}

#top_2303sa #sale_2405 .column_area h3 a:link,
#top_2303sa #sale_2405 .column_area h3 a:visited{
	color: #085da3;
}
#top_2303sa #sale_2405 .column_area h3 a:hover,
#top_2303sa #sale_2405 .column_area h3 a:active{
	color: #a71111;
}

#top_2303sa #sale_2405 .column_area .detail{
	margin-bottom: 20px;
}

#top_2303sa #sale_2405 .column_area .price{
	font-size: 50px;
	font-weight: bold;
	line-height: 1.1em;
}

#top_2303sa #sale_2405 .column_area .price em{
	font-size: 40px;
}

#top_2303sa #sale_2405 .column_area .price span{
	font-size: 30px;
}

#top_2303sa #sale_2405 .column_area .price:link,
#top_2303sa #sale_2405 .column_area .price:visited{
	color: #a71111;
}
#top_2303sa #sale_2405 .column_area .price:hover,
#top_2303sa #sale_2405 .column_area .price:active{
	color: #E96500;
}



/********************
*
* 2024ǯ7��⡼��TOP��KDDIͶƳ�֥��å�
*
********************/
#top_2303sa #sale_2407 .column_area:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0px;
	clear:both;
	line-height:0%;
	font-size:0px;
}

#top_2303sa #sale_2407{
	max-width: 1600px;
	margin: 0 auto 200px;
	color: #595959;
}

#top_2303sa #sale_2407 .ban_area{
	margin-bottom: 100px;
}

#top_2303sa #sale_2407 .ban_area:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0px;
	clear:both;
	line-height:0%;
	font-size:0px;
}

#top_2303sa #sale_2407 .ban_area .column_left,
#top_2303sa #sale_2407 .ban_area .column_right{
	width: 48.7%;
}

#top_2303sa #sale_2407 .title_area{
	margin-bottom: 70px;
	text-align: center;
}

#top_2303sa #sale_2407 .title_area .txt_01{
	margin: 20px 0 30px;
	font-size: 20px;
	font-weight: normal;
}


#top_2303sa #sale_2407 .section_lv2{
	margin-bottom: 40px;
}

#top_2303sa #sale_2407 .column_area .column_inner{
	max-width: 48.7%;
}

#top_2303sa #sale_2407 .column_area img{
	margin-bottom: 10px;
	
}

#top_2303sa #sale_2407 .column_area h4{
	margin-bottom: 10px;
	font-size: 30px;
	font-weight:  bold;
	line-height: 1.2em;
}

#top_2303sa #sale_2407 .column_area h4 a:link,
#top_2303sa #sale_2407 .column_area h4 a:visited{
	color: #595959;
}
#top_2303sa #sale_2407 .column_area h4 a:hover,
#top_2303sa #sale_2407 .column_area h4 a:active{
	color: #a71111;
}

#top_2303sa #sale_2407 .column_area h3{
	margin-bottom: 15px;
}

#top_2303sa #sale_2407 .column_area h3 a:link,
#top_2303sa #sale_2407 .column_area h3 a:visited{
	color: #085da3;
}
#top_2303sa #sale_2407 .column_area h3 a:hover,
#top_2303sa #sale_2407 .column_area h3 a:active{
	color: #a71111;
}

#top_2303sa #sale_2407 .column_area .detail{
	margin-bottom: 20px;
}

#top_2303sa #sale_2407 .column_area .price{
	font-size: 50px;
	font-weight: bold;
	line-height: 1.1em;
}

#top_2303sa #sale_2407 .column_area .price em{
	font-size: 40px;
}

#top_2303sa #sale_2407 .column_area .price span{
	font-size: 30px;
}

#top_2303sa #sale_2407 .column_area .price:link,
#top_2303sa #sale_2407 .column_area .price:visited{
	color: #a71111;
}
#top_2303sa #sale_2407 .column_area .price:hover,
#top_2303sa #sale_2407 .column_area .price:active{
	color: #E96500;
}

/********************
*
* 2024ǯ8��⡼��TOP��KDDIͶƳ�֥��å�
*
********************/
#top_2303sa #sale_2408 .column_area:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0px;
	clear:both;
	line-height:0%;
	font-size:0px;
}

#top_2303sa #sale_2408{
	max-width: 1600px;
	margin: 0 auto 200px;
	color: #595959;
}

#top_2303sa #sale_2408 .ban_area{
	margin-bottom: 100px;
}

#top_2303sa #sale_2408 .ban_area:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0px;
	clear:both;
	line-height:0%;
	font-size:0px;
}

#top_2303sa #sale_2408 .ban_area .column_left,
#top_2303sa #sale_2408 .ban_area .column_right{
	width: 48.7%;
}

#top_2303sa #sale_2408 .title_area{
	margin-bottom: 70px;
	text-align: center;
}

#top_2303sa #sale_2408 .title_area h2{
	margin-bottom: 30px;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.1em;
	color: #38699a;
}

#top_2303sa #sale_2408 .title_area h2 span{
	font-size: 20px;
	font-weight: normal;
}

#top_2303sa #sale_2408 .section_lv2{
	margin-bottom: 40px;
}

#top_2303sa #sale_2408 .column_area .column_inner{
	max-width: 48.7%;
}

#top_2303sa #sale_2408 .column_area img{
	margin-bottom: 10px;
	
}

#top_2303sa #sale_2408 .column_area h4{
	margin-bottom: 10px;
	font-size: 30px;
	font-weight:  bold;
	line-height: 1.2em;
}

#top_2303sa #sale_2408 .column_area h4 a:link,
#top_2303sa #sale_2408 .column_area h4 a:visited{
	color: #595959;
}
#top_2303sa #sale_2408 .column_area h4 a:hover,
#top_2303sa #sale_2408 .column_area h4 a:active{
	color: #a71111;
}

#top_2303sa #sale_2408 .column_area h3{
	margin-bottom: 15px;
}

#top_2303sa #sale_2408 .column_area h3 a:link,
#top_2303sa #sale_2408 .column_area h3 a:visited{
	color: #085da3;
}
#top_2303sa #sale_2408 .column_area h3 a:hover,
#top_2303sa #sale_2408 .column_area h3 a:active{
	color: #a71111;
}

#top_2303sa #sale_2408 .column_area .detail{
	margin-bottom: 20px;
}

#top_2303sa #sale_2408 .column_area .price{
	font-size: 50px;
	font-weight: bold;
	line-height: 1.1em;
}

#top_2303sa #sale_2408 .column_area .price em{
	font-size: 40px;
}

#top_2303sa #sale_2408 .column_area .price span{
	font-size: 30px;
}

#top_2303sa #sale_2408 .column_area .price:link,
#top_2303sa #sale_2408 .column_area .price:visited{
	color: #a71111;
}
#top_2303sa #sale_2408 .column_area .price:hover,
#top_2303sa #sale_2408 .column_area .price:active{
	color: #E96500;
}







