@charset "UTF-8";
/* --------------------------------------------------
     0. Font
-------------------------------------------------- */
/*
 * Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: local("NotoSansJP-Bold.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}


/* ------------------------------------------------------------------------- */
/* clear
/* ------------------------------------------------------------------------- */

/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, var,
b,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    word-break: normal;
}
img{
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;

}

/*clearfix*/
.floatcontainer:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
.floatcontainer{display: inline-block;}

/* Hides from IE Mac \*/
* html .floatcontainer {height: 1%;}
.floatcontainer{display:block;}
/* End Hack */

/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
    list-style:none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/* a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    outline: none;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

/* テキストに打ち消し線が付くようにしています*/
del {
        text-decoration: line-through;
}

/* IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
        border-bottom:1px dotted;
        cursor:help;
}

/* 隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
}

/* 水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/* 縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}

/* 要素のフォントスタイルをリセットしています*/
dl {
    font-style: normal;
}

/* フォントの継承 */
button, input, select, textarea {
    font-family : inherit;
    font-size : 100%;
}

/* ------------------------------------------------------------------------- */
/* base
/* ------------------------------------------------------------------------- */

body{
    width: 100%;
    min-width: 1200px;
    text-align: center;
    font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    word-break: break-all;
}

#header,
#all{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
    color: #4d4d4d;
}
#all{
    font-size: 14px;
}
.inner{
    width: 1200px;
    margin: auto;
}

.second_all #secondary{
    text-align: left;
}

address{
    width: 100%;
    height: 65px;
    margin-top: 50px;
    text-align: left;
    color: #fff;
    line-height: 65px;
    font-size: 12px;
    text-indent: 1.5em;
    font-style: normal;
    border-top: 1px solid #b3b3b3;
}

/*  PCのみ */
@media all and (min-width: 741px) {
    #primary{
        min-height: 550px;
    }

    .second_all #content{
        display:-webkit-box;
        display:-moz-box;
        display:-ms-box;
        display:-webkit-flexbox;
        display:-moz-flexbox;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:-moz-flex;
        display:-ms-flex;
        display: flex;
    }
    .second_all #primary{
        box-sizing: border-box;
        width: 959px;
        padding-left: 15px;
        text-align: left;
        order: 1;
    }
    .second_all #secondary{
        display: block !important;
        box-sizing: border-box;
        border-right: 1px solid #b3b3b3;
        width: 240px;
        padding: 0 15px 50px 0;
    }

}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    body{
        min-width: 320px;
        position: static !important;
    }

    #all{
        font-size: 90%;
        position: relative;
    }

    .inner{
        width: calc( 100% - 14px);
        margin: auto;
        padding: 0 7px;
    }

    .second_all #secondary{
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 170px;
        background-color: #f8f8f5;
        margin: 0px 0px 0px -7px;
        padding: 10px 10px 50px;
        width: 100%;
        box-shadow: 0 10px 20px rgba(0,0,0,0.3);
        z-index: 101;
    }

    address{
        height: 53px;
        line-height: 53px;
        text-align: center;
        margin: auto;
        width: 95%;
    }
}



/* ------------------------------------------------------------------------- */
/* 共通スタイル
/* ------------------------------------------------------------------------- */

/*  clearfix */
.cf:after{
    content:" ";
    display:block;
    clear:both;
}

/*  PCのみ */
@media all and (min-width: 741px) {
    /* PCのみ改行 */
    .br:after{
        content: "\A";
        white-space: pre;
    }
}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    /* SPのみ改行 */
    .br_sp:after{
        content: "\A";
        white-space: pre;
    }
}


/* title
--------------------------------------------------------- */
.top h2{
    margin: 145px auto 40px;
    font-size: 49px;
    font-weight: normal;
    color: #333;
}

.second_all #primary h2{
    border-bottom: 2px solid #e16586;
    padding: 0 12px 12px;
    font-size: 28px;
    margin: 20px auto 15px;
    color: #e16586;
    line-height: 1.1em;
}

.second_all #primary h3{
    clear: both;
    color: #e16586;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.1em;
    border-bottom: 1px dotted #e16586;
    padding: 0 5px 10px;
    margin: 20px auto 15px;
}

.second_all #primary h4{
    clear: both;
    color: #666;
    font-size: 22px;
    font-weight: bold;
    background: #f1efe2;
    padding: 10px 15px;
    margin: 20px auto 15px;
}

.second_all #primary h5{
    clear: both;
    color: #e16586;
    font-size: 20px;
    font-weight: bold;
    margin: 20px auto 10px;
}

.second_all #primary h6{
    clear: both;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    margin: 20px auto 5px;
}

/**  SP ************************/
@media only screen and (max-width: 740px) {
    .top h2{
        margin: 50px auto 25px;
        font-size: 24px;
        color: #e16586;
    }

    .second_all #primary h2{
        font-size: 165%;
        margin-top: 20px;
    }

    .second_all #primary h3{
        margin-bottom: 15px;
        font-size: 145%;
    }

    .second_all #primary h4{
        padding-bottom: 5px;
        margin-bottom: 10px;
        font-size: 130%;
    }

    .second_all #primary h5{
        font-size: 120%;
        margin-bottom: 5px;
    }

    .second_all #primary h6{
        font-size: 110%;
        margin-bottom: 3px;
    }
}



/* テキスト
--------------------------------------------------------- */
em{
    font-style: italic;
}
sub{
    font-size: 75%;
    vertical-align: sub;
}
sup{
    font-size: 75%;
    vertical-align: super;
}
del{
    text-decoration: line-through;
}


p{
    text-align: left;
}

.align_left{
    text-align: left;
}
.align_center{
    text-align: center;
}
.align_right{
    text-align: right;
}

.focus{
    padding: 10px 15px;
    margin: 10px auto;
    background: #f4f4f4;
    border-radius: 7px;
}

.attention{
    padding: 10px 15px;
    margin: 10px auto;
    background-color: #f6d2dc;
    border-radius: 7px;
}

/**  SP ************************/
@media only screen and (max-width: 740px) {
}


/* リスト
--------------------------------------------------------- */
ol,
ul{
    text-align: left;
}

.basic_ul{
    margin: 10px 0;
    margin-left: 1.5em;
    list-style-image: url(/noppin/img/icon_list.png);
}
.basic_ul li{
    margin: 3px 0;
}

.basic_ol{
    margin: 10px 0;
    margin-left: 1.5em;
}
.basic_ol li{
    margin: 3px 0;
}

.basic_dl dt{
    clear: both;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    background: #edf3f4;
    padding: 5px;
    margin: 10px auto 10px;
}
.basic_dl dd{
    margin-bottom: 30px;
    padding: 5px;
}


/* テーブル
--------------------------------------------------------- */
table{
    max-width: 100%;
    font-size: 100%;
}
table th,td{
    padding: 10px;
    font-weight: normal;
}

.basic_table{
    margin: 10px 0;
}

.basic_table th, .basic_table td{
    border: 1px solid #ccc;
    padding: 10px;
}

.basic_table th{
    background-color: #f1efe3;
    vertical-align: middle;
    text-align: left;
}


/* リンク
--------------------------------------------------------- */
a{
    color: #4d4d4d;
}
a:hover{
    text-decoration: none;
}

#container a[target="_blank"]:after {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: "";
    background: transparent no-repeat center top;
    -moz-background-size: auto;
    -o-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
    margin: 0;
    height: 9px;
    width: 20px;
    background-image: url(/noppin/img/icon_link_outside.png);
}

.basic_btn_list{
    list-style: none;
    text-align: center;
    letter-spacing: -.4em;
}
.basic_btn_list li{
    display: inline-block;
    text-align: center;
    letter-spacing: normal;
    margin: 0 15px;
}
.basic_btn{
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #333;
    border-radius: 23px;
    background: #fff url(/noppin/img/icon_arrow_gray_right.png) no-repeat right 20px center;
    background-size: auto 7.5px;
    padding: 12px 45px 12px 30px;
    min-height: 46px;
    min-width: 290px;
    line-height: 1.2em;
    text-decoration: none;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.4s;
    margin: 5px 0;
}

.basic_btn.return{
    background: #fff url(/noppin/img/icon_arrow_gray_left.png) no-repeat left 20px center;
    background-size: auto 7.5px;
    padding: 12px 30px 12px 45px;
}

/*  PCのみ */
@media all and (min-width: 741px) {
    .basic_btn:hover, .basic_btn:focus, .basic_btn:active {
        background :#333 url(/noppin/img/icon_arrow_gray_right_on.png) no-repeat right 20px center;
        background-size: auto 7.5px;
        color: #fff;
    }
    .basic_btn.return:hover{
            background: #333 url(/noppin/img/icon_arrow_gray_left_on.png) no-repeat left 20px center;
            background-size: auto 7.5px;
            padding: 12px 30px 12px 45px;
            color: #fff;
    }
}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    .basic_btn_list li{
        display: block;
        margin: 0;
    }
    .basic_btn{
        font-size: 14px;
        width: 100%;
        min-height: 0;
    }
}


/* 画像
--------------------------------------------------------- */
img{
    max-width: 100%;
    height: auto;
}

.center{
    text-align: center;
    margin: 10px auto;
    display: block;
}

.right{
    float: right;
    margin-left: 15px;
}

.left{
    float: left;
    margin-right: 15px;
}

/**  SP ************************/
@media only screen and (max-width: 740px) {
    .right,
    .left{
        float: none;
        margin: auto;
        display: block;
        margin-bottom: 15px;
    }
}


/* input
--------------------------------------------------------- */

/* select */
select::-ms-expand {
    display: none;
}
#container select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    border: 1px solid #b3b3b3;
    background: #fff url(/noppin/img/icon_arrow_gray_down.png) no-repeat right 10px center;
    background-size: 10px auto;
    padding: 4px 50px 5px 10px;
    color: #666;
    font-size: 14.36px;
}
#secondary select{
    margin: 2.5px 8px;
    font-size: 14px;
}
select:hover{
    cursor: pointer;
}

/**  SP ************************/
@media only screen and (max-width: 740px) {
    #container select{
        font-size: 13px;
        padding-right: 30px;
    }
}


/* number */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance:textfield;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    padding: 5px 10px 4px;
    color: #666;
}
#secondary input[type="number"] {
    width: 38%;
    margin: 2.5px 8px;
}

#secondary input[type="number"] + span {
    display: inline-block;
}


/* checkbox */
.check_label{
    display: inline-block;
    margin: 2px 0 3px;
    cursor: pointer;
}
#secondary .check_label{
    margin-left: 8px;
}
input[type="checkbox"]{
    display: none;
}
input[type="checkbox"] + span{
    padding-left: 20px;
    position:relative;
    vertical-align: top;
}
input[type="checkbox"] + span::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
}
input[type="checkbox"]:checked + span{
    color: #e16586;
}
input[type="checkbox"]:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #e16586;
    border-right: 3px solid #e16586;
}


/* radio */
.radio_label{
    display: inline-block;
    margin: 2px 0 3px;
    cursor: pointer;
}
#secondary .radio_label{
    margin-left: 8px;
}
input[type="radio"]{
    display: none;
}
input[type="radio"] + span{
    padding-left: 20px;
    position:relative;
}
input[type="radio"] + span::before{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
}
input[type="radio"]:checked + span{
    color: #e16586;
}
input[type="radio"]:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #e16586;
    border-radius: 50%;
}


/* textarea */
textarea{
    -webkit-appearance: none;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    padding: 7px;
}
#secondary textarea{
    width: calc( 100% - 16px);
    margin: 2.5px 8px;
}

/*  PCのみ */
@media all and (min-width: 741px) {
}


/* text */
input[type="text"],
input[type="password"]{
    -webkit-appearance: none;
    border-radius: 5px;
    border: 1px solid #b3b3b3;
    padding: 7px 10px 6px;
    font-size: 14px;
}
#secondary input[type="text"]{
    width: calc( 100% - 16px );
    margin: 2.5px 8px;
    box-sizing: border-box;
}

input[type="text"].fullwidth{
    width: 100%;
    box-sizing: border-box;
}

input[disabled="disabled"]{
    background-color: #EFEFEF;
}


/* button,submit */
input[type="button"],input[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none;
}

#secondary .submit{
    text-align: center;
}

.submit input[type="submit"]{
    border: none;
    background: #f7af00;
    width: 100px;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0 10px;
    transition: all 0.4s;
    letter-spacing: 1em;
    text-indent: 1em;
}
.submit input[type="submit"]:hover{
    background: #f7c13e;
}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    .submit input[type="submit"]{
        width: 50%;
    }
}


/* ------------------------------------------------------------------------- */
/* header
/* ------------------------------------------------------------------------- */
.top header{
    height: 415px;
}

.message{
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}
.message.error{
    background-color: #c1272d;
}
.message.success{
    background-color: #4fc1e8;
}
.message .inner{
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}
.message .close{
    display: inline-block;
    position: absolute;
    bottom: 13px;
    right: 0;
    margin: 0 5px 0 7px;
    padding: 0;
    width: 3px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
}
.message .close:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 20px;
    height: 3px;
    margin-top: -2px;
    background: #fff;
}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    .top header{
        height: 230px;
    }

    .message{
        font-size: 14px;
    }
    .message .inner{
        padding: 10px 20px;
        width: calc( 100% - 40px );
    }
}


/* スライドショー
--------------------------------------------------------- */
#header{
    position: relative;
}
#bg_slide{
  width: 100%; /*幅の指定必須*/
  height:415px; /*デバイスの高さ必須*/
  position: absolute;
  top:0;
  right:0;
  z-index: -1;
}


.bg_slider_item{
  height: inherit;
  width: inherit;
  position: absolute;
  top: 0;
  left:0;
  opacity: 0;
}

.bg_slider_item .img_item{
  background-position: top center;
  background-size: 1400px 415px;
  height: inherit;
  background-repeat: repeat-x;
}

/*画像の挿入*/
.bg_slider_item:nth-of-type(1) .img_item{
  background-image: url(/noppin/img/main_img01.jpg);
}

.bg_slider_item:nth-of-type(2) .img_item{
  background-image: url(/noppin/img/main_img02.jpg);
}

.bg_slider_item:nth-of-type(3) .img_item{
  background-image: url(/noppin/img/main_img03.jpg);
}

/**  SP ************************/
@media only screen and (max-width: 740px) {
    .bg_slider_item .img_item{
      background-size: auto 230px;
    }
}



/* menu00
--------------------------------------------------------- */
.menu00{
    background: rgba(225,101,134, 1);
    height: 33px;
    padding-top: 7px;
    text-align: right;
}
.top .menu00{
    background: rgba(225,101,134, 0.63);
}
.menu00 .lang{
    display: inline-block;
    position: relative;
    padding-left: 21px;
    margin-right: 45px;
}
.menu00 .lang:before{
    position: absolute;
    content: "";
    width: 25px;
    height: 21px;
    top: 3px;
    left: 0;
    background: url(/noppin/img/icon_lang.png) no-repeat center left;
    background-size: contain;
}
.menu00 .lang select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    background: url(/noppin/img/icon_arrow_white_down_s.png) no-repeat right center;
    background-size: 10px auto;
    padding-right: 18px;
    color: #fff;
    font-size: 15.75px;
    margin-left: 5px;
}
.menu00 .lang select option{
    background: #fff;
    border: none;
    padding: 2px 5px;
    color: #333;
    font-size: 14px;
}

