@charset "UTF-8";
/*---------------------------------------------------------------
  TOP
-----------------------------------------------------------------*/
#main_img {
    /*background-image: url(/res/img/top_consept_bg.jpg);*/
    /*background-image: url(/res/img/main_img_008.jpg);
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    margin-top: 114px;*/
    /*opacity: 0;
    -webkit-animation: anime 35s linear 0s infinite;
    animation: anime 35s linear 0s infinite;*/
}
#main_img img {
    /*width: 100%;
    margin-top: 114px;*/
    /*height: 600px;*/
}
#main_img p {
    padding-top: 120px;
}
/*#top_consept {
    background: url(/res/img/top_consept_bg.jpg) no-repeat 0 0;
    margin: 0 auto;
    padding-bottom: 40px;
}*/
/*おすすめ商品*/
.b_item_recommend .i_name {
    font-size: 1.1rem;
    margin-top: 10px;
    font-weight: bold;
}
.b_item_recommend {
    flex-wrap: wrap;
    justify-content: space-between;
}
.b_item_recommend li.linea {
    max-width: 200px;
    margin-bottom: 50px;
}
.b_item_recommend li img {
    width: 100%;
}

/*---------------------------------------------------------------
  HEADER
-----------------------------------------------------------------*/
#cmn_head {
    min-width: 1100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
#cmn_head_top {
    font-size: 0.75rem;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    /*background-color: #d3c6a6;*/
}
#cmn_head_top ul {
    width: 35%;
    margin: 0 10px;
}
#cmn_head_main {
    padding: 5px 0;
}
#cmn_head_main ul {
    width: 35%;
    text-align: center;
}
#cmn_head_main ul li a {
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #888;
}
#cmn_head_main ul li a:hover {
    color: #333;
}
#cmn_head_main ul li a span {
    font-size: 0.7rem;
    font-weight: normal;
    display: block;
}
#cart_box a {
    display: block;
    padding: 10px;
    display: block;
    border: 5px solid #009b63;
    color: #fff;
}
#cart_box a:hover {
    color: #333;
    border-radius: 10px;
}

/*LP header*/
#lhead {
    width: 900px;
    margin: 0 auto;
    padding: 5px 10px;
}
#lhead p{
    font-size: 0.7rem;
}
#lhead img {
    width: 170px;
    margin: 5px 0;
}

/*---------------------------------------------------------------
  FOOTER
-----------------------------------------------------------------*/
#cmn_footer {
    font-size: 0.8rem;
    background: #d3c6a6;
    padding: 50px 0;
}
#cmn_footer ul {
    width: 500px;
    padding: 20px;
    margin: 0 auto;
}
p.copy {
    font-size: 0.7rem;
    color: #666;
}



body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 1px;
    background-color: #fcfcfc;
}
.nopc {
    display: none;
    visibility: hidden;
}


/*---------------------------------------------------------------
  TEXT DESIGN
-----------------------------------------------------------------*/
.midashi {
    text-align: center;
    padding: 10px 0;
    background-color: #d3c6a6;
    margin: 0 0 50px;
}
.midashi::after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
    border-top-color: transparent;
    border-top-color: transparent;
    border-top-color: #d3c6a6;
    left: 50%;
    margin-left: -20px;
    margin-top: 5px;
}
.midashi h3 {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 3px;
    font-weight: normal;
}
h3.section_title {
    margin: 30px 0;
    text-align: center;
    font-size: 2rem;
    padding: 20px 0;
    letter-spacing: 5px;
    font-weight: normal;
}
p.text {
    font-size: 0.85rem;
}
.text_link {
    font-size: 0.8rem;
    text-align: center;
    text-decoration: underline;
}
.text_bg {
    font-size: 0.8rem;
    background-color: #efefef;
    margin: 10px 0;
    padding: 5px 10px;
}
.addError {
    background-color: rgba(222,184,135,0.6);
    margin-top: 5px;
    font-size: 0.8rem;
    color: #c10128;
    display: inline-block;
}
.attention_red {
    color: #c10128;
}
.attention_red_min {
    color: #c10128;
    font-size: 0.8rem;
}
.attention_bold {
    font-weight: bold;
}
.attention_red_bold {
    color: #c10128;
    font-weight: bold;
}
span.mustLabel {
    background: #009b63;
    color: #fff;
    display: inline-block;
    font-size: 0.65rem;
    margin-left: 8px;
    padding: 0px 3px;
    line-height: 1.7;
}
.alignC {
    text-align: center;
}
.alignL {
    text-align: left;
}
.alignR {
    text-align: right;
}

