@charset "UTF-8";
/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
* {
  box-sizing: border-box;
}
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, section, summary, div, input, select {    
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  caret-color: transparent;
}

input{
     caret-color: initial!important;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; 
}

html {
  font-family: YuGothic,'Yu Gothic',sans-serif;
  font-size: 62.5%;
  touch-action: manipulation; 
  height:100%;
}

body {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #5d737e;
  font-feature-settings: "palt";
  overflow-x: hidden;
  height:100%;
}

.wrap {
    min-height: 100vh;
    position: relative;
}
.con-wrapper{
    width: 100%;
    max-width: 1100px;
    margin:0 auto;
}
ol, ul {
  list-style: none;
}

.small{
    font-size:0.7em;
}



blockquote, q {
  quotes: none; 
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; 
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0; 
}

a {
    text-decoration: none;
    color: #5a5750;
    /*transition: .3s ease-in-out;*/
}

a:hover, a:active {
    opacity: 0.5;
}

input,select,option {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background-color: #F7F8F8;
    border: none;
    padding: 1rem;
    border-radius: 0;
}

.dorareko-box{display:none;}
/* -----------------------------------------------------------------
   Loading animation
----------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #5d737e;
  position: fixed;
  z-index: 30;
  top: 0;
  right: 100%;
  width: 100%;
  height: 1px;
}


/* -----------------------------------------------------------------
   top main
----------------------------------------------------------------- */
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    margin-bottom: 2.5vh;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #5d737e;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #adb8be;
}
.pager-selected{
    font-weight: 600;
    font-size: 1.2em;
}

.main-wrap {
    padding: 5vh 5vw;
}

.logo-image {
    margin: 2.5vh 0;
    text-align: center;
}

.top-image img {
    width: 100%;
    object-fit: cover;
}

.contents-title{
    text-align: center;
    font-size: 2.4em;
    color: #000;
    font-weight: 600;
    line-height: 1.4em;
}
.contents-title p{
    font-size: 0.8em;
    color: rgba(0,0,0,.0);
    -webkit-text-stroke: 1px #c0c0c0;
    text-stroke: 1px #c0c0c0;
}



/* -----------------------------------------------------------------
   top ranking ランキング
----------------------------------------------------------------- */
.ranking-list-wrap {
  counter-reset: ranking;
}

.ranking-list-wrap li {
  margin-top: 5vh;
}

.ranking-list-wrap li:before {
    counter-increment: ranking;
    content: counter(ranking);
    font-size: 2.2rem;
    position: absolute;
        top: -5vh;
        left: 47%;
}

.rank-wrap{z-index:10;}

/* -----------------------------------------------------------------
   contents
----------------------------------------------------------------- */
.page-wrap {
    width: 100%;
    min-height: 100%;
    padding: 90px 0 0;
    margin: 0 auto;
}

.content-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background:#fff;
    padding: 30px 50px 60px;
    border-bottom: 1px #eee solid;
}

.content-item {
    max-width: 650px;
    margin: 0 auto 5vh;
}

.content-item pre {
    white-space: pre-wrap;
}

.content-subtitle {
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2.5vh;
    border-bottom: solid 1px;
}

.item-list-wrap {
    max-width:1100px;
    width: 100%;
    padding: 0 auto;
    margin-bottom: 5vh;
    display: block;
}

.top-content-wrap {
    margin: 0 auto;
    position: relative;
}

.item-list-item {
    width: calc(100% / 4 - 15px);
    height: auto;
    margin: 0 15px 10px 0;
    padding:1%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    line-height: 1.6em;
}
list-item-price{
    font-weight: 600;
}

.item-list-item img {
    width: 100%;
    object-fit: scale-down;
}

.item-list-item:nth-child(4n) {
    margin-right: 0;
}

.item-list-item span {
    display: inline-block;
    width: 100%;
}

.btn-area {
    text-align: center;
}

.btn {
    width: 100%;
    max-width: 460px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
}