.menu00 a{
    display: inline-block;
    background: #fff;
    padding: 0 50px 0 25px;
    border-radius: 13px;
    font-size: 14px;
    color: #333;
    transition: all 0.4s;
    text-decoration: none;
}
.menu00 a.login{
    background: #fff url(/noppin/img/icon_head_login.png) no-repeat right 15px center;
    margin-right: 10px;
}
.menu00 a.blog{
    background: #fff url(/noppin/img/icon_head_blog.png) no-repeat right 15px center;
    padding: 0 43px 0 32px;
}
.menu00 a:hover{
    background-color: #333;
    color: #fff;
}
.menu00 a.login:hover{
    background-image: url(/noppin/img/icon_head_login_white.png);
}
.menu00 a.blog:hover{
    background-image: url(/noppin/img/icon_head_blog_white.png);
}


/* menu01
--------------------------------------------------------- */
.menu01{
    text-align: left;
    background: rgba(255,255,255, 0.63);
    height: 80px;
}
.menu01 .inner{
    position: relative;
}

h1{
    display: inline-block;
    margin: 15px 0 0 5px;
    vertical-align: top;
}
h1 a{
    display: block;
    width: 196px;
    height: 55px;
    background: url(/noppin/img/logo.png) no-repeat center center;
    text-indent: -9999px;
    text-decoration: none;
}

/* Reset input[type="search"] */
.menu01 input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
.menu01 input[type="search"]:focus {
  outline-offset: -2px;
}
.menu01 input[type="search"]::-webkit-search-decoration {
  display: none;
}

.menu01 div.search{
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #b3b3b3;
    margin: 20px 0 0 30px;
}
.menu01 div.search select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: url(/noppin/img/icon_arrow_gray_down.png) no-repeat right 10px center;
    background-size: 10px auto;
    padding: 8px 30px 8px 10px;
    color: #666;
    font-size: 14px;
    border-right: 1px solid #b3b3b3;
    border-radius: 0;
}
.menu01 div.search input[type="search"]{
    border: none;
    padding: 7px 0 9px 10px;
    width: 290px;
    font-size: 14px;
}
.menu01 div.search input[type="submit"]{
    border: none;
    background: url(/noppin/img/icon_search.png) no-repeat center center;
    background-size: 100%;
    width: 20px;
    cursor: pointer;
    margin: 0 10px 0 5px;
}

.badge{
    position: relative;
}
.badge span{
    position: absolute;
    top: -5px;
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 2px solid #fff;
    border-radius: 50% 50%;
    background-color: #e16586;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
}

/*  PCのみ */
@media all and (min-width: 741px) {
    #bgr_btn div{
        display: none;
    }

    .menu01 ul li ul{
        display: inline-block;
        margin-top: 15px;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .menu01 ul li strong,
    .menu01 ul li ul li:not(.pc){
        display: none;
    }
    .menu01 ul li ul li{
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        margin: 0 2px;
    }
    .menu01 ul li ul li a{
        display: block;
        width: 60px;
        height: 2em;
        padding-top: 36px;
        text-align: center;
        letter-spacing: -1px;
        transition: all 0.4s;
        text-decoration: none;
    }
    .menu01 ul li ul li.pc:first-child a{
        background: url(/noppin/img/icon_menu01_my.png) no-repeat center top;
    }
    .menu01 ul li ul li.pc:nth-child(3) a{
        background: url(/noppin/img/icon_menu01_message.png) no-repeat center top;
    }
    .menu01 ul li ul li.pc:nth-child(2) a{
        background: url(/noppin/img/icon_menu01_notice.png) no-repeat center top;
    }
    .menu01 ul li ul li.pc:nth-child(4) a{
        background: url(/noppin/img/icon_menu01_wallet.png) no-repeat center top;
    }
    .menu01 ul li ul li.pc:nth-child(5) a{
        background: url(/noppin/img/icon_menu01_help.png) no-repeat center top;
    }
    .menu01 ul li ul li.pc a:hover{
        opacity: 0.6;
    }
}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    .menu01{
        height: 60px;
        background: rgba(255,255,255, 0.9);
    }
    #burger.fixed{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 300;
    }

    h1 a{
        width: 125px;
        height: 35px;
        background-size: cover;
    }

    #burger_box{
        width: 100px;
        float: right;
        margin: 0 10px 0 0;
    }
    #bgr_btn{
        cursor: pointer;
        margin-top: 13px !important;
    }
    #bgr_btn div{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        word-break: keep-all;
    }
    #burger_menu{
        z-index: 310;
        background: #fff;
        height: 100vh !important;
    }
    #burger_menu ul li > div{
        display: block;
        background-color: #e16586;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }
    #burger_menu ul li > div strong{
        position: relative;
        display: inline-block;
    }
    #burger_menu ul li > div strong:before{
        position: absolute;
        display: block;
        content: "";
        width: 30px;
        height: 40px;
        top: 0;
        left: -40px;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 30px auto;
    }
    #burger_menu li.mypage strong:before{
        background-image: url(/noppin/img/icon_burger_tit_my.png);
    }
    #burger_menu li.help strong:before{
        background-image: url(/noppin/img/icon_burger_tit_help.png);
    }
    #burger_menu .sp_no{
        display: none;
    }
    #burger_menu li a{
        box-sizing: border-box;
        display: block;
        border-bottom: 1px solid #e16586;
        width: 300px;
        padding: 15px 25px 14px 10px;
        color: #333;
        font-size: 12px;
        text-decoration: none;
        position: relative;
        line-height: 1.2em;
        background-position: left 7.5px center;
        background-repeat: no-repeat;
        background-size: 25px auto;
    }
    #burger_menu li.mypage a,
    #burger_menu li.help a{
        padding-left: 40px;
    }
    #burger_menu li a:after{
        position: absolute;
        content: "";
        width: 13px;
        height: 29px;
        top: 30%;
        right: 10px;
        background: url(/noppin/img/icon_arrow_pink_right.png) no-repeat top right;
        background-size: auto 13px;
    }
    #burger_menu li.mypage  ul li.menu_notice a{
        background-image: url(/noppin/img/icon_my_notice.png);
    }
    #burger_menu li.mypage  ul li.menu_message a{
        background-image: url(/noppin/img/icon_my_message.png);
    }
    #burger_menu li.mypage  ul li.menu_wallet a{
        background-image: url(/noppin/img/icon_my_wallet.png);
    }
    #burger_menu li.mypage  ul li.menu_auction_st a{
        background-image: url(/noppin/img/icon_my_auction_st.png);
    }
    #burger_menu li.mypage  ul li.menu_shopping_st a{
        background-image: url(/noppin/img/icon_my_shopping_st.png);
    }
    #burger_menu li.mypage  ul li.menu_shipping a{
        background-image: url(/noppin/img/icon_my_shipping.png);
    }
    #burger_menu li.mypage  ul li.menu_watchlist a{
        background-image: url(/noppin/img/icon_my_watchlist.png);
    }
    #burger_menu li.mypage  ul li.menu_follow a{
        background-image: url(/noppin/img/icon_my_follow.png);
    }
    #burger_menu li.mypage  ul li.menu_user_info a{
        background-image: url(/noppin/img/icon_my_user_info.png);
    }
    #burger_menu li.mypage  ul li.menu_logout a{
        background-image: url(/noppin/img/icon_my_logout.png);
    }
    #burger_menu li.mypage  ul li.menu_login a{
        background-image: url(/noppin/img/icon_my_login.png);
    }

    #burger_menu li.help  ul li:nth-child(1) a{
        background-image: url(/noppin/img/icon_sp_help_what.png);
    }
    #burger_menu li.help  ul li:nth-child(2) a{
        background-image: url(/noppin/img/icon_sp_help_usage.png);
    }
    #burger_menu li.help  ul li:nth-child(3) a{
        background-image: url(/noppin/img/icon_sp_help_price.png);
    }
    #burger_menu li.help  ul li:nth-child(4) a{
        background-image: url(/noppin/img/icon_sp_help_payment.png);
    }
    #burger_menu li.help  ul li:nth-child(5) a{
        background-image: url(/noppin/img/icon_sp_help_pack.png);
    }
    #burger_menu li.help  ul li:nth-child(6) a{
        background-image: url(/noppin/img/icon_sp_help_faq.png);
    }

    #burger_menu > ul{
        border-bottom: 250px solid #e16586;
        border-left: 1px solid #e16586;
    }

    .badge span{
        top: 5px;
        left: 22px;
        width: 14px;
        height: 14px;
        line-height: 13px;
        font-size: 10px;
    }

    .menu00{
        display: none;
    }
    .menu01 div.search{
        display: none;
    }

}

/* menu02
--------------------------------------------------------- */
#main .inner{
    position: relative;
}

.menu02 ul{
    display: inline-block;
    letter-spacing: -.4em;
    position: absolute;
    right: 0;
    margin-top: 20px;
    width: calc( 125px * 3 + 20px);
}
.menu02 ul li{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 5px;
}
.menu02 ul li:first-child,
.menu02 ul li:nth-child(4n){
    margin-left: 0;
}
.menu02 ul li:nth-child(3n){
    margin-right: 0;
}
.menu02 ul li a{
    display: table-cell;
    vertical-align: middle;
    width: 125px;
    height: 60px;
    padding-top: 60px;
    text-align: center;
    transition: all 0.4s;
    background-color: #534741;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    line-height: 1.2em;
    background-repeat: no-repeat;
    background-position: center top 17px;
    text-decoration: none;
}

.menu02 ul li:first-child a{
    background-image: url(/noppin/img/icon_menu02_what.png);
}
.menu02 ul li:nth-child(2) a{
    background-image: url(/noppin/img/icon_menu02_guide.png);
}
.menu02 ul li:nth-child(3) a{
    background-image: url(/noppin/img/icon_menu02_price.png);
}
.menu02 ul li:nth-child(4) a{
    background-image: url(/noppin/img/icon_menu02_payment.png);
}
.menu02 ul li:nth-child(5) a{
    background-image: url(/noppin/img/icon_menu02_pack.png);
}
.menu02 ul li:nth-child(6) a{
    background-image: url(/noppin/img/icon_menu02_faq.png);
}
.menu02 ul li a:hover{
    opacity: 0.8;
}

/**  SP ************************/
@media only screen and (max-width: 740px) {
    .menu02{
        display: none;
    }
}


/* global_menu
--------------------------------------------------------- */
#fixedbox{
    background-color: #e16586;
    border: 1px solid #fff;
    border-left: none;
    border-right: none;
}

#global_menu ul{
    margin: 0;
    padding: 0;
    letter-spacing: -.4em;
}
#global_menu li{
    display: inline-block;
    border-left: 1px solid #fff;
    letter-spacing: normal;
}
#global_menu li:last-child{
    border-right: 1px solid #fff;
}
#global_menu li a{
    display: block;
    font-weight: bold;
    color: #fff;
    transition: all 0.4s;
    text-decoration: none;
}

/*  PCのみ */
@media all and (min-width: 741px) {
    #fixedbox.fixed{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    #global_menu li a{
        height: 60px;
        padding: 0 calc(72.3px + 1em) 0 calc( 72.3px - 1em);
        padding: 0;
        line-height: 60px;
        font-size: 18px;
        background: url(/noppin/img/icon_arrow_white_down.png) no-repeat right 15px center;
        text-align: center;
        text-indent: -1em;
    }

    /* メニュー3つの場合（幅が均等でOKな場合） */
    #global_menu ul{
        width: 100%;
        display: table;
        table-layout: fixed;
    }
    #global_menu li{
        display: table-cell;
        width: calc( 100% / 3 );
    }
    /* END メニュー3つの場合 */

    /* メニュー5つの場合
    #global_menu li:nth-child(1) a{
        width: 270px;
    }
    #global_menu li:nth-child(2) a{
        width: 210px;
    }
    #global_menu li:nth-child(3) a{
        width: 229px;
    }
    #global_menu li:nth-child(4) a{
        width: 300px;
    }
    #global_menu li:nth-child(5) a{
        width: 185px;
    }
    END メニュー5つの場合 */

    #global_menu li a:hover,
    #global_menu li.current a{
        background-color: #cf476a;
    }

    #fixedbox form{
        display: none;
    }
}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    #fixedbox{
        border: none;
        background-color: #e194a9;
    }
    #fixedbox .inner{
        padding: 0;
        width: 100%;
    }
    .nav-wrap {
        position: relative;
    }
    .scroll-nav {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* 慣性スクロール */
    }
    .scroll-nav ul {
        max-width: 1060px; /* メニューの最大幅 */
        min-width: 530px; /* メニューの最小幅 */
        margin: 0 auto;
    }
    .scroll-nav ul li {
        float: left;
        text-align: center;
    }

    #global_menu li{
        border-left: none;
    }
    #global_menu li:last-child{
        border-right: none;
    }
    #global_menu li a{
        display: table-cell;
        background-color: #e194a9;
        border: 1px solid #fff;
        border-left: none;
        width: 105px;
        height: 40px;
        vertical-align: middle;
        line-height: 1.2em;
        font-size: 12px;
    }
    #global_menu li a:hover,
    #global_menu li.current a{
        background-color: #e16586;
        border-top: 1px solid #e16586;
        border-bottom: 1px solid #e16586;
    }

    #fixedbox div.search{
        background: #e16586;
        padding: 15px 3%;
    }
    #fixedbox div.search form{
        background: #fff;
        border-radius: 5px;
        border: 1px solid #b3b3b3;
        text-align: left;
    }
    #fixedbox div.search form input[type="search"]{
        border: none;
        padding: 5px 0 5px 7px;
        width: calc( 100% - 50px);
    }
    #fixedbox div.search form select{
        width: calc( 34% - 20px);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #666;
    background: #fff url(/noppin/img/icon_arrow_gray_down.png) no-repeat right 10px center;
    background-size: 10px auto;
        padding: 7px 0 7px 10px;
    }
    #fixedbox div.search form input[type="submit"]{
        border: none;
        background: url(/noppin/img/icon_search.png) no-repeat right center;
        background-size: contain;
        width: 20px;
        cursor: pointer;
        margin: 0 0px 0 5px;
    }
}



/* ------------------------------------------------------------------------- */
/* pagetop
/* ------------------------------------------------------------------------- */

