@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}

*{
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	font-size: 62.5%;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/*************   共通設定   *************/
img{
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    transition: all .3s;
}

/*************   リンク設定   *************/
a:link,a:visited{
    color: #000;
    text-decoration:none;
    transition: all .3s;
}
a:hover,a:active{
    color: #000;
    text-decoration:none;
}
a.style01:link,a.style01:visited{
    color: #000;
    text-decoration:underline;
}
a.style01:hover,a.style01:active{
    color: #000;
    text-decoration:none;
}
a.style02{
    color: #000;
    text-decoration:none;
}
a.style02:hover{
    color: #000;
    text-decoration:underline;
}

a.hover:hover img {
        filter: alpha(opacity=80);
        -moz-opacity:0.80;
        opacity:0.80;
    }

.show_sp{
    display: none !important;
}
.show_sp02{
    display: none !important;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/****************************段落設定****************************/
h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

h3 {
    margin: 0;
    padding: 0;
}

/**************************** container ****************************/
.container{
    margin: 0 auto;
    padding: 0 15px;
}
.w1280 {
    max-width: 1280px;
    margin: 0 auto;
}

/**************************** form設定 IE_CSS3 ****************************/
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="text"],
input[type="email"],
textarea {
    padding: 15px;
    font-size: 1.6rem;
    border: 1px solid #DCDDDD;
    border-radius: 3px;
    width: 100%;
}
textarea {
    width: 100%;
}
input[type="submit"] {
    border: none;
    /* padding: 17px 0; */
    text-align: center;
    cursor: pointer;
    color: #FFF;
}
input[type="submit"].back {
    background-color: #666;
}
input[type="submit"]:hover {
    opacity: 0.8;
}
input::-webkit-input-placeholder {
    color: #999;
    font-weight: 300;
}
input:-ms-input-placeholder {
    color: #999;
    font-weight: 300;
}
input::placeholder {
    color: #999;
    font-weight: 300;
}
textarea::placeholder {
    color: #999;
    font-weight: 300 !important;
}

/**************************** header ****************************/
header{
    margin: 0;
    padding: 0;
}

.headerbox {
    margin: 0;
    padding: 0;
}
.headerbox .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 8px 0;
}
.headerbox_middle {
    margin: 0 auto;
    padding: 0 10px;
    background: #fff;
}
.headerbox_middle .logo {
    max-width: 220px;
}

.header_in.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

/**************************** footer ****************************/
footer{
    margin: 0;
    padding: 0;
}

/**************************** body ****************************/
body{
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    color: #141414;
    font-family: 'Noto Sans JP', sans-serif !important;
}

/********* ページナビ *********/
.pagination {
    padding: 50px 0;
    text-align: center;
}

.pagination a,
.pagination span {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 8px 4px;
    padding: 8px 0;
    font-size: 1.6rem;
    border-radius: 6px;
    background: #fff;
    color: #1E1613;
    line-height: 1;
    border: 1px solid #C8C8C8;
}
.pagination a:hover {
    /* opacity: 0.7; */
    background: #141414;
    color: #fff;
    border-color: #141414;
}
.pagination .current {
    background: #141414;
    color: #fff;
    border-color: #141414;
}
.pagination .first,
.pagination .last {
    padding: 5px 0;
    font-size: 2rem;
}


/*************************
 マイページ
*************************/
.mypage .headerbox .wrap {
    max-width: 1400px;
    display: block;
    position: relative;
    padding: 13px 0;
}
.mypage .header_in {
    border-bottom: 2px solid #ebebeb;
}
.mypage .logo {
    margin: 0 auto;
}
.mypage footer {
    margin: 0 0 50px 0;
    border-top: 2px solid #ebebeb;
}
.mypage .back_btn {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 5px 15px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #fff;
    background: #2d2d2d;
    border-radius: 5px;
}

.mypage_top {
    max-width: 920px;
    margin: 0 auto;
    padding: 60px 0 0;
}
.mypage_top .heading {
    padding: 20px 0 50px;
    font-size: 2.2rem;
    text-align: center;
}
.mypage_top .user_name {
    font-size: 1.8rem;
    font-weight: bold;
}
.mypage_top .link_area {
    display: flex;
    justify-content: space-between;
    padding: 0 0 35px 0;
}
.mypage_top .link_area a {
    display: block;
    width: 24%;
    padding: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    border: 1px solid #81af00;
    border-radius: 5px;
    transition: all .3s;
}
.mypage_top .link_area a.current,
.mypage_top .link_area a:hover {
    color: #fff;
    background: #81af00;
}

.mypage_container {
    max-width: 920px;
    margin: 0 auto 50px;
    padding: 60px 0 10px;
}
.page_heading {
    margin: 0 0 35px 0;
    padding: 10px 15px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #969696;
    border-radius: 5px;
}

