﻿@charset "UTF-8";
/*--------------------------------------------
 選び方 
--------------------------------------------*/
#select_down {
  /* font-weight: 700;
  font-family: serif; */
  font-size: 20px;
  line-height: 160%;
}
#select_down .red_ {
  color: #e03211;
  font-size: 22px;
}
#select_down .border-bottom {
  border-bottom: 1px solid #444;
}
#select_down .contents_wrapper {
  width: 1000px;
  margin: 0 auto;
}
#select_down .item_link {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  width: calc(100% + 24px);
}
#select_down .item_link li {
  width: calc((100% - 10px) / 3);
}
#select_down {
  padding-bottom: 80px;
}
#select_down h1 {
  background: #efeee9;
  padding: 0;
  margin: 0;
  font-size: 0;
}
#select_down section {
  width: 1000px;
  margin: 80px auto 0px;
}
#select_down h2 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 36px;
  text-align: center;
  color: #e03211;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.3;
}
#select_down h2 .read_ {
  font-size: 16px;
  display: block;
  color: #333333;
  margin-top: 10px;
}
#select_down h3,
#select_down h4 {
    background: rgba(0,0,0,0);
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1.3;
}
#select_down p {
    margin-bottom: 25px;
}
#select_down .img_ {
    text-align: center;
    margin-bottom: 40px;
}
#select_down .sec01_ .column1 {
    margin: 0 auto;
    padding: 40px;
    border: 4px solid #e03233;
    border-image: url(/ec/img/usr/freepage/select_down/border-bg.png) 35 35 round;
}
#select_down .sec01_ .column1 h3 {
    text-align: center;
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 900;
    color: #e03233;
}
#select_down .sec02_ .column2,
#select_down .sec03_ ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
#select_down .sec02_ .column2 .left {
    width: 380px;
}
#select_down .sec02_ .column2 .left h3 {
    display: block;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    padding-bottom: 10px;
}
#select_down .sec02_ .column2 figure {
    text-align: right;
}
#select_down .sec02_ .column1 h3,
#select_down .sec03_ .column1 h3 {
    text-align: center;
    margin: 0 0 20px;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 900;
    border-bottom: 2px solid #e03233; 
}
#select_down .sec03_ ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: baseline;
    align-items: baseline;
}
#select_down .sec03_ ul li {
    width: 32%;
}
#select_down .sec03_ ul li h4 {
  font-weight: 900;
  margin-bottom: 10px;
  text-align: center;
}

/*--------------------------------------------
 種類 
--------------------------------------------*/
#type_down {
  /* font-weight: 700;
  font-family: serif; */
  font-size: 20px;
  line-height: 160%;
  padding-bottom: 80px;
}
#type_down .red_ {
  color: #e03211;
  font-size: 18px;
}
#type_down .border-bottom {
  border-bottom: 1px solid #444;
}
#type_down .contents_wrapper {
  width: 1000px;
  margin: 0 auto;
}
#type_down .item_link {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  width: calc(100% + 24px);
}
#type_down .item_link li {
  width: calc((100% - 10px) / 3);
}
#type_down h1 {
  background: #efeee9;
  padding: 0;
  margin: 0;
  font-size: 0;
}
#type_down section {
  width: 1000px;
  margin: 80px auto 0px;
}
#type_down h2 {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  color: #e03211;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.3;
}
#type_down h3,
#type_down h4 {
    background: rgba(0,0,0,0);
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1.3;
}
#type_down h3 {
    text-align: center;
    margin: 0 0 20px;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 900;
    border-bottom: 2px solid #e03233; 
}
#type_down .img_ {
    text-align: center;
    margin-bottom: 40px;
}
#type_down .img_:last-child {
    margin: 0;
}
#type_down .column1 {
    margin: 0 auto;
}
#type_down .column2 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 80px;
}
#type_down .read_detail_ {
    font-size: 22px;
    /* line-height: 1.8; */
}
#type_down .read_detail_ span {
    font-size: 16px;
    font-feature-settings : "palt" 1;
}
#type_down .sec03_ .column1 img.pc-only {
    margin-left: 100px;
}

