@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;
}

.fs30{font-size:30px;}
.fs12em{font-size:1.2em;}
.fs16em{font-size:1.6em;}
.fs20em{font-size:2.0em;}
.fc000{color:#000;}

.anime03s {-webkit-animation-duration: 0.3s; animation-delay: 0.3s;}
.anime05s {-webkit-animation-duration: 0.5s; animation-delay: 0.5s;}
.anime08s {-webkit-animation-duration: 0.8s; animation-delay: 0.8s;}
.anime1s {-webkit-animation-duration: 1s; animation-delay: 1s;}
.anime2s {-webkit-animation-duration: 2s; animation-delay: 2s;}

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;
}

.info-area-top{padding: 0.5% 0; font-size: 1.4rem; color: #333; border: 1px solid #000; text-align:center; margin-bottom: 10px; border-radius: 6px;}

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;
}
.rank-item p:nth-child(3) {color: #000!important; font-weight: 500!important;}
.rank-item p:nth-child(2){font-size: 0.9em!important;; font-weight: 400!important;; text-align: left!important;; -webkit-line-clamp: 2!important;;}
.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: 100px 0 0;　/** 100px 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;
    font-size: 1.4em;
}

.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!important;
    color: #ffffff!important;
    border-bottom: 1px #d6bb5a dashed!important;
    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%;
}
.week-inner{max-width:1000px; margin: 0 auto; position: relative;}
.week1 a{color: #fff;}
.week1 p{
    background: #e58900;
    padding: 4px 8px 3px;
    display: inline-block;
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 2px;
    line-height: 1em;
    margin-left: 15px;
        border-radius: 10px;
}
.houjin{background: initial!important; position: absolute; right: 0; top: 5px;}
.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{
    font-size:1.6em;
    color: #747474;
}
.fa-search{
    font-size:1.2em;
    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;
    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;
    z-index: 7;
}

.tenpo-list{
    padding:1rem 0;
}
.tenpo-list h5{
    font-weight: 600;
    font-size: 0.8em;
    line-height: 1.4em;
}

.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;
}
.tell{font-weight: 600; color: #00737e; font-size: 1.4em; line-height: 1.5em;}
.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%;}

.tenpo-blog i{font-size: 0.7em;}
.tenpo-blog {margin-bottom: 10px; font-size:0.8em;}
.tenpo-blog a{background: #5a5245; color: #fff; padding: 3px 8px; border-radius: 6px;}

/******************************** 商品レビュー */
.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%; caret-color: auto; }
.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: 10px;}

.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{
    overflow-x: initial!important;
    white-space: initial!important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
}

/** チェックしたアイテム **/
#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-top:10px;
    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 img{border-radius: 8px;}
.new-item-box span{
    position: absolute;
    top: -10px;
    left: -4px;
    font-size: 0.8em;
    line-height: 2em;
    padding: 0px 6px;
    color: #fff;
    background: #df0000;
    font-weight: 600;
    border-radius: 5px;
}
.item-all{
    text-align: center;
    margin: 20px 0 10px;
}
.item-all a{
    background: #1c7e95;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 24%);
    color: #fff;
    font-size: 1.6em;
    padding: 20px 46px;
    display: inline-block;
    border-radius: 10px;
}

/** スクロールバー **/
#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 {
    width: 23%;
    padding-bottom: 20px;
}
.new-item p {
    display: block;
}
.new-item a{color:#000;} 
.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.2em; font-weight: 400; text-align: right; 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;
    margin-top: 8px;
    line-height: 1.7em;
    letter-spacing: 2px;
}

.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: 34px;
  background: #fff;
  border: 1px solid #e3e3dc;
  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: 38px;
    height: 38px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%; }

.head-btn-dropdown{ position: absolute; right: 0%; top: 0%; height: 55px; background: #343b5b; padding: 8px 5px;
}
.head-btn-dropdown span {
    background-image: url("https://www.data.thanko.jp/common/img/icon-menu.gif"); }

  .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: 80px;
    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: 10px;
}
    .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 10px; }

  .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;
      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: 32px 32px; }

.dropdown-member-name {text-align: center; color:#fff; line-height: 24px; margin-bottom: 15px;}
.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: 15px;
}
.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: #f6f6f4;
    margin-top:1%;
}
.media-cm-img{
    width: 11%;
    display: inline-block;
    vertical-align: top;
    margin-left:2%;
}
.media-cm-con{
    width: 77%;
    margin-left:3%;
    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;
}