/* -----------------------------------------------------------------
   パンくずリスト
----------------------------------------------------------------- */
.breadcrumbs-wrap {
    font-size: 1.4rem;
    opacity: 0.5;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

/* -----------------------------------------------------------------
   商品一覧　カテゴリーリスト
----------------------------------------------------------------- */
.category-list-wrap {
    width: 100%;
    padding-bottom: 5vh;
    margin: 0 auto;
}

.category-list {
    width: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 5vh 0;
}

.category-list li, .category-list img {
    width: 25%;
    display: inline-block;
}

.category-list a {
    width: 100%;
    padding: 0.5rem 1rem;
    display: inline-block;
}

.item-none-text {
    text-align: center;
    padding: 5vh 0 7.5vh;
}

.item-info-sale{
    font-weight: 600;
    color: #df182f;
}
.category-list-area dl{
    display: flex;
    margin-bottom: 40px;
}
.category-list-area dd{
    margin-right:10px;
}

.cate-title-wrap{
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 25px;    
}
.cate-title-wrap li{
    display: inline-block;
}
.category-list-area{
    position: absolute;
    top: 0;
    right: 0;
}
.list-item-price{
    font-weight:600;
}
.item-list-item .item-title{
    margin-top: 10px;
    line-height: 1.3em;
}

/*---------- セール商品 ----------*/
.item-price-down {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 2.5rem;
    white-space: nowrap;
}

.item-image{position: relative;}

/*---------- ソールドアウト商品 ----------*/
.item-sold-out {
    text-align: center;
    padding: 0 1rem;
    background: #84837899;
    color: #fff;
    position: absolute;
    padding-top: 50%;
    font-size: 1.6em;
    height: 100%;
    top: 0;
    left: 0;
}

/* -----------------------------------------------------------------
   商品一覧　ページャー
----------------------------------------------------------------- */
.pager-wrap {
    width: 100%;
    max-width: 910px;
    letter-spacing: 0.5rem;
    margin: 0 auto;
    display: flex;
    text-align: center;
}

.pager-inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pager-inner li {
    padding: 1rem;
}

.pager-inner li.active {
    font-weight: 700;
    font-size: 1.6rem;
}

/* -----------------------------------------------------------------
   商品詳細　item-
----------------------------------------------------------------- */
.item-name {
    font-size: 1.8rem;
    margin: 0 0 5px;
    color: #000;
    font-weight: 600;
}

.item-price {
    font-size: 2.0rem;
    text-align: right;
    color: #cd0e0e;
}
.item-price span{
    font-size: 2.6rem;
    font-weight: 600;
}
.item-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.item-image-wrap {
    width: calc(100% - 2.5vw);
    max-width: 400px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.item-image-list, .item-image-wrap li {
    width: 100%;
}

.item-image-main {
    width: 60%;
    height: auto;
    object-fit: cover;
}

.item-details-wrap {
    max-width: calc(90% / 2 - 2.5vw);
    width: 100%;
    margin-left: 2%;
}

.details-text-area {
    margin-bottom: 2.5vh;
}

.makeshop-option-wrap, .details-option-item {
    width: 100%;
}

.makeshop-option-label, .details-option-name {
    width: 100%;
    margin-top: 1rem;
}

.makeshop-option-wrap select, .makeshop-option-input {
    width: 100%;
    font-size: 16px!important;
}

.makeshop-option-select-item {
    font-weight: 500;
}

.fixed-price {
    font-size: 1.1em;
    color: #a9a9a9;
}
.fixed-price span {
    text-decoration: line-through;
    margin-left: 5px;
    width: auto;
}

.item-detail-soldout {
    opacity: 0.5;
}

.favorite{
    background: #cb2c2c;
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 15px;
}
.favorite a{
    color:#fff;
    padding: 6px 0;
    display: block;
}
.favorite i{
    color: #fff;
    font-size: 0.9em;
}



/* -----------------------------------------------------------------
   アウトレット
----------------------------------------------------------------- */
.outlet_reason{
	background: #fffde5;
	text-align: center;
	margin: 0 5px 20px;
	border: 2px solid #d6bb5a;
	border-radius: 5px;
}
.outlet_reason h2{
    margin: 0;
    padding: 10px!important;
    background-color: #d6bb5a;
    color: #ffffff!important;
    border-bottom: 1px #d6bb5a dashed;
    font-size: 28px;
}
.outlet_reason_text{
	color: #c79e0c!important;
	text-align: center!important;
	line-height: 1.6!important;
    padding:10px 5px!important;
}

.outlet_reason li{
    width: 48%;
    padding: 2%;
    display: inline-block;
}

/* -----------------------------------------------------------------
   会社概要
----------------------------------------------------------------- */

.company-image {
    text-align: center;
    margin-bottom: 2.5vh;
}
/* -----------------------------------------------------------------
   会員制/年齢確認
----------------------------------------------------------------- */

.verify-wrap {
  text-align: center;
}

.verify-member {
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.verify-member-item {
  margin-bottom: 5vh;
}

.verify-age {
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.verify-btn {
  width: 48%;
  margin-top: 2.5vh;
  background: #5d737e;
  color: #fff;
}

.verify-copyrights {
  width: 100%;
  font-size: .8rem;
  text-align: center;
}

@media screen and (max-width: 969px) {
  .verify-member .content-text {
    text-align: left;
  }
  .verify-member .verify-btn {
    width: 100%;
  }
}

/* -----------------------------------------------------------------
   モジュール用
----------------------------------------------------------------- */
/*------------------------------
   ヘッダー（$module.header）
------------------------------*/
.header {
    width: 100%;
    height: 60px;
    padding: 0 1rem;
    line-height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 30px;
    z-index: 20;
    border-bottom: 1px solid #f4f4f4;
}

.week1{
    background:#000;
    line-height: 30px;
    height: 30px;
    text-align: center;
    font-weight: 600;
    position: fixed;
    top:0;
    z-index: 20;
    width: 100%;
}
.week1 a{
    color: #fff;
}
.week1 p{
    background: #e58900;
    padding: 4px 6px 3px;
    display: inline-block;
    color: #fff;
    font-size: 0.8em;
    line-height: 1em;
    margin-left: 15px;
}

.header-logo{
    position: absolute;
    left: 80px;
    top: 6px;
}

.header .header-logo-wrap {
        font-size: 2.8em;
        font-weight: 600;
        letter-spacing: 0px;
        margin-left: 10px;
    line-height: 1em;
    text-align: center;
}

.header .header-logo-wrap a {
    height: 60px;
    line-height: 60px;
    color: #000;
    line-height: 0em;
}

.header .header-logo-wrap img {
    max-height: 45px;
    max-width: 70vw;
    vertical-align: middle;
    display: inline-block;
}

.header-logo-wrap p{
    font-weight: normal;
    font-size: 0.3em;
    margin-top: 3px;
    letter-spacing: 1px;
}

/** ドロップダウンメニュー **/
.fa-user, .fa-heart, .fa-search{
    font-size:1.6em;
    color: #747474;
}
.fa-user-circle{
    padding-top:11px;
}
.fa-2{
    font-size:1.5em;
}
.menu-newitem, .menu-box1, .menu-box2, .menu-box3{
    font-size:1.2em;
}

.wish-box{
    position: absolute;
    top: 2px;
    right: 220px;
}

.menu-newitem{
    position: absolute;
    top: 0px;
    left: 300px;
}

.menu-box1{
    position: absolute;
    top: 0px;
    left: 400px;
}

.menu-box2{
    position: absolute;
    top: 0px;
    left: 485px;
}


.menu-box3{
    position: absolute;
    top: 3px;
    left: 969px;
}

.menu, .menu2 {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.menu > li a {
    display: block;
    padding-left: 10px;
}
.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu2 > li a {
    display: block;
    padding-left: 10px;
    font-weight: 600;
}
.menu2 > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level > li a {
    display: block;
    padding-left: 15px;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    text-align: left;
    font-size: 0.8em;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
    color:#fff!important;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

.menu3 p{
    margin-top: 5px;
    font-size: 0.8em;
    line-height: 1.5em;
}
.menu3 a{
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    background: #5a5245;
    color: #fff!important;
}

/* floatクリア */
.menu:before, .menu:after, .menu2:before, .menu2:after {
    content: " ";
    display: table;
}

.menu:after ,.menu2:after {
    clear: both;
}

.menu, .menu2 {
    *zoom: 1;
}
.menu > li.menu__single {
    position: relative;
    text-align: center;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 55px;
    width: 200px;
    background: #ffffff;
    box-shadow: 0 0 3px #ccc;
    border-radius: 4px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 55px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 55px;
    left:-350px;
    width: 900px;
    background: #ffffff;
    box-shadow: 0 0 3px #ccc;
    border-radius: 4px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 55px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 20%;
    border: none;
    position: relative;
}

/*li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}*/

.menu__second-level i{
    color: #7a7a7a;
    position: absolute;
    top: 32%;
    font-size: 1.4em;
}
.menu__second-level p{
    padding-left: 18%;
}

@media screen and (max-width: 969px) {
    .header {
        height: 44px;
        line-height: 44px;
        top: 44px;
    }
    .header .header-logo-wrap a {
        height: 44px;
        line-height: 44px;
    }
    .header-logo-wrap p{
        display: none;
    }
    
    .header .header-logo-wrap img {
        max-height: 35px;
    }
    
    label span {
        display: none;
    }
}

/*----- メニュー（左ナビ）-----*/

@media screen and (min-width: 969px) {
.leftnav{
        display:none;
    }
}


/* メニューを開いた時 */
nav.open-menu {
    width: 100%;
    text-align: left;
    padding:20px 0 30px;
}
nav.open-menu .leftnav-contents{
    display:initial;
    transition: 1.5s;
}

.menu-search-wrap {
    height: 4rem;
    line-height: 4rem;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #5d737e;
    margin: 16px 16px 36px;
    position: relative;
    background: #f7f7f7;
}

.menu-search-wrap input {
    width: 100%;
    height: 4rem;
    background: none;
    position: absolute;
    z-index: 5;
}

.menu-search-btn {
    font-weight: 2rem;
    z-index: 5;
    margin-top: 4px;
}

.menu-inner .menu-list-wrap li a {
    display: block;
    line-height: 60px;
    text-decoration: none;
    color: #5d737e;
}

.menu-category-wrap {
    margin-bottom: 2.5vh;
}

.menu-category-wrap a {
    width: 100%;
    padding: 0 2.5vw;
    display: inline-block;
}

.menu-category-wrap a:hover, .menu-category-wrap a:active {
    background-color: #e7eaec;
}

.menu-sub-wrap {
    display: flex;
    flex-direction: column;
}

.menu-sub-wrap li {
    height: 4rem;
    line-height: 4rem;
    padding: 0 2.5vw;
    opacity: 0.75;
}

.menu-sns {
    padding: 0 5vw 0 2.5vw;
    margin-top: 5vh;
    display: flex;
    justify-content: flex-start;
}

.menu-sns-item a {
    padding: 1rem 2.5vw;
}

.account-sp {
    display: none;
}

.fa-angle-right:before{
    position: absolute;
    right: 20px;
    top: 18px;
}

@media screen and (max-width: 969px) {
    .cp_cont_leftnav {
        height: 40px;
        line-height: 40px;
        position: relative;
        top: 4px;
        left: -15px;
    }
    
    .cp_offcm04 .cp_menu_leftnav {
        width: 90%;
    }
    
    .cp_offcm04 #cp_toggle04:checked ~ label {
        display: none;
    }
    
    .account-sp {
        display: block;
    }
}

/*-----カート-----*/
.cp_cont_cart {
    height: auto;
}

.cp_offcm01 {
    position: fixed;
    top: 31px;
    left: 1000px;
    display: inline-block;
}

.cp_offcm01 i {
    margin-right: 0.2rem;
    color: #747474;
}

.cart-badge {
    font-weight: 700;
    display: inline-block;
    font-size: 1.2em;
    color: #cc6666;
}

.cp_offcm01 .cp_menu_cart {
    position: fixed;
    top: 93px;
    right: -100vw;
    width: 100%;
    max-width: 610px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.5s transform;
            transition: 0.5s transform;
    background-color: rgba(255,255,255 ,1);
    opacity: 0.98;
    overflow: hidden;
    z-index: 25;
    border-left: 2px solid #0000000f;
}

.cp_offcm01 .cp_menu_cart ul {
    margin: 0;
    padding: 0;
}

.cp_offcm01 .cp_menu_cart li {
    list-style: none;
}

.cp_offcm01 .cp_menu_cart li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.cp_offcm01 #cp_toggle01 {
    display: none;
    opacity: 0;
}

.cp_offcm01 #cp_toggle01:checked ~ .cp_menu_cart {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
}

.cp_offcm01 #cp_toggle01 ~ label {
    display: block;
    padding: 0 1rem;
    cursor: pointer;
    -webkit-transition: 0.5s transform;
            transition: 0.5s transform;
}

.cp_offcm01 #cp_toggle01 ~ label:hover {
    opacity: 0.5;
    transition: .3s ease-in-out;
}

/**.cp_offcm01 #cp_toggle01:checked ~ label {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
}**/

.cart-object {
    width: 100%;
}

.cart-wrap {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    padding: 15px 15px 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

.cart-list-wrap {
    border-top: solid 1px #eef1f2;
}

.cart-list-wrap li {
    display: flex;
    border-bottom: solid 1px #eef1f2;
    padding: 10px 0;
}

.cart-list-img {
    width: 20%;
    height: auto;
    padding-right: 1rem;
}

.cart-list-img img {
    max-width: 100px;
}

.cart-list-details {
    width: 70%;
    padding-right: 1rem;
    font-size: 1.2em;
}

.cart-list-quantity {
    min-width: 190px;
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

.cart-list-quantity input {
    max-width: 6rem;
    min-width: 1.5rem;
    margin: 0 1rem;
}

.item-quantity-change-btn {
    border: solid 1px #5d737e;
    padding: 0.5rem 1rem;
    display: inline-block;
}

.cart-list-delete {
    width: 10%;
    text-decoration: underline;
    text-align: right;
}

.cart-subtotal {
    display: flex;
    justify-content: space-between;
    padding: 2.5vh 0;
    font-size: 1.6em;
}

.cart-list-price,.cart-subtotal-price {
    font-weight: 700;
    text-align: right;
}

.incart-total-item {
    text-align: center;
    font-size: 1.4em;
    margin-top: 20px;
}

/** 買い物かごページに遷移しないでかごに入れる　ここから **/
/**.cartin-msg-pc {
    display: none;
    position: absolute;
    top: 30px;
    right: -200px;
    white-space: nowrap;
}
.cartin-msg-pc-inner{
    position: relative;
}

.cartin-msg-pc.show {
    position: absolute;
    top: 50px;
    right: 0px;
    white-space: nowrap;
    background: #406578;
    color: #fff;
    padding: 0px 20px;
}

.cartin-msg-pc.show:before {
    content: "";
    position: absolute;
    top: -25px;
    right: 11%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-bottom: 30px solid #406578;
}

.cartin-msg-sp {
    display: none;
    position: absolute;
    top: -60px;
    white-space: nowrap;
}

.cartin-msg-sp.show {
    position: absolute;
    top: 55px;
    right: 0;
    white-space: nowrap;
    background: #406578;
    color: #fff;
    width: 70%;
    text-align: center;
}
.cartin-msg-sp.show:before {
    content: "";
    position: absolute;
    top: -27px;
    right: 28%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-bottom: 30px solid #406578;
}

/** 買い物かごページに遷移しないでかごに入れる　ここまで **/



.btn-cart {
    margin: 15px 0;
    background-color: #f99806;
    color: #fff;
    font-size: 1.6em;    
    height: 70px;
    line-height: 70px;
}

.free-shipping-text{
    font-size:1.2em;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.free-shipping-text em{
    font-size:1.2em;
    color: #d20000;
    font-weight: 600;
}
.free-shipping-text2{
    font-size:1.0em;
}

@media screen and (max-width: 969px) {
    .cp_offcm01 .cp_menu_cart {
        top:92px;
        width: 100%;
    }
    
/**    .cp_offcm01 #cp_toggle01:checked ~ label {
        -webkit-transform: translateX(-70vw);
                transform: translateX(-70vw);
    }**/
    
    .cart-object {
        width: 100%;
    }
    
    .cart-list-img img {
        max-width: 15vw;
    }
}

/*----- フッター ($module.footer) -----*/
.footer {
    width: 100%;
    padding: 50px 0 10px;
    background-color: #f4f2ef;
    color: #5a5245;
    font-size: 1.2em;
    position: relative;
}

.tenpo-list{
    padding:1rem 0;
}
.tenpo-list h5{
    font-weight: 600;
    font-size: 0.8em;
}

.footer a {
    color: #5a5245;
}

.footer-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer-nav {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
}

.footer-sns-area {
    font-size: 1.6em;
    min-width: 20%;
    display: flex;
    justify-content: space-around;
}
.footer-sns-area i{
    color: #5a5750;
    padding: 15px 0;
    font-size: 1.6em;
}

.footer-copyrights {
    width: 100%;
    text-align: center;
    margin-top: 2.5vh;
    font-size: 0.8rem;
}

.footer-contents{
    display: inline-block;
    width:25%;
    padding:0 1%;
}

.footer-info p{
    background: #4e7a94;
    border-radius: 5px;
    margin: 10px 0;
    line-height: 2.2em;
    text-align: center;
}
.footer-info a{
    color:#fff;
    display: block;
}
.rank-num span{
    background: #000000c4;
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    font-weight: 600;
    padding: 0 0 0 2px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
}
.thanko-rank b{
    font-size:0.6em;
    font-weight: normal;
    line-height: 1.0em;
}
.thanko-rank #reco-item2{
    background: #ffffff;
}

.delivery{
    background: #ce2525;
    text-align: center;
    color: #fff;
    padding: 20px 0 25px;
    cursor: default;
}
.deli-text01{
    font-size: 0.85em;
    letter-spacing: 2px;
}
.deli-text02{
    font-size: 2.0em;
    font-weight: 600;
}
.deli-text02 i{
    font-size: 0.8em;
    margin-right: 5px;
}

#totop{
    position: absolute;
    top: -29px;
    right: 5%;
    color: #5a5750;
    background-color: #f4f2ef;
    display: inline-block;
    font-family: montserrat, sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 5px 25px 5px 45px;
}
#totop:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 20px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #5a5750;
    border-right: 1px solid #5a5750;
    -webkit-transform: rotate(
-45deg
);
    transform: rotate(
-45deg
);
}

.footer-menu{font-size: 0.8em; margin: 5% 5% 1% 5%;}
.footer-menu li{display: inline-block;}
.footer-menu li+li:before { content: "|"; padding: 0 5px; font-size: 90%;}


/******************************** 商品レビュー */
.item-list-review {
  display: flex;
  align-items: center; }
  .item-list-review .reviewRateStar::before {
    font-size: 1rem; }

.item-list-review-rate {
  margin: 0 8px;
/*  font-weight: bold;
  font-size: 1rem;*/
    color: #f2ab00;
}

/******************************** REVIEW */
.index-review-list .review-list-unit {
  display: flex; }
.index-review-list .review-list-info {
  width: 180px;
  text-align: left;
  font-size: 0.8rem;
  margin-right: 16px; }
  .index-review-list .review-list-info img {
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
.index-review-list .review-list-content-wrap {
  flex: 1; }
.index-review-list .review-list-name,
.index-review-list .review-score-wrap {
  display: inline-block; }
.index-review-list .reviewRateStar::before {
  font-size: 0.9rem; }

/**--------------------
レビュー
--------------------**/

/******************************** REVIEW STAR */
.reviewRateStar {
  display: inline-block;
  font-size: 0px!important;
  color: #F8D803;
    letter-spacing: 0;
}
  .reviewRateStar::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f005";
    font-size: 1.2rem;
    font-weight: 900; }

.starOff::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-weight: 400; }