#type_down ul.read_detail_ li.mark-red,#type_down ul.read_detail_ li.mark-orange,#type_down ul.read_detail_ li.mark-yellow {
	position:relative;
	margin: 0 0 0 35px;
}
#type_down ul.read_detail_ li.mark-red::before {
	position: absolute;
	content: '●';
	display: inline-block;
	font-size: 30px;
	color: #e03311;
	margin: 0 0 0 -37px;
}
#type_down ul.read_detail_ li.mark-orange::before {
	position: absolute;
	content: '●';
	display: inline-block;
	font-size: 30px;
	color: #ec9343;
	margin: 0 0 0 -37px;
}
#type_down ul.read_detail_ li.mark-yellow::before {
	position: absolute;
	content: '●';
	display: inline-block;
	font-size: 30px;
	color: #f8e89a;
	margin: 0 0 0 -37px;
}

#type_down div.season_ {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	width: 670px;
	margin: auto;
	font-size: 19px;
}
#type_down div.season_ img {
	margin: 0 30px 0 0;
}
#type_down div.season_ p span {
	font-size: 22px;
	font-weight: bold;
}

#type_down p.ps-text_ {
	font-size: 14px;
	text-align: center;
	margin: 25px 0 0 0;
}

#type_down .sec04_ h2 {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  color: #e03211;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 2px solid #e03233; 
}

/*--------------------------------------------
 商品詳細ajax用
--------------------------------------------*/
#ajax_type_down #type_down .sp-only {
	display: none;
}
/*余白調整*/
/*margin*/
#ajax_type_down #type_down .m0 {
	margin: 0;
}
/*margin-top*/
#ajax_type_down #type_down .mt10 {
	margin-top: 10px;
}
#ajax_type_down #type_down .mt20 {
	margin-top: 20px;
}
#ajax_type_down #type_down .mt30 {
	margin-top: 30px;
}
#ajax_type_down #type_down .mt40 {
	margin-top: 40px;
}
#ajax_type_down #type_down .mt50 {
	margin-top: 50px;
}
#ajax_type_down #type_down .mt60 {
	margin-top: 60px;
}
#ajax_type_down #type_down .mt70 {
	margin-top: 70px;
}
#ajax_type_down #type_down .mt80 {
	margin-top: 80px;
}
#ajax_type_down #type_down .mt90 {
	margin-top: 90px;
}
#ajax_type_down #type_down .mt100 {
	margin-top: 100px;
}
/*margin-bottom*/
#ajax_type_down #type_down .mb0 {
	margin-bottom: 0;
}
#ajax_type_down #type_down .mb10 {
	margin-bottom: 10px;
}
#ajax_type_down #type_down .mb20 {
	margin-bottom: 20px;
}
#ajax_type_down #type_down .mb30 {
	margin-bottom: 30px;
}
#ajax_type_down #type_down .mb40 {
	margin-bottom: 40px;
}
#ajax_type_down #type_down .mb50 {
	margin-bottom: 50px;
}
#ajax_type_down #type_down .mb60 {
	margin-bottom: 60px;
}
#ajax_type_down #type_down .mb70 {
	margin-bottom: 70px;
}
#ajax_type_down #type_down .mb150 {
	margin-bottom: 150px;
}
/*padding*/
#ajax_type_down #type_down .p0 {
	padding: 0;
}
/*padding-top*/
#ajax_type_down #type_down .pt10 {
	padding-top: 10px;
}
#ajax_type_down #type_down .pt20 {
	padding-top: 20px;
}
#ajax_type_down #type_down .pt30 {
	padding-top: 30px;
}
#ajax_type_down #type_down .pt40 {
	padding-top: 40px;
}
#ajax_type_down #type_down .pt50 {
	padding-top: 50px;
}
#ajax_type_down #type_down .pt80 {
	padding-top: 80px;
}
#ajax_type_down #type_down .pt100 {
	padding-top: 100px;
}
/*padding-bottom*/
#ajax_type_down #type_down .pb10 {
	padding-bottom: 10px;
}
#ajax_type_down #type_down .pb20 {
	padding-bottom: 20px;
}
#ajax_type_down #type_down .pb30 {
	padding-bottom: 30px;
}
#ajax_type_down #type_down .pb40 {
	padding-bottom: 40px;
}
#ajax_type_down #type_down .pb50 {
	padding-bottom: 50px;
}
#ajax_type_down #type_down .pb60 {
	padding-bottom: 60px;
}
#ajax_type_down #type_down .pb70 {
	padding-bottom: 70px;
}
#ajax_type_down #type_down .pb80 {
	padding-bottom: 80px;
}