.pagetop a{
    box-sizing: border-box;
    display: block;
    padding-top: 10px;
    width: 60px;
    height: 70px;
    background: #e16586 url(/noppin/img/icon_foot_sign.png) no-repeat center bottom 15px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    z-index: 1;
    background-size: 50%;
}
.pagetop a[href^="#pagetop"]{
    background: #333 url(/noppin/img/icon_foot_pagetop.png) no-repeat center bottom 23px;
    text-indent: -9999px;
    background-size: 50%;
}

/*  PCのみ */
@media all and (min-width: 741px) {
    .pagetop{
        position: fixed;
        right: 0;
        bottom: 67px;
    }
    .pagetop a{
        transition: all 0.4s;
    }
    .pagetop a:hover{
        opacity: 0.7;
    }
}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    .pagetop{
        display: block !important;
        opacity: 1 !important;
    }
    .pagetop a:first-child{
        display: none;
    }
    .pagetop a[href^="#pagetop"]{
        position: relative;
        width: 100%;
        background-color: #000;
        background-size: auto 15px;
        background-position: center center;
        height: 45px;
    }
}



/* ------------------------------------------------------------------------- */
/* footer
/* ------------------------------------------------------------------------- */

#footer{
    padding-top: 20px;
}

#footer_info{
    padding-top: 70px;
    background: #4d4d4d;
    color: #fff;
    text-align: left;
}
#footer_info dl{
    display: inline-block;
    vertical-align: top;
    width: 190px;
    margin-left: 20px;
    text-align: left;
}
#footer_info dl dt{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}
#footer_info dl ul li{
    list-style: none;
    font-size: 14px;
}
#footer_info dl ul li a{
    color: #fff;
    line-height: 1.7em;
    transition: all 0.4s;
    text-decoration: none;
}
#footer_info dl.sns ul{
    letter-spacing: -.4em;
}
#footer_info dl.sns ul li{
    display: inline-block;
    letter-spacing: normal;
    margin: 0 7px 0 0;
}
#footer_info dl.sns ul li a{
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}
#footer_info dl.sns ul li:nth-child(1) a{
    background-image: url(/noppin/img/icon_sns_facebook.png);
}
#footer_info dl.sns ul li:nth-child(2) a{
    background-image: url(/noppin/img/icon_sns_twitter.png);
}
#footer_info dl.sns ul li:nth-child(3) a{
    background-image: url(/noppin/img/icon_sns_instagram.png);
}
#footer_info dl.sns ul li:nth-child(1) a:hover{
    background-image: url(/noppin/img/icon_sns_facebook_on.png);
}
#footer_info dl.sns ul li:nth-child(2) a:hover{
    background-image: url(/noppin/img/icon_sns_twitter_on.png);
}
#footer_info dl.sns ul li:nth-child(3) a:hover{
    background-image: url(/noppin/img/icon_sns_instagram_on.png);
}

#footer_info input{
    display: none;
}

/*  PCのみ */
@media all and (min-width: 741px) {
    #footer_info .lang{
        display: none;
    }

    #footer_info dl.contact{
        display: none;
    }
    #footer_info dl.sns{
        margin-left:45px;
    }
    #footer_info dl ul li a:hover{
        text-decoration: underline;
    }

    #footer_info .title{
        pointer-events: none;
    }
}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    #footer{
        padding-top: 50px;
    }

    #footer_info{
        padding-top: 0;
    }

    #footer_info .lang{
        position: relative;
        padding: 10px 0 10px 21px;
        width: 100px;
        margin: auto;
    }
    #footer_info .lang:before{
        position: absolute;
        content: "";
        width: 25px;
        height: 21px;
        top: 12px;
        left: 0;
        background: url(/noppin/img/icon_lang.png) no-repeat center left;
        background-size: contain;
    }
    #footer_info .lang select{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        background-color: transparent;
        background: url(/noppin/img/icon_arrow_white_down_s.png) no-repeat right center;
        background-size: 10px auto;
        padding-right: 18px;
        color: #fff;
        font-size: 15.75px;
        margin-left: 5px;
    }
    #footer_info .lang select option{
        background: #fff;
        border: none;
        padding: 2px 5px;
        color: #333;
        font-size: 14px;
    }

    #footer_info .title{
        pointer-events: all;
    }
    #footer_info .toggle{
        height: 0;
/*        padding: 0 8px;
*/        transition: .2s;
    }
    #footer_info input:checked + .toggle{
        height: auto;
/*        padding: 8px;
*/    }
    #footer_info .toggle li{
/*        padding: 0 8px;
*/        line-height: 0;
        visibility: hidden;
        opacity: 0;
        transition:
            padding .2s,
            line-height .2s,
            visibility .1s,
            opacity .1s;
    }
    #footer_info input:checked + .toggle li{
/*        padding: 8px;
*/        line-height: 1.5;
        visibility: visible;
        opacity: 1;
    }

    #footer_info .inner{
        padding: 0;
        width: 100%;
    }
    #footer_info dl{
        width: 100%;
        margin-left: 0;
    }
    #footer_info dl .title{
        display: block;
        padding-left: 15px;
        width: calc( 100% - 15px );
        background: url(/noppin/img/icon_arrow_white_down.png) no-repeat right 10px center;
        background-size: 12px auto;
        cursor: pointer;
    }
    #footer_info dl dt{
        border-top: 1px solid #b3b3b3;
        font-size: 14px;
        height: 44px;
        line-height: 44px;
        margin-bottom: 0;
    }
    #footer_info dl:not(.sns) dd{
        font-size: 11px;
        background-color: #595959;
    }
    #footer_info dl:not(.sns) dd ul li a{
        display: block;
        padding: 8px 15px;
        border-bottom: 1px solid #666;
    }

    #footer_info .contact a{
        display: block;
        padding-left: 15px;
        width: calc( 100% - 15px );
        color: #fff;
        border-bottom: 1px solid #b3b3b3;
        text-decoration: none;
    }

    #footer_info .sns dt{
        display: none;
    }
    #footer_info .sns dd{
        display: block;
        margin: 30px auto;
        width: 134px;
    }
    #footer_info dl.sns ul li:last-child{
        margin: 0;
    }
}



/* ------------------------------------------------------------------------- */
/* トップページ
/* ------------------------------------------------------------------------- */

/* NEWS
--------------------------------------------------------- */
#news{
    background: #e6e6e6;
    padding: 15px 0;
}
#news h2{
    background: #4d4d4d;
    color: #fff;
    font-size: 18px;
}
#news ul{
    letter-spacing: -.4em;
    list-style: none;
}
#news li{
    letter-spacing: normal;
}
#news li a{
    display: block;
    padding: 7px 10px;
    line-height: 1.5em;
    text-decoration: none;
    color: #404040;
    font-size: 14px;
    transition: all 0.2s;
}
#news .news_date{
    display: inline-block;
    width: 80px;
    vertical-align: top;
    *display: inline;
    *vertical-align: top;
    *zoom: 1;
    color: #e16586;
    font-weight: bold;
}
#news .news_txt{
    display: inline-block;
    *display: inline;
    margin-left: 13px;
    color: #000;
}

/*  PCのみ */
@media all and (min-width: 741px) {
    #news div.h2{
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *vertical-align: top;
        *zoom: 1;
        margin-top: 5px;
    }
    #news h2{
        margin: 0 45px;
        width: 130px;
        height: 25px;
        line-height: 25px;
        text-align: center;
    }
    #news a.news_btn_sp{
        display: none;
    }
    #news ul{
        display: inline-block;
        width: calc(810px - 20px);
    }
    #news li a:hover{
        background: rgba(255,255,255, 0.4);
    }
    #news .news_txt{
        width: 670px;
    }
    #news a.news_btn{
        display: inline-block;
        margin-left: 15px;
        width: calc(125px - 25px);
        padding: 10px 20px 10px 5px;
        background: #fff url(/noppin/img/icon_arrow_gray_right.png) no-repeat right 18px center;
        background-size: 9px auto;
        border-radius: 20px;
        font-size: 16px;
        font-weight:bold;
        transition: all 0.4s;
        text-decoration: none;
    }
    #news a.news_btn:hover{
        background: #333 url(/noppin/img/icon_arrow_gray_right_on.png) no-repeat right 18px center;
        background-size: 9px auto;
        color: #fff;
    }
}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    #news{
        padding-top: 0;
    }
    #news .inner{
        padding: 0;
        width: 100%;
    }
    #news div.h2{
        background: #4d4d4d;
        text-align: left;
        position: relative;
        height: 35px;
    }
    #news div.h2:after{
        top: 100%;
        left: 45px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(77, 77, 77, 0);
        border-top-color: #4d4d4d;
        border-width: 10px;
        margin-left: -10px;
    }
    #news div.h2 h2{
        display: inline-block;
        line-height: 35px;
        padding-left: 20px;
        margin: 0;
    }
    #news a.news_btn_sp{
        position: absolute;
        right: 15px;
        display: inline-block;
        margin-top: 7px;
        width: calc(125px - 25px);
        padding: 0 10px 0 5px;
        background: #fff url(/noppin/img/icon_arrow_gray_right.png) no-repeat right 18px center;
        background-size: 4px auto;
        border-radius: 12px;
        font-size: 12px;
        font-weight:bold;
        text-align: center;
        text-decoration: none;
    }

    #news ul{
        margin-top: 15px;
    }
    #news .news_txt{
        width: calc(100% - 100px);
    }
    #news a.news_btn{
        display: none;
    }
}


/* サービスご案内
--------------------------------------------------------- */
.top .service p.align_center{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7em;
    margin-bottom: 70px;
    color: #000;
}

ul.service_guide{
    display: inline-block;
    letter-spacing: -.4em;
    text-align: center;
}
ul.service_guide li{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0 20px;
    width: 190px;
    height: 3em;
    padding-top: calc( 161px + 1em);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 190px 161px;
    line-height: 1.7em;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
ul.service_guide li:first-child{
    background-image: url(/noppin/img/img_service01.png);
}
ul.service_guide li:nth-child(2){
    background-image: url(/noppin/img/img_service02.png);
}
ul.service_guide li:nth-child(3){
    background-image: url(/noppin/img/img_service03.png);
}
ul.service_guide li:nth-child(4){
    background-image: url(/noppin/img/img_service04.png);
}
ul.service_guide li:nth-child(5){
    background-image: url(/noppin/img/img_service05.png);
}

.top .service .basic_btn_list{
    margin-top: 50px;
}

/**  SP ************************/
@media only screen and (max-width: 740px) {
    .top .service p.align_center{
        font-size: 12px;
        margin-bottom: 20px;
    }

    ul.service_guide li{
        margin: 0 3% 25px;
        width: 44%;
        max-width: 190px;
        height: 3em;
        padding-top: calc( 33% + 1em );
        background-size: contain;
        font-size: 13px;
    }
}


/* 人気商品
--------------------------------------------------------- */
.pickup {
    position: relative;
    overflow: hidden;
    margin: 5% 0 2%;
    padding: 80px 0;
}
.pickup:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 80%;
    margin: 2% -10% 0;
    background: #f1efe3;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -1000000;
}
.pickup .pickup_in {
    box-sizing: boder-box;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 100px 0 230px;
    text-align: center;
}

.pickup h2{
    margin: 30px auto 100px;
}

.slide_visible .item_wrapper{
    background-color: #f1efe3;
}
.pickup .item{
    /*margin: 0 20px;*/
    text-align: center;
}
.pickup .item a{
    display: block;
    width: 400px;
    margin: auto;
    transition: opacity 0.4s;
}
.pickup .item a:hover{
    opacity: 0.7;
}
.pickup .item div{
    max-width: 400px;
    width: 400px !important;
    height: 295px !important;
    background-size: cover;
    margin: auto;
}

.slider_caption{
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    background-color: rgba(26,26,26, 0.8);
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    max-width: 400px;
}

ul.pink_btn{
    margin-top: 80px;
    letter-spacing: -.4em;
    text-align: center;
}
ul.pink_btn li{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    list-style: none;
    margin: 0 20px;
}
ul.pink_btn a{
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    width: 520px;
    height: 95px;
    padding: 10px 40px 10px 10px;
    background: #e16586 url(/noppin/img/icon_arrow_white_right.png) no-repeat right 20px center;
    background-size: auto 26px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    transition: all 0.4s;
    text-decoration: none;
}

/*  PCのみ */
@media all and (min-width: 741px) {
    ul.pink_btn a:hover{
        background: #fff url(/noppin/img/icon_arrow_pink_right.png) no-repeat right 20px center;
        background-size: auto 26px;
        color: #e16586;
    }
}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    .pickup{
        margin: 10% 0 -50px;
    }
    .pickup .pickup_in {
        padding: 0 0 100px;
    }

    .pickup h2{
        margin: 0 auto 40px;
    }

    .slider_caption{
        padding: 5px 10px;
        font-size: 11px;
    }

    ul.pink_btn{
        margin-top: 40px;
    }
    ul.pink_btn li{
        display: block;
        margin: 0 20px;
    }
    ul.pink_btn a{
        display: block;
        margin-bottom: 10px;
        padding: 10px 15px;
        width: 100%;
        height: auto;
        background-position: right 15px center;
        background-size: auto 12px;
        font-size: 16px;
    }
}


/* NOPPINが選ばれるわけ
--------------------------------------------------------- */
.why h2{
    margin-top: 0;
    position: relative;
    padding-bottom: 55px;
    //background: url(/noppin/img/txt_why.png) bottom center no-repeat;
}
.why ul{
    margin-bottom: 60px;
}
.why ul li{
    margin-bottom: 45px;
}
.why ul li div{
    box-sizing: border-box;
    display: block;
    margin: auto;
    background-repeat:
        repeat,
        no-repeat;
    background-position:
        center center,
        center center;
    color: #fff;
    padding: 10px;
}
.why ul li:nth-child(1) div{
    background-image:
        url(/noppin/img/bg_why.png),
        url(/noppin/img/bg_why01.jpg);
}
.why ul li:nth-child(2) div{
    background-image:
        url(/noppin/img/bg_why.png),
        url(/noppin/img/bg_why02.jpg);
}
.why ul li:nth-child(3) div{
    background-image:
        url(/noppin/img/bg_why.png),
        url(/noppin/img/bg_why03.jpg);
}
.why ul li:nth-child(4) div{
    background-image:
        url(/noppin/img/bg_why.png),
        url(/noppin/img/bg_why04.jpg);
}
.why ul li div dl{
    box-sizing: border-box;
    border: 1px solid #fff;
    height: 350px;
    padding: 65px 40px 40px;
}
.why ul li div dl dt{
    display: inline;
    font-size: 36px;
    position: relative;
    padding: 5px 0 0 70px;
    line-height: 1.2em;
}
.why ul li div dl dt:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 65px;
    height: 55px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.why ul li:nth-child(1) div dl dt:before{
    background-image: url(/noppin/img/icon_why01.png);
}
.why ul li:nth-child(2) div dl dt:before{
    background-image: url(/noppin/img/icon_why02.png);
}
.why ul li:nth-child(3) div dl dt:before{
    background-image: url(/noppin/img/icon_why03.png);
}
.why ul li:nth-child(4) div dl dt:before{
    background-image: url(/noppin/img/icon_why04.png);
}
.why ul li div dl dd{
    margin-top: 35px;
    font-size: 18px;
    line-height: 1.8em;
    text-align: left;
}