.mypage_top.fixed {
    padding-top: 87.5px;
}

/* 注文履歴 */
.order_list {
    margin: 0 0 30px 0;
    border-top: 1px solid #dcdddd;
}
.order_list_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 13px;
    font-weight: bold;
}
.order_list_item:nth-of-type(even) {
    background: #dcdddd;
}
.order_time {
    width: 28%;
}
.order_time .number {
    font-size: 1.4rem;
    font-weight: 500;
}
.order_price {
    width: 20%;
}
.order_status {
    width: 20%;
}
.order_status span {
    color: #e86157;
}
.order_list_item .detail_btn {
    display: block;
    padding: 10px 4.5%;
    color: #fff;
    background: #333;
    border-radius: 5px;
    position: relative;
    transition: all .3s;
}
.order_list_item .detail_btn:hover {
    opacity: .7;
}
.order_list_item .detail_btn .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 0;
    top: 18px;
    transition: all .3s;
}

/* 注文履歴詳細 */
.order_detail {
    padding: 0 0 5px ;
    border: 1px solid #dadada;
}
.order_detail_head {
    margin: 0 0 5px 0;
    padding: 20px;
    background: #dadada;
}
.order_detail_head .top {
    display: flex;
    align-items: center;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #fff;
}
.order_detail_head .status {
    margin: 0 3% 0 0;
    padding: 5px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    background: #fff;
    color: #000;
}
.order_detail_head .date,
.order_detail_head .number {
    margin: 0 3% 0 0;
}
.order_detail_head .reorder {
    margin-left: auto;
    padding: 7px 5%;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background: #81af00;
    border-radius: 5px;
    transition: all .3s;
}
.order_detail_head .reorder:hover {
    opacity: .7;
}
.order_detail_head .bottom {
    padding: 20px 0 0;
}
.order_detail_head .bottom_in {
    display: flex;
    align-items: center;
}
.order_detail_head .order_total_amount {
    margin: 0 15px 0 0;
    font-weight: bold;
}
.order_detail_head .amount_detail {
    font-size: 1.2rem;
    font-weight: 500;
}
.order_detail_head .amount_detail span {
    display: inline-block;
    margin: 0 8px;
}
.order_detail_item {
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
    padding: 25px 20px;
}
.order_detail_item + .order_detail_item  {
    border-top: 1px solid #dadada;
}
.order_detail_item .image {
    width: 20%;
    max-height: 200px;
    padding: 10px;
}
.order_detail_item .image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}
.order_detail_item .content {
    flex: 1;
    padding: 0 0 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.order_detail_item .content_in01 {
    font-weight: 500;
}
.order_detail_item .content_in01 .item_name {
    padding: 0 0 3px 0;
}
.order_detail_item .content_in01 .item_number,
.order_detail_item .content_in01 .item_price {
    font-size: 1.4rem;
}
.order_detail_item .content_in01 .item_number {
    padding: 0 0 10px 0;
}
.order_detail_item .content_in02 {
    display: flex;
    align-items: center;
    padding: 7px 10px 7px 20px;
    font-weight: bold;
    border-radius: 5px;
    background: #fbf6e1;
}
.order_detail_item .order_quantity {
    width: 25%;
}
.order_detail_item .order_price {
    width: 35%;
}
.order_detail_item .reorder_quantity {
    width: 35%;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.order_detail_item .reorder_quantity input[type="text"] {
    flex: 1;
    border-radius: 4px;
    text-align: right;
    padding: 7px;
}

/* お気に入り */
.favorite_list {
    margin: 0 0 30px 0;
    padding: 0 20px;
}
.favorite_list_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-weight: bold;
    border-bottom: 1px solid #dcdddd;
}
.favorite_list_item .content {
    width: 40%;
    padding: 0 3% 0 0;
    font-weight: 500;
}
.favorite_list_item .content .item_name {
    font-size: 1.6rem;
}
.favorite_list_item .content .item_number {
    font-size: 1.4rem;
}
.favorite_list_item .price {
    width: 20%;
}
.favorite_list_item .btns {
    display: flex;
    padding: 10px 0;
    margin-left: auto;
    width: 28%;
}
.favorite_list_item .btns input {
    width: 20%;
    margin: 0 5px 0 0;
    padding: 7px;
    text-align: right;
}
.favorite_list_item .cart_btn {
    padding: 6px;
    flex: 1;
    border-radius: 3px;
    background: #81af00;
    color: #fff;
    font-size: 1.6rem;
    transition: all .3s;
    position: relative;
}
.favorite_list_item .cart_btn:hover {
    opacity: .7;
}
.favorite_list_item .cart_btn .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 0;
    top: 14px;
    transition: all .3s;
}