/* -----------------------------------------------------------------
   新規ログインで500P
----------------------------------------------------------------- */
.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 a{color: #3cabab; text-decoration: underline;}
.accordion-area li{
    margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #000;
    border-radius: 6px;
}
.accordion-area .title {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    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: 10px;
    height: 2px;
    background-color: #333;
}
.accordion-area .title::before{
    top:48%;
    right: 25px;
    transform: rotate(0deg);
    
}
.accordion-area .title::after{    
    top:48%;
    right: 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: 768px) {
    a:hover, a:active {opacity: 1.0!important;}
    .week1{background-color: #f99806;}
    .content-wrap{padding:30px 0 10px!important;}
    input[type=text], input[type=number] {font-size: 16px!important; padding: 0.5rem 1rem;!important;}    
    body {line-height: 2.4rem; letter-spacing: 0.05;}    
    .header .header-logo-wrap{font-size:2.4em;}
    .pace .pace-progress, .menu-newitem, .menu-box1, .menu-box2, .search-box {display: none;}
    .none-sp{display: none!important;}
    .page-wrap {padding: 94px 0 0; margin: 0; overflow: hidden;}/** padding: 76px 0 0; **/
    .menu-box3{display:none;}
    .wish-box{ right: 50px;}
    .header-logo{top:-2px; left: 0px; }
    .breadcrumbs-wrap{font-size: 1.0rem;}
    .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:0%!important;right: 16%!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: 10px 5px!important; font-size: 1.2em;}    
    #reco-item{
        text-align:left;
    }
    #totop{
        display:none;
    }
    .footer-contents{
        width: 46%;
        margin-bottom: 30px;
    }
    
    .footer {
        font-size:1.0em;
        padding: 50px 0 0;
    }
    
    .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.1em;
        margin: 0;
        text-align: right;
    }
    .week1 p{font-size: 1.0em; margin-top: 5px; margin-left: initial; background:initial;}
    #reco-item .new-item{
        width: calc(100% / 2); padding: 0 3% 4%;
    }
    #reco-item .feature-con{width: 30%; display: inline-block; padding: 1px;}
    
    .contents-title{
        line-height: 1.0em;
    }
    video {
        width:100%;
    }
    .slide-check{
        margin-bottom:10px; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 3%;
    }
    .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: 30px; 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 - 30px)
    }
    .sale-page-wrap h2{
        font-size:1.6em!important;
        margin-left: 10px;
    }
    .thanko-logo img{/*width:80%!important;*/ margin-left: 5px;}
    .header-wrap{top: 30px!important; padding:2px 0!important; }
    .ct250-outlet{
        margin-top: 5px;
        padding: 5px;
    }
    .media-cm-img {
    width: 30%;
    }
    .media-cm-con {
    width: 63%;
    margin-left: 1%!important;
    }
    .media-cm{
        margin-bottom: 7%;
        margin-top: 4%;
    }
    .slide-blog{
        margin: 30px 2% 60px;
        padding: 2% 2% 15%;
    }
    #blog-item{
            padding: 6px 0;
    }
    .blog-link{
        padding-bottom: 40px;
    }
    .blog-text{font-size: 1.0em;}
    .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;
    }
    .text_limit{margin-bottom: 10px;}
    
    /* クリスマス特集 */
    .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;}
    
    .sale-group-title{font-size: 2.0em!important;}
    
    /*======================
    お知らせアコーディオンのためのcss(SP)
    ========================*/
    .accordion-area{width: 96%;}
    .accordion-area .title {padding: 2% 3% 2%; font-size: 1.15rem;}    
    .accordion-area .box {font-size: 1.1em;}    
    .accordion-area .title::before{right: 15px;}
    .accordion-area .title::after{right: 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 10px; font-size: 1.15rem; padding:1%;}
    .prize{width:100%!important;}
    .prize li:nth-child(3) { width: 80%!important;}
    .coupon-input,.coupon-btn{width:80%!important; padding: 15px!important;}
    /* ネッククーラーSlim LP */
    .neckslim-top{padding-bottom: 0px!important;}
    .nayami-box{padding-top: 50px!important;}
    .appearance-box li{width: 80%!important; margin: 0 auto; display: block!important;}
    .appearance-box h2{font-size: 1.9em!important;}
    .appearance-text{font-size:1.0em!important;}
    .appearance-link a{padding: 3% 2%!important; font-size: 1.4em; margin-top: 15px; font-weight: 600;}
    .attention{font-size: 1.8em!important; padding:0!important;}
    .reason-title{font-size: 1.4em!important; margin-right: 4px;}
    .reason-text{font-size: 1.1em!important; line-height: 1.4em; margin-right: 4px;}
    .video-box h3{font-size: 1.6em!important;}
    
    /* クーポン10％OFF */
    .coupon-item-10off img,.coupon-item-10off p{width: 100%!important;}

    /*　セールページ　*/
    .cate-group{white-space: nowrap;  overflow-x: auto; -ms-overflow-style: none; -webkit-overflow-scrolling: touch;}
    .cate-group-item{width:36%!important;}
    .sale-page-wrap{padding:96px 0 0 !important;}
    
    .ura-thanko{width: 100%;}
    .hashtag{margin:0 0 5px 16px; font-size: 0.9em;}
    .hashtag a{padding: 2px 10px; border-radius: 10px;}

}