/*  PCのみ */
@media all and (min-width: 741px) {
    .why ul li div{
        width: 515px;
        height: 370px;
    }
}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    .why h2{
        padding-bottom: 30px;
        background-size: 160px auto;
    }

    .why ul li{
        margin-bottom: 5px;
    }
    .why ul li div{
        background-size:
            auto,
            contain;
        padding: 5px;
    }
    .why ul li div dl{
        position: relative;
        height: 0;
        padding: calc( 370 / 515 * 100%) 0 0;
    }
    .why ul li div dl dt:before{
        top: -35px;
        left: calc( 50% - 16px);
        width: 32px;
        height: 27px;
    }
    .why ul li div dl dt{
        position: absolute;
        top: 50%;
        left:  0;
        padding: 0;
        width: 100%;
        font-size: 14px;
    }
    .why ul li div dl dd{
        display: none;
    }
}


/* ------------------------------------------------------------------------- */
/* 2階層目 共通
/* ------------------------------------------------------------------------- */

#text{
    clear: both;
    text-align: left;
    padding-bottom: 50px;
}


/* pager
--------------------------------------------------------- */
.pager{
    clear: both;
    margin: 0px;
    padding: 10px 0 10px;
    text-align: center;
    font-size: 19px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pager a, .pager span.current{
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    display: inline-block;
    padding: 5px 8px;
    margin: 0 3px;
    text-decoration: none;
    background-color: #FFF;
    cursor: pointer;
    transition: all 0.4s;
}
.pager span{
    color: #4d4d4d;
    display: inline-block;
    padding: 5px 10px;
}
.pager a:hover,
.pager span.current{
    color: #fff;
    background-color: #4d4d4d;
}
.pager a.go_list{
    padding: 5px 30px;
}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    //.pager a:nth-child(6),
    //.pager a:nth-child(7),
    //.pager a:nth-child(8){
    //    display: none;
    //}
}


/* レイアウトブロック
--------------------------------------------------------- */
.block_2col,
.block_3col{
    clear: both;
    overflow: hidden;
}
.block_2col > div{
    width: 49%;
    padding: 0;
    margin-right: 2%;
    margin-bottom: 5%;
    float: left;
}
.block_2col > div:nth-child(even){
    margin-right: 0;
}

.block_3col{
    margin-right: -3.333%;
}
.block_3col > div{
    width: 30%;
    padding: 0;
    margin-right: 3.333%;
    margin-bottom: 3%;
    float: left;
}

/* 写真等box */
.ul_box_2col,
.ul_box_3col{
    clear: both;
    overflow: hidden;
    width: 100%;
    list-style: none;
    text-align: center;
}
.ul_box_2col > li,
.ul_box_3col > li{
    box-sizing: border-box;
    padding: 0 0.95%;
    float: left;
}
.ul_box_2col > li{
    width: 50%;
}
.ul_box_3col > li{
    width: 33.333%;
}
.ul_box_3col > li p{
    /*text-align: center;*/
}
.ul_box_3col > li > h4{
    margin-top: 0px;
}

/* レイアウトブロック・写真等box title */
.block_2col .title,
.block_3col .title,
.ul_box_2col > li .title,
.ul_box_3col > li .title,
.ul_box_2col > li h4,
.ul_box_3col > li h4{
    position: relative;
    background-color: #D9E6E8;
    padding: 0.5em 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    text-align: left;
    color: #666;
    font-size: 18px;
    font-weight: normal;
    border-bottom: none;
}
.block_2col .title::after,
.block_3col .title::after,
.ul_box_2col > li .title::after,
.ul_box_3col > li .title::after,
.ul_box_2col > li h4::after,
.ul_box_3col > li h4::after{
  position: absolute;
  top: 100%;
  left: 2em;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 10px solid #D9E6E8;
}


/**  SP ************************/
@media only screen and (max-width: 740px) {
    .block_2col{
        margin-right: 0;
    }
    .block_2col > div{
        width: 100%;
        padding: 0;
        margin-right: 0;
        margin-bottom: 20px;
        float: none;
    }

    .ul_box_3col > li{
        width: 50%;
    }
    .block_2col .title,
    .block_3col .title,
    .ul_box_2col > li .title,
    .ul_box_3col > li .title,
    .ul_box_2col > li h4,
    .ul_box_3col > li h4{
        font-size: 14px;
    }
}



/* 2階層目_ぱんくずリスト
---------------------------------------------------------- */
#breadline ul{
    margin: 20px auto 40px 15px;
}
#breadline ul li{
    list-style: none;
    display: inline-block;
    margin-right: 7px;
}
#breadline ul li a{
    color: #4d4d4d;
    margin-right: 12px;
    text-decoration: none;
    font-size: 14px;
}
#breadline ul li a:hover{
    text-decoration: underline;
}
#breadline ul li:first-child a{
    color: #0f5791;
}
#breadline ul li:after{
    content: '>';
}
#breadline ul li:last-child:after{
    content: '';
}

/**  SP ************************/
@media only screen and (max-width: 740px) {
    #breadline ul{
        margin: 10px 0;
    }
}


/* ------------------------------------------------------------------------- */
/* ニュース 詳細（投稿）
/* ------------------------------------------------------------------------- */

.second_all .news_date{
    margin-top: -5px;
    margin-bottom: 20px;
    text-align: right;
}



/* ------------------------------------------------------------------------- */
/* カテゴリ内商品一覧
/* ------------------------------------------------------------------------- */

/* 右側
---------------------------------------------------------- */
.list_head{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
    font-size: 16px;
}
.list_head .sort{
    float: left;
}
.list_head .sort > span,
.list_head .sort form{
    display: inline-block;
}
.list_head .sort > span{
    margin: 0 15px;
}
.list_head .sort select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    border: 1px solid #b3b3b3;
    background: #fff url(/noppin/img/icon_arrow_gray_down.png) no-repeat right 10px center;
    background-size: 10px auto;
    padding: 4px 80px 5px 10px;
    color: #666;
    font-size: 14.36px;
}
.list_head .sort select option{
    border: none;
}

.list_head .number{
    float: right;
    margin-top: 10px;
}

.list_content{
    letter-spacing: -.4em;
    width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-bottom: 50px;
}
.list_content .item_box{
    width: calc( 100% / 4 - 20px);
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0 10px;
    padding: 20px 0;
    border-bottom: 1px solid #b3b3b3;
    text-align: left;
}

.list_content .item_box .item_image{
    display: block;
    margin: 0 auto 15px;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
}
.list_content .item_box .item_image:hover img{
    opacity: 0.7;
}
.list_content .item_box .item_image img{
    margin: auto;
    max-width: 150px;
    max-height: 150px;
    vertical-align: middle;
    transition: all 0.4s;
}

.price_box{
    margin-bottom: 10px;
    margin-right: 30px;
}
.list_content .item_box .item_price{
    color: #e16586;
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px;
    min-height: 18px;
    display: inline-block;
}
.list_content .item_box .item_price_sub{
    color: #5cb531;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    min-height: 18px;
    display: inline-block;
}
.list_content .item_box .item_price span,
.list_content .item_box .item_price_sub span{
    color: #fff;
    background: #e16586;
    border-radius: 3px;
    font-size: 12px;
    padding: 0 5px;
    margin-right: 10px;
    vertical-align: top;
}
.list_content .item_box .item_price_sub span{
    background: #5cb531;
}

.list_content .item_box .bid_price{
    color: #e16586;
}
.list_content .item_box .buy_it_now{
    color: #5cb531;
}
.list_content .item_box .bid_price span{
    background: #e16586;
}
.list_content .item_box .buy_it_now span{
    background: #5cb531;
}

.list_content .item_box .item_icon{
    float: right;
    margin-bottom: 3px;
}

/*  PCのみ */
@media all and (min-width: 741px) {
    .br_no_pc{
        display: none;
    }

}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    .list_content .item_box .item_price span,
    .list_content .item_box .item_price_sub span{
        display: inline-block;
        margin: 5px 0px;
        clear: both;
        width: auto;
    }

    .list_content .item_box .item_icon:not(.icon_seller){
        display: block;
        width: 100%;
    }
}


.item_icon a{
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 25px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 25px;
    transition: all 0.4s;
    margin-left: 5px;
}
.item_icon a:nth-child(1){
    background-image: url(/noppin/img/icon_mark_heart.png);
}
.item_icon a:nth-child(2){
    background-image: url(/noppin/img/icon_mark_cart.png);
}
.item_icon a:nth-child(1):hover,
.item_icon a.add_favorite{
    background-image: url(/noppin/img/icon_mark_heart_on.png);
}
.item_icon a:nth-child(2):hover,
.item_icon a.add_cart{
    background-image: url(/noppin/img/icon_mark_cart_on.png);
}

.seller_box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    vertical-align: middle;
    margin: 5px 0 0;
}
.list_content .item_box .item_seller{
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 3px;
    line-height: 1.2em;
    font-weight: 500;
    width: 195px;
    word-break: break-all;
    vertical-align: middle;
    letter-spacing: -.4em;
}
.list_content .item_box .item_seller span{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}
.list_content .item_box .item_seller div{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}
.list_content .item_box .item_seller div.store{
    display: inline-block;
    padding-right: 62px;
    position: relative;
}
.list_content .item_box .item_seller div.store:after{
    display: inline-block;
    position: absolute;
    content: "";
    width: 62px;
    height: 15px;
    background: url(/noppin/img/premium.gif) no-repeat top right;
    background-size: 62px auto;
    margin-left: 5px;
    margin-top: 2px;
}
.list_content .item_box .item_icon.icon_seller{
    float: none;
    vertical-align: middle;
    margin-right: 5px;
}
.item_icon.icon_seller a{
    background-image: url(/noppin/img/icon_mark_seller.png);
    margin-left: 0;
    background-size: auto 15px;
    width: 15px;
    height: 17px;
}
.item_icon.icon_seller a:hover,
.item_icon.icon_seller a.add_favorite_seller{
    background-image: url(/noppin/img/icon_mark_seller_on.png);
}

.item_other{
    margin-bottom: 10px;
}

.list_content .item_box .item_name{
    margin-top: 10px;
    word-wrap: break-word;
}

/**  SP ************************/
@media only screen and (max-width: 740px) {
    .list_head{
        margin-top: 10px;
    }
    .list_head .sort > span{
        margin: 0 5px 0 0;
        font-size: 80%;
    }

    .list_head .number{
        font-size: 12px;
    }

    .list_content .item_box{
        width: calc(50% - 20px);
        line-height: 1.2em;
    }

    .list_content .item_box .item_image{
        width: 100%;
        max-width: 150px;
        height: auto;
        max-height: 150px;
    }
    .list_content .item_box .item_name{
        font-size: 13px;
    }

    .item_box .item_title{
        font-weight: bold;
    }
}


/* 左側 メニュー
---------------------------------------------------------- */
#secondary h2{
    background: #f1efe3;
    margin: 15px auto 15px;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: bold;
    color: #4d4d4d;
}
#secondary > form > div:nth-child(2) h2:first-of-type,
#secondary > div:first-child h2:first-of-type{
    margin-top: 0;
}

#secondary h3{
    font-size: 14px;
    font-weight: bold;
    color: #4d4d4d;
    text-align: left;
    margin-bottom: 3px;
}
#secondary h3 a{
    text-decoration: none;
}
#secondary h4{
    font-size: 14px;
    font-weight: normal;
    color: #4d4d4d;
    text-align: left;
}
#secondary h4 a{
    text-decoration: none;
}
#secondary h3 a:hover,
#secondary h4 a:hover{
    color: #e16586;
}

.search_price span{
    vertical-align: bottom;
    font-size: 14px;
}

#secondary ul{
    margin: 5px 0 5px 1.8em;
    list-style-type: '- ';
    font-size: 14px;
}
#secondary ul li{
    padding: 2px 0;
    line-height: 1.2em;
}
#secondary ul li a{
    text-decoration: none;
}
#secondary ul li a:hover{
    color: #e16586;
}
#secondary ul li > div a{
    font-weight: bold;
    color: #e16586;
    text-decoration: none;
}
#secondary ul li ul{
    margin: 0 0 0 1em;
}

.back_all{
    display: inline-block;
    margin: 15px 12px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.back_all:hover{
    color: #e16586;
}

/*  PCのみ */
@media all and (min-width: 741px) {
    #secondary p{
        margin-left: 6px;
    }

    #secondary h3{
        margin-left: 6px;
    }
    #secondary h4{
        margin-left: 12px;
    }

    .detail_search{
        display: none;
    }
    .close_sec{
        display: none;
    }
}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    .detail_search{
        display: block;
        border: 1px solid #ddd;
        border-radius: 5px;
        width: 35%;
        height: 2.5em;
        margin: 0 0 5px auto;
        background: #eee url(/noppin/img/icon_arrow_gray_down.png) no-repeat right 8px center;
        padding: 0 15px 0 0;
        line-height: 2.5em;
        cursor: pointer;
        font-size: 12px;
    }

    .close_sec{
        display: block;
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        margin: -10px -10px 15px;
        padding: 10px;
        background: #aaa;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
    }
    .close_sec .close{
        display: inline-block;
        position: absolute;
        top: 13px;
        right: 15px;
        margin: 0 5px 0 7px;
        padding: 0;
        width: 3px;
        height: 20px;
        background: #fff;
        transform: rotate(45deg);
    }
    .close_sec .close:before{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: -8px;
        width: 20px;
        height: 3px;
        margin-top: -2px;
        background: #fff;
    }

    #secondary h3{
        margin-left: 2px;
    }
    #secondary h2{
        margin-top: 30px;
    }

    #secondary h4{
        margin-left: 5px;
    }

    .back_all{
        display: block;
        text-align: left;
    }
}



/* ------------------------------------------------------------------------- */
/* ショップカテゴリ一覧
/* ------------------------------------------------------------------------- */
.list_page h2 a{
    background: #f1efe3;
    margin: 0 0 15px;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: bold;
    color: #4d4d4d;
    text-align: left;
    display: block;
    text-decoration: none;
    transition: all 0.4s;
}
.list_page h2 a:hover{
    background: #e6e2cc;
}

.list_group > div{
    margin-bottom: 50px;
}

.list_group ul{
    margin: 5px 0 5px 1.8em;
    list-style-type: '- ';
    font-size: 14px;
}
.list_group ul li{
    padding: 2px 0;
    line-height: 1.2em;
}
.list_group ul li a{
    text-decoration: none;
}
.list_group ul li a:hover{
    color: #e16586;
}
.list_group ul li > div a{
    font-weight: bold;
    color: #e16586;
    text-decoration: none;
}
.list_group ul li ul{
    margin: 0 0 0 1em;
}