.starHalf::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f5c0"; }

.reviewRate{
    display: inline-block;
}


/******************************** ITEM REVIEW */
/*.item-review {
    text-align: left;
    display: flex;
    align-items: center;
    margin-left: 5px;
}*/

.item-review-average {
    font-size: 1.3rem;
    color: #f2ab00;
    display: inline-block;
}
.item-review-count{
    font-size: 0.8em;
    display: inline-block;
}
/******************************** ITEM REVIEW LIST */
.item-review-detail {
  text-align: left;
  margin: 20px 8px 0; }

.item-review-title {
  position: relative;
  margin-bottom: 42px; }

.btn-review-post-wrap {
  position: absolute;
  right: 0;
  top: 0; }

.btn-review-post {
  margin: 0;
  padding: 4px 12px;
  width: auto;
  display: inline-block;
  background: #999;
  color:#fff;
  height: 40px;
  line-height: 33px;}

.review-list-unit {
  padding: 8px 0;
  font-size: 0.9rem;
  border-bottom: 1px dotted #ccc; }

.review-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px; }

.review-star,
.review-score {
  display: inline-block; }

.review-list-score-wrap .reviewRateStar::before {
  font-size: 1.1rem; }

.review-score {
  margin-left: 4px;
  font-weight: bold;
  font-size: 1.0rem; }

.review-list-content {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.review-list-date {
  font-size: 0.7rem;
  color: #999; }

.review-list-text {
  text-align: center;
  color: #999;
  margin-top: 64px; }
/* -----------------------------------------------------------------
   review
----------------------------------------------------------------- */
.review-title {
  font-size: 1.5rem;
  margin-top: 24px;
  margin-bottom: 48px;
  text-align: left; }
  .review-title em {
    font-weight: bold; }

.review-item-wrap {
  display: flex;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #f0f0f0; }

.review-item-image {
  width: 100px; }
  .review-item-image img {
    max-width: 100%; }

.review-item-info {
  flex: 1;
  text-align: left;
  margin-left: 16px;}

.total-review {
  margin-top: 8px; }
  .total-review .reviewRateStar::before {
    font-size: 1.1rem; }

.review-average,
.review-count {
  display: inline-block; }

.review-average {
  font-weight: bold;
  margin-left: 8px;
  font-size: 1.2rem; }

.review-item-btn {
  text-align: right; }

.all-review {
  margin-bottom: 48px; }
.all-review .review-list-unit{
    padding: 14px 0;
}
.all-review .review-head-wrap {
    width: 70%;
    text-align: left;
    font-size: 1.4rem;
}
.all-review .review-score{
    font-size: 1.4rem;
}
  .all-review .review-list-content {
    text-align: left;
      font-size: 1.4rem;
    -webkit-line-clamp: initial;
}
  .all-review .review-name,
  .all-review .review-list-score-wrap {
    display: inline-block; }

.review-form-wrap {
  width: 600px;
  margin: 48px auto 32px; }

.review-form {
  display: flex;
  text-align: left;
  padding: 16px 0; }

.review-form-title {
  width: 200px; }

.review-form-content {
  flex: 1; }
  .review-form-content input, .review-form-content textarea {
    width: 100%; }
.review-none{
    padding-bottom:10px;}

.btn-review-list{
    border:1px solid #000;}

.add-image{
    padding-top: 10px;}

/* -----------------------------------------------------------------
   左カラム
----------------------------------------------------------------- */

.side {
  width: 260px;
  min-width: 260px;
  display: inline-block;
  vertical-align: top;
  margin-top: 24px;}

.side-section {
  background: #f0efe9;
  padding: 0 0 32px;
  margin-bottom: 32px; }

.side-title {
  text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
    color: #ffffff;
    font-size: 1.2em;
    background: #999999;
    padding: 10px 0;
}

.side-category-item .fas{
    font-size:1.2em;
    width:12%;
    color: #a99e93;
    text-align:center;
}

.side-category-item {
  position: relative;
}
.side-category-item2{
    margin-top: 1px;
    height: 10px;
    background: #c2c0b4;
}
  .side-category-item a {
    text-align: left;
    padding: 12px;
    font-size: 1.4rem;
    display: block; }
    .side-category-item a:hover {
      background: #fff;
      opacity: 1.0; }
  .side-category-item::after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto; }

.side-category-item:hover .side-category-child-list {
  opacity: 0.98;
  visibility: visible; }

.side-category-child-list {
  position: absolute;
  right: -200px;
  top: -4px;
  width: 220px;
  z-index: 10;
  background: #fff;
  border: 4px solid #f0efe9;
  border-left: none;
  opacity: 0;
  visibility: hidden; }
  .side-category-child-list a:hover {


    background: #f0efe9; }

.side-category-child-list li{
    border-bottom: 1px solid #f0efe9;
}

.side-category-switch.hover {
  background: #fff; }

.side-category-child-list li::after {
  background-color: #f0efe9; }

.side-search li {
  text-align: left;
  font-size: 1.3rem;
  padding: 4px 16px; }

.side-search label {
  display: block;
  margin-bottom: 4px; }

.side-search input {
  width: 100%; }
.side-search input.side-search-price {
  width: 35%;
  height: 35px;}

.side-search .side-search-price {
  width: 25%; }

.side-search-btn {
    font-weight: 600;
    display: block;
    color: #ffffff;
    border-radius: 4px;
    margin: 16px auto 0;
    width: 60%;
    background: #adaca1;
}

.side-section-others {
  background: #fff;
  padding: 0; }


.side-info{
    text-align: center;
    line-height: 1.4em;
    font-size: 1.2em;
    margin: 0 0 15px;
}
.side-info a{
    color: #fff;
    display: block;
    padding: 30px 0;
}
.taisetsu{
    background: #355876;
}
.side-search li span{margin:0 10px;}



.detail-search{border: 1px solid #eee; padding: 10px 0; margin-bottom: 20px;}
.detail-search p{padding:0 16px 10px;}
.detail-search li:nth-child(1),.detail-search li:nth-child(2),.detail-search li:nth-child(3){display: inline-block;}
.detail-search li:nth-child(1){width:40%;}
.detail-search li:nth-child(2){width:40%;}
.detail-search li:nth-child(3){width:19%;}
.search-keyword{height: 35px;}
.detail-search-btn{font-weight: 600; display: block; color: #ffffff; border-radius: 4px; height: 35px; line-height: 35px; background: #adaca1;}
.side-search label{line-height: 1.0em;}


/* -----------------------------------------------------------------
   カレンダーデザイン
----------------------------------------------------------------- */
.calendar{
    font-size: 0.8em;
    margin: 0 0 15px;
}

.calendar h2{
    font-weight: 600;
    text-align: center;
    color: #5a5750;
}

/* カレンダーのサイズ設定 */
.makeshop-calendar1,
.makeshop-calendar2 {
    width: 100%;
}

/* テキスト位置・罫線設定 */
.makeshop-calendar1 th,
.makeshop-calendar1 td,
.makeshop-calendar2 th,
.makeshop-calendar2 td {
box-sizing: border-box;
text-align: center;
border: 1px solid #e6e6e6;
}


.sunday{
    color:red;
}
.saturday{
    color:blue;
}

/* 【日付】テキストの太さ・背景設定 */
.makeshop-calendar1 td,
.makeshop-calendar2 td {
background: #fff;
}

/* 【今日】テキストの太さ・背景設定 */
.makeshop-calendar1 td.today,
.makeshop-calendar2 td.today {
background-color: #d9d7bf;
}

@media screen and (max-width: 969px){
.makeshop-calendar1,
.makeshop-calendar2 {
width: 100%;
}
.makeshop-calendar1 th,
.makeshop-calendar1 td,
.makeshop-calendar2 th,
.makeshop-calendar2 td {
font-size: 14px;
    padding:3px;
}
}

/* -----------------------------------------------------------------
   商品一覧 横スライド
----------------------------------------------------------------- */

    #reco-item .new-item{
        width: 22.5%;
    }


/** チェックしたアイテム **/
#reco-item2{
    text-align:left;
    overflow-x: auto;
    white-space: nowrap;
    padding: 6px;
    background: #fbfbfb;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}
#reco-item2 .text_limit{
    font-size: 0.8em;
    line-height: 1.6em;
}
#reco-item2 .new-item-price{
    font-size: 1.0em;
    margin: 0;
        line-height: 1.2em;
}
#reco-item2 .new-item:nth-child(1) span{
    background: #ebc043d9;
}
#reco-item2 .new-item:nth-child(2) span{
    background: #c6c6c6d9;
}
#reco-item2 .new-item:nth-child(3) span{
    background: #9a6746d9;
}
@media screen and (min-width: 969px) {
    .thanko-rank #reco-item2{
        white-space: normal;
    }
    .thanko-rank #reco-item2 .new-item{
        width: 17.5%;
    }
        
}