/*---------------------------------------------------------------
  DL,DT,DD
-----------------------------------------------------------------*/
.form_dl,
.cfm_dl {
 margin: 50px 0; 
}
.form_wrap {
}
.form_wrap dl {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dotted #ccc;
    padding: 20px 0;
    align-items: center;
}
.form_wrap dt {
    width: 30%;
    display: block;
    line-height: 1.6;
    font-size: 0.9rem;
    vertical-align: middle;
}
.form_wrap dd {
    width: 70%;
    display: block;
}

@media screen and (max-width: 480px) { 
 .form_wrap {
  width: 90%;
}
.form_wrap dl {
  display: inline;
}
.form_wrap dt {
  width: 100%;
}
.form_wrap dd {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  margin-bottom: 10px;
}
.cfm_dl dd {
  border-bottom: 1px dotted #ccc;
  padding: 10px;
  margin: 10px 0;
}
}

/*---------------------------------------------------------------
  FORM
-----------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="number"],
select {
    height: 40px;
    padding: 2px 10px;
    margin: 2px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 0;
}
textarea {
    height: 200px;
    padding: 2px 10px;
    margin: 2px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    line-height: 1.3;
    background-color: transparent;
}
/*-----[input]-----*/
input.input_none {
    display: none;
}
label.radio_select {
    position: relative;
    display: inline-block;
    padding: 0 0 0 28px;
    cursor: pointer;
}
label.radio_select:before {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background: transparent;
    border: 1px solid #ccc;
}
label.radio_select:after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    left: 4px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    background: #c10128;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
input[type="radio"]:checked + label.radio_select:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*---------------------------------------------------------------
  BUTTON
-----------------------------------------------------------------*/
.btn_wrap {
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
}
.btn {
    height: 40px;
    padding: 2px 10px;
    margin: 2px;
    font-size: 0.9rem;
    border: 1px solid #d3c6a6;
    background-color: #d3c6a6;
}
.btn:hover {
    cursor: pointer;
    opacity: 0.6;
    -webkit-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}
.next_btn {
    width: 300px;
    background: linear-gradient(25deg, #c3d94e 10%, #8dc556 40%, #00a95f 70%, #009b63);
    color: #fff;
    border: none;
    letter-spacing: 1px;
}
.back_btn {
    width: 300px;
    background-color: #d3c6a6;
    color: #333;
    border: none;
    letter-spacing: 1px;
}
.other_btn {
    width: 230px;
}
.s_btn {
    min-width: 70px;
    background-color: #d3c6a6;
    border: none;
    letter-spacing: 1px;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.del {
    background: #666;
    color: #FFF;
}

/*---------------------------------------------------------------
  LINK,IMG
-----------------------------------------------------------------*/
a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
}
a img{
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
     border: none;
}
img {
    margin:0;
    padding:0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    line-height: 0;
}
/*---------------------------------------------------------------
  BOX DESIGN
-----------------------------------------------------------------*/
.inner {
  width: 1100px;
  margin: 0 auto;
}
.top_inner {
  width: 900px;
  margin: 50px auto 50px;
}
.sec_inner {
    width: 900px;
    margin: 120px auto 0;
    min-height: 450px;
}
.sec_text {
    margin-bottom: 10px;
}
.dsp_flex {
    display: flex;
}
.jc_sb {
    justify-content: space-between;
}
.jc_sa {
    justify-content: space-around;
}
.jc_fe {
    justify-content: flex-end;
}
.ai_c {
  align-items: center;
}

.w60p {
  width: 100%;
}
.w50p {
  width: 50%;
}
.w40p {
  width: 40%;
}
.w30p {
  width: 30%;
}
.w20p {
  width: 20%;
}
.w15p {
  width: 15%;
}
@media screen and (max-width: 480px) {
.w15p {
  width: 25%;
} 
.w30p {
  width: 50%;
}
.w40p {
  width: 70%;
}
}