/*  PCのみ */
@media all and (min-width: 741px) {
    .list_group{
        letter-spacing: -.4em;
    }
    .list_group > div{
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        width: calc( 100% / 4 );
        padding: 0 10px;
        box-sizing: border-box;
    }
}



/* ------------------------------------------------------------------------- */
/* ログイン関連
/* ------------------------------------------------------------------------- */
.login_page #primary h2{
    border-bottom: 2px solid #e16586;
    padding: 0 12px 12px;
    font-size: 28px;
    margin-bottom: 20px;
    color: #e16586;
    line-height: 1.1em;
    text-align: left;
}
.login_page #primary h3{
    clear: both;
    color: #e16586;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.1em;
    border-bottom: 1px dotted #e16586;
    padding: 0 5px 10px;
    margin: 90px auto 15px;
}

.login_page #primary h4{
    clear: both;
    color: #666;
    font-size: 22px;
    font-weight: bold;
    background: #f9e0e7;
    padding: 10px 15px;
    margin: 70px auto 15px;
}

.login_page #primary h5{
    clear: both;
    color: #e16586;
    font-size: 20px;
    font-weight: bold;
    margin: 50px auto 10px;
}

.login_page #primary h6{
    clear: both;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    margin: 30px auto 5px;
}


.login_wrapper{
    background: #f7f8f8;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px 0;
    font-size: 16px;
    font-weight: 500;
}

.login_left table{
    margin: auto auto 30px;
    width: 440px;
}
.login_wrapper table th,
.login_wrapper table td{
    vertical-align: top;
    text-align: left;
}
.login_wrapper table th{
    font-weight: 500;
    padding-top: 20px;
    white-space: nowrap;
}

.login_wrapper input[type="text"],
.login_wrapper input[type="password"]{
    width: 320px;
    box-sizing: border-box;
}

.kome{
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.1em;
}

/* エラー時 */
#form .error{
    background-color: #fae5eb;
    border: 1px solid #efacbe;
}
.error-message{
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #e16586;
    line-height: 1.1em;
}

.login_wrapper input[type="submit"]{
    border: none;
    background: #f7af00;
    width: 310px;
    padding: 12px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0 20px;
    transition: all 0.4s;
}
.login_wrapper input[type="submit"]:hover{
    background: #f7c13e;
}

.login_wrapper .forget{
    font-size: 14px;
    color: #4d4d4d;
    transition: all 0.4s;
}

.sns_login{
    margin-top: 30px;
}
.sns_login p{
    text-align: center;
}
.sns_login ul{
    letter-spacing: -.4em;
    margin: 15px auto 0;
    text-align: center;
}
.sns_login ul li{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0 3px 10px;
}
.sns_login ul li a{
    display: block;
    width: 110px;
    height: 45px;
    text-align: center;
    transition: all 0.4s;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-color: #797979;
    background-size: 23px 23px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    line-height: 45px;
    padding-left: 30px;
    box-sizing: border-box;
}
.sns_login ul li.twitter a{
    background-image: url(/noppin/img/icon_sns_login_twitter.png);
}
.sns_login ul li.facebook a{
    background-image: url(/noppin/img/icon_sns_login_facebook.png);
}
.sns_login ul li.google a{
    background-image: url(/noppin/img/icon_sns_login_google.png);
}
.sns_login ul li.linkedin a{
    background-image: url(/noppin/img/icon_sns_login_linkedin.png);
}
.sns_login ul li.instagram a{
    background-image: url(/noppin/img/icon_sns_login_instagram.png);
}
.sns_login ul li a:hover{
    opacity: 0.7;
}

.login_first{
    display: inline-block;
    background: url(/noppin/img/icon_first.png) no-repeat left center;
    background-size: 20px auto;
    padding: 10px 0 10px 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.login_right p{
    margin: 10px 1.5em 15px;
    font-size: 14px;
}

/*  PCのみ */
@media all and (min-width: 741px) {
    .login_wrapper{
        margin: 50px auto 40px;
    }
    .login_only{
        width: 1050px;
        display:-webkit-box;
        display:-moz-box;
        display:-ms-box;
        display:-webkit-flexbox;
        display:-moz-flexbox;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:-moz-flex;
        display:-ms-flex;
        display: flex;
    }
    .login_left,
    .login_right{
        vertical-align: top;
        padding: 20px;
        box-sizing: border-box;

    }
    .login_left{
        border-right: 1px solid #ddd;
        width: 65%;
    }
    .login_right{
        width: 35%;
    }

    .sns_login ul{
        text-align: left;
        width: 580px;
    }
}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    .login_page #primary h2{
        font-size: 165%;
        margin-top: 20px;
    }

    .login_page #primary h3{
        margin-bottom: 15px;
        font-size: 145%;
    }

    .login_page #primary h4{
        padding-bottom: 5px;
        margin-bottom: 10px;
        font-size: 130%;
    }

    .login_page #primary h5{
        font-size: 120%;
        margin-bottom: 5px;
    }

    .login_page #primary h6{
        font-size: 110%;
        margin-bottom: 3px;
    }

    .login_wrapper{
        padding: 20px 15px;
        font-size: 14px;
    }

    .login_wrapper table{
        margin: auto;
        max-width: 430px;
        width: 100%;
    }

    .login_wrapper table th,
    .login_wrapper table td{
        display: block;
    }
    .login_wrapper table th{
        padding: 10px 0 0 10px;
        margin-bottom: -8px;
    }
    .login_wrapper input[type="text"],
    .login_wrapper input[type="password"],
    .login_wrapper select{
        max-width: 400px;
        width: 100%;
        font-size: 13px;
    }

    .login_wrapper input[type="submit"]{
        max-width: 310px;
        width: 85%;
        font-size: 15px;
    }

    .login_wrapper .forget{
        font-size: 13px;
    }

    .sns_login ul{
        max-width: 450px;
    }

    .login_right{
        margin: 40px 0 0;
        border-top: 1px solid #ddd;
        padding: 30px 0 20px;
    }

    .login_right p{
        font-size: 13px;
        margin: 10px 6% 15px;
    }

    .login_right .basic_btn{
        width: 90%;
        min-width: 260px;
    }

}


/* 新規会員登録
---------------------------------------------------------- */
.regist_only table tr{
    border-bottom: 1px solid #ddd;
}

.link_regist{
    margin: 40px 0 0 20px;
    font-size: 13px;
    text-align: left;
}

.login_wrapper .check_label{
    margin-top: 20px;
}
.login_wrapper input[type="checkbox"] + span{
    padding-left: 23px;
    font-size: 14px;
}

.regist_only input[type="submit"]{
    margin-top: 15px;
}

/*  PCのみ */
@media all and (min-width: 741px) {
    .regist_only{
        width: 650px;
        padding: 40px;
    }

    .regist_only table th,
    .regist_only table td{
        padding: 20px 25px;
    }
    .regist_only table th{
        padding-top: 30px;
    }

    .regist_only input[type="text"],
    .regist_only input[type="password"],
    .regist_only select{
        width: 350px;
    }
}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    .regist_only table{
        max-width: 100%;
    }
    .regist_only table th{
        padding-top: 20px;
    }
    .regist_only table tr:first-child th{
        padding-top: 0;
    }
    .regist_only table td{
        padding-bottom: 20px;
    }

    .link_regist{
        margin: 30px 0 0 23px;
        font-size: 12px;
    }
    .login_wrapper .check_label{
        display: block;
        text-align: left;
        font-size: 12px;
        margin-left: 26px;
    }
    .regist_only input[type="checkbox"] + span{
        margin-left: -23px;
    }
}


/* パスワード再設定
---------------------------------------------------------- */
.forget_only p{
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 10px;
}

.forget_only table tr{
    border-bottom: 1px solid #ddd;
}

.forget_only input[type="submit"]{
    margin-top: 40px;
}

/*  PCのみ */
@media all and (min-width: 741px) {
    .forget_only{
        width: 650px;
        padding: 40px;
    }

    .forget_only p{
        text-align: center;
    }

    .forget_only table th,
    .forget_only table td{
        padding: 20px 25px 40px;
    }
    .forget_only table th{
        padding-top: 30px;
    }

    .forget_only input[type="text"]{
        width: 350px;
    }

}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    .forget_only table{
        max-width: 100%;
    }
    .forget_only table th{
        padding-top: 20px;
    }
    .forget_only table tr:first-child th{
        padding-top: 0;
    }
    .forget_only table td{
        padding-bottom: 40px;
    }
}


/* ------------------------------------------------------------------------- */
/* 商品詳細ページ
/* ------------------------------------------------------------------------- */
.item_detail{
    text-align: left;
}
.item_detail #primary{
    word-break: break-all;
}

.item_detail #primary h2{
    border-bottom: 2px solid #ddd;
    padding: 0 12px 12px;
    font-size: 21px;
    margin-bottom: 20px;
    color: #4d4d4d;
    line-height: 1.1em;
}
.item_detail #primary h2 span:first-child{
    display: block;
    margin-bottom: 5px;
}


/*------ 左側 ------*/
.detail_left{
    text-align: center;
}

.item_main_wrapper{
    display: table;
    margin: 0 auto 15px;
    width: 98%;
    table-layout: fixed;
}

.detail_left .item_main{
    width: 550px;
    margin: 0 auto 20px;
    border: 3px solid #fff;
    border-bottom: none;
    padding-top: 1px;
    border-radius: 3px;
    box-shadow:0px 0px 1px 1px #dedede;
    -moz-box-shadow:0px 0px 1px 1px #dedede;
    -webkit-box-shadow:0px 0px 1px 1px #dedede;
    display: table-cell;
}
.detail_left .item_main img{
    max-width: 550px;
    max-height: 550px;
}

.arrow_wrapper{
    display: table-cell;
    vertical-align: middle;
}

.item_thum_arrow{
    position: relative;
    padding: 0 5px 0;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    display: block;
    text-indent: -9999px;
    transition: all 0.4s;
    z-index: 50;
    cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .item_thum_arrow{
        padding: 0;
        width: 10px;
    }
}
@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, .item_thum_arrow {
        padding: 0;
        width: 10px;
    }
}
.item_thum_arrow::before,
.item_thum_arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
}

.arrow_left::before,
.arrow_right::before{
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #E16586;
    margin-left: -10px;
    border: 2px solid #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.arrow_left::after,
.arrow_right::after{
    left: -9px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow_left::after{
    left: 5px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.arrow_right::before{
    margin-left: -21px;
}
.item_thum_arrow:hover{
    opacity: 0.7;
}


.detail_left .item_thum{
    text-align: center;
    letter-spacing: -.4em;
    margin: 0 0 20px 1px;
}
.detail_left .item_thum li{
    display: inline-block;
    letter-spacing: normal;
    margin: 4px;
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    border-radius: 3px;
    box-shadow:0px 0px 1px 1px #dedede;
    -moz-box-shadow:0px 0px 1px 1px #dedede;
    -webkit-box-shadow:0px 0px 1px 1px #dedede;
    text-align: center;
    vertical-align: top;
    position: relative;
}
.detail_left .item_thum li img{
    max-width: 80px;
    max-height: 80px;
    border-radius: 3px;
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    cursor: pointer;
}
.detail_left .item_thum li.current{
    box-shadow:0px 0px 1px 1px #E16586;
    -moz-box-shadow:0px 0px 1px 1px #E16586;
    -webkit-box-shadow:0px 0px 1px 1px #E16586;
}

/*------ 右側 ------*/
.detail_right{
    text-align: center;
}
.detail_right table{
    width: 100%;
    margin-bottom: 20px;
}
.detail_right table tr{
    border-bottom: 1px dotted #b3b3b3;
}
.detail_right table th,
.detail_right table td{
    text-align: left;
    padding: 14px 10px;
}
.detail_right table th{
    font-weight: bold;
}

.detail_right table table{
    margin-bottom: 0;
}
.detail_right table tr table tr{
    border: none;
}
.detail_right table td table th,
.detail_right table td table td{
    padding: 0 10px 5px 0;
}
.detail_right table table th{
    font-weight: normal;
    width: 35%;
}
.detail_right table td table tr:last-child th,
.detail_right table td table tr:last-child td{
    padding-bottom: 0;
}

.detail_right .item_price{
    color: #5cb531;
    font-size: 23px;
    font-weight: bold;
    margin-right: 10px;
}
.detail_right .item_seller{
    display: inline-block;
    margin: 0 10px 5px 0;
    vertical-align: top;
}
.detail_right .item_contact{
    display: inline-block;
    border: 1px solid #666;
    border-radius: 13px;
    padding: 3px 20px;
    text-decoration: none;
    transition: all 0.4s;
}
.detail_right .item_contact:hover{
    background: #666;
    color: #fff;
}
.detail_right input[type="number"]{
    width: 3em;
    margin-right: 10px;
}

.detail_right input[type="submit"]{
    border: none;
    background: #f7af00;
    width: 310px;
    padding: 12px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0 20px;
    transition: all 0.4s;
}
.detail_right input.btn_alert[type="submit"]{
    background: #f70000;
}
.detail_right input.btn_alert[type="submit"]:hover{
    background: #f73e3e;
}
.detail_right input[type="submit"]:hover{
    background: #f7c13e;
}

.detail_right input[type="submit"]:disabled{
    background: #bbbbbb;
}

.detail_right input[type="submit"]:disabled:hover{
    background: #cccccc;
}

/*------ 下部 商品詳細 ------*/
.item_detail #primary h3{
    clear: both;
    color: #e16586;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1em;
    border-bottom: 1px dotted #e16586;
    padding: 0 5px 10px;
    margin: 50px auto 15px;
}
.item_detail .iframe{
    width: 100%;
    height: 600px;
    margin-bottom: 80px;
}
.item_detail .iframe iframe{
    width: 100%;
    height: 600px;
    border: none;
    display: block;
}
.order_agreement{
    padding-bottom: 20px;
}
/*  PCのみ */
@media all and (min-width: 741px) {
    .detail_wrapper{
        display:-webkit-box;
        display:-moz-box;
        display:-ms-box;
        display:-webkit-flexbox;
        display:-moz-flexbox;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:-moz-flex;
        display:-ms-flex;
        display:flex;
        -webkit-box-lines:multiple;
        -moz-box-lines:multiple;
        -webkit-flex-wrap:wrap;
        -moz-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }

    .detail_left{
        width: 48%;
    }

    .detail_left .item_main{
        min-width: 550px;
    }

    .detail_right{
        margin-left: 50px;
        width: 45%;
    }

    .detail_right table th{
        width: 120px;
    }
}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    .item_detail #primary h2{
        font-size: 135%;
        margin-top: 20px;
    }

    .item_main_wrapper{
        width: 98%;
        table-layout: fixed;
    }
    .detail_left .item_main{
        width: 97%;
    }
    .detail_left .item_main img{
        max-width: 100%;
    }

    .detail_left .item_thum{
        width: auto;
        margin-right: 12px;
        margin-left: 12px;
    }


    .detail_right{
        margin-top: 20px;
    }
    .detail_right table table{
        border-top: none;
    }
    .detail_right table th,
    .detail_right table td{
        display: block;
    }
    .detail_right table table th,
    .detail_right table table td{
        display: table-cell;
    }
    .detail_right table th{
        padding-bottom: 0;
    }
    .detail_right table td{
        padding-top: 5px;
    }

    .detail_right input[type="submit"]{
        width: 280px;
    }

    .item_detail #primary h3{
        margin-bottom: 15px;
        font-size: 110%;
    }

    .item_detail .iframe{
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        height: 350px;
        width: calc( 100% - 10px);
        border: none;
    }
    .item_detail .iframe iframe{
        height: 100%;
        border: none;
        display: block;
    }
}