@media screen and (max-width: 768px) {

/********* ページナビ *********/
    .pagination {
        padding: 15px 0 30px;
    }

    .pagination a,
    .pagination span {
        width: 30px;
        height: 30px;
        margin: 8px 2px;
        font-size: 1.4rem;
    }

    .pagination .first,
    .pagination .last {
        font-size: 1.7rem;
    }

/*************************
 マイページ
*************************/
    .headerbox_middle {
        padding: 0 10px;
    }
    .headerbox_middle .logo {
        max-width: 130px;
    }
    .headerbox_middle .wrap {
        padding: 10px 0;
    }

    .mypage .logo {
        margin: 0;
    }
    .mypage footer {
        margin: 0 0 50px 0;
    }
    .mypage .back_btn {
        top: 20px;
        right: 0;
        padding: 5px 7px;
        font-size: 1.1rem;
    }

    .mypage_top {
        max-width: 920px;
        margin: 0 auto;
        padding: 30px 10px 0;
    }
    .mypage_top .heading {
        padding: 30px 0;
        font-size: 2rem;
    }
    .mypage_top .user_name {
        font-size: 1.5rem;
    }
    .mypage_top .link_area {
        flex-wrap: wrap;
        padding: 0 0;
    }
    .mypage_top .link_area a {
        width: 48%;
        margin: 0 0 10px 0;
        padding: 8px;
        font-size: 1.4rem;
    }

    .mypage_container {
        max-width: 920px;
        margin: 0 auto 50px;
        padding: 0 10px;
    }

    .mypage_container .inner {
        padding: 20px 0 30px;
    }
    .page_heading {
        margin: 0 0 25px 0;
        padding: 10px 15px;
        font-size: 1.7rem;
    }
    .mypage_top.fixed {
        padding-top: 59px;
    }


    /* 注文履歴 */
    .order_list {
        margin: 0 0 30px 0;
    }
    .order_list_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 12px 13px;
        font-weight: bold;
    }
    .order_time {
        width: 100%;
        padding: 0 0 10px 0;
        font-size: 1.5rem;
    }
    .order_time .number {
        font-size: 1.4rem;
    }
    .order_price {
        width: 100%;
        padding: 0 0 10px 0;
        font-size: 1.5rem;
    }
    .order_status {
        width: 47%;
        padding: 0 0 10px 0;
        font-size: 1.5rem;
    }
    .order_list_item .detail_btn {
        padding: 7px 6%;
        margin-left: auto;
        font-size: 1.4rem;
    }
    .order_list_item .detail_btn .arrow {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin: 0 10px;
        right: -3px;
        top: 14px;
    }

    /* 注文履歴詳細 */
    .order_detail {
        padding: 0 0 5px;
    }
    .order_detail_head {
        margin: 0 0 5px 0;
        padding: 20px;
    }
    .order_detail_head .top {
        flex-direction: column;
        padding: 0 0 20px 0;
    }
    .order_detail_head .status {
        margin: 0 auto 10px;
        padding: 5px 20px;
        font-size: 1.6rem;
    }
    .order_detail_head .date,
    .order_detail_head .number {
        margin: 5px auto 0;
    }
    .order_detail_head .reorder {
        margin: 20px auto 0;
        padding: 7px 20px;
        font-size: 1.4rem;
    }
    .order_detail_head .bottom {
        padding: 20px 0 0;
    }
    .order_detail_head .bottom_in {
        flex-direction: column;
    }
    .order_detail_head .order_total_amount {
        margin: 0 0 15px 0;
    }
    .order_detail_head .amount_detail {
        font-size: 1.3rem;
    }
    .order_detail_head .amount_detail span {
        display: inline-block;
        margin: 0 13px;
    }
    .order_detail_item {
        margin: 0 10px;
        padding: 20px 10px;
        flex-direction: column;
    }
    .order_detail_item .image {
        width: 60%;
        padding: 10px;
        margin: 0 auto;
    }
    .order_detail_item .image img {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        object-fit: cover;
    }
    .order_detail_item .content {
        flex: 1;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .order_detail_item .content_in01 {
        font-weight: 500;
    }
    .order_detail_item .content_in01 .item_name {
        padding: 0 0 7px 0;
    }
    .order_detail_item .content_in01 .item_number,
    .order_detail_item .content_in01 .item_price {
        font-size: 1.4rem;
    }
    .order_detail_item .content_in01 .item_number {
        padding: 0 0 5px 0;
    }
    .order_detail_item .content_in01 .item_price {
        padding: 0 0 10px 0;
    }
    .order_detail_item .content_in02 {
        flex-wrap: wrap;
        padding: 10px;
    }
    .order_detail_item .order_quantity {
        width: 50%;
        font-size: 1.5rem;
    }
    .order_detail_item .order_price {
        width: 50%;
        padding: 0;
    }
    .order_detail_item .reorder_quantity {
        width: 60%;
        margin: 10px 0 0 0;
        display: flex;
        align-items: center;
        margin-left: auto;
    }


    /* お気に入り */
    .favorite_list {
        margin: 0 0 30px 0;
        padding: 0 10px;
    }
    .favorite_list_item {
        flex-direction: column;
        padding: 10px 0;
    }
    .favorite_list_item .content {
        width: 100%;
        padding: 0;
    }
    .favorite_list_item .content .item_name {
        font-size: 1.6rem;
    }
    .favorite_list_item .content .item_number {
        font-size: 1.4rem;
    }
    .favorite_list_item .price {
        width: 100%;
    }
    .favorite_list_item .btns {
        width: 100%;
    }

}

