/* 初期化 */
body, html {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
    height: 100%;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

a {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.show-smart {
    display: none;
}

@media (max-width: 770px){
    .show-desktop {
        display: none;
    }
    .show-smart {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex !important;
    }
}

img {
    vertical-align: middle;
    border-style: none;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}

table {
    width: 100%;
}

th {
    padding: 15px;
    border-bottom: 1px solid black;
}

td {
    padding: 15px;
}

tr {
    border-bottom: 1px solid silver;
}

table tr:last-child {
    border-bottom: none;
}

.list-head > div{
    padding: 20px;
    font-weight: 600;
    border-bottom: 1px solid black;
}

.list-head-line {
    width:100%;
    border-bottom: 1px solid black;
}

.list-body > div{
    padding: 20px;
}
.list-body {
    border-bottom: 1px solid silver;
}

.list-area .list-body:last-child {
    border-bottom: none;
}

button.btn {
    cursor: pointer;
}

.btn.btn-next {
    width: 100%;
    padding: 20px 15px;
    background-color: rgb(66, 66, 66);
    color: white;
    border-radius: 0;
    border: 1px solid black;
    margin-bottom: 20px;
}

.btn.btn-back {
    width: 100%;
    padding: 20px 0;
    background-color: white;
    color:  rgb(34, 34, 34);
    border-radius: 0;
    border: 1px solid black;
    margin-bottom: 20px;
}

.btn.btn-sns {
    width: 100%;
    padding: 20px 15px;
    background-color: rgb(66, 66, 66);
    color: white;
    border-radius: 0;
    border: 0;
    margin-bottom: 20px;
    font-weight: bold;
}

.btn.btn-sns.icon-yahoo {
    background-color: #ff0027;
}

.btn.btn-sns.icon-line {
    background-color: #00c300;
}

.btn.btn-sns.icon-twitter {
    background-color: #55acee;
}

.btn.btn-sns.icon-facebook {
    background-color: #3B5998;
}

.btn.btn-next:hover {
    background-color: gray;
}

.btn.btn-back:hover {
    background-color: gray;
    color: white;
}

.btn-area {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 700px;
    margin: 0 auto;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color:black;
}

.line {
    border-bottom: 1px solid black;
    height: 10px;
    margin-bottom: 10px;
}
.message {
    max-width:880px;
    margin: 0 auto;
}


/* /初期化 */

/* ユーティリティ */

.pad-t-40 { padding-top: 40px;}
.pad-b-40 { padding-bottom: 40px; }
.pad-l-40 { padding-left: 40px;}
.pad-r-40 { padding-right: 40px; }
.pad-t-8 { padding-top: 8px;}
.pad-b-8 { padding-bottom: 8px; }
.pad-l-8 { padding-left: 8px;}
.pad-r-8 { padding-right: 8px; }
.pad-t-10 { padding-top: 10px;}
.pad-b-10 { padding-bottom: 10px; }
.pad-l-10 { padding-left: 10px;}
.pad-r-10 { padding-right: 10px; }
.pad-t-15 { padding-top: 15px;}
.pad-b-15 { padding-bottom: 15px; }
.pad-l-15 { padding-left: 15px;}
.pad-r-15 { padding-right: 15px; }
.pad-t-20 { padding-top: 20px;}
.pad-b-20 { padding-bottom: 20px; }
.pad-l-20 { padding-left: 20px;}
.pad-r-20 { padding-right: 20px; }
.pad-t-27 { padding-top: 27px;}
.pad-b-27 { padding-bottom: 27px; }
.pad-l-27 { padding-left: 27px;}
.pad-r-27 { padding-right: 27px; }
.pad-t-30 { padding-top: 30px;}
.pad-b-30 { padding-bottom: 30px; }
.pad-l-30 { padding-left: 30px;}
.pad-r-30 { padding-right: 30px; }
.pad-t-43 { padding-top: 43px;}
.pad-b-43 { padding-bottom: 43px; }
.pad-l-43 { padding-left: 43px;}
.pad-r-43 { padding-right: 43px; }
.pad-t-45 { padding-top: 45px;}
.pad-b-45 { padding-bottom: 45px; }
.pad-l-45 { padding-left: 45px;}
.pad-r-45 { padding-right: 45px; }
.pad-t-60 { padding-top: 60px;}
.pad-b-60 { padding-bottom: 60px; }
.pad-l-60 { padding-left: 60px;}
.pad-r-60 { padding-right: 60px; }
.pad-t-100 { padding-top: 100px;}
.pad-b-100 { padding-bottom: 100px; }
.pad-l-100 { padding-left: 100px;}
.pad-r-100 { padding-right: 100px; }

.t-center {text-align: center;}
.t-left {text-align: left;}
.t-right {text-align: right;}
.t-middle {vertical-align: middle;}

.scfxr-active {
    position: fixed;
    z-index: 1100;
    left: 50%;
}

.wrap-pic-w img {width: 100%;}
.wrap-pic-max-w img {max-width: 100%;}

.wrap-pic-h img {height: 100%;}
.wrap-pic-max-h img {max-height: 100%;}

.wrap-pic-cir {
	border-radius: 50%;
	overflow: hidden;
}
.wrap-pic-cir img {
	width: 100%;
}

/* /ユーティリティ */

/* ヘッダー */

.fixed-header {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1100;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
}

.fxh-active .fixed-header-main {
    height: 65px;
}

.fixed-header-top {
    height: 45px;
    background-color: #000;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-header-top.order {
    height: 0px;
}

.fixed-header-top span {
    color: white;
    font-size: 0.7em;
}

.fixed-header-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 120px;
    background-color: white;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.fixed-header-bottom {
    height: 45px;
    background-color: #f5f5f5;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-header-bottom.order {
    height: 0px;
}

.fxh-active .fixed-header-bottom {
    display: none;
}

.header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    right: 52px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-icon {
    height: 27px;
    position: relative;
}

.header-icon img {
    height: 100%;
}

.header-icons-noti {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #111111;
    color: white;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -10px;
}

.header-text {
    height: 27px;
    position: relative;
}

.header-text.price {
    font-weight: bold;
    font-size: 18px;
}

.header-text.price .description {
    font-weight: normal;
    font-size: 10px;
}

.linedivide1 {
    display: block;
    height: 20px;
    width: 1px;
    background-color: #e5e5e5;
    margin-left: 23px;
    margin-right: 23px;
    margin-top: 5px;
}

.linedivide-smart {
    display: block;
    height: 20px;
    width: 1px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.logo {
    display: block;
    position: absolute;
    left: 52px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.logo img {
    max-height: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.fxh-active .logo img {
    max-height: 27px;
}

.header-smart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid black;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    display: none;
}

.header-icons-smart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.logo-smart img {
    max-height: 27px;
}

.header-icon img {
    cursor: pointer;
}

/* /ヘッダー */

/* メインメニュー */

.main_menu {
    list-style-type: none;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.main_menu > li:hover > a {
    text-decoration: none;
    border-bottom: 1px solid #333333;
}

.main_menu li {
    position: relative;
}

.main_menu > li:hover > .sub_menu {
    visibility: visible;
    opacity: 1;
}
  
.main_menu > li {
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.main_menu > li > a {
    font-size: 15px;
    color: #333333;
    padding: 0;
    border-bottom: 1px solid transparent;
}

.main_menu > li > .sub_menu {
    top: 100%;
    left: 0;
    position: absolute;
}

.sub_menu {
    list-style-type: none;
    position: absolute;
    z-index: 1100;
    top: 0;
    left: 100%;
    width: 225px;
    background-color: #222222;
    opacity: 0;
    visibility: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.sub_menu li, .sub_menu a {
    padding: 10px;
    font-size: 13px;
    color: white;
}

.sub_menu li {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.sub_menu li, .sub_menu a {
    padding: 10px;
    font-size: 13px;
    color: white;
}

.side-menu {
  width: 100%;
}

.side-menu li {
  list-style-type: none;
}

.side-menu .main-menu {margin-bottom: 0;}

.item-menu-mobile {
  background-color: #464646;
}

.side-menu .main-menu > li > a {
  padding-left: 20px;
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: white;
  line-height: 2.86;
}

.side-menu .main-menu > li {
  color: white;
  position: relative;
}


.side-menu .main-menu .arrow-main-menu {
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 5px;
  padding: 10px;
  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  transition: all 0.4s !important;
}

.side-menu .main-menu .arrow-main-menu:hover {
  cursor: pointer;
}

.turn-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.side-menu a 
,.side-menu label 
{
    padding: 7px 0;
    display: block;
}

.side-menu .head > span
{
    padding: 7px 0;
    display: block;
}

.side-menu a > span 
,.side-menu label > span 
{
    color: silver;
}

.side-menu a > span:before 
,.side-menu label > span:before 
{
    content: '(';
}

.side-menu a > span:after 
,.side-menu label > span:after 
{
    content: ')';
}

.side-menu a[disabled=disabled] 
,.side-menu input[disabled=disabled] + label
{
    color: #eee;
    cursor: default;
}

.side-menu li.check a 
,.side-menu li.check label 
{
    font-weight: bold;
}

.side-menu .sub-menu a 
,.side-menu .sub-menu label 
{
  padding-left: 20px;
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #333333;
  line-height: 2.5;
}

.side-menu .sub-menu a:hover {
    text-decoration: none;
    padding-left: 20px;
    color: #464646 !important;
}

.side-menu .sub-menu > li {
  padding-left: 12px;
}

.side-menu .sub-menu {
  background-color: white;
  display: none;
}

.side-menu li {
    border-top: 1px silver solid;
}

.side-menu .head {
    font-weight: bold;
    font-size: 17px;
}

.side-menu label {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 0px;
    cursor: pointer;
}

.side-menu input[type=checkbox] {
    display: none;
}

.side-menu .head > a {
    font-weight: bold;
    font-size: 17px;
}

.side-menu ul > li > ul > li {
    padding-left: 20px;
}

.side-menu li.fold > ul {
    display:none;
}

.side-menu li.head {
    border-top: 0;
}

.side-menu li.check:before {
    content: '';
    position: absolute;
    margin-left: -20px;
    margin-top: 15px;

    width: 10px;
    height: 10px;
    border-top: solid 5px black;
    border-right: solid 5px black;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

}

.header-menu-smart {
    width: 100%;
    background-color: white;
    display: none;
    border-top: 1px solid #ececec;
}

@media (min-width: 770px){
    .header-menu-smart {
      display: none;
    }
}

.header-menu-top-smart {
    border-bottom: 1px solid #ececec;
    background-color: black;
}

.header-menu-top-smart span {
    color: white;
    font-size: 0.7em;
}

/* /メインメニュー */

/* フッター */

footer {
    background-color: #f5f5f5
}

/* /フッター */

/* コンテンツ */

.main-contents {
    margin-top: 210px;
}

.main-contents.order {
    margin-top: 60px;
}

.main-contents.order-form {
    margin-top: 0px;
}

@media (max-width: 770px){
    .main-contents {
       margin-top: 0;
    }
    .main-contents.order {
        margin-top: 0;
    }
}


.sub-title {
    text-align: center;
    font-weight: bold;
}

.step-title {
    padding: 80px 0 50px;
    margin: 0 auto;
    max-width: 540px;
    text-align: center;
}

.step-title ul {
    display: flex;
}

.step-title li {
    text-align: center;
    width: 200px;
}

.step-title .step {
    width: 70px;
    margin: 0 auto;
    height: 70px;
    line-height: 2.3em;
    font-size: 2em;
    font-weight: bold;
    color: silver;
}

.step-title .title {
    padding: 10px 0 0;
    font-size: 0.7em;
    color: silver;
}

.step-title .active .step {
    background-color: #f5f5f5;
    color: black;
}
.step-title .active .title {
    color: black;
}

.step-title .done .step {
    color: black;
}

.step-title .done .title {
    color: black;
}

.pagination {
    width: 100%;
}
.pagination ul {
    margin: 0 auto;
    display: flex;
}
.pagination li {
    margin-left: 10px;
    border: solid gray 1px;
}
.pagination a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 5px;
    font-size: 18px;
}
.pagination li.dash {
    font-size: 18px;
    border: 0;
    padding-top: 10px;
}

.pagination li.current {
    position: block;
    text-align: center;
    background-color: #5f5f5f;
    color: white;
    width: 40px;
    font-size: 18px;
    padding-top: 5px;
}

.lcr-box {
    position: relative;
}

.lcr-box .center {
    position:absolute;
    left: 50%;
    margin-left: -8%;
    text-align: center;
    top: 0px;
}

.lcr-box .right {
    position:absolute;
    right: 0px;
    text-align: right;
    top: 0px;
}

.input-group.num input {
    width: 30px;
    text-align: center;
}



.calcbox {
    background-color: #f5f5f5;
    width: 100%;
    padding: 40px 20px 20px 20px;
}

@media (max-width: 770px){
    .calcbox-area {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }
}

.calcbox dl {
    display: flex;
    position: relative;
}

.calcbox dt {
    white-space: nowrap;
    z-index: 1;
}

.calcbox dt span {
    font-size: 12px;
    font-weight: 300;
}

.calcbox dd {
    width: 100%;
    text-align: right;
    position: absolute;
}

.calcbox dt.line {
    border-bottom: 1px solid black;
    width: 100%;
}

.thumb img {
    width: 100%;
    border: 1px solid gray;
}

.cart-rm {
    padding-top: 10px;
    text-align: center;
}
.cart-rm a{
    font-size: 13px;
}

.sub-head {
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid black;
    font-weight: bold;
    font-size: 20px;
}

.sub-head.bm-small {
    margin-bottom: 20px;
}

.input-area {
    padding-bottom: 20px;
}
.input-area .label{
    padding-top: 8px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}
.input-area .label .required{
    padding: 2px 5px 5px 5px;
    background-color: rgb(160, 0, 0);
    font-size: 10px;
    color: white;
    height:18px;
    display: inline-block;
    margin-left: 10px;
}
.input-area input{
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 0;
}
.input-area select{
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 0;

}
.input-area .custom-radio {
    margin-top: 5px;
    margin-bottom: 20px;
}

.payment-radio .input-area {
    padding-bottom: 0;
}

@media (max-width: 575px) {
    .input-area input{
        margin-right: 0;
    }
    .input-area select{
        margin-right: 0;
    }
}

.error {
    display: block;
    width: 100%;
    color: rgb(160, 0, 0);
    font-size: 13px;
}

.input-area .custom-control-input:checked ~ .custom-control-indicator {
    background-color:black;
}

.input-area .description {
    font-size: 13px;
    padding-left: 20px;
}

.item-count-area {
    background-color: silver;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
}

.item-count-area .count {
    font-size: 50px;
    font-weight: bold;
}

.bread-crumb {
    padding: 20px 0;
}

.bread-crumb a, .bread-crumb span {
    font-size: 15px;
}
.bread-crumb > a > span {
    padding: 0 20px;
}
.product-item .image img {
    padding-bottom: 10px;
    width: 100%;
}
.product-item .title a {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}
.product-item .price {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: right;
}

.product-item .price .min {
    font-size: 12px;
}

.product-item .description {
    font-size: 13px;
}

.price-line {
    text-decoration: line-through;
}

.price-red {
    color:rgb(160, 0, 0);;
}

.product-item .icon-area {
    position: absolute;
    right: 10px;
    top:10px;
    text-align: right;
}

.product-item .icon-area .icon {
    font-weight: bold;
    background-color: black;
    color: white;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: auto;
    text-align: center;
}

.product-detail-img img {
    width: 100%;
    margin-bottom: 20px;
}

.product-detail-navi {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f5f5f5;
}

.product-detail-navi .icon-area {
    padding-bottom: 20px;
}
.product-detail-navi .icon {
    font-weight: bold;
    background-color: black;
    color: white;
    font-size: 16px;
    padding: 2px 5px;
    border-radius: 5px;
    margin-right: auto;
    text-align: center;
    display: inline;
}

.product-detail-navi .name {
    padding-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
}

.product-detail-navi .price {
    padding-bottom: 20px;
    font-size: 35px;
    font-weight: bold;
}

.product-detail-navi .price-desc {
    font-size: 15px;
    font-weight: bold;
}

.product-detail-navi .color-size .color {
    width: 100%;
    padding-bottom: 20px;
}

.product-detail-navi .color-size .cart-btn {
    padding-bottom: 20px;
}

.product-detail-thumb img {
    padding-bottom: 40px;
    width: 100%;
}

.gray-back {
    background-color: #f5f5f5;
}
/* /コンテンツ */


/* 選定中 */

/* top */

.wrap-slick-top {
position: relative;
}

.item-slick-top {
height: 570px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.arrow-slick-top {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
font-size: 18px;
color: white;
position: absolute;
background-color: black;
opacity: 0;

top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);

border-radius: 50%;
z-index: 200;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}

.wrap-slick-top:hover .arrow-slick-top {
opacity: 0.5;
}

.arrow-slick-top:hover {
background-color: #e65540;
}

.next-slick-top {
right: 50px;
left: auto;
}

.prev-slick-top {
left: 50px;
right: auto;
}

@media (max-width: 576px) {
    .next-slick-top {
        right: 15px;
    }

    .prev-slick-top {
        left: 15px;
    }
    }

    .wrap-slick-slider {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    }

    /* ------------------------------------ */
    .arrow-slick-slider {
    position: absolute;
    z-index: 100;
    top: calc((100% - 70px) / 2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 39px;
    color: #cccccc;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    }

    .arrow-slick-slider:hover {
    color: #666666;
    }

    .next-slick-slider {
    right: -30px;
    }

    .prev-slick-slider {
    left: -30px;
    }

    @media (max-width: 1280px) {
    .next-slick-slider {
        right: 0px;
    }

    .prev-slick-slider {
        left: 0px;
    }
}

@media (max-width: 1610px) {
    .rs1-slick-slider .next-slick-slider {
        right: 0px;
    }

    .rs1-slick-slider .prev-slick-slider {
        left: 0px;
    }
}

.arrow-left.icon {
    color: #000;
    position: absolute;
    margin-left: 3px;
    margin-top: 10px;
    width: 16px;
    height: 1px;
    background-color: currentColor;
  }
  
.arrow-left.icon:before {
    content: '';
    position: absolute;
    left: 1px;
    top: -5px;
    width: 10px;
    height: 10px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
  
.arrow-right.icon {
    color: #000;
    position: absolute;
    margin-left: 2px;
    margin-top: 10px;
    width: 16px;
    height: 1px;
    background-color: currentColor;
}
  
.arrow-right.icon:before {
    content: '';
    position: absolute;
    right: 1px;
    top: -5px;
    width: 10px;
    height: 10px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.orderhistory-list .price-box{
    background-color:#f5f5f5;
}

.orderhistory-list {
    border: 1px solid #ccc;
}

.orderhistory-list .price-box {
    border-left: 1px solid #ccc;
}

.orderhistory-list .status {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    text-align: center;
}

.orderhistory-list .price-box .price {
    font-weight: bold;
}

.orderhistory-list .price-box .price .description {
    font-size: 12px;
}

.orderhistory-detail .status {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    text-align: center;
}

.orderhistory-detail .detail-area {
    padding-left: 20px;
    padding-top: 40px;
}

.orderhistory-detail .detail-area .label {
    font-weight: bold;
}
.orderhistory-detail .detail-area > .row {
    padding-bottom: 15px;
}



#order_history_pagination li {
    display: inline;
}

#order_history_pagination a {
    border: 1px solid gray;
    padding: 12px 20px;
    margin-right: 10px;
    font-size: 20px;
}

#order_history_pagination span a {
    background-color: black;
    color: white;
}

.arrow-slick-slider {
    cursor: pointer;
}

.entry-image img {
    width: 100%;
}

.feature_info_img img {
    width: 100%;
}

.single-post .entry-image
,.single-post .entry-meta
,.feature_info_img
,.feature_info_comment {
    padding-bottom: 20px;
}

.single-post .entry-title h2 {
    font-weight: bold;
}

.feature_info_title {
    font-size: 1.5rem;
    padding-bottom: 20px;
    font-weight: bold;
}

.feature_info_link {
    border: solid silver 1px;
    padding: 13px;
    text-align: center;
    background-color: #EEE;
    margin-bottom: 20px;
}

.feature_info_link a {
    font-weight: bold;
    font-size: 1.25rem;
}

.feature-top .entry-title h2 a{
    font-size: 1.1rem;
    font-weight: bold;
}

.feature-top .entry-content{
    padding-bottom: 20px
}

.tright div.container {
    padding: 10px;
    background-color: #EEE;
    text-align: center;
    margin-bottom: 100px;
}

.tright div.container strong {
    font-size: 1.5rem;
}

.news-area .news-item {
    padding-bottom: 10px;
    padding-top: 10px;
}

.news-area {
    border-top: 1px dotted gray;
}

.news-area .news-item {
    border-bottom: 1px dotted gray;
}

#posts .entry .entry-c .entry-title h2 a{
    font-size: 1.5rem;
    font-weight: bold;
}

.bottom-menubar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: white;
    z-index: 1500;

    box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.2);

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}

.bottom-menubar.is-active {
    height: 60px;
}

.bottom-menubar .header-icons-smart {
    padding-top: 15px;
    margin-right: 0;
}

.bottom-menubar .header-icon.hamburger {
    margin-top: -25px;
}

.bottom-menu-context {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    
    z-index: -1;
    opacity: 0;
}

.bottom-menu-context.is-active {
    z-index: 1501;
    opacity: 0.9;
}

.bottom-menu-context .scroll-area {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.bottom-menu-context.is-active .scroll-area {
    -webkit-overflow-scrolling: touch;
}

.close-white {
    width: 63px;
    height: 57px;
    cursor: pointer;
}

.close-white .inner {
    margin-top: 23px;
    margin-left: 7px;
    margin-right: 7px;
}

.close-white .inner
,.close-white .inner:after {
    display: block;
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    background-color: #FFF;
    transform: rotate(45deg);
}

.close-white .inner:after {
    bottom: -10px;
    display: block;
    content: '';
    bottom: 0;
    transform: rotate(-90deg);
}

.bottom-menu-context .bottom-close {
    position: fixed;
    bottom: 0;
    text-align: right;
    right: 0;
}


.bottom-menu-context .context-menu .main_menu {
    list-style-type: none;
    margin: 0px;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bottom-menu-context .context-menu .main_menu > li:hover > a {
    text-decoration: none;
    border-bottom: 1px solid white;
}

.bottom-menu-context .context-menu .main_menu li {
    position: relative;
}

.bottom-menu-context .context-menu .main_menu > li:hover > .sub_menu {
    visibility: visible;
    opacity: 1;
    height: auto;
}
  
.bottom-menu-context .context-menu .main_menu > li {
    display: block;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.bottom-menu-context .context-menu .main_menu > li > a {
    font-size: 15px;
    color: white;
    padding: 0;
    border-bottom: 1px solid transparent;
}

.bottom-menu-context .context-menu .main_menu > li > .sub_menu {
    top: 100%;
    left: 0;
    position: relative;
    height: 0;
}

.bottom-menu-context .context-menu .sub_menu {
    list-style-type: none;
    position: relative;
    z-index: 1100;
    top: 0;
    left: 100%;
    width: 225px;
    background-color: #222222;
    opacity: 0;
    visibility: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    padding-top: 0px;
    padding-bottom: 0px;
}

.bottom-menu-context .context-menu .sub_menu li, .sub_menu a {
    padding: 10px;
    font-size: 13px;
    color: white;
}

.bottom-menu-context .context-menu .sub_menu li {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.bottom-menu-context .context-menu .sub_menu li, .sub_menu a {
    padding: 10px;
    font-size: 13px;
    color: white;
}

.smart-bottom-menubar-src {
    display: none;
}

.payment-card-area img {
    width: 100%;
}

.context-menu .item-disp-area {
    padding-left: 15px;
    padding-right: 15px;
}

.context-menu .item-facet-area {
    padding-left: 15px;
    padding-right: 15px;
}

.context-menu a {
    color: white;
}

.context-menu .sub-head {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.context-menu .side-menu {
    padding-left: 15px;
    padding-right: 15px;
}

.context-menu .side-menu a[disabled=disabled]
,.context-menu .side-menu a[disabled=disabled] {
    color: rgb(78, 78, 78);
    cursor: default;
}

.menu-logo {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu-logo img {
    height: 25px;
}

.bottom-menu-context .bottom-menu {
    position: fixed;
    bottom: 0px;
}

.bottom-menu-context .product-search {
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
  
}

.full-fixed-menu {
    position: relative;
    top: 0px;
    width: 100%;
    height: 0px;
    z-index: 1500;
    background-color: black;
    opacity: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    visibility: hidden;
}

.full-fixed-menu.open {
    height: 100%;
    visibility: visible;
    opacity: 0.8;
    color: white;
}

.full-fixed-menu.open a {
    color: white;
}

.full-fixed-menu .ffcmenu .head {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.review-prd.avr {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
}
.review-prd.avr img{
    width:120px;
}
.review-prd.avr .count{
    font-size: 23px;
    font-weight: bold;
    vertical-align: bottom;
    line-height: 19px;
    margin-left: 8px;
}

.review-prd.star .meter{
    background-color:rgb(241, 241, 241);
    width: 100%;
    height: 10px;
}
.review-prd.star .meter .bar{
    background-color: rgb(255, 195, 51);
    height: 10px;
}

.review-prd .star-str{
    color: rgb(255, 195, 51);
}

.review-prd.list .star img {
    width: 100px
}

.review-prd.list .title {
    font-size: 23px;
    font-weight: bold;
    margin-top: 10px;
}

.review-prd section.post {
    padding-top: 20px;
    padding-left: 40px;
}

.review-prd .name {
    position: absolute;
    margin-top: -20px;
    right: 37px;
}

.review-prd .m-btn-outline {
    padding-left: 40px;
}

.review-inp .star-input label {
    display: inline;
    background: url(../img/common/star-on.jpg) no-repeat;
    cursor: pointer;
}

.review-inp .star-input.star-1 label:nth-child(1) { background: url(../img/common/star-on.jpg) no-repeat; }
.review-inp .star-input.star-1 label:nth-child(2) { background: url(../img/common/star-off.jpg) no-repeat; }
.review-inp .star-input.star-1 label:nth-child(3) { background: url(../img/common/star-off.jpg) no-repeat; }
.review-inp .star-input.star-1 label:nth-child(4) { background: url(../img/common/star-off.jpg) no-repeat; }
.review-inp .star-input.star-1 label:nth-child(5) { background: url(../img/common/star-off.jpg) no-repeat; }

.review-inp .star-input.star-2 label:nth-child(1) { background: url(../img/common/star-on.jpg) no-repeat; }
.review-inp .star-input.star-2 label:nth-child(2) { background: url(../img/common/star-on.jpg) no-repeat; }
.review-inp .star-input.star-2 label:nth-child(3) { background: url(../img/common/star-off.jpg) no-repeat; }
.review-inp .star-input.star-2 label:nth-child(4) { background: url(../img/common/star-off.jpg) no-repeat; }
.review-inp .star-input.star-2 label:nth-child(5) { background: url(../img/common/star-off.jpg) no-repeat; }

.review-inp .star-input.star-3 label:nth-child(1) { background: url(../img/common/star-on.jpg) no-repeat; }
.review-inp .star-input.star-3 label:nth-child(2) { background: url(../img/common/star-on.jpg) no-repeat; }
.review-inp .star-input.star-3 label:nth-child(3) { background: url(../img/common/star-on.jpg) no-repeat; }
.review-inp .star-input.star-3 label:nth-child(4) { background: url(../img/common/star-off.jpg) no-repeat; }
.review-inp .star-input.star-3 label:nth-child(5) { background: url(../img/common/star-off.jpg) no-repeat; }

.review-inp .star-input.star-4 label:nth-child(1) { background: url(../img/common/star-on.jpg) no-repeat; }
.review-inp .star-input.star-4 label:nth-child(2) { background: url(../img/common/star-on.jpg) no-repeat; }
.review-inp .star-input.star-4 label:nth-child(3) { background: url(../img/common/star-on.jpg) no-repeat; }
.review-inp .star-input.star-4 label:nth-child(4) { background: url(../img/common/star-on.jpg) no-repeat; }
.review-inp .star-input.star-4 label:nth-child(5) { background: url(../img/common/star-off.jpg) no-repeat; }

.review-inp .star-input.star-5 label:nth-child(1) { background: url(../img/common/star-on.jpg) no-repeat; }
.review-inp .star-input.star-5 label:nth-child(2) { background: url(../img/common/star-on.jpg) no-repeat; }
.review-inp .star-input.star-5 label:nth-child(3) { background: url(../img/common/star-on.jpg) no-repeat; }
.review-inp .star-input.star-5 label:nth-child(4) { background: url(../img/common/star-on.jpg) no-repeat; }
.review-inp .star-input.star-5 label:nth-child(5) { background: url(../img/common/star-on.jpg) no-repeat; }

.review-inp .star-input input {
    visibility: hidden;
}

.review-inp .star-point {
    margin-top: -10px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
}

.review-inp-prd .thumb img {
    width: 80px;
}

.review-inp .star img {
    width: 100px
}

.review-inp .title {
    font-size: 23px;
    font-weight: bold;
    margin-top: 10px;
}

.review-inp .name {
    position: absolute;
    margin-top: -20px;
    right: 37px;
}

.calcbox-area .price-sum,.calcbox .cart-total {
    font-weight: bold;
    font-size: 23px;
    line-height: 0px;
}

.order_point_view span {
    font-weight: bold;
    font-size: 23px;
}

.giftcard-input .detail {
    padding: 25px;
    width: 100%;
    border: solid gray 1px;
}

.custom-control.custom-radio,.custom-control.custom-checkbox {
    cursor: pointer;
}

.common-form .input-group .suffix {
    padding:10px;
}

.entry-list .entry-list-piece {
    border: 5px solid gray;
    padding: 20px;
}

.mypage-point-area {
    background-color: #f5f5f5;
    padding: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}
.mypage-point-area span {
    font-size: 30px;
    
}

.list-title {
    font-weight: bold;
}

#add_clip.is-active {
    background-image: url(../img/common/favorite_on.png)
}

.suggest_box {
    position:absolute;
    z-index:9999;
    background-color:white;
    width:500px;
    margin-top:37px;
}
.suggest_box li {
    padding:10px;
    border:silver solid 1px;
    overflow-y:strech;
    border-top:0px;
    cursor:pointer;
    
}

.suggest_box li.select {
    background-color:silver;
}
.suggest_box_sp {
    position:absolute;
    z-index:9999;
    background-color:white;
    width:100%;
    margin-bottom:37px;
    top:37px;
    background-color:gray;
}
.suggest_box_sp li {
    padding:10px;
    border:silver solid 1px;
    overflow-y:strech;
    border-top:0px;
    cursor:pointer;
    
}

.suggest_box_sp li.select {
    background-color:silver;
}

.movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; /* 現プレイヤーでは不要？ */
    height: 0;
    overflow: hidden;
}
 
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.itemDetail_sizeTd {
    padding: 3px;
}