/* ヤフオク詳細ページ
---------------------------------------------------------- */
#auctions_note{
    padding: 20px;
    margin: 10px auto 20px;
    background-color: #f6d2dc;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
}

#user_message{
    padding: 20px;
    margin: 10px auto 20px;
    background-color: #4fc1e8;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
}

/*------ 左側 ------*/
.bid_info{
    border: 1px solid #ddd;
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #F7F8F8;
}

.bid_info_title{
    margin-bottom: 10px;
}
.span_bid_time{
    margin: 20px auto 30px;
    color: #e16586;
}

.bid_time,
.bid_info .item_seller{
    padding: 0 15px;
}
.a_item_seller{
    font-size: 25px;
    color: #e16586;
    text-decoration: none;
    transition: all 0.4s;
}
.a_item_seller:hover{
    opacity: 0.7;
}
.bid_info .item_seller .evaluation{
    margin: 10px auto 2px;
}
.bid_info .item_seller .item_contact{
    display: inline-block;
    border: 1px solid #666;
    border-radius: 13px;
    padding: 3px 20px;
    text-decoration: none;
    transition: all 0.4s;
    margin-top: 15px;
}
.bid_info .item_seller .item_contact:hover{
    background: #666;
    color: #fff;
}


/*------ 入札履歴 ------*/
/* 開く時の.bodyのアニメーション */
@keyframes modalwindow_body_in {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes modalwindow_body_out {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.modalwindow {
  /* オーバーレイ＆スクロール領域になるレイヤー */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 200;
  width: 100%;
  /* スマホでスワイプして指を離すまでの間下部の背景が無くなるため余分に指定 */
  height: calc(100% + 100px);
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 100px solid transparent;
  cursor: pointer;
  opacity: 1;
}
.modalwindow.no_overlay_close {
  cursor: default;
}
.modalwindow.lock .close_modal {
  background: #ccc;
}
.modalwindow .body {
  /* ウィンドウ自体 アニメーションなどで装飾 */
  position: relative;
  left: 50%;
  top: 0;
  width: 600px;
  margin-left: -300px;
  margin-top: 40px;
  margin-bottom: 120px;
  background: #fff;
  border-radius: 4px;
  cursor: default;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
  animation: 200ms modalwindow_body_out;
}
.modalwindow .body .modal_content {
  padding: 20px;
}
.modalwindow .body .modal_content .modal_list_item{
  margin-left: 20px;
}
.modalwindow .body .modal_content .modal_section_title{
  text-align: left;
}
.modalwindow .body .modal_content .set_select_list{
    text-decoration: underline;
    cursor: pointer;
}
.modalwindow .body .modal_content .set_select_list:hover{
    text-decoration: none;
    cursor: pointer;
}
.modalwindow .body > div.div_close {
  padding: 10px;
  background: #fcfcfc;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.modalwindow.is_visible .body {
  transform: translateY(0px);
  animation: 400ms modalwindow_body_in;
  margin-bottom: 170px;
}
.modalwindow_header_close {
  /* 右上に表示する×ボタン 面倒なので動的に追加してます */
  position: absolute;
  right: 0;
  top: 5px;
  background: none;
  border: none;
  cursor: pointer;
}
.modalwindow_header_close:before {
  content: "\D7";
  font-size: 24px;
  font-family: serif;
  color: #ccc;
}
@media only screen and (max-width: 740px) {
  .modalwindow .body {
    position: relative;
    width: calc(100% - 20px);
    margin: 10px;
    left: 0;
  }
}

.bid_history .body{
    box-shadow:0px 2px 17px 3px #555555;
    -moz-box-shadow:0px 2px 17px 3px #555555;
    -webkit-box-shadow:0px 2px 17px 3px #555555;
    box-sizing: border-box;
}

.item_detail #primary .bid_history h3{
    margin-top: 10px;
    border-bottom: none;
}
.bid_history table{
    width: 100%;
    margin-bottom: 20px;
}
.bid_history table tr{
    border-bottom: 1px solid #ddd;
}
.bid_history table th{
    background: #eee;
    text-align: left;
    font-weight: bold;
}
.bid_history table th.bid_price{
    text-align: center;
}
.bid_history table td{
    text-align: left;
}
.bid_history table td.bid_price{
    text-align: right;
}
.bid_history input[type="text"]{
    box-sizing: border-box;
    width: 100%;
}

.open_modal{
    border: none;
    background: none;
    color: #4d4d4d;
    text-decoration: underline;
}
.close_modal{
    border: 1px solid #666;
    border-radius: 20px;
    padding: 3px 20px;
    text-decoration: none;
    transition: all 0.4s;
    background: #fff;
    color: #4d4d4d;
}
.open_modal:hover,
.close_modal:hover{
    cursor: pointer;
    -webkit-appearance: none;
}
.open_modal:hover{
    text-decoration: none;
    border: none;
}
.close_modal:hover{
    background: #666;
    color: #fff;
}
.modalwindow .body > div.div_close{
    background: none;
    border: none;
    padding: 0 10px 20px;
}


/*------ 右側 ------*/
.bid_board{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.bid_board > div{
    display: table-cell;
    padding: 20px 5px;
    font-weight: bold;
}
.bid_board > div span{
    display: block;
    margin-top: 8px;
    font-size: 30px;
}
.bid_board .bid_price{
    background: #fae5eb;
    color: #E16586;
}
.bid_board .buy_it_now{
    background: #dbf2d0;
    color: #5cb531;
}

.bid_cart{
    background: #F7F8F8;
    padding: 30px 0;
    margin-bottom: 20px;
    font-weight: bold;
}
.bid_cart .radio_label{
    margin: 0 10px 15px;
}
.bid_input_number{
    font-weight: bold;
    font-size: 18px;
}
.bid_cart .bid_input_price{
    min-width: 100px;
    margin-left: 10px;
    text-align: right;
    font-weight: bold;
    font-size: 18px;
}
.bid_cart .x_separate{
    padding-left: 10px;
}
.detail_right .bid_cart input[type="submit"]{
    margin: 20px auto 0;
}
.detail_right .alert{
    text-align: left;
    padding-bottom: 10px;
    padding-top: 5px;
}
.detail_right tr.total_price{
    color: #e16586;
    font-size: 13pt;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}
.detail_right input[type="text"]{
    width: 100%;
    box-sizing: border-box;
}


/*  PCのみ */
@media all and (min-width: 741px) {
    #modal-content {
        width: 600px;
    }

    .bid_info{
        display: table;
    }
    .bid_time{
        display: table-cell;
        width: 47%;
        border-right: 1px solid #ddd;
        vertical-align: middle;
    }
    .bid_info .item_seller{
            display: table-cell;
            width: 47%;
            vertical-align: middle;
            font-size: 15pt;
    }
}
/**  SP ************************/
@media only screen and (max-width: 740px) {
    #modal-content {
        width: 95%;
        padding: 20px 10px;
        font-size: 13px;
    }
    .bid_history table td.bid_date{
        word-break: keep-all;
    }
    .bid_history table th,
    .bid_history table td{
        padding: 10px 5px;
    }

    .bid_time{
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }
    .bid_info .item_seller{
        padding-top: 20px;
        font-size: 15pt;
    }

    .bid_board > div span{
        font-size: 22px;
    }
}

/* ------------------------------------------------------------------------- */

.snipe .radio_label:nth-of-type(1){
    margin: 0px 0px 0px 0px;
}
.snipe .radio_label:nth-of-type(2){
    margin: 0px 0px 0px 20px;
}

#ModalMultipleFollowSeller h3{
    clear: both;
    color: #e16586;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1em;
    padding: 0 5px 10px;
    margin: 0px 50px 10px 15px;
    border-bottom: none;
}
#ModalMultipleWatchList h3{
    clear: both;
    color: #e16586;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1em;
    padding: 0 5px 10px;
    margin: 0px 50px 10px 15px;
    border-bottom: none;
}


/* ------------------------------------------------------------------------- */
/* My Noppin
/* ------------------------------------------------------------------------- */
.tmpl_mypage *,
.tmpl_mypage *:before,
.tmpl_mypage *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* サイドメニュー（共通）
---------------------------------------------------------- */
#secondary ul.mypage_menu{
    list-style-type: none;
    margin: 0;
}

#secondary ul.mypage_menu li{
}
#secondary ul.mypage_menu li a{
    display: block;
    width: 100%;
    padding: 10px 10px 10px 40px;
    border: 1px solid #ccc;
        position: relative;
        line-height: 1.2em;
        background-position: left 7.5px center;
        background-repeat: no-repeat;
        background-size: 25px auto;
}
#secondary ul.mypage_menu li.current a,
#secondary ul.mypage_menu li a:hover{
    background-color: #f1efe3;
    color: #666 !important;
}

#secondary ul.mypage_menu li.menu_notice a{
        background-image: url(/noppin/img/icon_my_notice.png);
}
#secondary ul.mypage_menu li.menu_cboard a{
        background-image: url(/noppin/img/icon_my_cboard.png);
}
#secondary ul.mypage_menu li.menu_payment a{
        background-image: url(/noppin/img/icon_my_payment.png);
}
#secondary ul.mypage_menu li.menu_auction_st a{
        background-image: url(/noppin/img/icon_my_auction_st.png);
}
#secondary ul.mypage_menu li.menu_shopping_st a{
        background-image: url(/noppin/img/icon_my_shopping_st.png);
}
#secondary ul.mypage_menu li.menu_shipping a{
        background-image: url(/noppin/img/icon_my_shipping.png);
}
#secondary ul.mypage_menu li.menu_watchlist a{
        background-image: url(/noppin/img/icon_my_watchlist.png);
}
#secondary ul.mypage_menu li.menu_follow a{
        background-image: url(/noppin/img/icon_my_follow.png);
}
#secondary ul.mypage_menu li.menu_user_info a{
        background-image: url(/noppin/img/icon_my_user_info.png);
}


/* 共通
---------------------------------------------------------- */

/**  SP ************************/
@media only screen and (max-width: 740px) {
    .responsiv_table{
        border: none !important;
        border-bottom: 1px solid #ccc !important;
    }
    .responsiv_table th,
    .responsiv_table td{
        width: 100% !important;
        display: block !important;
        border: 1px solid #ccc !important;
        border-bottom-width: 0px !important;
    }
    .responsiv_table th{
    }
}

/* ボタン */
.tmpl_mypage .center_btn{
    margin: 50px auto 30px;
    text-align: center;
}
.tmpl_mypage .center_btn a{
    text-align: center;
}

/* アイコンボタン（追加、削除等）*/
.tmpl_mypage .block_btn{
    display: block;
    width: auto;
    text-align: right;
    white-space: nowrap;
}

.tmpl_mypage .btn_icon{
    display: inline-block;
    width: 45px;
    height: 45px;
    padding: 5px 0px;
    text-align: center;
    text-decoration: none;
    background: url(/noppin/img/icon_mypage_add.png) no-repeat center center;
    cursor: pointer;
    text-indent: -9999px;
    transition: all 0.4s;
}
.tmpl_mypage .btn_icon:hover{
    opacity: 0.6;
}

.tmpl_mypage .btn_add{
    background-image: url(/noppin/img/icon_mypage_add.png);
}
.tmpl_mypage .btn_edit{
    background-image: url(/noppin/img/icon_mypage_edit.png);
}
.tmpl_mypage .btn_remove{
    background-image: url(/noppin/img/icon_mypage_remove.png);
}
.tmpl_mypage .btn_view{
    background-image: url(/noppin/img/icon_mypage_view.png);
}

/* submitボタン */
button,
a.btn_sumbit,
.tmpl_mypage .submit input[type="submit"]{
    display: inline-block;
    border: none;
    background: #f7af00;
    min-width: 290px;
    padding: 12px 40px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0 20px;
    transition: all 0.4s;
    letter-spacing: 0;
    word-break: normal;
}
button:hover,
a.btn_sumbit:hover,
.tmpl_mypage .submit input[type="submit"]:hover{
    background: #f7c13e;
}

.form_btn{
    text-align: center;
    display: block;
    width: 100%;
}


/* メニュータブ */
.tmpl_mypage .menu_tab{
    width: 100%;
    margin-bottom: 30px;
    list-style: none;
    display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    -ms-flex-wrap: nowrap;/*IE10*/
    -webkit-flex-wrap: nowrap;/*PC-Safari,iOS8.4*/
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.tmpl_mypage .menu_tab p,
.tmpl_mypage .menu_tab a{
    width: calc(( 100% / 3 ) - 10px);
    position: relative;
    display: block;
    background-color: #8E7F78;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.tmpl_mypage .menu_tab a:hover{
    background-color: #534741;
}
.tmpl_mypage .menu_tab p{
    background-color: #534741;
    color: #fff;
    cursor: default;
}


/*  PCのみ */
@media all and (min-width: 741px) {
    .tmpl_mypage .menu_tab a:hover::before,
    .tmpl_mypage .menu_tab p::before{
        content: "";
        position: absolute;
        bottom: -20px;
        left: 48%;
        border-right: 8px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 8px solid transparent;
        border-top: 10px solid #534741;
    }
}

/**  SP ************************/
@media only screen and (max-width: 740px) {
    .tmpl_mypage .menu_tab{
        background-color: #534741;
        padding-bottom: 5px;
        margin-bottom: 0;
    }
    .tmpl_mypage .menu_tab p,
    .tmpl_mypage .menu_tab a{
        width: calc(( 100% / 3 ) - 2px);
    }
    .tmpl_mypage .center_btn{
        margin: 30px auto 30px;
        text-align: center;
    }
}


/* ------------------------------------------------------------------------- */
/* My Noppin － トップページ（メニュー）
/* ------------------------------------------------------------------------- */

.tmpl_mypage .mypage_menu_list ul{
    display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    justify-contentdisplay: flex;
    -ms-flex-wrap: wrap;/*IE10*/
    -webkit-flex-wrap: wrap;/*PC-Safari,iOS8.4*/
    flex-wrap: wrap;
    padding: 20px 0px 40px;
}

.tmpl_mypage .mypage_menu_list ul li{
    position: relative;
    width: 32%;
    min-height: 200px;
    margin: 0 1% 20px 1%;
    list-style: none;
    background-color: #F1EFE3;
    border: 1px solid #ccc;
    transition: all 0.4s;
}

.tmpl_mypage .mypage_menu_list ul li a{
    padding: 20px 15px;
    text-decoration: none;
    display: block;
}

.tmpl_mypage .mypage_menu_list ul li img{
    display: block;
    width: 70px;
    padding: 15px 0 0px;
    margin: 0 auto 15px;
}

.tmpl_mypage .mypage_menu_list ul li .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}