.new-item-box{
    position: relative;
}
.new-item-box span{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.8em;
    line-height: 2em;
    padding: 0px 6px;
    color: #fff;
    background: #df0000;
    font-weight: 600;
}
.item-all{
    text-align: center;
    margin: 20px 0 10px;
}
.item-all a{
    background: #355876;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 24%);
    color: #fff;
    font-size: 1.6em;
    padding: 20px 46px;
    display: inline-block;
}

/** スクロールバー **/
#reco-item2 .new-item{
    position: relative;
}


@media screen and (min-width: 969px) {
    #reco-item2::-webkit-scrollbar{
        height: 8px;
    }
    #reco-item2::-webkit-scrollbar-track{
        background: #fff;
    }
    #reco-item2::-webkit-scrollbar-thumb{
        background: #dfdfdf;
    }
    #reco-item2 .new-item {
        display: inline-block;
        width: 13%;
        margin: 1%;
        vertical-align: top;
        white-space: normal;
    }
    .none-pc{
        display:none!important;
    }
}

.new-item {
    display: inline-block;
    width: 36%;
    margin: 1%;
    vertical-align: top;
    white-space: normal;
}
.new-item p {
    display: block;
}
.new-item  a:hover img {
	position: relative;
	top: -3px;
	left: 3px;
}

.new-item-name {
    color: #111820;
    font-size: 12px;
    margin: 8px 6px 0;
    text-align: justify;
    line-height: 1.5;
    letter-spacing: -0.5px;
}
.new-item-price {
    font-size: 1.4em;
    font-weight: 800;
    text-align: left;
    color: #111820;
    margin: 8px 0 0;
    letter-spacing: 0.04em;
}
.text_limit{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
}

.content-title{
    position: relative;
    overflow: hidden;
    font-size: 1.6em;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}
.content-title span {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 0.8em;
    display: block;
    padding-top: 9px;
    padding-left: 16px;
    color: #fff;
    letter-spacing: 0em;
}


/* -----------------------------------------------------------------
   検索ボックス（header）
----------------------------------------------------------------- */
.search-box{
    position: absolute;
    top: 8px;
    left: 580px;
}

.header-search{
    position: absolute;
    top: 10px;
    left: 4px;
}

.container-2 input#search{
  width: 300px;
  height: 44px;
  background: #fff;
  border: 1px solid #f3f3ed;
  font-size: 12pt;
  float: left;
  color: #595959;
  padding-left: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease;
}

.container-2 input#search::-webkit-input-placeholder {
   color: #65737e;
}
 
.container-2 input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}
 
.container-2 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}
 
.container-2 input#search:-ms-input-placeholder {  
   color: #65737e;  
}

.container-2 .icon{
  position: absolute;
    left: 12px;
    top: -14px;
    color: #4f5b66;
}

/*.container-2 input#search:focus, .container-2 input#search:active{
  outline:none;
  width: 280px;
}
 
.container-2:hover input#search{
width: 280px;
}*/
 
.container-2:hover .icon{
  color: #93a2ad;
}