/* 20230714 */
button {
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
}
.list_back_btn {
    display: block;
    width: fit-content;
    margin: 30px auto;
    padding: 10px 10%;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff !important;
    background: #2d2d2d;
    border-radius: 5px;
    transition: all .3s;
}
.list_back_btn:hover {
    opacity: .7;
}
.cartbox01_btn01 a.back {
    font-weight: 300;
    color: #fff !important;
}
.favorite_list_item .btns {
    width: 35%;
    align-items: center;
}
a.favorite-delete{
    display: inline-block;
    background-color: #333;
    color: #FFF;
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
}
a.favorite-delete i {
    margin: 0 5px 0 0;
}

.favorite_list_item .cart_btn {
    text-align: center;
}

.mypage .logout a {
    display: block;
    width: fit-content;
    padding: 10px 5%;
    text-align: center;
    margin: 30px auto;
    transition: all .3s;
    border-radius: 5px;
    background-color: #ccc;
}
.mypage .logout a:hover {
    opacity: .7;
}

#pagetop {
    display: block;
    width: 60px;
    height: 60px;
    padding: 8px;
    text-align: center;
    background: #000;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 20px;
    border-radius: 999px;
    z-index: 100;
}
#pagetop i {
    display: block;
}
#pagetop:hover {
   opacity: .7;
}

.info .cartbox02_01 {
    margin-bottom: 0;
}
.info .cartbox01_btn01 {
    padding-bottom: 20px;
}
.info .cartbox01_btn01 a {
    color: #fff !important;
}
input[type="text"],
input[type="email"],
input[type="password"], textarea {
    padding: 15px;
    border: 1px solid #DCDDDD;
}
table.table_cart02 th {
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .favorite_list_item .btns {
        width: 100%;
    }

    #pagetop{
        right: 10px;
        bottom: 70px;
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
    }
}

/* 20230727 */
.free_shipping-message {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.free_shipping-message span {
    display: inline-block;
    padding: 0 10px;
    font-size: 2.2rem;
    color: #f00;
    font-weight: bold;
}

.mypage .back_btn02 {
    display: block;
    background-color: #333;
    color: #FFF !important;
    padding: 15px 10px;
    border-radius: 4px;
    text-align: center;
    width: 230px;
    margin: 30px auto 0;
}
.mypage .back_btn02:hover {
    opacity: .7;
}

button.cancel,
a.invoice {
    display: inline-block;
    margin-left: auto;
    padding: 3px 3%;
    background: #292929;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 1.5rem;
    border-radius: 5px;
    transition: all .3s;
}
a.invoice {
    background: #00a0af;
}
button.cancel:hover,
a.invoice:hover {
    opacity: .7;
}

.cartbox01_btn01 a:hover {
    opacity: .7;
}

@media screen and (max-width: 768px) {
    .free_shipping-message {
        font-size: 1.5rem;
    }
    .free_shipping-message span {
        padding: 0 5px;
        font-size: 2rem;
    }

    button.cancel,
    a.invoice {
        margin: 20px auto 0;
    }
}

/* 20230803 */
.order_detail .free_item {
    display: flex;
    justify-content: space-between;
    gap: 2%;
    margin: 0 20px;
    padding: 15px 20px;
    border-bottom: 1px solid #dadada;
}
.order_detail .free_item:last-of-type {
    border: none;
}
.order_detail .free_item div {
    width: 20%;
    text-align: right;
}
.order_detail .free_item div:nth-of-type(1) {
    width: 40%;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .order_detail .free_item {
        padding: 10px;
    }
    .order_detail .free_item div {
        font-size: 1.5rem;
    }
}

/* 20230807 */
.invoice_cart table {
    width: 100%;
    margin: 20px auto;
}
.invoice_cart table tr {
    border-bottom: 1px solid #ddd;
}

.invoice_cart table th {
    padding: 10px;
    background: #333;
    color: #fff;
    border: 1px solid #fff;
}
.invoice_cart table td {
    padding: 15px 10px;
}
.invoice_cart table td.item_total {
    text-align: right;
}
.invoice_cart table td.cart_total {
    /* width: 100%; */
    text-align: right;
}