/**  PC ************************/
@media all and (min-width: 741px) {
    .tmpl_mypage .mypage_menu_list ul li:nth-child(3n-2){
        margin-left: 0;
    }
    .tmpl_mypage .mypage_menu_list ul li:nth-child(3n-3){
        margin-right: 0;
    }
    .tmpl_mypage .mypage_menu_list ul li:hover{
        filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.2));
    }
}

/**  SP ************************/
@media only screen and (max-width: 740px) {
    .tmpl_mypage .mypage_menu_list ul li{
        width: 49%;
    }
    .tmpl_mypage .mypage_menu_list ul li:nth-child(2n-1){
        margin-left: 0;
    }
    .tmpl_mypage .mypage_menu_list ul li:nth-child(2n-2){
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .tmpl_mypage .mypage_menu_list ul li{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}


/* ------------------------------------------------------------------------- */
/* My Noppin － 見積もり依頼機能
/* ------------------------------------------------------------------------- */

/* テーブル見出し */

.tmpl_mypage .unit{
    text-align: right;
    margin-bottom: -30px;
    padding-top: 10px;
}
.tmpl_mypage article header{
    background-color: #f1efe3;
    vertical-align: middle;
    overflow: hidden;
    border: 1px solid #ccc;
    border-bottom-width: 0px;
    padding: 5px 10px 5px 5px;
    margin-top: 20px;
}

.tmpl_mypage.second_all #primary article header h3{
    font-size: 16px;
    background: none;
    font-weight: none;
    display: block;
    width: 510px;
    float: left;
    padding: 5px 10px;
    margin: 10px 0;
    border-bottom: none;
    color: #666;
}

.tmpl_mypage.second_all #primary article header.detail h3{
    width: 700px;
}

.tmpl_mypage article header .status{
    display: block;
    width: 273px;
    float: right;
    text-align: center;
    padding: 5px 10px 5px 10px;
    margin: 10px 10px 10px 10px;
    border: 2px solid #fff;
    border-radius: 20px
}
.tmpl_mypage article header a.status{
    padding: 5px 15px 5px 5px;
    background: #fff url(/noppin/img/icon_arrow_gray_right.png) no-repeat right 15px center;
    background-size: auto 5.5px;
    text-decoration: none;
}

/**  SP ************************/
@media only screen and (max-width: 740px) {
    .tmpl_mypage.second_all #primary article header h3,
    .tmpl_mypage.second_all #primary article header.detail h3{
        width: 100%;
        margin: 5px 0 5px;
    }
    .tmpl_mypage .unit{
        margin-bottom: -10px;
    }
    .tmpl_mypage article header{
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        font-size: 85%;
    }
    .tmpl_mypage .menu_tab p,
    .tmpl_mypage .menu_tab a{
        font-size: 90%;
        word-break: normal;
    }
    .tmpl_mypage article header .status{
        float: left;
        font-size: 12px;
        width: 230px;
        margin: 5px 5px 5px;
    }
}


/* テーブルデータ（見積もり依頼一覧用）
------------------------------------- */
.estimate_table{
    margin: 0px;
    width: 100%;
}
.estimate_table .col_name{
    width: 30em;
}
.estimate_table .col_price,
.estimate_table .col_total{
    width: 8em;
}
.estimate_table .col_quantity{
    width: 5em;
}
.estimate_table .col_memo{
    width: calc(100% - 30em - 8em - 5em - 8em);
    word-break: break-all;
}

.estimate_table td.col_price,
.estimate_table td.col_total,
.estimate_table .col_quantity{
    text-align: right;
}

.estimate_table thead{
    display: none;
}

.estimate_total{
    border: 1px solid #ccc;
    border-width: 0 1px 0 1px;
    width: 100%;
    list-style: none;
}
.estimate_total li{
    border-bottom: 1px solid #ccc;
    text-align: right;
    padding: 10px;
    display: block;
    overflow: hidden;
}
.estimate_total li span{
    float: left;
    display: block;
    width: 50%;
    text-align: left;
}
.estimate_total li span::after{
    padding-right: 1em;
    border-right: 1px solid #ccc;
}


.estimate_table input{
    width: 100%;
}


/**  SP ************************/
@media only screen and (max-width: 740px) {
    .estimate_table{
        border: 1px solid #ccc;
        border-top-width: 0;
        border-bottom-width: 0;
        font-size: 85%;
        width: 100%;
    }
    .estimate_table tr{
        display: -webkit-box; /*Android4.3*/
        display: -moz-box;    /*Firefox21*/
        display: -ms-flexbox; /*IE10*/
        display: -webkit-flex; /*PC-Safari,iOS8.4*/
        display: flex;
        -ms-flex-wrap: wrap;/*IE10*/
        -webkit-flex-wrap: wrap;/*PC-Safari,iOS8.4*/
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
    }
    .estimate_table td{
        display: block;
        border: none;
        word-break: break-all;
    }
    .estimate_table td.col_name{
        width: 100%;
        flex-basis: 100%;
        order: 1;
        border-top: 1px solid #ccc;
    }
    .estimate_table td.col_memo{
        width: 100%;
        flex-basis: 100%;
        order: 5;
    }
    .estimate_table tr:last-child td.col_memo{
        border-bottom: 1px solid #ccc;
    }
    .estimate_table td.col_price{
        width: calc(45% - 5px) ;
        order: 2;
        background-color: #f4f4f4;
        text-align: center;
    }
    .estimate_table td.col_price::after{
        content: "  ×  ";
        display: block;
        float: right;
        box-sizing: border-box;
    }
    .estimate_table .col_quantity{
        width: 25%;
        order: 3;
        background-color: #f4f4f4;
        text-align: center;
        box-sizing: border-box;
    }
    .estimate_table .col_quantity::after{
        content: "  =  ";12
        display: block;
        float: right;
    }
    .estimate_table td.col_total{
        width: calc(30% - 5px) ;
        order: 4;
        background-color: #f4f4f4;
        box-sizing: border-box;
    }

    /* IE対策 */
    @media all and (-ms-high-contrast: none) {
        .estimate_table td.col_price{
            flex-basis: calc(45% - 5px - 20px);
        }
        .estimate_table .col_quantity{
            flex-basis: calc(25% - 20px);
        }
        .estimate_table td.col_total{
            flex-basis: calc(30% - 5px - 20px);
            width: calc(30% - 5px) ;
        }
    }
    .estimate_total{
        background-color: #f4f4f4;
        border: none;
        margin-top: 10px;
        padding: 15px 10px;
    }

.estimate_total li:last-child{
    border-bottom: none;
    }

    /*
    .estimate_total::before{
        content: "Total";
        display: block;
        float: left;
    }
    */
}

/* テーブルデータ（見積もり依頼詳細用）
------------------------------------- */
.estimate_detail_table .col_name{
    width: 25em;
    word-break: break-all;
}
.estimate_detail_table .col_price,
.estimate_detail_table .col_total{
    width: 8em;
}
.estimate_detail_table .col_quantity{
    width: 5em;
}
.estimate_detail_table .col_action{
    width: 120px;
    text-align: center;
}
.estimate_detail_table .col_memo{
    width: calc(100% - 25em - 8em - 5em - 8em - 110px);
    word-break: break-all;
}

/**  SP ************************/
@media only screen and (max-width: 740px) {
    .page_estimate_detail.tmpl_mypage article header{
        padding: 0px 5px 5px 0;
    }
    .estimate_detail_table td.col_name{
        width: 100%;
        flex-basis: 100%;
        order: 1;
        border-top: 1px solid #ccc;
    }
    .estimate_detail_table td.col_memo{
        width: 100%;
        flex-basis: 100%;
        border-bottom: none !important;
        order: 5;
    }
    .estimate_detail_table td.col_price{
        width: calc(45% - 5px) ;
        order: 2;
    }
    .estimate_detail_table .col_quantity{
        width: 25%;
        order: 3;
    }
    .estimate_detail_table td.col_total{
        width: calc(30% - 5px) ;
        order: 4;
    }
    .estimate_detail_table td.col_action{
        width: 100%;
        flex-basis: 100%;
        display: block;
        order: 6;
    }

    /* IE対策 */
    @media all and (-ms-high-contrast: none) {
        .estimate_detail_table td.col_price{
            flex-basis: calc(45% - 5px - 20px);
        }
        .estimate_detail_table .col_quantity{
            flex-basis: calc(25% - 20px);
        }
        .estimate_detail_table td.col_total{
            flex-basis: calc(30% - 5px - 20px);
            width: calc(30% - 5px) ;
        }
    }
    .estimate_detail_table tr:last-child td.col_action{
        border-bottom: 1px solid #ccc;
    }
    .page_estimate_detail .estimate_total{
        background-color: #f4f4f4;
        border: none;
        margin-top: 10px;
        padding: 15px 10px;
    }
}


/* ------------------------------------------------------------------------- */
/* My Noppin － 支払情報
/* ------------------------------------------------------------------------- */

/* レート表示
------------------------------------- */
.exchange_rate{
    margin-top: 30px;
}
.exchange_rate ul{
    display: block;
    background: #f1efe2;
    padding: 30px 30px;
    width: 100%;
    margin: 0 auto 80px;;
    overflow: hidden;
}

.exchange_rate .title{
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
}

.exchange_rate ul li{
    list-style: none;
    display: inline-block;
    padding: 15px 10px;
    background-color: #4d4d4d;
    color: #ffffff;
    text-align: center;
    margin: 1px;
    width: calc((100% / 9) - 2px);
    min-width: 90px;
    height: 80px;
    float: left;
}
.exchange_rate ul li img{
    height: 24px;
    margin: 0 5px 0 0;
    float: left;
}

.exchange_rate ul li .ccy{
    display: inline-block;
    font-weight: 700;
    padding: 3px 0;
}
.exchange_rate ul li .rate{
    clear: both;
    padding: 5px 0;
    display: block;
    font-size: 16px;
}

/**  SP ************************/
@media only screen and (max-width: 740px) {
    .exchange_rate ul{
        width: 100%;
    }
    .exchange_rate ul li{
        padding: 15px;
        width: calc(25% - 2px);
    }
}
@media only screen and (max-width: 540px) {
    .exchange_rate ul{
        padding: 20px 20px;
    }
    .exchange_rate ul li{
        width: calc(33% - 2px);
    }
}
@media only screen and (max-width: 400px) {
    .exchange_rate ul li{
        width: calc(50% - 2px);
    }
}

/* 支払方法選択
------------------------------------- */
.tmpl_mypage .payment_list ul{
    display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    justify-contentdisplay: flex;
    -ms-flex-wrap: wrap;/*IE10*/
    -webkit-flex-wrap: wrap;/*PC-Safari,iOS8.4*/
    flex-wrap: wrap;
    padding: 20px 0px 40px;
}

.tmpl_mypage .payment_list ul li{
    position: relative;
    width: 32%;
    margin: 0 1% 20px 1%;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    transition: all 0.4s;
}

.tmpl_mypage .payment_list ul li .paymeint_logo{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.tmpl_mypage .payment_list ul li a{
    padding: 5px 15px;
    text-decoration: none;
    display: block;
}
.tmpl_mypage .payment_list ul li .title{
    color: #e16586;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.tmpl_mypage .payment_list ul li .timing{
    content: "";
/*    position: absolute;
    top: 125px;
    right: 10px;*/
    float: right;
    display: inline-block;
    min-width: 80px;
    max-width: 150px;
    width: auto;
    min-height: 18px;
    padding: 3px 10px;
    border-radius: 15px;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
}

.tmpl_mypage .payment_list ul li .timing_realtime{
    background-color: #009245;
}

.tmpl_mypage .payment_list ul li .timing_manual{
    background-color: #f7931e;
}

.tmpl_mypage .payment_list ul li dl{
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.tmpl_mypage .payment_list ul li dl dt,
.tmpl_mypage .payment_list ul li dl dd{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 0;
}
.tmpl_mypage .payment_list ul li dl dt{
    background-color: #646460;
    width: 55px;
    height: 20px;
    text-align: center;
    color: #ffffff;
    margin-right: 10px;
}
.tmpl_mypage .payment_list ul li dl dd{
    width: calc(100% - 70px);
}


/**  PC ************************/
@media all and (min-width: 741px) {
    .tmpl_mypage .payment_list ul li:nth-child(3n-2){
        margin-left: 0;
    }
    .tmpl_mypage .payment_list ul li:nth-child(3n-3){
        margin-right: 0;
    }
    .tmpl_mypage .payment_list ul li:hover{
        filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.2));
    }
}

/**  SP ************************/
@media only screen and (max-width: 740px) {
    .tmpl_mypage .payment_list ul li{
        width: 49%;
    }
    .tmpl_mypage .payment_list ul li:nth-child(2n-1){
        margin-left: 0;
    }
    .tmpl_mypage .payment_list ul li:nth-child(2n-2){
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .tmpl_mypage .payment_list ul li{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}


/* レート変換
------------------------------------- */

.payment_method{
    width: auto;
    display: block;
    float: right;
    margin: 20px 0 15px;
}

.transfer_wrapper{
    clear: both;
    background: #f1efe2;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px 0;
    font-size: 16px;
    font-weight: 500;
    z-index: 90;
    position: relative;
}

.transfer_wrapper label{
    display: block;
    font-weight: 700;
    padding: 10px 0;
}

.transfer_wrapper input[type="text"]{
    float: left;
    width: 70%;
    max-width: 500px;
    height: 70px;
    border: 1px solid #b3b3b3;
    border-right-width: 0;
    border-radius: 5px 0 0 5px;
    font-size: 32px;
    font-weight: 700;
}

.transfer_wrapper p.get_ccy{
    float: left;
    width: 30%;
    max-width: 200px;
    height: 70px;
    background-color: #4d4d4d;
/*    border: 1px solid #b3b3b3;*/
    border-radius: 0 5px 5px 0;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    padding: 22px 10px 0 50px;
    position: relative;
}

.transfer_wrapper p.get_ccy img{
    position: absolute;
    top: 20px;
    left: 55px;
    width: 34px;
    height: 23px;
}

.transfer_wrapper ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-weight: 100;
    font-size: 22px;
    color:#999;
}
.transfer_wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 100 !important;
    font-size: 22px !important;
    color:#999 !important;
}
.transfer_wrapper ::placeholder{ /* Others */
    font-weight: 100;
    font-size: 22px;
    color:#999
}