.mb25{margin-bottom:25px;}
.mb10{margin-bottom:10px;}
.mt15{margin-top:15px;}

.recommend-wrap{border-bottom: 1px #eee solid; padding: 30px 0 60px;}
.top-contents-wrap{width:100%; max-width:1100px; margin:40px auto 0;}

/** topスライド画像 **/
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{bottom: -25px!important;}
.swiper-pagination-bullet-active{background: #000!important;}
.swiper-container{width:100%; overflow: unset!important;}
.swiper-slide img{border-radius: 15px;}
.swiper-slide-next,.swiper-slide-prev{ opacity: 0.5; }
.swiper-button-prev::before,.swiper-button-next::before {font-size:32px;color:#fff;	font-weight:900;}
.swiper-button-prev::before { content: ""; }
.swiper-button-next::before { content: ""; }
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{color: #ffffffd4; font-size: 5em!important; position: absolute; left: 50px; padding: 50px 20px; background: #00000052;}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{color: #ffffffd4; font-size: 5em!important; position: absolute; right: 50px; padding: 50px 20px; background: #00000052;}

.recommend-list li{border: 1px solid #eeeded;}
.recommend-list p{font-size:0.8em;}

/*----------------------------------------------------------------
   PC用レスポンシブCSS
----------------------------------------------------------------- */
@media screen and (min-width: 969px) {
    .recommend-list li{display: inline-block; width: 48.5%; margin: 0.7% 0.5%; padding: 0.5%;}
    .swiper-slide{width:500px!important;}
    .info-box li{display:inline-block; vertical-align: top;}
    .info-box01{width:60%;}
    .info-box02{width:38%; margin-left: 15px;}
    .matome-pc{display:initial!important;}
    .matome-sp, .menu-search-wrap{display:none;}
    .swiper-wrapper li{border:1px solid #fff;}
}
/* -----------------------------------------------------------------
   SNS
----------------------------------------------------------------- */
.tw-wrap iframe{padding: 3px!important; background: #f7f7f7;}
.sns-box li{display: inline-block; width: 48.5%; vertical-align: top;}
.sns-box h3{font-size: 2.0em; text-align: center; color: #000; margin-bottom: 10px; font-weight: 600;}
.instagram{margin-right:2.4%;}
.short-caption{font-size: 0.7em!important;}
.caption-overlay .caption-details{font-size: 0.7em!important;}
.fa-instagram{color: #d590c6;}
.fa-youtube{color: #ff9b9b;}

.info-area-top{max-width: 1000px; margin: 0 auto 10px!important;}
.info-area-top2{max-width: 1000px; margin: 0 auto 10px!important;}
.info-area-top2 img{border-radius: 8px;}

/** 特集 **/
.feature-box{text-align: center;}
.feature-box img{width:96%;}
.feature-box li{width:24.6%; display:inline-block; margin-bottom:15px;}
.feature-box  a:hover img {position: relative;top: -3px;left: 3px;}
.feature-box span{color: #000; line-height: 2em; font-size: 1.1em;}


.info-area-job {border: 2px solid #e1d552; text-align: center; background: #c0b112; padding: 2%; margin: 2% 2% 6%; font-size: 1.2em;}
.info-area-job a{color:#fff;}

/* about us */
.aboutus{max-width: 1000px; width: 100%; margin: 0 auto 15px;}
.aboutus div{margin-bottom: 1.7%;}
.aboutus img{border-radius: 8px;}
/*.aboutus li:nth-child(1){display: inline-block; width: 76%;}
.aboutus li:nth-child(2){display: inline-block; width: 23%; vertical-align: top;}*/


/* 採用情報 */
.recruit{max-width: 800px; margin: 0 auto; padding-bottom: 20px; font-size: 0.9em; line-height: 2em; text-align: center;}
.recruit h2{box-shadow:0 4px 16px 0 rgb(0 0 0 / 24%);background:#e58900;border: 2px solid #e58900;padding: 50px 0;transition-duration: 0.3s;font-size: 2.4em; color: #fff; font-weight: 600; letter-spacing: 2px;border-radius: 10px;margin-bottom:20px}

.hashtag{max-width: 800px; margin: 0 auto; padding-bottom: 20px; font-size: 0.9em; line-height: 2em; text-align: center;}
.hashtag h2{font-size: 2.4em; color: #000; font-weight: 600; letter-spacing: 2px; padding: 30px;}
.hashtag li{margin-right: 10px; margin-bottom: 15px; display: inline-block;}
.hashtag a{padding: 7px 15px; color: #000!important; background: #efefef; border: #e1e1e1 1px solid; border-radius: 18px;}



/* -----------------------------------------------------------------
   スマホ用レスポンシブCSS
----------------------------------------------------------------- */

@media screen and (max-width: 768px) {
    
    .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next{display:none!important;}
    .recommend-list li{display: inline-block; width: 47%; padding: 1%; margin: 1%; vertical-align: top;}
    .info-box01{width:96%; margin: 0 auto;}
    .info-box02{width: 90%; margin: 0 auto; padding-top: 30px;}
    .contents-bnr3{display:none;}
    .matome-box{ text-align: center!important; color: #000; position: relative; margin-bottom:25px;}
    .matome-box img{width: 100%;}
    .matome-box ul{position: absolute; top:58%; left: 0; width: 100%;}
    .matome-txt1{letter-spacing: 2px; margin-bottom: 10px; font-size: 1.2em;}
    .matome-txt1,.matome-txt2{text-align: center;}
    .matome-txt2, .matome-txt3{font-size: 1.4em;letter-spacing: 2px; width: 90%; margin: 0 auto; line-height: 2.4em; border-radius: 4px;}
    .matome-txt2{background: #1f9abf; display: inline-block; width: 48%;}
    .matome-txt3{background: #d8a021; display: inline-block; width: 48%;}
    .matome-txt2 a, .matome-txt3 a{color: #fff; display: block;}    
    .matome-pc{display:none;}
    .matome-sp{display:initial!important;}
    .sns-box li{width:100%; margin-bottom: 40px;}
    .sns-box{width:96%; margin:0 auto;}
    .recommend-list p{margin-top: 4px;}
    .swiper-box{position: relative!important; width: 100%; height: 100%; padding: 82% 0 0!important;}
    .swiper-innner{position: absolute!important; top: 0; left: 0;}
    .feature-box li{width: 49.2%; margin-bottom: 3%;}
    .feature-box{padding: 2% 1% 2% 2%;}
    #use_cate div {	width: calc(26% - 6px)!important;}
    #use_cate div img{width: 50%!important;}
    #category div {	width: calc(26% - 6px)!important;}
    #category div img{width: 50%!important;}
    
    #reco-item .new-item:nth-child(7), #reco-item .new-item:nth-child(8){display:none;}
    
    /* about us */
    .aboutus{width:96%; margin:0 auto 25px;}
    .aboutus div{margin-bottom: 0!important; display: inline-block; width: 49%; margin-top: 4px;}
    .aboutus li:nth-child(1){width: 100%!important;}
    .aboutus li:nth-child(2){display:none;}
    
    .info-area-top2{width:96%;}
    .hashtag li{margin-right:6px; margin-bottom:12px;}
    
        /* 採用情報 */
    .recruit h2{padding: 30px 0;margin: 0 40px 20px}
}