/** アコーディオン **/
.menu__item {
  background: #547f97;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  position: relative;
}
.menu__item2 {
  display: block;
  margin-bottom: 1px;
  position: relative;
}
.menu__item2 a:before{
    content: "";
    position: absolute;
    top: 40%;
    right: 20px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #5a5750;
    border-left: 1px solid #5a5750;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
    
.menu__item__link {
  color: #fff;
  display: block;
  line-height: 3em;
}
 
.submenu {
  background: #fff;
  display: none;
  max-height: 250px;
  overflow: scroll;
    text-align: left;
}
.submenu2 {
  display: none;
    margin-left: 10px;
    width: 230px;
}
.footer-contents h4{
    font-weight: 600;
    border-bottom: 1px solid #5a5250;
    padding: 1rem 0 0;
}
.submenu2 span{
    color: #d30000;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.2em;
}
.submenu__item {
  padding: 1rem;
    background: #f7f8f8;
}
.submenu__item2 {
      padding: 0 0 10px;
}
.submenu__item2 a{
    display: initial!important;
    padding: 0!important;
    color: #256888;
    text-decoration: underline;
}
.submenu__item2 a:before{
    display: none;
}
.submenu__item2 p, .tenpo-list p{
    font-size: 0.8em;
    line-height: 1.3em;
}

.menu__item a, .menu__item2 a{
    position: relative;
}
.menu__item__link p{
    position: absolute;
    right: 10px;
    display: inline-block;
}




.media-wrap{
    padding: 10px 10px 0 10px;
    margin-bottom: 40px;
    background: #f7f7f7;
    border-radius: 8px;
}
.flex-container-media {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 100%;
	overflow: hidden;
	padding: 1%;
        background: #fff;
	margin-bottom: 10px;
}
.flex-item-media{height: 50px; font-size: 0.9em;}
.flex-item-media a{margin: 0 5px; font-size: 1.1em; color: #3699c8;}
.flex-item-media img{height: 90%; margin-right: 20px; margin-top: 3px;}
.flex16{width: 16%;}

.media-intro {
    text-align:center;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 15px 0 0;
}
.media-tv{color: #E17700;}
.media-mag{color: #5fa36e;}
.media-rad{color: #e33162;}
.media-new{color: #ccb12f;}
.media-tv,.media-mag,.media-rad,.media-new{
    font-size: 1.2em;
    margin: 0 5px;
}

/** まとめ買い **/
.matome-box {
    text-align: center!important;
    color: #000;
    position: relative;
    font-size: 0.9em;
}
.matome-box ul {
    position: absolute;
    top: 68%;
    left: 0;
    width: 100%;
}
.matome-box img {
    width: 100%;
}
.matome-txt2 {
    background: #1f9abf;
}
.matome-txt3 {
    background: #d8a021;
}
.matome-txt2, .matome-txt3 {
    font-size: 1.6em;
    letter-spacing: 2px;
    width: 90%;
    margin: 0 0 10px 0;
    line-height: 2.0em;
    border-radius: 4px;
}
.matome-txt1, .matome-txt2 {
    text-align: center;
}
.matome-txt2 a, .matome-txt3 a {
    color: #fff;
    display: block;
}
.matome-txt1 {
    letter-spacing: 2px;
    font-size: 1.2em;
}

.contents-bnr3{
    margin:0 0 10px 0;
}



/* -----------------------------------------------------------------
   スマホleftnav ドロップダウンメニュー
----------------------------------------------------------------- */
.toggle_contents ul {
    margin-left:50px;
    font-size: 0.9em;
}
.toggle_title .fas{
    position: absolute;
    top: 20%;
    color: #7a7a7a;
}
.toggle_title p{
    padding-left:14%;
}
.toggle_title {
	position: relative;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #7e7d7d;
	position: absolute;
	width: 15px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 15px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}

/****************************** pager */
.pager {
  text-align: center; }
  .pager li {
    display: inline-block; }
    .pager li .current, .pager li a {
      display: inline-block;
      padding: 7px 10px;
      line-height: 1;
      border: 1px solid #ccc;
      margin: 0 2px;
      text-decoration: none; }
    .pager li .current, .pager li .current a {
      background: #555;
      border-color: #555;
      color: #fff; }


/** THANKO VIDEO **/

.youtube-top{
        position: relative;
        }
.youtube-top img{
        width:100%;
        }
.youtube-top p{
        position: absolute;
        top: 50%;
        left: 37%;
        color: #fff;
        font-weight: bold;
        font-size: 2.4em;
        text-shadow: 1px 2px 5px #20456147;
        }
.youtube-top-title{
        text-align: center;
        color: #000;
        font-size: 1.6em;
        margin: 30px 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #000;
        }
.youtube-wrap{
            margin-bottom: 70px;
        }
.youtube-wrap li{
        width: 32.9%;
        border: 1px solid #ededed;
        text-align: center;
        display: inline-block;
        }
.youtube-wrap iframe{
        width: 100%;
        height: calc(1em + 185px);
        }
.youtuber{
            padding: 5px 5px 10px;
        }
        .youtuber p{
        font-weight: 600;
        font-size: 1.2em;
        }
.youtube-item{
        font-size: 1.4em;
        border-left: 6px solid #000;
        padding: 5px 0 0 5px;
        margin-bottom: 15px;
        font-weight: 600;
        }
.youtube-item a{
        color: #000;
        position: relative;
        display: inline-block;
        text-decoration: none;
        }
.youtube-item a::after{
        position: absolute;
        bottom: 2px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #333;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        }
.youtube-item a:hover::after{
        bottom: -4px;
        opacity: 1;
        visibility: visible;
        }



/** スマホ スライドメニュー **/

  .head-btn-item .head-btn-icon, .head-btn-item .dropdown-switch {
    text-indent: -9999em;
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%; }

.head-btn-dropdown{
    position: absolute;
    right: 3%;
    top: 12%;
}
.head-btn-dropdown span {
    background-image: url("/view/images/template/1/icon-menu.svg"); }

  .head-btn .head-btn-account {
    display: none; }

  .btn-dropdown {
    position: absolute;
    left: 0;
    top: 0; }

  .cart-badge {
    border-color: #DDDBDB;
    right: 24px;
    bottom: 24px;
    width: 13px;
    height: 13px; }

  .dropdown-nav {
    display: block;
    position: fixed;
    right: -100%;
    top: 97px;
    width: 100%;
    height: 100%;
    text-align: left;
    z-index: 99999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: transform ease .3s;
    background-color: #343b5b;
    padding-top: 20px;
}
    .dropdown-nav a {
      color: #616161;
}
.dropdown-account-login a{
    color:#fff;
    display: block;
}


  .dropdown-wrap {
    color: #000;
    background: #fff;
    padding-bottom: 32px; }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%; }
    .fixed .dropdown-nav {
      transform: translateX(-100%); }

  .dropdown-account {
    background-color: #343b5b;
    padding: 0 16px 20px; }

  .dropdown-account-login {
}

  .dropdown-close {
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
    font-size: 2.5em; }

  .dropdown-nav-item {
    border-bottom: dotted 1px #d2d2d2;
    padding: 4px 0;
}
    .dropdown-nav-item:last-child {
      border: none; }

  .dropdown-nav-item a {
    display: block;
}

  .dropdown-list {
    padding: 0 16px 16px 16px;
      font-size: 1.2em;
}

  .dropdown-nav-title {
    padding: 17px 0 8px; }

  .dropdown-nav-category-item a {
    padding: 6px 0 6px 8px;
    color: #DDDBDB;
    display: block; }

  .head-btn-item .head-btn-icon, .head-btn-item .dropdown-switch {
    background-size: 24px 24px; }

  .dropdown-member-name {
      text-align: center;
    color:#fff;
    line-height: 24px;

}
.dropdown-member-name span{
    font-size:1.2em;
    font-weight:600;
}
  .dropdown-member-nav-item a {
    display: block;
    font-weight: 600;
    color: #e9e9e9;
      height: 25px;
    margin-bottom: 10px;
}
.dropdown-member-nav span, .dropdown-account-login span{
    vertical-align: super;
    margin-left: 10px;
}
    
.ct250-outlet{
    background: #c0091f;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 1.1em;
}
.ct250-outlet span{
    font-size:0.8em;
    font-weight: normal;
}

/** サイトリニューアル **/
.renew{
    width: 100%;
    max-width: 1100px;
    padding: 10px;
    margin: 0 auto;
    border: #a1a1a1 1px solid;
}
.renew h5{
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 5px;
}
.renew p{
    font-size: 0.9em;
    line-height: 1.5em;
}


/** TVで放送されます **/
.media-cm{
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 2% 0;
    font-size: 1.2em;
    background: #f9f9f3;
}
.media-cm-img{
    width: 19%;
    display: inline-block;
    vertical-align: top;
    margin-left:2%;
}
.media-cm-con{
    width: 77%;
    margin-left:1%;
    display: inline-block;
    vertical-align: top;
    line-height: 1.6em;
    letter-spacing: 2px;
}
.media-cm-con li:nth-child(1) span{
    font-size: 0.8em;
    background: #000;
    color: #fff;
    padding: 2px 10px;
}
.media-cm-con li:nth-child(2) span{
    font-weight: 600;
}
.media-cm-con li:nth-child(3) span{
    text-decoration: underline;
    margin-right:5px;
}
.media-cm:hover{
    opacity:0.6;
}

/* -----------------------------------------------------------------
   ブログ記事
----------------------------------------------------------------- */

#blog-item {
    text-align: left;
    overflow-x: auto;
    white-space: nowrap;
    padding: 6px;
    background: #fbfbfb;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}
.new-blog:hover{
    opacity: 0.8!important;
}
.new-blog {
    display: inline-block;
    width: 25%;
    margin: 1%;
    vertical-align: top;
    white-space: normal;
}
.new-blog li:nth-child(1) img{
    width: 272px;
    height: 150px;
    object-fit: cover;
}
.new-blog li:nth-child(2){
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    border-bottom: 1px #ccc dotted;
    margin-bottom: 10px;
}
.new-blog li:nth-child(3){
    font-size: 0.8em;
    line-height: 0.9em;
}
.slide-blog{
    position: relative;
    padding: 2% 2% 5%;
    border: 1px #e9e9e9 solid;
    margin: 30px 0 60px;
}
.blog-link{
    position: absolute;
    right: 2%;
    padding-top: 10px;
}
.blog-link a{
    background: #c00;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
}
.blog-title{
    font-size: 2.0em;
    font-weight: 600;
    color: #000;
}
.blog-text{
    font-size: 1.2em;
}

@media screen and (min-width: 969px) {
    #blog-item::-webkit-scrollbar{
        height: 8px;
    }
    #blog-item::-webkit-scrollbar-track{
        background: #fff;
    }
    #blog-item::-webkit-scrollbar-thumb{
        background: #dfdfdf;
    }
}


/* -----------------------------------------------------------------
   新規ログインで1000P
----------------------------------------------------------------- */
.add-control{
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index:6;
}

.new-login-btn {
    color: #fff;
    font-size: 3.0em;
    border-radius: .3em;
    text-align: center;
    display: table;
    cursor: pointer;
}
.new-login-btn:hover {
    cursor: pointer;
}
.new-login-box a:hover{
    opacity: 0.9!important;
}

.action-close {
    position: relative;
    margin-top: 2em;
}
.action-close .new-login-btn {
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 9999;
    cursor: pointer;
}
.action-close .new-login-box {
}

.add-control .checkbox {
    display: none;
}

.add-control .action-close #close:checked ~ .new-login-btn {
    display: none;
    transition: .3s
}
.add-control .action-close #close:checked ~ .new-login-box {
    display: none;
    transition: .3s
}

.effect-fade{
    animation-name: fadein;
    animation-duration: 3s;
}
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatesy(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}

.user-name{
    position: absolute;
    left: 1060px;
    top: 9px;
    line-height: normal;
}
.user-name span{
    font-size: 0.8em;
}

    /** youtube動画 **/
    .item-movie {position: relative; width: 100%; padding-top: 56.25%; margin: 8% 0; }
    .item-movie iframe {position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}
    .moviecontents {position: relative; width: 100%; padding-top: 56.25%; margin: 8% 0; }
    .moviecontents iframe {position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

@media screen and (max-width: 520px) {
 .none-sankon{display:none;}
}

/*======================
お知らせアコーディオンのためのcss(PC)
========================*/
.accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto;
}
.accordion-area li{
    margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #000;
}
.accordion-area .title {
    position: relative;
    cursor: pointer;
    font-weight: 800;
    padding: 0.5% 0;
    font-size: 1.4rem;
    transition: all .5s ease;
    color: #333;
    text-align: center;
}
.accordion-area .title::before,
.accordion-area .title::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 2px;
    background-color: #333;
}
.accordion-area .title::before{
    top:48%;
    left: 25px;
    transform: rotate(0deg);
    
}
.accordion-area .title::after{    
    top:48%;
    left: 25px;
    transform: rotate(90deg);
}
.accordion-area .title.close::before{
  transform: rotate(45deg);
}
.accordion-area .title.close::after{
  transform: rotate(-45deg);
}
.accordion-area .box {
    display: none;
    background: #f3f3f3;
    margin:0 3% 3% 3%;
    padding: 3%;
    font-size: 1.0em;
}
.accordion-area h2{
    text-align: center;
    margin: 30px 0;
    font-size:1rem;
}



/* -----------------------------------------------------------------
   スマホ用レスポンシブCSS
----------------------------------------------------------------- */

@media screen and (max-width: 969px) {
    .content-wrap{padding:30px 0 60px!important;}
    
    body {line-height: 2.4rem; letter-spacing: 0.05;}    
    .header .header-logo-wrap{font-size:2.4em;}
    input[type=text], input[type=number] {font-size: 16px!important; padding: 0.5rem 1rem;!important;}
    .pace .pace-progress, .menu-newitem, .menu-box1, .menu-box2, .search-box {display: none;}
    .none-sp{display: none!important;}
    .page-wrap {padding: 97px 0 0; margin: 0;}
    .menu-box3{display:none;}
    .wish-box{ right: 50px;}
    .header-logo{top:-2px; left: 0px; }
    .breadcrumbs-wrap{ display:none;}
    .item-list-item { width: 31.1%;  margin: 2% 0.7%;}
    .item-list-item img {width: 100%;  min-width: calc(100% / 2 - 5vw);}
    .item-list-item:nth-child(2n) {margin-right: 0;}
    .btn {max-width: 100%; display: inline-block; text-align: center;}
    .main-wrap {padding: 2.5vh 5vw;}
    .category-list {display: none;}
    .pager-inner {width: 100%;}
    .logo-image img { max-width: 60vw; overflow: hidden;}
    .side { display: none;}
    .cp_offcm01{position: absolute!important; top:12%!important;right: 12%!important; left: initial!important;}
    .cp_offcm01 i{font-size:2.4rem;}
    .item-wrap { flex-direction: column;}
    .item-name {font-size: 1.6rem; margin: 10px 0;}
    .item-image-wrap{max-width: none;　width: 100%;　justify-content: space-around;　}
    .item-details-wrap {max-width: 100%; }
    
    .item-image-main {
        width:100%;
        text-align: center;
    }
    .cart-subtotal{
        font-size: 1.4em;
    }
    .makeshop-option-wrap, .details-option-item {
        width: 100%;
    }
    
    .details-option-item input, .makeshop-option-wrap select {
        width: 100%;
    }
    .content-title{
        letter-spacing: 0;
        margin-left: 5px;
        font-size: 1.2em;
    }    
    #reco-item{
        text-align:left;
        overflow-x: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }
    #totop{
        display:none;
    }
    .footer-contents{
        width: 46%;
        margin-bottom: 30px;
    }
    
    .footer {
        font-size:1.0em;
    }
    
    .footer-nav {
        display: none;
    }
    
    .footer-copyrights {
        margin: 1rem 0 0.5rem;
    }
    .menu__item2 a:before{
        right:6px;
        width: 5px;
        height: 5px;
    }
    .submenu2{
        width:90%;
    }
    .menu > li a{
        margin:0;
    }
    .item-image-main .menu__item__link{
        font-weight: 600;
        line-height:1.6em;
        padding: 10px 0;
    }
    .reviewRateStar{
        width: 1.4rem;
        line-height: 0.1rem;
    }
    .content-title:before{
        left:-95px;
    }
    .new-item-price{
        font-size: 1.2em;
        margin:0;
    }
    #reco-item .new-item{
        width: 40%;
    }
    .new-item{
        width: 20%;
    }
    .contents-title{
        line-height: 1.0em;
    }
    video {
        width:100%;
    }
    .slide-check{
        margin-bottom:15px;
    }
    .slide-check .contents-title{
        font-size: 1.0em;
        text-align: left;
        padding: 0 5px 5px;
    }
    .slide-check .content-wrap{
        padding: 0 0 0 5px!important;
    }
    .slide-check .contents-title p{
        display:none;    }
    .contents-title p{
        font-size:0.6em;
    }
    .media-wrap{
        padding: 6px 6px 0 6px;
    }
    .flex-item-media{
        line-height: initial;
        padding: 5px;
    }
    .flex-item-media img, .flex16{
            display: none;
    }
    .wrap{
        overflow: hidden;
    }
    .btn-review-post{
        margin: 15px 15px 0 0;
        padding: 8px 16px;
        line-height: 27px;
    }
      /** THANKO VIDEO **/
    .youtube-top p{
        top: 42%!important;
        left: 27%!important;
        font-size: 1.8em!important;
    }
    .youtube-top-title{
        font-size: 1.2em;
    }
    .youtube-wrap{
        width: 96%;
        margin: 0 auto;
    }
    .youtube-wrap li{
        width:49.2%!important;
    }
    .youtube-wrap iframe{
        height:initial!important;
    }
     .youtuber{
         margin-bottom: 25px;
    }
    .week1{
        line-height: 20px;
        height: 46px;
    padding-top: 2px;
    }
    .add-control{
    bottom: 0!important;
    }
    .tenpodake{
        font-size:1.5em!important;
    }
    .shop-list{
        width: 40%!important;
    }
    .shop-name{
        font-size: 2.2em!important;
    }
    .table01 td{
        font-size:0.5em!important;
    }
    .user-name{
    display:none;
    }
    .detail-search{
        margin: 0 10px 20px;
    }
    .detail-search li:nth-child(1) {
        width: 100%;
    }
    .detail-search li:nth-child(2) {
        width: 100%;
    }
    .detail-search li:nth-child(3) {
        width: 100%;
    }
    .side-search li span {
        margin: 0 5px;
    }
    .renew{
        width: 96%;
    }
    .sale-item{
        width: calc(100% / 2)!important;
    }
    .sale-page-wrap h2{
        font-size:1.6em!important;
        margin-left: 10px;
    }
    .thanko-logo img{
        /*width:80%!important;*/
        margin-left: 5px;
    }
    .header-wrap{
        top: 46px!important;
        padding:2px 0!important;
    }
    .ct250-outlet{
        margin-top: 5px;
        padding: 5px;
    }
    .media-cm-img {
    width: 30%;
    }
    .media-cm-con {
    width: 64%;
    }
    .media-cm{
        margin-bottom: 7%;
    }
    .slide-blog{
        margin: 30px 2% 60px;
        padding: 2% 2% 15%;
    }
    #blog-item{
            padding: 6px 0;
    }
    .blog-title{
            font-size: 1.6em;
    }
    .new-blog{
        width:40%;
    }
    .new-blog li:nth-child(1) img{
        width:initial;
        height: initial;
    }
    .new-blog li:nth-child(2){
        -webkit-line-clamp: 2;
        border-bottom: none;
    }
    .blog-link{
        padding-top: 15px;
    }
    .member-rank-box{
    padding:0 2%;
    }
    .media-cm-con li:nth-child(3){
        font-size:0.8em;
        padding: 0 4px;
        line-height: 1.5em;
    }
    .item-list-wrap{
        width: 96%;
        margin: 0 auto;
    }
    /* クリスマス特集 */
    .xmas-top{margin:-26px 0 0!important;}
    .xmas-cate li{width:47%!important;}
    .xmas-cate li p{font-size:1.0em!important; padding:4% 0!important;}
    .xmas-text{font-size:0.8em!important; line-height: 2.0em;}
    .xmas-cate-box01,.xmas-cate-box02,.xmas-cate-box03,.xmas-cate-box04{margin:0 0 50px!important;}
    .xmas-item-box{width:98%!important;}
    .xmas-item{width:45%!important;}
    .xmas-cate-box01 h2,.xmas-cate-box02 h2,.xmas-cate-box03 h2,.xmas-cate-box04 h2{font-size:1.8em!important;}
    .xmas-special{margin:40px 0!important;}
    .xmas-special h2{font-size: 2.4em!important; padding-top: 40px!important;}
    
    .xmas-set-item li:nth-child(1){text-align: center; font-size: 1.6em!important;}
    .xmas-set-item li:nth-child(1) span{padding:5px 7px!important;}
    .xmas-set-item li:nth-child(2){font-size:1.8em!important; text-align: center; display:block!important;}
    .xmas-set-item li:nth-child(3){margin-top:initial!important;}
    .xmas-set-item li:nth-child(4) {font-size: 1.2em!important;}
    .xmas-set-item li:nth-child(5) {padding:2%!important; margin:2%!important;}
    .xmas-set-item li:nth-child(7) a{display: block!important; padding: 4%!important; text-align: center; margin: 4% 0!important;}
    .xmas-set-item{margin:30px 5% 25%!important;}
    
    .box-inner{width:94%!important; text-align: center;}
    .fuku-page h2{font-size:1.5em!important; padding: 65px 0 10px 0!important;}
    .fuku-item{}
    .fuku-item ul li:nth-child(1) {width: 90%!important; margin: 0 auto; display: initial!important;}
    .fuku-item ul li img{width:70%;!imporant;}
    .fuku-item-text{width:100%!important; margin: 0!important;}
    .fuku-item-text ul li:nth-child(1) {display:none!important;}
    .fuku-item-text ul li:nth-child(2) {margin: 0 0 2%!important; text-align: left; font-size: 1.0em!important;}
    
    /** サンコー株式会社 **/
    .header-box-inc{width: 100%!important;}
    .header-wrap-inc{padding: 5px 0 0!important;}
    .inc-logo h1{top: 16px; bottom:initial!important; font-size: 1.3em!important; margin-left: 5px!important;}
    .inc-logo{margin-left: 3%;}
    .inc-logo img{width: 80%!important;}
    .inc-con{width: 100%!important; text-align: left!important;}
    .inc-con li{margin: 0px 1% 0 3%!important; font-size:1.2em!important;}
    .inner{padding:0 2%;}
    .corp-media{padding: 0 10%;}
    .corp-media .inner {height: 300px!important;}
    .rinen-text {font-size: 1.4em!important; line-height: 1.8em!important; width: 95%!important;}
    .top-message-box1 {width: 100%!important; margin-left: 1%; text-align: center;}
    .top-message-box2{width: 100%!important; }
    .corp h3{font-size: 1.5em!important;}
    .corp-info li:nth-child(2n) { width: 100%!important;}
    .corp-info ul{font-size: 0.8em;}
    .corp-info li:nth-child(2n+1){width: 100%!important; margin-bottom: 0!important;}
    .slideshow-wrap {height: 220px!important;}
    .slideshow .content {width: 200px!important;}
    .circle { width: 175px!important; height: 175px!important;}
    .circle span{width: 175px!important;}
    .business-point{width: 44.5%!important;}
    .business-point-text li {margin-bottom: 4%!important;}
    .business-point-text li:nth-child(2n+1){font-size: 0.7em!important; width: 100%!important;}
    .business-point-text li:nth-child(2n){width: 100%!important;}
    .business-con{display:none;}
    .business-tel {padding: 1% 0; text-align: center!important;}
    .catalog-box{width: 100%!important; display: block!important;}
    .catalog-box div{width: 31.5%; display: inline-block;}
    .shop-info{width: 100%!important;}
    .map{padding-top: 160%!important;}
    .top-message-box1 li:nth-child(2){font-size: 1.1em!important; margin: 1% 0 0!important;}
    .top-message-box1 li:nth-child(3){font-size: 1.8em!important; margin-bottom: 2%; padding-bottom: 1%; border-bottom: #ccc 1px dotted;}
    .ec-text,.kikaku-text,.shop-text{font-weight: normal!important;  font-size: 0.6em!important;}
    
    /** セールページ **/
    .sale-item-wrap{margin-left: 2%; margin-right: 2%; margin-top: 20%!important;}
    .sale-item-column01 {width: 100%!important;}
    .sale-item-column02 {width: 100%!important; margin-left: 0!important;}
    .sale-item-column02 li:nth-child(2) {font-size: 1.0em!important; padding-bottom: 1%;}
    .sale-item-sub {width: 49%; padding: 4%; margin: 0!important;}
    #gizagiza a span{font-size: 1.0em!important;}
    #gizagiza {width: 70px!important; height: 70px!important;}
    #gizagiza a, #gizagiza a:after, #gizagiza a:before, #gizagiza a span {width: 70px!important; height: 70px!important;}    
    .giza {top: -40px!important; left: -35px!important;}
    .sale-item-column02 li:nth-child(3) span {display: block!important;}
    .sale-item-price-ori{width: 100%!important;}
    .sale-item-price{width: 100%!important; position: unset!important; line-height: 1.0em!important; font-size: 4.4em!important; padding-top: 5px;}
    .sale-message{font-size:1.2em!important;}
    
    /*======================
    お知らせアコーディオンのためのcss(SP)
    ========================*/
    .accordion-area{width: 96%;}
    .accordion-area .title {padding: 2% 3% 2% 50px; font-size: 1.3rem;}    
    .accordion-area .box {font-size: 1.1em;}    
    .accordion-area .title::before{left: 15px;}
    .accordion-area .title::after{left: 15px;}
    .use-category-list li{width: 32%!important; padding: 2%; vertical-align: top;}
    
    /*======================
    新生活特集
    ========================*/
    .staff-item-inner{margin: 5% auto 15%!important; width:90%;}
    .staff-item-inner li:nth-child(1) {width:100%!important;}
    .staff-item-inner li:nth-child(2) {width:100%!important;}
    .staff-item-inner ul li ul li:nth-child(1) {width: 60%!important;margin: 0 20%!important;}
    .staff-item-inner ul li ul li:nth-child(2) {width: 90%!important; margin: 1% 5%!important;}
    .staff-item-inner ul li ul li:nth-child(4) {width: 96%!important;}
    .staff-item-inner ul li ul li:nth-child(5) {width: 96%!important; margin: 4% 0 6%!important;}
    .staff-title{font-size: 1.2em!important;}
    .staff-title h3:nth-child(1){letter-spacing: 3px!important;}
    .staff-title h3:nth-child(2) {font-size: 2.2em!important;}
    
    .newlife-kaden li:nth-child(1) {width: 30%!important;}
    .newlife-kaden li:nth-child(2) {width: 68%!important;}
    .newlife-kaden-inner li:nth-child(1){font-size: 1.2em!important; width: 100%!important;}
    .newlife-kaden-inner li:nth-child(2){width: 100%!important;}
    .newlife-kaden-inner li:nth-child(3) {width: 100%!important; font-size: 1.6em!important;}
    .newlife-kaden-inner li:nth-child(4){margin:4% 0!important; width: 100%!important;}
    .newlife-kaden-inner li:nth-child(4) a{padding: 3% 12%!important;}
        
    .block-two p{width: 90%!important; height: 80%!important; display:initial!important; padding: 4%;}
    
    /**エイプリルフール**/
    .april-wrap .news-box{padding:50px 10px 60px!important;}
    .april-wrap .news-box h3{font-size: 1.8em!important;}
    h6{font-size: 4em!important; line-height: 3em!important;}
    .block-six h6{font-size: 3em!important; line-height: 3em!important;}
    .april-wrap .service-box{width: 100%!important;}
    .april-wrap .service-box li{width: 86%!important; margin: 0 7% 8%!important;}
    .april-wrap .slider{width: 100%!important;}
    .april-wrap .slider img{width: 96vw!important;}
    .april-wrap .menu-text{width: 96vw!important;}
    .april-wrap .slick-prev,.april-wrap  .slick-next{top: 18%!important;}
    .april-wrap .slick-dots{margin: 0!important;}
    .april-wrap .slick-dots button{height: 22px!important;}
    .block-five,.block-six{padding: 0 0 50px!important;}
    .block-one,.block-two {height: 100vh!important;}
    .block-two img{width: 80%;}
    .april-wrap .block-three {background: #000;}
    .april-wrap .block-three,.april-container01,.april-movie,.april-movie::after{height: 500px!important;}
    .april-movie video{min-height: 500px!important; min-width:150%!important;}
    .april-container01 h2{left:6%!important; font-size: 2em!important;}
    .news-box,.block-four,.block-five,.block-six{background-size: 40px!important;}
    .bgbox .src1 {background-image : url(//data.thanko.jp/feature/2022april/top-sp.jpg)!important;}
    .bgbox .src2 {background-image : url(//data.thanko.jp/feature/2022april/top-sp02.jpg)!important;}
    .bgbox .src3 {background-image : url(//data.thanko.jp/feature/2022april/top-sp03.jpg)!important;}
    #googlemap{width: 100%!important; height: 350px!important;}
    .map-box{width: 90%!important;}
    .map-box span img{width: 33%!important;}
    .map-comment{width: 25%!important; top: 20%!important;}
    .april-wrap .information{width: 96%!important;}
    .april-wrap .information table th, .april-wrap .block-six table td{padding: 7px!important;}
    #saiyou iframe{width:100%;}
    .info-area-top{width: 96%; margin: 0 auto;}
}




.mb25{margin-bottom:25px;}
.mb10{margin-bottom:10px;}
.mt15{margin-top:15px;}
.fs10{display: block; margin:3px 0 10px;}

.item-price .sale-rate{font-size: 0.7em; font-weight: normal;}
.fixed-price {
    text-align: right;
}

.item-catch {
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.gift-wrap img{
    vertical-align: top;
}
.corp-wrap{
    margin-bottom: 15px;
}
.item-code{
    display:inline-block;
    margin:25px 10px 0 0;
}
.item-code img{
    vertical-align: text-top;
}

.delivery-wrap{
    background: #f7f8f8;
    padding: 5px 15px;
    line-height: 2.0em;
    margin: 10px 0;
    font-size:0.9em;
}

.tenpo-akihabara {
    width: 100%;
    border-radius: 6px;
    padding: 5px 0px;
    vertical-align: top;
    border: 1px solid #d0cfcf;
    margin: 10px auto 0;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.6em;
}



.btn-cart2{
    margin: 15px 0;
    background-color: #000000;
    color: #fff;
    font-size: 1.4em;    
    height: 70px;
    line-height: 70px;
    cursor: not-allowed;
}

.btn-cart3{
    margin: 15px 0;
    background-color: #1f7097;
    color: #fff;
    font-size: 1.4em;    
    height: 70px;
    line-height: 70px;
}
.btn-cart4{
    background-color: #1990be;
    color: #fff;
    font-size: 1.4em;    
    height: 70px;
    line-height: 70px;
}
.btn-cart4 span{
    font-size:0.7em;
}

.item-detail-soldout .btn-cart2{
    margin: 15px 0 -2px!important;
}

.phone-soldout{
    font-size:0.9em;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.media-cm-con{width:100%!important;}

/** スクロールバー **/
.tab_content::-webkit-scrollbar, .submenu::-webkit-scrollbar{
  width: 4px;
}

.tab_content::-webkit-scrollbar-track, .submenu::-webkit-scrollbar-track{
  background: #fff;
}

.tab_content::-webkit-scrollbar-thumb, .submenu::-webkit-scrollbar-thumb{
  background: #dfdfdf;
}



/** 翌日お届けについて **/
.track{background: url(https://data.thanko.jp/product/track.png) left center no-repeat ; background-size: 30px 16px; margin-right: 6px; padding: 7px;}
		.red{color: #D50003; font-size: 1.4rem; font-weight: bold;}
		.send01{background: #E8E8E8; font-size: 1.1em; color: #3E3E3E; padding: 10px; text-align: center; margin: 0 0 10px 0; }
		.send02{color: #c00000; font-weight: 600; }
		.send03{color: #c00000; padding:0 0 0px 20px; font-size: 0.9em; line-height: 1.4em;}
		.send04{font-weight: bold; border-top: #8E8E8E 1px dotted; padding: 20px 0 10px; color: #007BC9; margin-top: 20px;}
		.send05{font-weight: bold; padding: 0 0 10px 0px; color: #5BAAA3; margin-top: 15px;}
		.send06{color: #968f56; margin: 5px 0; background: #f9f8e8; padding: 10px;}
		.send07{color: #968f56; margin: 10px 0 5px; padding: 10px; font-weight: bold;}
		
		
		.area{padding: 6px 0;}
		.area01{background: #007BC9; color: #FFFFFF; padding: 3px 10px; margin: 20px 10px 20px 0; border-radius: 5px;}
		.area02{background: #5BAAA3; color: #FFFFFF; padding: 3px 10px; margin: 20px 10px 20px 0; border-radius: 5px;}
		
		
		.pre{color: #6A6A6A; line-height: 1.8em;}


/** ポイント **/
.item-point{
    text-align:right;
}
/** 商品画像の切り替え **/
.item-image {
	margin-bottom: 2rem; }
.item-image-list {
	margin-bottom: 30px;
	line-height: 0;
	display: flex;
	align-items: center; }
.item-image-list img {
	max-width: 100%; }
.item-image-large {
	position: relative	;
	margin: 0 auto 1rem; 
	padding-bottom: 100%; }
.item-image-large .item-image-list {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translateX(-50%) translateY(-50%); }
.item-image-small {
	display: flex;
	flex-wrap: wrap; }
.item-image-small .item-image-list {
	margin: 0px 4px 3px 0;
    width: 80px;
    height: 80px;}

.lb-nav a.lb-prev,.lb-nav a.lb-next{opacity: 1!important;}



/** アコーディオンメニュー **/
.acd-check{
    display: none;
}
.acd-label{
    background: #f7f8f8;
    color: #656565;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
.acd-label:after{
    background: #f1f1f1;
    box-sizing: border-box;
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-size: 1.5rem;
    display: block;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    border: 1px solid #333;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f106';
}
.acd-check:checked + .acd-label + .acd-content{
    height: 50px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}


/**--------------------
タブ切替え
--------------------**/

/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 15px;
  background-color: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
    width: calc(100%/2);
    height: 80px;
    background-color: #f7f8f8;
    /* line-height: 50px; */
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
}
.tab_item:hover {
  opacity: 0.75;
}

.siyouo-tab p, .review-tab p{
    margin-top: 34px;
    line-height: 0.8em;
}

.item-review{
    letter-spacing: -0.05em;
    margin-top:3px;
}
.reviewRate{
    letter-spacing: -0.2em;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  max-height:700px;
  overflow: scroll;
  border: 1px solid #f4f4f4;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #747474;
  color: #fff;
}

/**--------------------
商品詳細コンテンツ
--------------------**/

.item-desc-wrap{
    display: inline-block;
    width: 800px;
    margin-left: 20px;}

.item-description-wrap {
  font-size: 0.9rem;
  margin: 24px auto 0; }

.item-adddescription-wrap {
  font-size: 0.9rem;
  margin-bottom: 32px; }

.item-info {
  margin-top: 64px;
  padding-top: 32px; }

.item-info-list {
  background: #f0efe9;
  padding: 16px;
  font-size: 0.8rem;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px; }
  .item-info-list dt {
    font-weight: bold;
    width: 40%;
    padding: 4px 0; }
  .item-info-list dd {
    width: 60%;
    padding: 4px 0; }


/**--------------------
仕様
--------------------**/
.new-table{
    text-align:left;
    line-height: 1.8em;
    width: 100%;
}
.new-table a{
    color:#c80000;
}
.new-table th{
    width:26%;
}

table th,table td{
  padding: 4px 2px 4px 6px;
}

table tr:nth-child(odd){
  background-color: #f7f8f8
}

#spec{
    padding:0 5px;
}
.siyou dt{
}

.siyou dd{
}
.siyou dt:nth-child(odd){
  background-color: #f7f8f8
}
.siyou dd:nth-child(odd){
  background-color: #f7f8f8
}
.siyou a{
    text-decoration: underline;
    color: #0e9bc5;
}

/**--------------------
商品詳細コンテンツ
--------------------**/

.item-description-wrap p, .item-adddescription-wrap p{
    font-size:2.0em;
    line-height: 3.0em;
}
.item-description-wrap h2{
    font-size: 3.2em;
    font-weight: 600;
    color: #5a5750;
    line-height: 1.4em;
}

.item-adddescription-wrap h3{
    font-size: 2.6em;
    font-weight: 600;
    border-top: 1px solid #5a5750;
    border-bottom: 1px solid #5a5750;
    padding: 3.0em 0;
    margin: 50px 0 25px;
    text-align: center;
    color: #5a5750;
}

/**--------------------
Slickスライダー追加
--------------------**/
.slick-dots li{
    margin:0!important;
}
    

.slick-dots li button:before{
    font-size:12px!important;
}
.slider-nav .slick-track {
    transform:unset!important;
    width:100%!important;
}

.slider-nav{
}
.slider-nav li{
    width: 10%!important;
}
.slider-nav li img{
    padding:3px;
    height: 66px;
}
.slider-for{
        margin-bottom: 10px;
}
.slider-for img{
    width:90%;
    margin:0 auto;
    overflow: hidden;
}

/* 矢印用スタイル */
.prev-arrow,
.next-arrow {
    position: absolute;
    top: 46%;
    margin: 0;
    padding: 0;
    line-height: 1;
    cursor: pointer;
    font-size: 4.0em;
    background: #dfdfdf;
    color: #fff;
    padding: 10px 2px 14px;
    transform: scale(0.6, 1);
    -webkit-transform: scale(0.6, 1);
    z-index: 10;
}

.prev-arrow {
  left: -10px;
}

.next-arrow {
  right: -10px;
}
/* ここまで */
/* PCだけ表示 */
@media screen and (min-width: 767px) {
    /*.slick-dots{display:none!important;
    }*/
    
          .pc-item-slide{
              display:initial!important;
              margin-bottom:20px;
          }
          .sp-item-slide{
              display:none;
          }
}


/**------------------------------------
メディア
------------------------------------**/
.media-box {
    color: #929090;
    font-size: 0.8em;
    width: 800px;
    margin: 0 auto 20px;
    padding: 10px;
    background: url(https://data.thanko.jp/product/img-product/product-media-bg.gif) #f4f4f4 no-repeat top;
    border-radius: 10px;
    text-align: left;
    max-height: 350px;
    overflow: auto;
}
.media-box .scrollArea {
    width: 96%;
    margin: 0 auto 3%;
}
.media-box img {
    margin-bottom: 0px !important;
}
.media-item {
    color: #176261;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    text-shadow: 1px 1px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.media-contents {
    width: 17.5%;
    padding: 2% 1%;
    margin: 2% 0.8%;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
}
.medhia-text{
    line-height: 1.8em;
}
.media-contents img {
    width: 80%;
    margin: 1% 10% 6% !important;
}
.media-box::-webkit-scrollbar {
    width: 6px;
}
.media-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #f1a008;
}



.moviecontents iframe{
              width:800px;
              height: 450px;
}

/**------------------------------------
お知らせ
------------------------------------**/
.oshirase-box {
    display: inline-block;
    margin: 5px 0 15px 0;
    font-size: 1.2em;
    letter-spacing: 1.5px;
}
.inpo {
    background: #ca0000;
    padding: 5px 20px;
    margin-right: 5px;
    color: #fff;
}

.new-model{background: #f79f00; text-align: center; margin-bottom: 5%; }
.new-model a{color: #fff; font-weight: 600; font-size: 3em; line-height: 2.0em; display: block; padding: 6% 0;}
.new-model span{font-size: 2.0em;}
.new-model .fas{margin-left: 20px;}


.info-area-left{border: 2px solid #e1d552; text-align: center; margin-bottom: 12px; background: #c0b112;}
.info-area-left a{color: #fff; font-weight: 600; font-size: 1.2em; padding: 15px; display: block;}

/**--------------------------------------------------
■■■■■■■　新スマホページ レイアウト用　■■■■■■
--------------------------------------------------**/
.description .submenu{
    max-height: none!important;
}
.description .submenu__item{
    background:none!important;
    color:#5d737e!important;
    padding: 0 1rem!important;
}
.description .menu__item{
    background:none!important;
}
.description .menu__item__link{
    background: #f5f5f5;
    color: #000;
    font-size: 2.0em;
    border-bottom: 2px #000 solid;
    line-height: 3em;
    text-align: center;
}
.description .item-adddescription-wrap h3{
    padding: 1em 0!important;
}

.tenpo-link{
    font-size: 2.0em;
    text-align: center;
}
.tenpo-link a{
    color: #fff;
    background: #000;
    padding: 10px 25px;
    border-radius: 10px;
}


/**　福袋のタイトルやラインナップ用　**/
.gift-title{width: 100%; text-align: center; color: #fff;}
.gift-title h3{
    font-size: 2.0em;
    padding: 35px 0;
    letter-spacing: 5px;
    background: #d3af4b;
    color: #fff;
    }

#gift-scene-box{width: 800px; margin: 0 auto; padding: 50px 0 60px; font-size: 1.7em;}
.gift-scene{
    display: inline-block;
    margin: 0 1% 30px 0;
    padding: 1%;
    width: 31.8%;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    border: 1px solid #ccc;
    vertical-align: top;
	}
.gift-scene img{vertical-align: bottom; width: 100%;}
.gift-scene span{
	margin: 10px 0;
    background: #639bb5;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
	}
.scene-text{margin: 12px 0; }
.scene-text2{
	text-align: left;
    padding: 0 5px;
    font-size: 0.8em;
    line-height: 1.6em;
    letter-spacing: 1px;
    }
.gift-info{font-size:1.4em; margin: 10px;}
.scene-text2 a{color: #000!important;}


/**　商品ページ内の社員のブログ　**/
    .blog-box{}
    .blog-box h4{background: #000000; color: #fff; padding: 2% 4%; font-size: 2.4em; font-weight: 600;}
    .blog-area{color: #000; overflow-x: auto; white-space: nowrap; padding: 2%; background: #fbfbfb; -ms-overflow-style: none;-webkit-overflow-scrolling: touch;}
    .blog-area ul{width: 40%;  margin: 1%;  display: inline-block; vertical-align: top; white-space: normal;}
    .blog-area li img{width: 100%; height: 150px; object-fit: cover;}
    .blog-area li:nth-child(1){}
    .blog-area li:nth-child(2){font-weight: 600; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; font-size: 1.8em;}
    .blog-area li:nth-child(3){display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; font-size: 1.6em;}



          
/**--------------------------------------------------
■■■■■■■　スマホ用レスポンシブCSS　■■■■■■
--------------------------------------------------**/


      @media screen and (max-width: 767px) {
        .item-desc-wrap{
            display: inline-block;
            width: 100%!important;
            margin-left: 0px!important;
          }
        .item-desc-wrap h2, .item-desc-wrap p{
            padding:45px 15px 5px;
            font-size: 1.4em;
          }
        .item-description-wrap p, .item-adddescription-wrap p{
            font-size: 1.6em;
            line-height: 2.0em;
          }
        .item-adddescription-wrap h3{
            font-size:2.0em;
          }
        .item-desc-wrap img{
            height:initial;
          }
        .item-details-wrap{
            padding:0 10px;
            margin-left: 0!important;
          }
        .tenpo-akihabara{
            display:none;
          }
          .tab_content {
              max-height:350px!important;
          }
          .menu__item p{
              position: initial;
              margin-top: 5px;
          }
          .tabs{
              padding-top:15px;
          }
          .item-info{
              margin:0;
          }
          .slider-nav .draggable{
              display:none!important;
          }
          .pc-item-slide{
              display:none;
          }
          .sp-item-slide{
              /*display:initial!important;*/
              margin-top: -26px;
          }
          .moviecontents iframe{
              width:100%;
              height: auto;
          }
          .media-box {
              color: #929090;
              font-size: 0.8em;
              width: 100%;
              margin: 0 auto 20px;
              background-color: #f4f4f4;
              height: auto;
          }
          .scrollArea {
              width: 98%;
              margin: 0 auto;
              padding: 0 0 2%;
              max-height: 200px;
              overflow: auto;
          }
          .scrollArea.deco::-webkit-scrollbar {
              width: 6px;
          }
          .scrollArea.deco::-webkit-scrollbar-thumb {
              border-radius: 10px;
              background: #f1a008;
          }
          .item-code{
              margin-top:4px;
          }
          .slick-dotted.slick-slider{
              margin-bottom:40px!important;
          }
          .phone-soldout{
              font-size: 1.0em;
              margin: 5px 0;
          }
          #gift-scene-box{
              width: 100%!important;
              font-size: 1.5em;
          }
          .gift-scene{
              width:47%!important;
          }
          .gift-scene span{
              padding: 5px 2px!important;
          }
          .group-item-list p{
              padding: 0!important;
          }
          .group-item-list li {
              width: 30%!important;
              margin: 0 1% 2% 1.3%!important;
          }
          .group-item-title {
              text-align: center!important;
          }
          .sp-group{display:initial!important;}
          .pc-group{display:none!important;}
          .new-model a{
              font-size: 2.0em;
          }
          .add-image h3{
              font-size: 1.6em;
              font-weight: 600;
              border-top: 1px solid #5a5750;
              border-bottom: 1px solid #5a5750;
              padding: 2.8em 0;
              margin: 50px 0 25px;
              text-align: center;
              color: #5a5750;
          }
          .item-review-count-sp{
              font-size: 1.1em;
              display: inline-block;
              text-decoration: underline;
          }
          #sp-review-box{
              padding-top:80px;
              margin-top:-80px;
          }
          .item-review-title{
              font-size: 1.6em;
              font-weight: 600;
              color: #000;
              margin-bottom:0!important;
          }
          .btn-review-post-wrap{
              font-size: 0.7em;
          }
          .sp-review a{
              color: #1f7299;
          }
          .prev-arrow,.next-arrow{
              background: #00000038;
              padding: 10px 10px 14px;
          }
          .tenpo-link{
              font-size:1.4em;
              margin-top: 20px;
          }
          .cart-block{
              position: fixed;
              bottom: 0;
              left: 0;
              width: 100%;
              background: #fffffff0;
              border-top: 1px #00000040 solid;
              z-index: 10;
          }
          .cart-block .item-detail-addcart{
              margin: 0 3%;
          }
          .cart-block .btn-cart{
              margin:10px 0 30px;
              height: 40px;
              line-height: 40px;
          }
          .cart-block .btn-cart4{
              height: 40px;
              line-height: 40px;
          }
          .favorite{
              margin:10px 0
          }
          .blog-box h4{font-size: 2.0em!important;}
          .blog-area li img{height: 80px!important;}
          .blog-area li:nth-child(2){font-size: 1.4em!important;}
          .blog-area li:nth-child(3){-webkit-line-clamp: 2!important; font-size: 1.2em!important;}
          
          .flex_nem-box {display: flex; flex-wrap: wrap; justify-content: space-between!important;}
          .flex_nem-item {width: 48%!important; height: 100%; position: relative!important; text-align: left!important; margin: 0 0 20px 0!important; line-height: 1.6; padding: 3%!important;}
              
 
}