.transfer_wrapper .block_send,
.transfer_wrapper .block_get{
    clear: both;
    display: block;
    width: 88%;
    margin: 15px 0 15px auto;
/*    overflow: hidden;*/
}

.transfer_wrapper .block_get{
    overflow: hidden;
}

.transfer_wrapper .block_calc{
    clear: both;
    display: block;
    width: 83%;
/*    min-width: 580px;*/
    margin: 20px 0 20px auto;
    padding: 10px 0 10px 30px;
    border-left: 1px solid #cccccc;
}
.transfer_wrapper .block_calc .table_calc{
    background-color: #ffffff;
    margin: 15px 0;
    padding: 20px 10px;
    width: 100%;
    max-width: 500px;
    border: 20px solid #ffffff;
    border-width: 20px 20px 0 20px;
}

.transfer_wrapper .table_calc td,
.transfer_wrapper .table_calc th{
    padding: 0 10px 15px 10px;
    line-height: 1.5em;
}
.transfer_wrapper .table_calc tr.total td,
.transfer_wrapper .table_calc tr.total th{
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.transfer_wrapper .table_calc th{
    font-weight: 700;
    text-align: right;
    width: 40%;
    word-break: normal;
}

.transfer_wrapper .table_calc td.num{
    text-align: right;
    width: 20%;
    min-width: 5em;
}
.transfer_wrapper .table_calc td.calc_ccy{
    width: 10%;
    min-width: 4em;
}
.transfer_wrapper .table_calc td.memo{
    width: 30%;
}

.transfer_wrapper .form_btn{
    padding-top: 30px;
}

/**  SP ************************/
@media only screen and (max-width: 740px) {
    .payment_method{
        float: none;
    }
    .payment_method input{
        width: 100%;
    }

    .transfer_wrapper .block_send,
    .transfer_wrapper .block_get{
        width: calc(100% - 20px);
        margin: 15px 10px 15px 10px;
    }

    .transfer_wrapper input[type="text"],
    .transfer_wrapper p.get_ccy{
        height: 50px;
        font-size: 20px;
    }

    .transfer_wrapper p.get_ccy{
        padding: 0 2px 0 30px;
        font-size: 14px;
        line-height: 50px;
    }

    .transfer_wrapper p.get_ccy img{
        top: 13px;
        left: 10%;
        width: 28px;
        height: 19px;
    }

    .transfer_wrapper ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        font-size: 12px;
    }
    .transfer_wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 12px !important;
    }
    .transfer_wrapper ::placeholder{ /* Others */
        font-size: 12px;
    }

    .transfer_wrapper .block_calc{
        width: 100%;
        max-width: calc(100% - 20px);
        margin: 20px 0 20px auto;
        padding: 10px 0 10px 10px;
        border-left: 1px solid #cccccc;
        font-size: 12px;
    }

    .transfer_wrapper .block_calc .table_calc{
        max-width: calc(100% - 10px);
        padding: 10px 5px;
        border-width: 10px 5px 0 5px;
    }

    .transfer_wrapper .table_calc td,
    .transfer_wrapper .table_calc th{
        padding: 0 5px 10px;
    }
}


/* ------------------------------------------------------------------------- */
/* My Noppin － リスト（汎用）
/* ------------------------------------------------------------------------- */
.tmpl_mypage #data_list{
    display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    justify-contentdisplay: flex;
    -ms-flex-wrap: wrap;/*IE10*/
    -webkit-flex-wrap: wrap;/*PC-Safari,iOS8.4*/
    flex-wrap: wrap;
    padding: 50px 10px;
}

.tmpl_mypage #data_list article{
    width: 98%;
    margin: 0 1% 20px 1%;
    border: 1px solid #ccc;
    background-color: #ffffff;
    transition: all 0.4s;
}

.tmpl_mypage #data_list.panel2 article{
    width: 48%;
}
.tmpl_mypage #data_list.panel3 article{
    width: 31%;
}

.tmpl_mypage #data_list article a{
    transition: all 0.4s;
}

/*
.tmpl_mypage #data_list article a:hover{
    opacity: 0.6;
}
*/
.tmpl_mypage #data_list article:hover{
    filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.2));
}
@media all and (-ms-high-contrast: none) {
    .tmpl_mypage #data_list article:hover{
        box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    }
}

.tmpl_mypage #data_list article .title{
    background-color: #f1efe3;
}
.tmpl_mypage #data_list article .title a{
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tmpl_mypage #data_list article .block_data{
    padding: 15px 10px 30px;
}
.tmpl_mypage #data_list.panel2 article .memo,
.tmpl_mypage #data_list.panel3 article .memo{
    height: 6em;
}

.tmpl_mypage #data_list.panel2 article .ellipsis,
.tmpl_mypage #data_list.panel3 article .ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tmpl_mypage #data_list article .block_btn{
    padding: 5px 5px;
    width: 100%;
    position: relative;
}

.tmpl_mypage #data_list article .block_tag{
    width: 100%;
    display: block;
    height: 25px;
    position: relative;
    padding: 10px 8px 0;
}

.tmpl_mypage #data_list article .date_create,
.tmpl_mypage #data_list article .date_edit{
    display: block;
    width: auto;
    text-align: right;
    font-size: 10px;
    position: absolute;
    bottom: 20px;
    left: 10px;
}
.tmpl_mypage #data_list article .date_edit{
    bottom: 5px;
}

.tmpl_mypage .icon_read,
.tmpl_mypage .icon_noread{
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 5px 0px;
    text-align: center;
    text-decoration: none;
    background: url(/noppin/img/icon_mypage_read.png) no-repeat center top;
    background-size: contain;
    text-indent: -9999px;
}

.tmpl_mypage .icon_noread{
    background-image: url(/noppin/img/icon_mypage_noread.png);
}

.tmpl_mypage .icon_new {
    content: "NEW";
    display: block;
    position: absolute;
    top: 10px;
    right: 5px;
    width: 35px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    color: #fff;
    background-color: #E16586;
    border-radius: 10px;
    font-weight: bold;
    line-height: 20px;
}


/**  SP ************************/
@media only screen and (max-width: 740px) {
    .tmpl_mypage #data_list{
        padding: 30px 0;
    }
    .tmpl_mypage #data_list.panel2 article{
        margin: 0 0 20px 0;
        width: 100%;
    }
    .tmpl_mypage #data_list.panel3 article{
        width: 48%;
    }
}

/**  SP ************************/
@media only screen and (max-width: 480px) {
    .tmpl_mypage #data_list.panel3 article{
        margin: 0 0 20px 0;
        width: 100%;
    }
}

/* ------------------------------------------------------------------------- */
/* My Noppin － リスト（汎用）data_listのクラス化
/* ------------------------------------------------------------------------- */
.tmpl_mypage .data_list{
    display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    justify-contentdisplay: flex;
    -ms-flex-wrap: wrap;/*IE10*/
    -webkit-flex-wrap: wrap;/*PC-Safari,iOS8.4*/
    flex-wrap: wrap;
    padding: 50px 10px;
}

.tmpl_mypage .data_list article{
    width: 98%;
    margin: 0 1% 20px 1%;
    border: 1px solid #ccc;
    background-color: #ffffff;
    transition: all 0.4s;
}

.tmpl_mypage .data_list.panel2 article{
    width: 48%;
}
.tmpl_mypage .data_list.panel3 article{
    width: 31%;
}

.tmpl_mypage .data_list article a{
    transition: all 0.4s;
}

/*
.tmpl_mypage .data_list article a:hover{
    opacity: 0.6;
}
*/
.tmpl_mypage .data_list article:hover{
    filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.2));
}
@media all and (-ms-high-contrast: none) {
    .tmpl_mypage .data_list article:hover{
        box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    }
}

.tmpl_mypage .data_list article .title{
    background-color: #f1efe3;
}
.tmpl_mypage .data_list article .title a{
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tmpl_mypage .data_list article .block_data{
    padding: 15px 10px 30px;
}
.tmpl_mypage .data_list.panel2 article .memo,
.tmpl_mypage .data_list.panel3 article .memo{
    height: 6em;
}

.tmpl_mypage .data_list.panel2 article .ellipsis,
.tmpl_mypage .data_list.panel3 article .ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tmpl_mypage .data_list article .block_btn{
    padding: 5px 5px;
    width: 100%;
    position: relative;
}

.tmpl_mypage .data_list article .block_tag{
    width: 100%;
    display: block;
    height: 25px;
    position: relative;
    padding: 10px 8px 0;
}

.tmpl_mypage .data_list article .date_create,
.tmpl_mypage .data_list article .date_edit{
    display: block;
    width: auto;
    text-align: right;
    font-size: 10px;
    position: absolute;
    bottom: 20px;
    left: 10px;
}
.tmpl_mypage .data_list article .date_edit{
    bottom: 5px;
}

/**  SP ************************/
@media only screen and (max-width: 740px) {
    .tmpl_mypage .data_list{
        padding: 30px 0;
    }
    .tmpl_mypage .data_list.panel2 article{
        margin: 0 0 20px 0;
        width: 100%;
    }
    .tmpl_mypage .data_list.panel3 article{
        width: 48%;
    }
}

/**  SP ************************/
@media only screen and (max-width: 480px) {
    .tmpl_mypage .data_list.panel3 article{
        margin: 0 0 20px 0;
        width: 100%;
    }
}

/* ------------------------------------------------------------------------- */
/* My Noppin － 共通
/* ------------------------------------------------------------------------- */

/* アコーディオンメニュー
---------------------------------------------------------- */
.tmpl_mypage article.acMenu header span{
    display: block;
    float: right;
    width: 45px;
    height: 45px;
    text-align: center;
    background: url(/noppin/img/icon_mypage_open.png) no-repeat center center;
    cursor: pointer;
}

.tmpl_mypage article.acMenu header.active span{
    background-image: url(/noppin/img/icon_mypage_close.png);
}
.tmpl_mypage article.acMenu header{
    border-bottom-width: 1px;
}
.tmpl_mypage article.acMenu header.active{
    border-bottom-width: 0px;
}
.tmpl_mypage article.acMenu .data{
    display: none;
}

.tmpl_mypage .data_list article.us_flow {
    position:relative;
    border: none;
    margin-bottom:2rem;
}
.tmpl_mypage .data_list article.us_flow .block_data{
    border-right:solid 2px #f1efe3;
    border-left:solid 2px #f1efe3;
    border-bottom:solid 2px #f1efe3;
}
article.us_flow::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 45%;
    border: 20px solid transparent;
    border-top-color: #f1efe3;
    content: '';
}
article.us_flow.last::after {
    border:none;
}
.tmpl_mypage .data_list article.us_flow .title{
    font-weight:bolder;
    padding:1rem 0.5rem;
}
.tab_item {
    width: calc(100%/2);
    padding:1rem 0.5rem;
    border-bottom:4px solid #f1efe3;
    color:#666;
    background-color: #ccc;
    text-align: center;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
.tab_item:hover {
    opacity: 0.75;
}
input[name="tab_item"] {
    display: none;
}
.tab_content {
    display: none;
    padding: 1em 1em 0;
    clear: both;
    overflow: hidden;
}
.tab_content dl dt{
    border-bottom: dotted 1px #ccc;
    padding-bottom: 0.2rem;
    margin-bottom: 0.5rem;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content{
    display: block;
}
input:checked + .tab_item {
    color: #4d4d4d;
    background-color: #f1efe3 ;
}

/* -----Ourprice----- */
.tbl-r02 {
    width:100%;
}
.tbl-r02 th {
    background: #f1efe3;
    border: solid 1px #ccc;
    /* color: #fff; */
    padding: 1rem 0.5rem;
    font-weight:bolder;
}
.tbl-r02 td {
    border: solid 1px #ccc;
    padding: 1rem 0.5rem;
}
.tbl-r02 td.summary .green{
    color: #5cb531;
    font-size:1.2rem;
    font-weight:bolder;
}

.tbl-r02 td.summary{
    font-weight:bolder;
    text-align:center;
}
.tbl-r02 td.summary span{
    font-weight:normal;
    color:#4d4d4d;
}
#primary .fs_12rem{
    font-size: 1.2rem;
}
@media only screen and (max-width: 740px) {
.tbl-r02 th,
.tbl-r02 td {
  border-bottom: none;
  display: block;
  width: 100%;
  }
.tbl-r02 td {
  display: block;
  width: 100%;
  border-top: dotted 1px #ccc;
  }
.tbl-r02 td:last-child{
  margin-bottom:1rem;
  border-bottom: solid 1px #ccc;
  width: 100%;
  }
}
/* -----Pack&ship2----- */
table.ship_list th,
table.ship_list td{
  text-align:center;
  padding:0.7rem;
  border:1px solid #ccc;
}
table.ship_list td.last{
  text-align:left;
}
table.ship_list th{
  background:#f1efe3;
  font-weight:bolder;
}
table.ship_list thead th{
  background:#eee;
  font-weight:bolder;
}
table.ship_list td i{
  font-size:1.2rem;
  color:#5cb531;
}

.ship_wrap .fl_box{
  margin-top:1rem;
  display: flex;
  justify-content: space-between;
}

.ship_wrap .fl_box div{
  width:48%;
}
.ship_list_sp{
  display:none;
}


.tab-button-outer{
  display: none;
}
.ShippingCharges_contents{
  width:80%;
}
.ShippingCharges_contents th,
.ShippingCharges_contents td{
  border:1px solid #ccc;
  padding:0.5rem;
  text-align:center;
}
.ShippingCharges_contents th{
  background:#eee;
  font-weight:bolder;
}
.ShippingCharges_contents thead th{
  background:#e16586;
  color:#fff;
  font-weight:bolder;
    position: sticky;
    top: 0;
    z-index: 1;
}
@media only screen and (max-width: 740px) {
    .ship_wrap .fl_box{
        display:block;
    }
    .ship_wrap .fl_box div{
        width:100%;
    }
    .ship_list_sp{
        display:block;
    }
    table.ship_list{
        display:none;
    }
    .ship_list_sp .shiplist_ttl{
        position:relative;
        padding: 0.5rem;
        margin: 0.5rem 0!important;
        font-size: 1rem!important;
    }
    .ship_list_sp .shiplist_ttl::after{
        position: absolute;
        right: 10px;
        content: '\f13a';
        font-size: 1rem;
        font-family: fontAwesome;
    }
    .ship_list_sp .shiplist_inner{
        width:100%;
    }
    .ship_list_sp .shiplist_inner th,
    .ship_list_sp .shiplist_inner td{
        text-align:center;
        padding:0.5rem;
        border:1px solid #ccc;
    }
    .ship_list_sp .shiplist_inner th{
        background:#eee;
        font-weight:bolder;
    }
    .ship_list_sp .shiplist_inner td.last{
        text-align:left;
    }
    .ship_list_sp .shiplist_inner td i{
        font-size:1.2rem;
        color:#5cb531;
    }
    .ShippingCharges_contents{
        width:100%;
    }
}
