@charset "utf-8";

/* base style
=====================================================================*/
html, body, div, span, a, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
/*  background: transparent;*/
/*  box-sizing: border-box;*/
}



ul,
ol {
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana,Geneva, sans-serif !important;
  background: #FFF;
  min-width: 1100px;
  font-size: 14px;
  font-weight: 300;
  color: #473933;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0;
  line-height: 1.8;
}

*::selection {
  background: #CFD3DE;
}

.lock {
  overflow: hidden;
  position: relative;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana,Geneva, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  outline: none;
  padding: 12px 11px;
  border-radius: 0px;
  width: 100%;
  background: #FFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  -webkit-appearance: none;
}


input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0px;
/*  padding-top: 0px;*/
  font-size: 14px;
  cursor: pointer;
}

.search-popup-box input[type="text"] {
  border-radius: 6px;
  height: 57px;
  border-width: 2px;
  padding-left: 64px;
  padding-right: 30px;
  background-image: url(https://pajamaya.itembox.design/item/img/common/icon_search02.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  font-size: 18px;
  font-weight: normal;
  width: 79%;
}
.price-txt-wrap input[type="text"] {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: normal;
  width: 25%;
  background-image: none;
}

.search-popup-box .keyword-txt-wrap{
    margin-bottom: 47px;
}
.search-popup-box .price-txt-wrap{
  margin-bottom: 47px;
  font-size: 20px;
}

textarea {
  height: 200px;
}

input::placeholder,
textarea::placeholder {
  color: #473933;
  opacity: 0.7;
  position: relative;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin: 0 0 2px 0px;
  vertical-align: middle;
  cursor: pointer;
}

.input_label {
  display: inline-block;
  margin: 0 11px 0 3px;
}

label {
  cursor: pointer;
}

input::-ms-clear {
  visibility: hidden;
}

button::-moz-focus-inner{
  border :0px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  outline: none;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana,Geneva, sans-serif;
  cursor: pointer;
/*
  -webkit-appearance: none;
  -moz-appearance: none;
*/
  width: 100%;
  background: #FFF;
  padding: 6px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  border-radius: 0px;
  border: 1px solid #D9DDE6;
}

table {
  border-collapse: collapse;
}

.sec {
  padding: 80px 0 80px;
  width: auto;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.wrap.min {
  width: 900px;
}

.wrap::after,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


dl,
dt,
dd {
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
}

.img-wrap {
  display: block;
}

.img-wrap img,
.thumb img {
  display: block;
  margin: auto;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.sp_only {
  display: none;
}

.en-txt {
  font-family: 'Alegreya Sans SC', sans-serif;
}

@media screen and (max-width: 768px) {
  input,
  textarea {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  input,
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  textarea {
    padding: 6px 2%;
    width: 100%;
    line-height: inherit;
  }
  body {
    width: 100%;
    min-width: 100%;
    font-size: 14px;
  }
  body.lock{
    overflow: hidden;
  }
  .sec {
    padding: 20px 0 45px;
  }
  .wrap, .wrap.min {
    width: 100%;
    padding: 0 4%;
  }
  .wrap.sp_p0 {
    padding: 0;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  .sp_only.inline {
    display: inline-block!important;
  }
}

/* float設定 */
.float_l {
  float: left;
}

.float_r {
  float: right;
}

.c-red {
  color: #8a222e;
}

@media screen and (max-width:767px) {
  .float_l,.float_r {
    float: none;
  }
}

/* 見出し設定
=====================================================================*/

/*
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: 0.08em;
  line-height: 1.6;
  position: relative;
}
*/

.crosshead {
  margin: 0 0 50px;
  /* padding: 0 0 9px 28px; */
  padding: 0 0 9px 0px;
  border-bottom: 1px solid #473933;
}

.crosshead.center {
  padding-left: 0;
}

.crosshead03 {
  margin-bottom: 20px;
}

.crosshead04 {
  margin-bottom: 38px;
}

.h-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.h-center {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: inline-block;
  background: #FFF !important;
  z-index: 1;
  position: relative;
  padding: 0 18px;
  margin: 0;
  box-sizing: border-box;
}

.h-wrap::after {
  visibility: visible;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 19px;
  left: 0;
  z-index: 0;
}

.h-wrap + p {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width:767px) {
  .crosshead {
    padding-left: 0px;
    margin-bottom: 25px;
  }
  .crosshead img {
    height: 25px;
  }
  .crosshead.center img {
    height: 40px;
  }
  .crosshead02 {
    text-align: center;
    margin-bottom: 15px;
      font-size: 16px;
  }
  .crosshead04 {
    margin-bottom: 25px;
  }
  .h-center {
    font-size: 22px;
  }
  .h-wrap::after {
    bottom: 17px;
  }
  .h-wrap + p {
    font-size: 15px;
  }
}

/* link, btn
=====================================================================*/

a {
  text-decoration: none;
  color: #473933;
}

a:hover {
  color: #473933;
  text-decoration: none;
}

a:active {
  color: #473933;
}

a:visited {
  color: #473933;
}

button {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Geneva, sans-serif;
  border: none;
  cursor: pointer;
  transition: 0.4s;
  letter-spacing: 0.08em;
  outline: none;
  font-weight: 500;
}

.link {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  position: relative;
  font-size: 15px;
  text-align: center;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  width: 100%;
  max-width: 140px;
  height: 40px;
  padding-top: 5px;
  transition: 0.4s ease;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  box-sizing: border-box;
}

.btn.search {
  max-width: 280px;
  height: 52px;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #FFF !important;
  background: #473933;
  border-color: #473933;
  font-weight: bold;
  line-height: 43px;
}

@media all and (-ms-high-contrast: none){
  .btn {
    padding-top: 12px;
  }

}

@media screen and (min-width:960px) {
  .link:hover {
  }
  .btn:hover {
    color: #FFF;
    background: #473933;
    border-color: #473933;
  }
  .btn.search:hover {
      opacity: 0.6;
  }
}
@media screen and (max-width:767px) {
  .btn {
    font-size: 12px;
    max-width: 200px;
    line-height: 1;
    padding: 12px 0 0;
  }
  .btn.search{
    font-size: 14px;
  }
}

.txt-en{
  font-family: 'Alegreya Sans SC', sans-serif;
}



header img,
footer img,
#top img,
#guide img{
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
  
}


/* header
=====================================================================*/

.sp-navi-wrap, .footer-fixed-menu {
  display: none;
}

#header {
  position: absolute;
  width: 100%;
  z-index: 99;
  background: #FFF;
  border-bottom: 1px solid #473933;
  min-width: 1100px;
  font-weight: 500;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}

#header::after {
  display: block;
  content: "";
  clear: both;
}

.header-information-wrap {
  background: #f8f6f7;
  height: 31px;
  padding-top: 5px;
  box-sizing: border-box;
}

.site-ttl, .header-information {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

.header-contents {
  text-align: center;
  position: relative;
  height: 150px;
}

.header-cashless-bnr {
  position: absolute;
  top: 10px;
  right: 0;
  width: 150px;
  transition: .4s;
}
.header-cashless-bnr:hover {
  opacity: .6;
}
.header-search-wrap {
  position: absolute;
  left: -20px;
  top: 88px;
  display: flex;
}

.header-search {
  padding-top: -2px;
  cursor: pointer;
}

.header-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  display: none;
}

.header-search-popup.active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.search-popup-inner {
  max-width: 820px;
    width: 100%;
    height: 550px;
    margin: auto;
    background: #FFF;
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 6px;
    padding: 72px 80px;
    text-align: left;
    box-sizing: border-box;
}

.search-ttl {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px;
}

.keyword-tag-wrap {
  margin: 20px 0 0;
}

.keyword-tag-wrap li {
  vertical-align: top;
  display: inline-block;
  margin: 0 10px 5px 0;
}

.keyword-tag-wrap a {
  display: block;
  font-size: 15px;
  transition: 0.4s;
  border-radius: 50px;
  padding: 4px 16px;
  background: #ecebe9;
}
.keyword-tag-wrap a:hover{
  background: #b5b0ad;
  opacity: 1 !important;
}

.search-popup-inner .btn-wrap {
  position: absolute;
  top: 119px;
  left: 77%;
  width: 100px;
}
.price-txt-wrap .btn-wrap {
  position: relative;
  top: auto;
  left: auto;
  width: 100px;
  display: inline-block;
  margin-left: 22px;
}

.close-btn {
  position: absolute;
  right: -5px;
  top: -58px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 20;
}

.close-btn::before, .close-btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 23px;
  width: 40px;
  height: 3px;
  background: #FFF;
  transform: rotate(45deg);
}

.close-btn::after {
  transform: rotate(135deg);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.fixed-navi-overlay {
  display: block;
  height: 100%;
  background: rgba(0,0,0,0.4);
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  transition: 0.4s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
}

@media screen and (max-width:767px) {
  .header-information-wrap {
    height: auto;
  }
  .fixed-navi-overlay{
    top: 0;
    z-index: 999;
  }
  .header-cashless-bnr {
    display: none;
  }
}

.fixed-navi-overlay.active {
  opacity: 1;
  visibility: visible;
}

.logo-wrap {
  padding-top: 52px;
}

.header-logo {
  line-height: 0px;
  margin-bottom: 28px;
}

.header-store-name {
  line-height: 0px;
}

.header-logo a {
  display: inline-block;
}

.header-logo img {
  display: block;
  margin: auto;
}

.header-subnavi {
  position: absolute;
  right: 0;
  top: 86px;
  display: flex;
}

.header-subnavi li {
  position: relative;
}

.subnavi-link {
  display: block;
  font-size: 11px;
  height: 43px;
  position: relative;
  width: 80px;
}

.subnavi-link img {
  transition: 0.4s ease;
}

.subnavi-link.giftbox .img-wrap {
  top: -2px;
  position: relative;
}

.subnavi-link p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  word-break: keep-all;
  margin: auto;
  line-height: 1;
  letter-spacing: 0.08em;
}

.subnavi-link.giftbox p {
  left: -8px;
  letter-spacing: -0.02em;
}


.subnavi-link.search {
  cursor: pointer;
}

.subnavi-link.cart p {
  right: -5px;
}

.subnavi-link.contact {
  width: 60px;
  margin-left: 5px;
}


/* gnavi */

.gnavi-main-list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 5px 0 0;
}

.gnavi-main-list > li:first-child > a::before,
.gnavi-main-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  width: 1px;
  height: 17px;
  background: #473933;
}

.gnavi-main-list > li:first-child > a::before {
  right: auto;
  left: 0;
}

.gnavi-main-list li a {
  display: block;
  position: relative;
}

.gnavi-main-link {
  font-size: 13px;
  min-width: 168px;
}

.gnavi-main-link span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  text-decoration: none;
  line-height: 2.5;
  padding-bottom: 6px;
}

.gnavi-main-link span::before {
  content: '';
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #483d38;
  opacity: 0;
  transition: .3s;
}

.gnavi-main-link span::after {
  content: "";
  right: 20px;
  width: 5px;
  height: 5px;
  top: 0;
  border-top: 2px solid #473933;
  border-right: 2px solid #473933;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  opacity: 0;
  transition: .4s;
  -webkit-transition: .4s;
}

.dd-list.-wear .gnavi-main-link span::after {
  right: 10px;
}

.gnavi-main-link.ddnone span::after {
  transform: rotate(45deg);
}

.gnavi-main-link.active span::before {
  opacity: 1;
}

.gnavi-main-link.active span::after {
  opacity: 1;
  top: 6px;
}

.header-dropdown-wrap {
  opacity: 0;
  position: absolute;
  top: 313px;
  left: 0px;
  width: 100%;
  padding: 40px 0 40px;
  background: #FFF;
  visibility: hidden;
  text-align: left;
  display: none;
}

.header-dropdown-wrap.active {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 5px 5px rgba(0,0,0,0.1);
  display: block;
}

.header-dropdown-wrap .btn-close {
  position: absolute;
  right: -55px;
  top: 0px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.header-dropdown-wrap .btn-close span {
  width: 2px;
  height: 25px;
  display: inline-block;
  background: #483d38;
  position: absolute;
  right: 30px;
}

.header-dropdown-wrap .btn-close span:nth-of-type(1){
  transform: rotate(45deg);
}

.header-dropdown-wrap .btn-close span:nth-of-type(2){
  transform: rotate(-45deg);
}

.header-dropdown-wrap {
  opacity: 0;
  position: absolute;
/*  top: 310px;*/
  top: 225px;
  left: 0px;
  width: 100%;
  padding: 24px 0 40px;
  background: #FFF;
  visibility: hidden;
  text-align: left;
  box-sizing: border-box;
}



.dd-menu-wrap {
  letter-spacing: -0.4em;
  text-align: center;
  position: relative;
}

.dd-menu-list {
  width: 260px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1em;
  margin-left: 40px;
  text-align: left;
}

.dd-menu-list:nth-of-type(1){
  margin-left: 0;
}

.dd-menu-list.-theme{
  width: auto;
}

.dd-menu-cat {
  font-size: 14px;
  border-bottom: 1px solid;
  padding: 12px 0 6px 50px;
  margin-bottom: 13px;
  letter-spacing: 0;
  position: relative;
  height: 43px;
  box-sizing: border-box;
}

.dd-menu-cat::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center bottom;
}

.dd-menu-cat.haslink {
  padding: 3px 0 6px 50px;
}

.dd-menu-cat.cat-pajama-ladies::before {background-image: url(https://pajamaya.itembox.design/item/img/common/navi-pj_lds.jpg);}
.dd-menu-cat.cat-pajama-mens::before {background-image: url(https://pajamaya.itembox.design/item/img/common/navi-pj_mens.jpg);}
.dd-menu-cat.cat-pajama-kids::before {background-image: url(https://pajamaya.itembox.design/item/img/common/navi-pj_kids.jpg);}
.dd-menu-cat.cat-goods-wear::before {background-image: url(https://pajamaya.itembox.design/item/img/common/navi-goods_wear.jpg);}
.dd-menu-cat.cat-goods-inner::before {background-image: url(https://pajamaya.itembox.design/item/img/common/navi-goods_inner.jpg);}
.dd-menu-cat.cat-goods-acce::before {background-image: url(https://pajamaya.itembox.design/item/img/common/navi-goods_acce.jpg);}
.dd-menu-cat.cat-gift-event::before {background-image: url(https://pajamaya.itembox.design/item/img/common/navi-gift_season.jpg);}
.dd-menu-cat.cat-gift-anniv::before {background-image: url(https://pajamaya.itembox.design/item/img/common/navi-gift_birth.jpg);}
.dd-menu-cat.cat-gift-celeb::before {background-image: url(https://pajamaya.itembox.design/item/img/common/navi-gift_anniv.jpg);}
.dd-menu-cat.cat-gift-for::before {background-image: url(https://pajamaya.itembox.design/item/img/common/navi-gift_for.jpg);}
.dd-menu-cat.cat-gift-other::before {background-image: url(https://pajamaya.itembox.design/item/img/common/navi-gift_other.jpg);}
.dd-menu-cat.cat-mate-fab::before {background-image: url(https://pajamaya.itembox.design/item/img/common/navi-mate_fiber.jpg);}
.dd-menu-cat.cat-mate-cloth::before {background-image: url(https://pajamaya.itembox.design/item/img/common/navi-mate_cloth.jpg);}
.dd-menu-cat.cat-mate-other::before {background-image: url(https://pajamaya.itembox.design/item/img/common/navi-mate_other.jpg);}

/*　パジャマ　固有　*/
.dd-list.-pajama .bnr-sizechoice{
  position: absolute;
  right: 70px;
  bottom: 7px;
  transition: .3s;
}

.dd-list.-pajama .bnr-sizechoice:hover{
  opacity: 0.7;
  transition: .3s;
}

/* ウェア・小物固有 */
.dd-list.-wear .dd-menu-list{
  width: auto;
  min-width: 260px;
}

.dd-list.-wear .dd-menu-list-inner{
  display: flex;
  display: -webkit-flex;
}

.dd-list.-wear .dd-menu-list-inner ul{
  margin-right: 30px;
}




/*　贈りものから探す　固有　*/
.dd-list.-gift .header-dropdown-wrap.active .wrap{
  background: url(https://pajamaya.itembox.design/item/img/common/gnavi_bg_wrapping.png) no-repeat bottom right #fff;
}

.dd-list.-gift .dd-menu-list {
  width: 150px;
}

.dd-list.-gift .dd-menu-wrap {
  padding-bottom: 80px;
}

.dd-list.-gift .bnr-wraping {
  position: absolute;
  width: 660px;
  right: 0;
  text-align: left;
  bottom: 50px;
}

.dd-list.-gift .bnr-wraping a{
  padding: 80px 0 0;
}

/*　テーマから探す　固有　*/
.dd-list.-theme .dd-menu-list{
  width: auto;
  padding-top: 20px;
}

.dd-list.-theme .theme-list li{
  width: 200px;
  margin: 0 28px 20px 0;
}

.dd-list.-theme .theme-list li:nth-of-type(4n){
  margin: 0 0px 20px 0;
}


.dd-menu-cat.gift {
  padding:14px 0 6px 36px;
  float: none;
  width: auto;
}

.dd-menu-cat.gift::before {
  left: 0;
  top: 10px;
}

.dd-menu-cat.haslink::after {
  content: "";
  right: 20px;
  width: 5px;
  height: 5px;
  top: 18px;
  border-top: 2px solid #473933;
  border-right: 2px solid #473933;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  transition: .4s;
  -webkit-transition: .4s;
}

.dd-menu-cat:hover::after {
  right: 12px;
}

.dd-menu-list a {
  padding: 7px 0 7px 9px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
}

.dd-menu-list a.h-icon-menu {
  padding: 15px 0 16px 65px;
}

.dd-menu-list .dd-menu-cat a {
  display: block;
  font-weight: bold;
/*  padding: 10px 0 6px 50px;*/
  height: 43px;
}

.h-icon-menu::before {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 7px;
  width: 40px;
  height: 43px;
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: center;
  transition: .4s;
}

.h-icon-menu.material::before {
  left: 9px;
  top: 5px;
  background-size: 40px;
}

/* パジャマ */
.h-icon-menu.l-half::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_ladies01.png);}
.h-icon-menu.l-long-thin::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_ladies02.png);}
.h-icon-menu.l-long-midthick::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_ladies03.png);}
.h-icon-menu.l-long-thick::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_ladies04.png);}
.h-icon-menu.l-dress::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_ladies05.png);}
.h-icon-menu.m-half::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_mens01.png);}
.h-icon-menu.m-long-thin::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_mens02.png);}
.h-icon-menu.m-long-midthick::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_mens03.png);}
.h-icon-menu.m-long-thick::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_mens04.png);}
.h-icon-menu.m-sleeper::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_mens05.png);}
.h-icon-menu.k-pajama::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_kids01.png);}

/* ウェア・小物 */
.h-icon-menu.wear-tops::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_wear01.png);}
.h-icon-menu.wear-vest::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_wear02.png);}
.h-icon-menu.wear-jacket::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_wear03.png);}
.h-icon-menu.wear-gown::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_wear04.png);}
.h-icon-menu.wear-pants::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_wear05.png);}
.h-icon-menu.inner-cape::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_inner01.png);}
.h-icon-menu.inner-skirt::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_inner02.png);}
.h-icon-menu.inner-boots::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_inner03.png);}
.h-icon-menu.inner-shirt::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_inner04.png);}
.h-icon-menu.inner-socks::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_inner05.png);}
.h-icon-menu.acce-towel::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_acce_towel.png);}
.h-icon-menu.acce-stole::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_acce_stole.png);}
.h-icon-menu.acce-blanket::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_acce_blanket.png);}
.h-icon-menu.acce-home::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_acce_gloves.png);}
.h-icon-menu.acce-giftbox::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_acce_giftbox.png);}
.h-icon-menu.acce-apron::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_apron.png);}

/* 素材から探す */
.h-icon-menu.fib-cotton::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_mate_fiber01.jpg);}
.h-icon-menu.fib-cot-linen::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_mate_fiber02.jpg);}
.h-icon-menu.fib-orgcotton::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_mate_fiber03.jpg);}
.h-icon-menu.fib-silkknit::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_mate_fiber04.jpg);}
.h-icon-menu.fib-linen::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_mate_fiber05.jpg);}
.h-icon-menu.cloth-gauze::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_mate_cloth01.jpg);}
.h-icon-menu.cloth-knit::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_mate_cloth02.jpg);}
.h-icon-menu.cloth-pile::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_mate_cloth03.jpg);}
.h-icon-menu.cloth-fleece::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_mate_cloth04.jpg);}
.h-icon-menu.cloth-flannel::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_mate_cloth05.jpg);}
.h-icon-menu.other-down::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_mate_other01.jpg);}
.h-icon-menu.izumm-original::before {background-image: url(https://pajamaya.itembox.design/item/img/common/icon_mate_izumm.png);}

.subnavi-search {
  display: none;
}

/* ブランド */
.header-brand-inner {
  width: 860px;
  margin: auto;
  margin-bottom: 10px;
}

.header-brand-inner .header-dropdown-subttl {
  font-size: 14px;
  position: relative;
  margin-bottom: 16px;
}
.header-brand-inner .header-dropdown-subttl.select {
  margin-bottom: 30px;
}

.header-brand-inner .header-dropdown-subttl::before {
  content: "";
  position: absolute;
  width: 242px;
  height: 1px;
  background: #000;
  bottom: -4px;
}
.header-brand-inner .header-dropdown-subttl.original::before {
  width: 130px;
}

.header-brand-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
}

.header-brand-list li {
  text-align: left;
  padding-right: 40px;
  position: relative;
}
.header-brand-list li:after {
  content: "・";
  position: absolute;
  top: 4px;
  right: 15px;
}
.header-brand-list li.end:after {
  content: "";
}

.gnavi-main-list .header-brand-list a {
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  transition: 0.4s;
  font-size: 14px;
  font-weight: normal;
}
.header-brand-list img {
  display: block;
}

.original-brand-wrap {
  padding: 10px 0 10px;
}

.gnavi-main-list .original-brand-con {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 22px 0 32px;
  transition: 0.4s;
  padding-left: 30px;
}

.original-brand-detail {
  padding-left: 30px;
  position: relative;
}

.original-brand-detail .original-brand-detail-ttl {
  margin: 13px 0 6px;
}
.original-brand-detail .original-brand-detail-ttl img{
  vertical-align: top;
}
.original-brand-detail .original-brand-detail-ttl span {
  display: block;
  font-size: 11px;
  font-weight: normal;
}
.original-brand-detail p {
  font-size: 14px;
  font-weight: normal;
}

.original-brand-icon {
  text-align: right;
  width: 50px;
}

.gnavi-main-list .read-more {
  position: absolute;
  bottom: 3px;
  right: 140px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.read-more span {
  transition: 0.4s;
  position: relative;
  right: 0;
  display: inline-block;
  margin-left: 5px;
}

#header.is-active {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  padding-top: 22px;
  transition: top 0.5s;
}

#header.is-active .header-information-wrap,
#header.is-active .header-search-wrap,
#header.is-active .gnavi-main-list > li a::after,
#header.is-active .subnavi-login,
#header.is-active .subnavi-link p,
#header.is-active .header-cashless-bnr {
  display: none;
}

#header.is-active .logo-wrap {
  text-align: left;
  padding-top: 0;
}

#header.is-active .header-logo {
  margin-bottom: 8px;
}

#header.is-active .header-logo img {
  width: 206px;
  margin: 0;
}

#header.is-active .header-subnavi {
  top: -5px;
}

#header.is-active .subnavi-link.search {
  padding-top: 11px;
}

#header.is-active .subnavi-link.contact {
  margin-left: 2px;
}

#header.is-active .header-store-name img {
  width: 114px;
}

#header.is-active .header-contents {
  height: auto;
}

#header.is-active .gnavi-main-link {
  min-width: auto;
  font-size: 13px;
  padding: 38px 8px 0;
  align-items: center;
  display: inline-block;
  position: relative;
  height: 92px;
}

_:-ms-fullscreen, :root #header.is-active .gnavi-main-link {
/*  height: 84px;*/
}

/* スクロール後のヘッダー */

#header.is-active .subnavi-link {
  width: auto;
  padding: 13px 10px 0;
}

#header.is-active .subnavi-search {
  display: block;
}

#header.is-active .gnavi-wrap {
  margin: -72px auto 0;
/*  max-width: 590px;*/
  padding-left: 18px;
}

#header.is-active .header-dropdown-wrap {
  top: 80px;
}

#header.is-active .gnavi-main-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #473933;
  opacity: 0;
  transition: opacity .4s;
}

#header.is-active .gnavi-main-list > li:first-child > a::before {
  top: auto;
  width: 0px;
}

#header.is-active .gnavi-main-link.active::before {
  opacity: 1;
}

#header.is-active .gnavi-main-list > li:first-child > a.active::before {
  width: 100%;
}

#header.is-active .gnavi-main-link span::after,
#header.is-active .gnavi-main-link span::before {
  display: none;
}

@media screen and (min-width:960px) {
  .subnavi-link:hover img,
  .keyword-tag-wrap a:hover{
    opacity: 0.7;
  }
  .gnavi-main-link span:hover::after {
    opacity: 1;
    top: 12px;
    transform: translateY(10px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .gnavi-main-link.ddnone span:hover::after {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gnavi-main-link span:hover::before {
    opacity: 1;
  }
  .gnavi-main-list .dd-menu-list a:hover {
    font-weight: bold;
  }
  #header.is-active .gnavi-main-link:hover::before {
    opacity: 1;
  }
  #header.is-active .gnavi-main-list > li:first-child > a:hover::before {
    width: 100%;
  }
  .original-brand-con:hover {
    opacity: 0.7;
  }
  .original-brand-con:hover .read-more > span {
    right: -7px;
  }
}
@media screen and (max-width:767px) {
  #header {
    position: relative;
    padding: 0;
    width: 100%;
    min-width: 100%;
    height: auto;
    border: none;
    top: 0;
    z-index: 999;
  }
  #header .wrap {
    padding: 0;
  }
  #header.is-active {
    position: relative;
  }
  .header-information-wrap {
    padding: 0 0 8px;
    text-align: center;
    background: none;
  }
  .header-contents {
    height: auto;
  }
  .logo-wrap {
    padding: 0;
  }
  .header-logo {
    margin: 0 0 10px;
  }
  .header-logo img {
    width: 172px;
  }
  .site-ttl {
    background: #f8f6f7;
    font-size: 10px;
    font-weight: normal;
    padding: 4px 0;
    margin: 0 0 6px;
  }
  .header-information {
    font-size: 10px;
    font-weight: normal;
    letter-spacing: -0.02em;
  }
  .header-store-name img {
    width: 84px;
  }
  .header-subnavi, .header-search-wrap {
    display: none;
  }
  .fixed-navi .menu {
    display: block;
    position: relative;
    z-index: 0;
    height: 31px;
    width: 24px;
    margin: 0 auto;
    text-align: center;
  }
  .fixed-navi .menu span,
  .fixed-navi .menu::before,
  .fixed-navi .menu::after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #4A3C36;
  }
  .fixed-navi.icon-menu .menu span,
  .fixed-navi.icon-menu .menu::before,
  .fixed-navi.icon-menu .menu::after {
    background: transparent;
  }
  .fixed-navi.active .menu span,
  .fixed-navi.active .menu::before,
  .fixed-navi.active .menu::after {
    background: #FFF;
  }
  .fixed-navi .menu span {
    opacity: 1;
    transition: opacity 150ms 50ms;
  }
  .fixed-navi .menu::before {
    z-index: 2;
    transform: translate(0, -7px);
    content: "";
  }
  .fixed-navi .menu::after {
    z-index: 2;
    transform: translate(0, 7px);
    content: "";
    visibility: visible;
  }
  .fixed-navi .menu::before,
  .fixed-navi .menu::after {
    transition: transform 200ms;
  }
  .fixed-navi.active .menu span {
    opacity: 0;
    transition: opacity 150ms;
  }
  .fixed-navi.active .menu::after {
    transform: rotate(-45deg);
  }
  .fixed-navi.active .menu::before {
    transform: rotate(45deg);
  }
  .gnavi-wrap {
    display: none;
  }
  .footer-fixed-menu {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: -10px;
    left: 0;
    padding-bottom: env(safe-area-inset-bottom);
    background: #FFF;
    z-index: 1000;
  }
  #FS2_body_Cart .footer-fixed-menu{
    display: none;
  }
  .fixed-navi {
    width: 20%;
    border-right: 2px solid #FFF;
    text-align: center;
  }
  .fixed-navi:last-child {
    border-right: 0;
  }
  .fixed-navi > a {
    color: #5C514B;
    height: 72px;
    font-size: 10px;
    display: block;
    transition: 0.4s;
    background: #efeded;
    position: relative;
    padding: 8px 0 0 0;
    z-index: 1;
    box-sizing: border-box;
    font-weight: 500;
  }
  .fixed-navi.active > a {
    color: #FFF;
    background: #4A3C36;
    top: -8px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
    z-index: 99;
  }
  .fixed-navi > a .icon {
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
  }
  .fixed-navi > a .icon img{
     width: 30px;
  }
  .fixed-navi.search > a .icon img{
     width: 29px;
  }
  .fixed-navi > a .icon.ddplus {
    position: absolute;
    top: -2px;
    left: 0;
    opacity: 1;
    transition: opacity 0.4s;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .fixed-navi.search > a .icon.ddplus{
    top: 3px;
  }
  .fixed-navi.active > a .icon.ddplus {
    opacity: 0;
  }

  .fixed-navi-popup {
    position: fixed;
    top: 0px;
    left: -50px;
    right: 0;
    overflow-y: auto;
    padding-bottom: 20px;
    background: #FFF;
    padding: 15px 15px 30px;
     visibility: hidden;
    opacity: 0;
    height: calc(100% - 50px);
    transition: .2s;
    border-bottom: 20px solid #FfF;
    width: 94%;
    box-shadow: 1px -6px 6px rgba(0,0,0,0.6);
    box-sizing: border-box;
  }
  .fixed-navi-popup::-webkit-scrollbar{ /* スクロールバー本体 */
    width: 10px;
    background: #fff;
  }
  .fixed-navi-popup::-webkit-scrollbar-thumb { /* スクロールバーの動く部分 */
    background: #ddd;
  }
  .fixed-navi-popup::-webkit-scrollbar-track-piece:start{ /* スクロールバーの動く部分の前 */
    background: #fff;
  }
  .fixed-navi-popup::-webkit-scrollbar-corner{ /* スクロールバー角 */
    background: transparent;
  }
  .fixed-navi-popup.active {
    opacity: 1;
     visibility: visible;
    top: 0;
    left: 0;
  }
  .fixed-navi-popup.popup-menu {
    border-top: none;
    font-weight: 500;
  }
  .popup-navi-cat > li {
    margin: 0 0 2px;
  }
  .popup-navi-cat a {
    background: #EFEBED;
    text-align: left;
    display: block;
    position: relative;
    padding: 12px 0 11px 20px;
  }
  .arrow-link {
    position: relative;
  }
  .arrow-link::after,
  .popup-navi-cat a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 18px;
    height: 6px;
    width: 6px;
    border-bottom: 2px solid #473933;
    border-right: 2px solid #473933;
    transform: rotate(-45deg);
  }
  .popup-login-btn {
    color: #FFF !important;
    background: #4A3C36;
    display: block;
    width: 100%;
    height: 62px;
    text-align: left;
    padding: 17px 0 0 67px;
    font-weight: normal;
    border-radius: 4px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .popup-login-btn::before,
  .wrapping-btn::before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 14px;
    width: 34px;
    height: 34px;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
  }
  .popup-login-btn::before {
    background-image: url(https://pajamaya.itembox.design/item/img/common/headericon_login.png);
    background-size: 12px;
  }
  .wrapping-btn::before {
    top: 12px;
    background-image: url(https://pajamaya.itembox.design/item/img/common/headericon_giftbox.png);
    background-size: 24px;
  }
  .popup-login-btn::after {
    border-color: #FFF;
    height: 7px;
    width: 7px;
  }
  .wrapping-btn {
    background: #8290A7;
    color: #FFF !important;
    font-weight: normal;
    display: block;
    border-radius: 4px;
    height: 58px;
    text-align: left;
    padding: 16px 0 0 65px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .wrapping-btn::after {
    border-color: #FFF;
    height: 7px;
    width: 7px;
  }
  .fixed-navi-close {
    position: absolute;
    top: 7px;
    right: 10px;
    background: #fff;
    color: #FFF;
    font-weight: normal;
    font-size: 13px;
    width: 40%;
    height: 45px;
    border-bottom: 1px solid #9D8277;
    padding: 11px 0 0 59px;
    background-color: #4a3c36;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
  }
  .fixed-navi-close::before, .fixed-navi-close::after {
    content: "";
    display: block;
    position: absolute;
    left: 19px;
    top: 22px;
    width: 18px;
    height: 1px;
    background: #FFF;
    transform: rotate(45deg);
  }
  .fixed-navi-close::after {
    transform: rotate(135deg);
  }
  .dd-menu-wrap {
    display: none;
  }
  .dd-menu-wrap.open {
    display: block;
  }
  .popup-navi-cat a.has-ddmenu::before {
    content: "";
    display: block;
    position: absolute;
    top: 21px;
    right: 16px;
    transform: rotate(90deg);
    width: 12px;
    height: 2px;
    background: #473933;
    transition: .4s;
  }
  .popup-navi-cat a.has-ddmenu::after {
    transform: none;
    border: none;
    width: 12px;
    height: 2px;
    background: #473933;
    right: 16px;
    top: 21px;
  }
  .popup-navi-cat a.has-ddmenu.active::before {
    opacity: 0;
    transform: rotate(0deg);
  }
  .dd-menu-list,
  .dd-menu-list:nth-of-type(1) {
    display: block;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .popup-navi-cat .dd-menu-list:nth-of-type(1) {
    padding-top: 7px;
  }
  .dd-menu-list:last-of-type {
    margin-bottom: 20px;
  }
  .popup-navi-cat .dd-menu-cat {
    font-size: 13px;
    padding: 12px 0 11px 33px;
    margin: 0;
    font-weight: normal;
    border-bottom: 1px solid #958C8A;
    height: auto;
  }
  .dd-menu-cat::before {
    background-size: 29px;
    left: 0;
    width: 30px;
    height: 32px;
    top: 7px;
    background-position: center;
  }
  .popup-navi-cat .dd-menu-cat::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 8px;
    height: 5px;
    width: 5px;
    border-bottom: 2px solid #473933;
    border-right: 2px solid #473933;
    transform: rotate(45deg);
  }
  .dd-menu-cat.active::after {
    top: 20px;
    transform: rotate(-135deg);
  }
  .popup-navi-cat .dd-menu-list ul {
    margin: 7px auto 12px;
    display: none;
  }
  .popup-navi-cat .dd-menu-list .cat-goods-wear + ul,
  .popup-navi-cat .dd-menu-list .cat-goods-acce + ul
  {
    display: block;
  }
  .popup-navi-cat .dd-menu-list .navi-sozai-list{
    display: block;
  }
  .popup-navi-cat .dd-menu-list li {
    border-bottom: 1px solid #958C8A;
  }
  .popup-navi-cat .dd-menu-list ul.navi-sozai-list2 li {
    border-bottom: 1px dashed #958C8A;
  }
  .dd-menu-list a {
    padding: 8px 0 8px 8px;
/*    font-size: 12px;*/
    background: transparent;
  }
  .dd-menu-list a.h-icon-menu {
    padding: 9px 0 9px 33px;
  }
  .dd-menu-list a::after,
  .popup-navi-cat a.h-icon-menu::after {
    height: 5px;
    width: 5px;
    border-width: 1px;
    right: 10px;
  }
  .h-icon-menu::before {
    width: 22px;
    background-size: 20px;
    height: 26px;
    top: 6px;
    left: 4px;
  }
  
  /*サイズ選びガイド*/
  .dd-menu-page.-sizechoose a {
    font-size: 13px;
    text-align: right;
    margin-top: 13px;
  }
  
  .dd-menu-page.-sizechoose a:after{
    content: none;
  }
  
  .dd-menu-page.-sizechoose a:before {
    content: "";
    position: absolute;
    right: 108px;
    bottom: 6px;
    background: url(https://pajamaya.itembox.design/item/img/common/icon_sizechoose.png) no-repeat;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 29px;
  }
  
  
  .navi-brand-list,
  .navi-theme-list {
    margin: 7px auto 0;
    width: calc(100% - 20px);
  }
  .navi-brand-list li,
  .navi-theme-list li{
    border-bottom: 1px solid #958C8A;
  }
  .navi-brand-list a,
  .navi-theme-list a{
    background: none;
    letter-spacing: 0.04em;
    font-size: 12px;
    padding: 10px 0 10px 7px;
    font-weight: normal;
  }
  .navi-brand-list a::after,
  .navi-theme-list a::after{
    right: 10px;
    width: 5px;
    height: 5px;
    border-width: 1px;
  }
  .navi-theme-list li:last-of-type{
    margin-bottom: 20px;
  }
  
  .fixed-navi-guide{
    text-align: left;
    margin-top: 20px;
  }
  .fixed-navi-guide-title{
    font-size: 100%;
    font-weight: bold;
  }
  .navi-guide-list{
    margin: 7px auto 0;
    width: calc(100% - 20px);
  }
  .navi-guide-list li {
    border-bottom: 1px solid #958C8A;
  }
  .navi-guide-list a {
    text-align: left;
    display: block;
    position: relative;
    background: none;
    letter-spacing: 0.04em;
    font-size: 12px;
    padding: 10px 0 10px 7px;
    font-weight: normal;
  }
  .navi-guide-list a:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    border-bottom: 2px solid #473933;
    border-right: 2px solid #473933;
    transform: rotate(-45deg);
    right: 10px;
    width: 5px;
    height: 5px;
    border-width: 1px;
  }
  .fixed-navi-sns-title{
    margin-top: 20px;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0;
  }
  .fixed-navi-sns{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .fixed-navi-sns li{
    width: 16%;
    padding: 10px;
  }
  
  .keyword-tag-wrap {
    text-align: left;
    margin: 0 0 42px;
  }
  .keyword-tag-wrap ul {
    letter-spacing: -0.4em;
  }
  .keyword-tag-wrap a {
    text-decoration: none;
    font-size: 14px;
    border-radius: 40px;
    padding: 5px 15px 5px;
    font-weight: 500;
  }
  .keyword-tag-wrap li {
    letter-spacing: 0;
  }
  .keyword-tag-wrap li {
    margin: 0 7px 10px 0;
  }
  .search-ttl {
    font-size: 15px;
    margin: 0 0 10px 10px;
  }
  .search-popup-box input[type="text"] {
    border-color: #4A3C36;
    height: 46px;
    border-radius: 3px;
    background: no-repeat;
    padding-left: 15px;
    padding-right: 72px;
    border-width: 1px;
    width: 90%;
  }
  .price-txt-wrap-sp {
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .price-txt-wrap-sp input[type="text"] {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: normal;
    width: 28%;
    background-image: none;
  }
  .price-txt-wrap-sp .btn-wrap {
    width: 20%;
    display: inline-block;
    margin-left: 5px;
  }
  .price-txt-wrap-sp .btn.search {
    padding: 0;
    
  }
  .search-btn-wrap {
    position: relative;
    margin-bottom: 25px;
  }
  .search-btn {
    float: right;
    top: 0;
    position: absolute;
    right: 4%;
    height: 46px;
    background: #4A3C36;
    border-radius: 0px 4px 4px 0px;
    width: 59px;
  }
  .search-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
    height: 19px;
    background: url(https://pajamaya.itembox.design/item/img/common/icon_search_wt.png) no-repeat center;
    background-size: 19px;
    left: 0;
    margin: auto;
    bottom: 0;
  }
  .popup-guide-inner {
    background: #F8F6F7;
    text-align: center;
    padding: 15px 10px 10px;
  }
  .popup-guide-inner .telnum img {
    width: 205px;
  }
  .popup-guide-inner p {
    letter-spacing: 0;
  }
  .popup-guide-inner > p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .telnum + p {
    font-size: 11px;
    letter-spacing: 0.06em;
    margin: 6px 0 18px;
  }
  .popup-guide-inner .btn-wrap + p {
    font-size: 10px;
  }
  .guide-btn-wrap {
    display: flex;
    justify-content: space-between;
    margin: 5px 0 20px;
  }
  .guide-btn {
    display: block;
    text-align: left;
    background: #8290A7;
    color: #FFF;
    font-weight: normal;
    font-size: 13px;
    width: 48.5%;
    border-radius: 5px;
    line-height: 1.6;
    height: 75px;
    padding: 17px 10px 10px 18px;
  }
  .guide-link {
    padding-bottom: 3px;
  }
  .guide-link li {
    border-top: 1px solid;
    text-align: left;
  }
  .guide-link a {
    display: flex;
    align-items: center;
    padding: 14px 0;
  }
  .guide-link .icon {
    width: 50px;
    padding: 0 13px;
  }
  .form-btn {
    background: #FAFAFA;
    border: 1px solid #4A3C36;
    position: relative;
    display: block;
    font-size: 12px;
    height: 37px;
    width: 240px;
    margin: 0 auto 10px;
    padding-top: 7px;
    letter-spacing: 0;
  }
  .form-btn::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(https://pajamaya.itembox.design/item/img/common/icon_mail.png) no-repeat center;
    background-size: 16px;
    position: relative;
    top: 3px;
    margin-right: 4px;
  }
}

/* footer
=====================================================================*/

#footer {
  position: relative;
  background: #f6f3f1;
  padding: 50px 0 27px;
  font-weight: 500;
  letter-spacing: 0.03em;
  box-sizing: border-box;
  color: #473933 !important;
}

/* ページTOP */
#pagetop {
  width: 48px;
  height: 48px;
  position: fixed;
  border-radius: 50px;
  z-index: 999;
  right: 40px;
  background-color: #bba99c;
  transition: .4s;
  bottom: -60px;
}

#pagetop.is-active {
  bottom: 40px;
}

#pagetop::before {
  width: 10px;
  height: 10px;
  border-top:3px solid #fff;
  border-right:3px solid #fff;
  content:"";
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  transform: rotate(-45deg);
}

@media screen and (min-width:960px) {
  #pagetop:hover {
    opacity:0.8;
  }
}
@media screen and (max-width:767px) {
  #pagetop {
    width: 32px;
    height: 32px;
    bottom: -60px;
    right: 30px;
  }
  #pagetop.is-active {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
  #pagetop::before {
    width: 6px;
    height: 6px;
  }
}

.footer-guide {
  position: relative;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 18px 0px 8px 30px;
}

.guide-ttl {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-bottom: 14px;
}

.guide-ttl::before {
  content: "";
  display: inline-block;
  background: url(https://pajamaya.itembox.design/item/img/common/icon_shoppingbag.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.btn-guide {
  display: inline-block;
  position: relative;
  margin-left: 33px;
  bottom: 3px;
  transition: 0.4s ease;
}

.btn-guide a {
  display: block;
  font-size: 11px;
  font-weight: normal;
  padding: 5px 10px 4px 7px;
  border: 1px solid #473933;
  border-right: none;
  position: relative;
  line-height: 1;
  transition: color 0.4s;
}

.btn-guide a::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: -7px;
  height: 13px;
  width: 12px;
  border-bottom: 1px solid #473933;
  border-right: 1px solid #473933;
  transform: rotate(-45deg) skew(-11deg, -8deg);
}

.guide-contents-wrap {
  padding: 0 0 0 15px;
}

.guide-left {
  width: 495px;
}

.guide-right {
  width: 360px;
}

.guide-inner-ttl {
  font-size: 14px;
  font-weight: bold;
}

.guide-btn-more {
  font-size: 11px;
  font-weight: normal;
  position: relative;
  bottom: 1px;
}

.guide-btn-more span {
  position: relative;
  right: 0;
  top: -1px;
  transition: right 0.4s ease;
}

.guide-btn-more a {
  transition: 0.4s ease;
}

.guide-contents {
  margin-bottom: 15px;
}

.guide-contents p {
  font-size: 12px;
  padding-left: 19px;
}

.footer-calendar {
  width: 425px;
  height: 274px;
  background: #FFF;
  border-radius: 10px;
  margin-top: 28px;
  padding-top: 20px;
}

.footer-calendar iframe {
  width: 425px;
  height: 274px;
}

.footer-info-contents {
  position: relative;
  padding-top: 38px;
  width: 430px;
  float: right;
}

.footer-sns {
  /*position: absolute;
  right: 0;
  top: 45px;*/
  display: flex;
}

.footer-sns li {
  margin-right: 13px;
}

.footer-sns li:last-child {
  margin-right: 0px;
}

.footer-sns a {
  display: block;
  transition: 0.4s ease;
}

.footer-sns img {
  display: block;
}

.footer-site-logo {
  display: block;
  /*width: 230px;
  margin-bottom: 6px;*/
  margin-bottom: 18px;
}

.footer-site-logo img {
  display: block;
}

.footer-site-name {
  width: 127px;
  line-height: 1.3;
  margin-bottom: 7px;
}

.footer-info-box {
  border-bottom: 1px solid;
  /*padding: 9px 0 10px 18px;*/
  padding: 9px 9px 10px 18px;
}

.footer-info-box:last-of-type {
  border-bottom: none;
  padding-top: 13px;
}

.footer-company-name {
  margin: 0;
}

.footer-company-address {
  font-size: 12px;
}

.footer-tel {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  padding-top: 3px;
}

.footer-tel-num {
  margin-bottom: 5px;
}

.footer-tel-num img {
  display: block;
}

.footer-mail {
  display: inline-block;
  vertical-align: top;
}

.footer-tel p,
.footer-mail p {
  font-size: 12px;
  line-height: 1.6;
}

.footer-mail-link {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 4px;
  display: block;
  transition: 0.4s ease;
}

.footer-mail-link::before {
  content: "";
  display: inline-block;
  background: url(https://pajamaya.itembox.design/item/img/common/icon_mail.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.footer-information {
  margin: 0 0 30px;
  width: 100%;
}

.footer-navi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.footer-navi li {
  position: relative;
}

.footer-navi li:first-child::before, .footer-navi li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
  width: 1px;
  height: 16px;
  background: #473933;
}

.footer-navi li:last-child::after {
  display: none;
}

.footer-navi a {
  font-size: 11px;
  display: block;
  padding: 0 22px;
  transition: 0.4s;
}

#copyright {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.logo {
  width: 160px;
  display: block;
  margin: auto;
}

.logo img {
  display: block;
}


/* TOPのみ */
.gallery-slider-wrap {
  margin: 20px auto 30px;
}

.gallery-slider {
  width: 1000px;
  margin: auto;
  position: relative;
}

.gallery-slider li {
  margin: 0 3px;
}

.gallery-slider::after {
  content: "";
  display: block;
  clear: both;
}
/* TOPのみ 終わり */

@media screen and (min-width:960px) {
  .btn-guide:hover {
  }
  .btn-guide a:hover {
    background: #473933;
    color: #FFF;
    text-decoration: none;
  }
  .btn-guide a:hover::after {
    background: #473933;
  }
  .guide-btn-more a:hover {
    color: #8a222e;
    text-decoration: none;
  }
  .guide-btn-more a:hover span {
    right: -5px;
  }
  .footer-navi a:hover {
    color: #8a222e;
  }
  .footer-sns a:hover,.footer-mail-link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width:767px) {
  #footer {
    margin-top: 0;
    padding: 40px 0 63px;
    color: #473933;
  }
  .footer-navi {
    flex-wrap: wrap;
    margin: 0;
    padding: 12px 0 20px;
  }
  .footer-guide {
    width: 96%;
    padding: 0 15px;
    border-bottom: none;
  }
  .guide-ttl {
    margin-bottom: 5px;
    text-align: center;
    padding: 15px 0 8px;
    font-size: 15px;
  }
  .guide-ttl::before {
    display: none;
  }
  .footer-guide-navi {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-guide-navi li {
    width: 48.5%;
    text-align: center;
    margin: 0 1.5% 5px 0;
  }
  .footer-guide-navi li:nth-child(2n) {
    margin-right: 0;
  }
  .footer-navi li:first-child::before, .footer-navi li::after {
    top: 7px;
    height: 15px;
  }
  .footer-guide-navi a {
    display: block;
    padding: 11px 6px 12px;
    font-size: 12px;
    background: #EFEBED;
    position: relative;
    letter-spacing: -0.02em;
    text-align: left;
  }
  .footer-guide-navi a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 7px;
    height: 4px;
    width: 4px;
    border-bottom: 2px solid #473933;
    border-right: 2px solid #473933;
    transform: rotate(-45deg);
  }
  .footer-guide-navi span {
    font-weight: normal;
    margin-left: 5px;
  }
  .footer-navi a {
    padding: 4px 15px;
  }
  #copyright {
    padding: 6px 0;
    background: #473933;
    color: #FFF;
  }
  .gallery-slider {
    width: 100%;
    padding: 0 20px;
  }
  .gallery-slider li {
    margin: 0 3px 0;
  }
  .footer-calendar {
    width: 100%;
    overflow: scroll;
    border-radius: 0px;
  }
  .footer-calendar iframe {
    width: 100%;
  }
}
@media screen and (max-width:340px) {
  .cal_wrapper_outer {
    justify-content: end;
  }
}


/* パンくず
=====================================================================*/
#breadcrumb {
  font-size: 12px;
  padding: 10px 0;
}

#breadcrumb a {
  text-decoration: underline;
  font-size: 12px;
}

@media screen and (min-width:960px) {
  #breadcrumb a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width:767px) {
}

/* TOP
=====================================================================*/
#top{
  box-sizing: border-box;
}

.sec-top_attention{
  text-align: center;
    margin: 0 auto;
}

.sec-top_attention .wrap{
  width: 900px;
  border: 1px solid #918885;
  padding: 40px;
}

.sec-top_attention .wrap .sec-top_attention-ttl{
  font-size: 24px;
  position: relative;
  margin-bottom: 28px;
}

.sec-top_attention .wrap .sec-top_attention-txt{
  position: relative;
  padding: 4px 0;
}

.sec-top_attention .wrap .sec-top_attention-txt:before{
  content: "";
  background-image: linear-gradient(to right, #918885, #918885 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: left top;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sec-top_attention .wrap .sec-top_attention-txt:last-of-type:before{
  content: "";
  background-image: linear-gradient(to right, #918885, #918885 3px, transparent 3px, transparent 8px),
                    linear-gradient(to right, #918885, #918885 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px, 8px 1px;
  background-repeat: repeat-x, repeat-x;
  background-position: left top, left bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
}

@media screen and (max-width:767px) {
  .sec-top_attention{
    width: 96%;
    margin: 0 auto;
  }
  
  .sec-top_attention .wrap{
    width: 100%;
    margin: 30px auto 0; /* 20200336  */
    font-size: 11px;
    padding: 20px;
  }
  
  .sec-top_attention .wrap .sec-top_attention-ttl{
    font-size: 14px;
    font-weight: 500;
    position: relative;
    margin-bottom: 16px;
  }
  .sec-top_attention .wrap .sec-top_attention-ttl:before{
    width: 22px;
    left: 11px;
    top: 10px;
  }
  .sec-top_attention .wrap .sec-top_attention-ttl:after{
    width: 22px;
    right: 11px;
    top: 10px;
  }
    

}

@media only screen
    and (min-device-width:320px) 
    and (max-device-width:568px) {
      .sec-top_attention .wrap .sec-top_attention-ttl{
        font-size: 13px;
      }
}

.top-slider-wrap {
  padding-top: 251px;
}

.top-slider-wrap .top-main-slider{
  display: none;
}
.top-slider-wrap .top-main-slider.slick-initialized{
  display: block;
}

.top-intro {
  padding: 0 140px;
  box-sizing: border-box;
}

.top-intro p {
  position: relative;
  padding-left: 25px;
}

.top-intro p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 86px;
  background: #473933;
}

.top-intro-btn {
  margin-top: 20px;
  text-align: right;
}

.top-intro-navi{
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.top-intro-list {
    width: 100%;
}

.top-intro-list li {
  display: inline-block;
  margin: 0;
  width: 30%;
}
.top-intro-list li:nth-of-type(even){
  margin: 0 45px;
}
.top-intro-list li img{
  width: 100%;
}



.theme-list {
  letter-spacing: -0.4em;
  margin-top: 7px;
}

.theme-list li {
  width: 310px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.09em;
  margin: 0 35px 60px 0;
}

.theme-list li:nth-child(3n) {
  margin-right: 0;
}

.theme-list a {
  display: block;
}

.theme-list a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.theme-list a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #928689;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .6s;
}
.theme-list a:hover::after {
  transform: scale(1, 1);
}

.theme-list .thumb {
  margin: 0 0 12px;
  overflow: hidden;
  border-radius: 10px;
}

.theme-list p {
  font-size: 14px;
  text-align: center;
}

.theme-list img {
  transition: 0.4s ease;
}

.item-list {
  letter-spacing: -0.4em;
}

.item-list > li {
  text-align: center;
  width: 185px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.01em;
  margin: 0 18px 0px 0;
  font-size: 12px;
  position: relative;
}

.item-list .slick-slide {
  text-align: center;
  width: 180px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.01em;
  margin: 0 25px 0px 0;
  font-size: 12px;
}

.item-list.ranking li {
  padding-top: 45px;
}

.item-list.ranking li::before {
  content: "1";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid #000;
  line-height: 1;
  padding-top: 7px;
  box-sizing: border-box;
  text-align: center;
  font-family: "メイリオ", "Meiryo", "verdana", sans-serif;
}

.item-list.ranking li:nth-child(2)::before {content: "2";}
.item-list.ranking li:nth-child(3)::before {content: "3";}
.item-list.ranking li:nth-child(4)::before {content: "4";}
.item-list.ranking li:nth-child(5)::before {content: "5";}

.item-list.ranking li:nth-child(5n) {
  margin-right: 0;
}

.item-list a {
  display: block;
}

.item-list .thumb {
  margin: 0 0 18px;
}

.item-list img {
  transition: 0.4s ease;
}

.item-price {
  margin-top: 16px;
}

.item-detail {
  line-height: 1.5;
}

.tab-wrap {
  position: relative;
}

.tab-wrap #tab01{
  margin-bottom: 40px;
}

.tab-navi {
  letter-spacing: -0.4em;
  position: absolute;
  top: -79px;
  left: 326px;
}

.tab-navi li {
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 0.01em;
  margin: 0 18px 0;
  font-size: 12px;
}

.tab-navi a {
  display: block;
  font-size: 14px;
  position: relative;
  font-weight: bold;
  color: #918885;
  text-align: center;
  min-width: 80px;
  transition: 0.4s ease;
  line-height: 1;
  height: 28px;
}

.tab-navi a.current {
  font-size: 17px;
  color: #473933;
}

.tab-navi a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #dad7d6;
  transition: color 0.4s ease;
}

.tab-navi a.current::after {
  background: #473933;
}

.item-list.ranking .img-wrap {
  width: 180px;
  height: 180px;
  position: relative;
  overflow: hidden;
  margin-bottom: 21px;
}

.thumb-off {
  width: 180px;
  height: 180px;
  transition: 0.4s ease;
}

.thumb-off img,
.thumb-on img {
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.thumb-on {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s ease;
}


/* TOP NEWS & TOPICS
=================================*/

.sec-top-topics {
  background: #f6f3f1;
  padding: 25px 0 74px;
}

.topics-wrap {
  letter-spacing: -0.4em;
}

.topics-box {
  width: calc(25% - 24px);
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.09em;
  margin: 0 32px 0px 0;
  border-bottom: 1px solid;
  position: relative;
}

.topics-box:nth-child(4n) {
  margin-right: 0;
}

.topics-box a {
  display: block;
  min-height: 305px;
}

.topics-cat-ttl {
  font-weight: bold;
  font-size: 11px;
  padding: 0 0 1px 0px;
}

.topics-box .thumb {
  margin: 0 0 19px;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
}

.topics-box .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: 0.4s ease;
}

.topics-article-ttl{
    margin-bottom: 6px;
    
}
.topics-article-txt {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 12px !important;
  padding: 0 0 16px 0px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.topics-date {
  text-align: right;
  font-size: 11px;
  line-height: 1;
  position: absolute;
  right: 0;
  font-weight: normal;
  bottom: 8px;
}


/* TOP すべての商品
=================================*/
.top-all-items {
  padding: 0 15px;
}

.top-all-items .dd-menu-list {
  margin: 0 35px 45px 0;
  width: 160px;
}

.top-all-items .dd-menu-list:nth-child(5n) {
  margin-right: 0;
}

.top-all-items .dd-menu-cat {
  padding: 0 0 6px 10px;
  height: auto;
  margin-bottom: 22px;
}

.top-all-items .dd-menu-cat::before {
  display: none;
}

.top-all-items a {
  display: flex;
  align-items: center;
  min-height: 52px;
  line-height: 1.5;
}

.top-all-items a.h-icon-menu {
  padding: 6px 0 6px 50px;
  box-sizing: border-box;
}

.top-all-items a.h-icon-menu::before {
  background-size: 30px;
  top: calc(50% - 22px);
  left: 3px;
}

@media screen and (max-width:767px) {
  .top-all-items .dd-menu-list {
    margin: 0 0 30px;
    width: 100%;
  }
  .top-all-items .dd-menu-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .top-all-items .dd-menu-list ul li {
    width: 50%;
  }
  .top-all-items a.h-icon-menu {
    padding: 4px 0 4px 40px;
    min-height: 48px;
  }
  .top-all-items a.h-icon-menu::before {
    background-size: 25px;
    top: 8px;
    left: 6px;
  }
}

/* TOP あんしんギフト
=================================*/
.sec-top-gift {
  padding: 5px 0 0;
}

.sec-top-gift .wrap {
  border-bottom: 1px solid;
}

.gift-three-promise {
  text-align: center;
}

.sec-top-gift .logo {
  width: 175px;
}

.three-promise-ttl {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin: 8px 0 0;
}

.three-promise-ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #473933;
}

.three-promise-ttl span {
  display: inline-block;
  background: #f6f3f1;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.three-promise-ttl.top {
  font-size: 20px;
}

.three-promise-ttl.top span {
  background: #FFF;
  padding: 0 20px;
}

.three-promise {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 4px 0 30px;
}

.three-promise-list {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
  margin: 0 auto;
}

.three-promise-list.top {
  padding-bottom: 41px;
}

.three-promise-list p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .three-promise-list p{
    width: calc(100% - 38px - 15px);
  }

}

.three-promise-list.top p {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.three-promise-list li {
  padding: 20px 0 0;
  margin: 0 20px;
  width: 33.3%;
}

.three-promise-list.top li {
  width: 186px;
  height: 186px;
  background: rgba(246,243,241,0.8);
  border-radius: 100%;
  margin: 0 48px;
  padding: 30px 0 0;
}

.three-promise-list .img-wrap {
  margin-bottom: 10px;
}

.three-promise-list.top .img-wrap {
  margin-bottom: 17px;
}

/* TOP ランキング・商品
=================================*/

@media screen and (min-width:960px) {
  .product-info-wrap{
    margin-bottom: 80px;
    margin-top: -30px;
  }
  .product-info-wrap + .product-info-wrap{
    border-top: 1px solid #473933;
    padding-top: 20px;
    margin-top: 20px;
  }
  .product-info-ttl{
    margin-bottom: 20px;
    font-size: 15px;
  }
  .item-list.product-info .thumb{
    border-radius: 8px;
    overflow: hidden;
  }
  .item-list.product-info a:hover img,
  .topics-box a:hover img,
  .top-all-items a:hover .icon {
    opacity: 0.7;
  }
  .item-list.ranking a:hover .thumb-on {
    opacity: 1;
  }
  .item-list.ranking a:hover .thumb-off {
    opacity: 0;
  }
  .tab-navi a:hover {
    opacity: 0.7;
  }
  .theme-list a:hover img {
    opacity: 0.6;
  }
  .top-all-items a:hover {
    font-weight: bold;
  }
  .top-all-items a:hover::before {
    opacity: 0.7;
  }
}

@media screen and (max-width:767px) {
  .top-slider-wrap {
    padding-top: 10px;
  }
  .top-intro {
    padding: 0 4%;
  }
  .top-intro p {
    padding-left: 10px;
  }
  .top-intro p::before {
    width: 1px;
    height: calc(100% + 8px);
  }
  .top-intro-btn {
    margin-top: 10px;
    text-align: center;
  }
  .top-intro-btn a {
    display: inline-block;
    vertical-align: top;
    width: 210px;
  }
/*
  .top-intro-list li {
    margin: 0 15px;
  }
*/
    
  .top-intro-list li {
    display: block;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
  }
  .top-intro-list li:nth-of-type(even){
      margin: 15px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .theme-list {
    margin-bottom: 20px;
  }
  .theme-list li:nth-child(3n) {
    margin-right: 6%;
  }
  .theme-list li:nth-child(2n) {
    margin-right: 0;
  }
  .theme-list li {
    width: 47%;
    margin: 0 6% 24px 0;
  }
  .theme-list .thumb {
    margin-bottom: 8px;
  }
  .theme-list p {
    text-align: left;
    font-size: 11px;
    line-height: 1.3;
  }
  .tab-content {
    margin-bottom: 70px;
  }
  .tab-content:last-of-type {
    margin-bottom: 0;
  }
  .item-list .thumb {
    margin: 0 0 10px;
  }
  .item-list .slick-slide {
    margin: 0 4px;
  }
  .item-detail {
    text-align: left;
    font-size: 11px;
  }
  .item-list.ranking li {
    position: relative;
    padding-top: 29px;
  }
  .item-list.ranking li::before {
    font-size: 10px;
    width: 22px;
    height: 22px;
    padding-top: 5px;
  }
  .item-list.ranking .slick-dots li {
    padding-top: 0;
  }
  .item-list.ranking .slick-dots li::before {
    display: none;
  }
  /*
  .item-date {
    display: none;
  }
  */
  .item-price {
    margin-top: 5px;
  }
  .item-list.ranking .img-wrap {
    width: 100%;
    height: 160px;
    margin-bottom: 12px;
  }
  .thumb-off {
    width: 100%;
    height: 160px;
  }
  .thumb-on {
    display: none;
  }
  .sec-top-topics {
    padding: 30px 0 45px;
  }
  .topics-wrap {
    display: flex;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-width: auto;
  }
  .topics-box a {
    min-height: auto;
  }
  .topics-box {
    width: 260px;
    min-width: 260px;
    margin-right: 25px;
    border-bottom: none;
    padding-left: 10px;
  }
  .topics-box .thumb {
    width: 250px;
    height: 250px;
    margin-bottom: 12px;
  }
  .topics-box .thumb img {
    width: 100%;
  }
  .topics-date {
    text-align: left;
    position: relative;
    bottom: auto;
    font-weight: bold;
  }
  .topics-article-txt {
    padding: 7px 0 0;
  }
  .topics-cat-ttl {
    position: absolute;
    top: 10px;
    left: 0;
    color: #fff;
    background: #473933;
    font-weight: normal;
    height: 22px;
    padding: 2px 15px 0;
    z-index: 5;
  }
  .sec-top-gift {
    padding-top: 40px;
  }
  .sec-top-gift .wrap {
    border-bottom: none;
  }
  .three-promise-ttl.top {
    font-size: 17px;
    margin: 5px 0 10px;
  }
  .three-promise-ttl span {
    font-size: 14px;
  }
  .three-promise {
    display: none;
  }
  .three-promise-ttl {
    margin-bottom: 15px;
  }
  .three-promise-list {
    display: block;
    text-align: left;
    background: #FFF;
    padding: 10px 0 10px;
    width: 80%;
  }
  .three-promise-list li {
    display: flex;
    align-items: center;
    padding: 8px 15px 7px 15px;
    margin: 0;
    height: auto;
    border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
  }
  .three-promise-list.top li {
    min-height: 58px;
    padding: 15px 10px 12px 10px;
    margin: 0 0 10px;
    height: auto;
    border-radius: 0px;
    width: 100%;
    display: block;
  }
  .three-promise-list .img-wrap {
    margin: 0;
  }
  .three-promise-list.top .img-wrap {
    margin: 0 auto 12px;
    width: 70px;
  }
  .footer .three-promise-list .img-wrap {
    margin-right: 15px;
  }
  .footer .three-promise-list .img-wrap img {
    width: 38px;
  }
  .three-promise-list.top p {
    text-align: center;
    font-size: 13px;
  }
  .gift-three-promise.footer {
    padding: 0 15px 35px;
  }
  
  .product-info-wrap{
    margin-bottom: 80px;
  }
  .product-info-wrap + .product-info-wrap{
    border-top: 1px solid #473933;
    padding-top: 20px;
  }
  .product-info-ttl{
    margin-bottom: 20px;
  }
}


/* お買い物ガイド
=====================================================================*/
.breadcrumb{
  display: flex;
  flex-wrap:wrap;
  padding-top:5px;
  padding-bottom:5px;
  padding-top: 250px;
  width: 1000px;
  margin: 0 auto;
}

.breadcrumb li,.breadcrumb a{
	display: block;
	font-size:12px;
  font-weight: normal;
	letter-spacing: 0.1em;
}
.breadcrumb li{
	position:relative;
	overflow: hidden;
	padding-right:20px;
}
.breadcrumb li:last-child:after{
  content:none;
}
.breadcrumb li:after{
	position: absolute;
	display: block;
	top: 0;
	bottom:0;
	right: 9px;
	width: 4px;
	height: 4px;
	margin: auto;
	content: "";
	vertical-align: middle;
	border-top: 1px solid #473933;
	border-right: 1px solid #473933;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.breadcrumb li:first-child{padding-left: 0;}

@media only screen and (max-width: 767px){
  .breadcrumb {
    padding-top: 20px;
    width: 100%;
  }
	.breadcrumb li,.breadcrumb a{
    font-size: 10px;
	}
	.breadcrumb li{
		padding-right:18px;
	}
  .breadcrumb li:after{
    right:8px;
  }
}
.page-title {
  padding-top: 40px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: 50px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .page-title {
    padding-top: 20px;
    margin-bottom: 35px;
    font-size: 16px;
  }
}
.guide-page-link {
	-ms-display:flex;
	-webkit-display:flex;
	display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom: 40px;
}
.guide-page-link li {
  margin-right: 35px;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
}
.guide-page-link li:last-child {
  margin-right: 0px;
}
.guide-page-link li a {
  font-size: 13px;
  letter-spacing: 0.12em;
}
.guide-page-link-faq:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 3px;
  background: url("https://pajamaya.itembox.design/item/guide/img/icon_question.svg") no-repeat;
  background-size: 20px auto;
}
.guide-page-link-guide:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 3px;
  background: url("https://pajamaya.itembox.design/item/guide/img/icon_guide.svg") no-repeat;
  background-size: 20px auto;
}
.guide-page-link-wrapping:before{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 3px;
  background: url("https://pajamaya.itembox.design/img/common/headericon_giftbox.png") no-repeat;
  background-size: 20px auto;
}
.guide-page-link-contact:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 3px;
  background: url("https://pajamaya.itembox.design/item/guide/img/icon_contact.svg") no-repeat;
  background-size: 20px auto;
}

@media screen and (max-width:767px) {
  .guide-page-link {
    display:block;
    width: 75%;
    margin: 0 auto 40px;
    border: 1px solid #DAD7D6;
  }
  .guide-page-link li {
    margin-right: 0px;
    padding-left: 0px;
  }
  .guide-page-link a {
    display: block;
    padding: 15px 0 15px 50px;
    border-bottom: 1px solid #DAD7D6;
  }
  .guide-page-link li:last-child a {
    border-bottom: none;
  }
  .guide-page-link-faq:before {
    left: 13px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .guide-page-link-guide:before {
    left: 13px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .guide-page-link-contact:before {
    left: 13px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

}
.sec.guide {
  padding-top: 0;
}
.guide-faq {
  padding: 0 140px;
  position: relative;
}
@media screen and (max-width:767px) {
  .guide-faq {
    padding: 0 0;
  }
}
.guide_title {
  font-size: 17px;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #473933;
  padding: 0 0 5px 60px;
  position: relative;
  margin-bottom: 50px;
}
.guide_title.faq:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 24px;
  top: 3px;
  background: url("https://pajamaya.itembox.design/item/guide/img/icon_question.svg") no-repeat;
  background-size: 24px auto;
}

.guide_title.guide:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 24px;
  top: 3px;
  background: url("https://pajamaya.itembox.design/item/guide/img/icon_guide.svg") no-repeat;
  background-size: 24px auto;
}
.guide_title.contact:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 24px;
  top: 3px;
  background: url("https://pajamaya.itembox.design/item/guide/img/icon_contact.svg") no-repeat;
  background-size: 24px auto;
}
.guide-page-link-wrapping:before{
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0px;
    top: 3px;
    background: url(https://pajamaya.itembox.design/img/common/headericon_giftbox.png) no-repeat;
    background-size: 23px auto;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
@media screen and (max-width:767px) {
  .guide_title {
    font-size: 16px;
    padding: 0 0 5px 45px;
    margin-bottom: 0px;
  }
  .guide_title.faq:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 3px;
    background: url("https://pajamaya.itembox.design/item/guide/img/icon_question.svg") no-repeat;
    background-size: 20px auto;
  }
  .guide_title.guide:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 3px;
    background: url("https://pajamaya.itembox.design/item/guide/img/icon_guide.svg") no-repeat;
    background-size: 20px auto;
  }
  .guide_title.contact:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 3px;
    background: url("https://pajamaya.itembox.design/item/guide/img/icon_contact.svg") no-repeat;
    background-size: 20px auto;
  }
}
.faq-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  border-top: 1px solid #DAD7D6;
  border-left: 1px solid #DAD7D6;
  border-right: 1px solid #DAD7D6;
}
.faq-title.end {
  border-bottom: 1px solid #DAD7D6;
}
.faq-title:hover,
.faq-title:active,
.content-entry.open .faq-title {
  background-color: #F5F4F4;
}
.faq-title:hover i:before,
.faq-title:hover i:active,
.content-entry.open i {
}
.faq-title{
  position: relative;
}
.faq-title:before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 30px;
  color: #473933;
  font-weight: bold;
  font-size: 16px;
}
.faq-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #918885;
  border-right: solid 2px #918885;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.faq-content {
  display: none;
  padding: 20px 20px 20px 60px;
  border-top: 1px solid #DAD7D6;
  border-left: 1px solid #DAD7D6;
  border-right: 1px solid #DAD7D6;
  font-weight: normal;
  background: #F5F4F4;
  position: relative;
}
.faq-content.end {
  border-top: none;
  border-bottom: 1px solid #DAD7D6;
}
.faq-content:before {
  content: "A.";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 30px;
  color: #8A222E;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .faq-title {
    padding: 15px 45px 15px 45px;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    border-top: 1px solid #DAD7D6;
    border-left: none;
    border-right: none;
  }
  .faq-title:before {
    top: 13px;
    left: 15px;
    font-size: 16px;
  }
  .faq-title:after {
    right: 15px;
  }
  .faq-content {
    padding: 15px 45px 15px 45px;
    font-size: 13px;
    border-top: 1px solid #DAD7D6;
    border-left: none;
    border-right: none;
  }
  .faq-content:before {
    top: 13px;
    left: 15px;
    font-size: 16px;
  }
}
.guide-guide {
  padding: 0 50px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width:767px) {
  .guide-guide {
    padding: 0 0;
    margin-bottom: 0;
  }
}
.guide_sub_title {
  font-size: 16px;
  letter-spacing= 0.12em;
  position: relative;
  margin-bottom: 30px;
}
.guide_sub_title:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 1px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #473933;
  border-right: 2px solid #473933;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.guide_sub_title a:hover {
  opacity: .6;
}
@media screen and (max-width:767px) {
  .guide_sub_title {
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    border-bottom: 1px solid #DAD7D6;
  }
  .guide_sub_title a{
    display: block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .guide_sub_title:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto 0;
    width: 8px;
    height: 8px;
  }
}
.guide-link-list {
	-ms-display:flex;
	-webkit-display:flex;
	display:flex;
	-ms-flex-wrap:wrap; /* flexコンテナに入るよう改行して表示 */
	-webkit-flex-wrap:wrap; /* flexコンテナに入るよう改行して表示 */
	flex-wrap:wrap;
  align-items:center;
}
.guide-link-list li a {
  display: block;
  width: 293px;
  padding: 20px 0;
  text-align: center;
  margin: 0 10px 10px 0;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #DAD7D6;
  background: #F5F4F4;
  box-sizing: border-box;
}
.guide-link-list li:nth-child(3n) a {
  margin: 0 0px 10px 0;
}
.guide-link-list li a:hover {
  background: #FFF;
}
@media screen and (max-width:767px) {
  .guide-link-list {
    display: none;
  }
}
.guide-contact {
  padding: 0 50px;
  position: relative;
  margin-bottom: 50px;
}
.guide-contact p {
  margin-bottom: 30px;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .guide-contact {
    padding: 20px 5%;
    margin-bottom: 0;
  }
  .guide-contact p {
    font-size: 13px;
  }
}

.contact-link {
	-ms-display:flex;
	-webkit-display:flex;
	display:flex;
  justify-content: space-between;
}
.contact-link li a {
  display: block;
  width: 445px;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #473933;
  font-size: 14px;
  font-weight: bold;
}
.contact-link li a:hover {
  background: #473933;
  color: #FFF;
}
@media screen and (max-width:767px) {
  .contact-link {
    display: block;
  }
  .contact-link li a {
    display: block;
    width: 100%;
    border: 1px solid #473933;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
  }

}

/* GUIDE　下層
=====================================================================*/
/* side_menu */
#guide_wrap {
  width: 1000px;
  margin: 0 auto;
	display:flex;
  justify-content: space-between;
  padding-top: 35px;
}
#guide_side {
  width: 220px;
}
#guide_main {
  width: 720px;
}
@media screen and (max-width:767px) {
  #guide_wrap {
    width: 100%;
    display: block;
    padding-top: 0px;
  }
  #guide_side {
    display: none;
  }
  #guide_main {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
}
.guide_main_menu {
  border-top: 1px solid #DAD7D6;
}
.guide_main_menu a {
  display: block;
  padding: 30px 0 30px 35px;
  border-bottom: 1px solid #DAD7D6;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.12em;
}
.guide_main_menu .guide_guide a {
  border-bottom: none;
}
.guide_main_menu a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.guide_main_menu .guide_top a:before {
  background: url("https://pajamaya.itembox.design/item/guide/img/icon_guide_top.svg") no-repeat;
  background-size: 20px auto;
}
.guide_main_menu .guide_faq a:before {
  background: url("https://pajamaya.itembox.design/item/guide/img/icon_question.svg") no-repeat;
  background-size: 20px auto;
}
.guide_main_menu .guide_guide a:before {
  background: url("https://pajamaya.itembox.design/item/guide/img/icon_guide.svg") no-repeat;
  background-size: 20px auto;
}
.guide_main_menu .guide_contact a:before {
  background: url("https://pajamaya.itembox.design/item/guide/img/icon_contact.svg") no-repeat;
  background-size: 20px auto;
}
.guide_main_menu a:hover {
  background: #F5F4F4;
}

.guide_detail_menu {
  margin-bottom: 30px;
}
.guide_detail_menu a {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
}
.guide_detail_menu a:hover {
  background: #F5F4F4;
}
.guide_detail_menu .current {
  background: #F5F4F4;
}

.page-title-guide {
  font-size: 20px;
  text-align: left;
  letter-spacing: 0.12em;
  margin-bottom: 50px;
  font-weight: 500;
}
.page-title-guide.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .page-title-guide {
    padding-top: 40px;
    margin-bottom: 35px;
    text-align: center;
  }
}

.guide-page-link-detail {
  display: flex;
  flex-wrap:wrap;
  margin-bottom: 30px;
  font-weight: 500;
}
.guide-page-link-detail > li {
  font-size: 14px;
  margin-right: 30px;
  padding-right: 15px;
  position: relative;
  margin-bottom: 20px;
}
.guide-page-link-detail > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  bottom: 0;
  right: -5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #918885;
  border-right: 2px solid #918885;
  transform: translateX(-50%) rotate(135deg);
}
.guide-page-link-detail a {
  text-decoration: underline;
}
.guide-page-link-detail a:hover{
  text-decoration: none;
}


.guide-page-link-detail.-payment li{
  margin-right: 0px;
}

.guide-page-link-detail.-payment li a{
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #473933;
  border-radius: 4px;
  transition: .4s;
  box-sizing: border-box;
}

.guide-page-link-detail.-payment li a:hover{
  background: #F5F4F4;
  transition: .4s;
}


.guide-page-link-detail.-payment > li:after{
  border: none;
}

@media screen and (max-width:767px) {
  .guide-page-link-detail {
    display: block;
    margin-bottom: 30px;
  }
  .guide-page-link-detail li {
    margin-right: 0px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 10px;
  }
  .guide-page-link-detail li:after {
    content: "";
    display: inline-block;
    position: relative;
    margin-left: 15px;
    vertical-align: top;
    top: 9px;
    bottom: 0;
    right: 0px;
    width: 4px;
    height: 4px;
  }
  .guide-page-link-detail.-payment li{
    margin-bottom: 0px;
  }

}
.guide_detail_title {
  padding: 12px;
  background: #F5F4F4;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.guide_detail_sub_title {
  padding: 0px 5px 5px 5px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #473933;
}
.guide_detail_sub2_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
  background: #F5F4F4;
}

.sec_guide_detail {
  margin-bottom: 50px;
}
.guide-detail-contents {
  margin: 0 10px;
  font-size: 14px;
  font-weight: normal;
}
.guide-detail-contents.rule {
  margin: 0 10px 30px;
  border: 1px solid #EEE;
  height: 300px;
  overflow-y: scroll;
  padding: 15px;
  box-sizing: border-box;
}
.guide-detail-contents p {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 32px 0;
}
.guide-detail-contents .bold {
  font-weight: bold;
}
.guide-detail-contents .detail_title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.guide-border-box {
  border: 1px solid #DAD7D6;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: normal;
}
.ul_disc_list {
  margin: 0 0 20px 20px;
}
.ul_disc_list li {
  list-style: disc;
  font-weight: normal;
  margin-bottom: 16px;
}
.ol_decimal_list {
  margin: 0 0 20px 20px;
}
.ol_decimal_list li {
  list-style: decimal;
  font-weight: normal;
  line-height: 1.6rem;
}
.guide-detail-image {
  margin: 0 auto 20px;
  text-align: center;
}
.guide_dl {
  margin-bottom: 30px;
}
.guide_dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.list_parentheses{
  padding:0 0 0 0;
  margin:0;
}
.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
.guide_text_right {
  text-align: right;
}

/*パジャマ屋について 会員登録 固有*/
@media screen and (max-width: 767px) {
  p.membership .pc {
  display: none;
  }
  p.membership .sp {
  display: block;
  }
}

/*ご注文について 固有*/
.guide_order .guide-detail-image img{
  max-width: 85%;
}
@media screen and (max-width:767px) {
  .guide-detail-image {
    width: 100%;
  }
  .guide-detail-image img {
    width: 100%;
    max-width: 100%;
  }
}

.guide-contact-btn {
  width: 240px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #A0A0A0;
  border-radius: 5px;
  display: block;
  margin: 0 0;
  position: relative;
  font-weight: bold;
}
.guide-contact-btn:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url("https://pajamaya.itembox.design/item/guide/img/icon_contact.svg") no-repeat;
  background-size: 20px auto;
  margin-right: 10px;
  vertical-align: middle;
}
.guide-contact-btn:hover {
  background: #F5F4F4;
}


.guide-back-btn {
  width: 240px;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #A0A0A0;
  border-radius: 5px;
  display: block;
  margin: 0 0;
  position: relative;
  font-weight: normal;
}
.guide-back-btn:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  background: url("https://pajamaya.itembox.design/item/guide/img/icon_back.svg") no-repeat;
  background-size: 13px auto;
  margin-left: 10px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.guide-back-btn:hover {
  background: #F5F4F4;
}

.guide-comment-p {
  font-weight: normal;
  margin-bottom: 50px;
}
@media screen and (max-width:767px) {
  .guide-comment-p {
    margin-bottom: 35px;
  }
  
}


/* IZUMM　下層
=====================================================================*/

#brand_izumm{
  font-weight: 500;
}

.sub-slider-wrap {
  position: relative;
 /* padding-top: 251px; */
  width: calc(100vw - 20px);
}

.sub-slider {
  position: relative;
}

.sub-slider::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 327px;
  height: 68px;
  background: url(/izumm/brand/img/mv_ttl.png) no-repeat center;
  /* background: url(img/izumm/mv_ttl.png) no-repeat center; */
}

.sub-slider li {
  margin: 0 5px;
}

.sec-intro {
  padding: 45px 0 110px;
}

.izumm-logo img {
  width: 116px;
}

.izumm-intro {
  margin-bottom: 50px;
  padding-top: 35px;
}

.izumm-intro::after {
  content: "";
  display: block;
  clear: both;
}

.izumm-intro-image {
  width: 320px;
}

.izumm-intro-contents {
  width: 650px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.izumm-ttl {
  font-size: 21px;
  margin-bottom: 16px;
}

.izumm-intro-contents p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.anchor-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.anchor-link li {
  width: 20%;
}

.anchor-link a {
  font-size: 20px;
  text-align: center;
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  padding-bottom: 15px;
  transition: .4s;
  text-decoration: none !important;
}

.anchor-link a::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  margin: auto;
  transition: .4s;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #473933;
  border-right: solid 2px #473933;
  transform: rotate(135deg);
}

.sec-item {
  padding-bottom: 60px;
}

.izumm-headline-sub{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.izumm-item-wrap {
  margin-top: 35px;
  letter-spacing: -0.4em;
}

.izumm-item-box {
  display: inline-block;
  vertical-align: top;
  width: 485px;
  border: 1px solid rgba(71, 57, 51, 0.3);
  border-radius: 10px;
  letter-spacing: normal;
  min-height: 300px;
  position: relative;
  padding: 0px 30px 29px;
  margin: 0 30px 30px 0;
  box-sizing: border-box;
}

.izumm-item-box::after {
  content: "";
  display: block;
  clear: both;
}

.izumm-item-box:nth-child(2n) {
  margin-right: 0;
}

.izumm-item-img-detail {
  width: 180px;
  position: absolute;
  left: 20px;
  top: 30px;
}

.izumm-item-image {
  overflow: hidden;
  width: 160px;
  height: 160px;
  position: relative;
  margin: 0 auto 13px;
  border-radius: 100%;
}

.izumm-item-image img {
  position: relative;
}

.izumm-item-ttl {
  font-size: 12px;
  text-align: center;
  margin-bottom: 8px;
}

.izumm-item-description {
  width: 240px;
  padding-top: 34px;
}

.item-copy {
  font-size: 18px;
  letter-spacing: 0.01em;
  position: relative;
  margin: 0 0 8px;
  line-height: 1.5;
}

.item-copy.imabari {
  padding-left: 55px;
  background: url(https://pajamaya.itembox.design/item/img/common/logo_imabari.jpg) no-repeat 0px 0px;
}

.item-copy.giza {
  padding-left: 35px;
  background: url(https://pajamaya.itembox.design/item/img/common/tag_giza.jpg) no-repeat 0px 6px;
}

.izumm-item-description p {
  line-height: 1.6;
}

.item-cloth-type {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.izumm-item-history {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
}

.item-lineup-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  background: #FFF;
  border-radius: 10px;
  padding: 0 30px;
  box-sizing: border-box;
}

.izumm-item-ttl-hide {
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.line-up-inner {
  background: #f2f2f2;
  margin-top: 40px;
  padding: 0 28px;
  height: calc(100% - 70px);
}

.item-lineup-ttl {
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 2px;
}

.item-lineup-ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  width: 60px;
  margin: auto;
  height: 1px;
  background: #473933;
}

.flex-list {
  display: flex;
}

.flex-list .lineup-list-wrap {
  width: 50%;
}

.flex-list .lineup-list-wrap:nth-child(2n) {
  padding-left: 25px;
}

.lineup-list {
  margin-bottom: 20px;
}

.lineup-list li:first-child {
  padding-left: 0;
}

.lineup-list li {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.6;
  padding-left: 13px;
}

.lineup-list.other li {
  padding-left: 0;
}

.sec-footer-link {
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 0 45px 40px 0;
}

.sec-footer-link a {
  transition: .4s;
}

@media screen and (min-width:960px) {
  .anchor-link a:hover {
    opacity: 0.8;
  }
  .anchor-link a:hover::after {
    bottom: -10px;
  }
  .izumm-item-box:hover .item-lineup-contents {
    opacity: 1;
    visibility: visible;
  }
  .sec-footer-link a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width:767px) {
  .sub-slider-wrap {
    padding-top: 10px;
    width: 100%;
  }
  .sub-slider::after {
    background-size: 230px;
    width: 300px;
  }
  .sub-slider img {
    height: 185px;
  }
  .sec-intro {
    padding: 20px 0 40px;
  }
  .izumm-intro {
    margin-bottom: 40px;
    padding-top: 25px;
  }
  .izumm-ttl {
    font-size: 20px;
  }
  .izumm-intro-contents p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .izumm-intro-image {
    width: 100%;
    text-align: center;
  }
  .izumm-intro-contents {
    width: 100%;
  }
  .anchor-link {
    justify-content: left;
  }
  .anchor-link li {
    width: calc(50% - 3px);
    margin: 0 6px 5px 0;
  }
  .anchor-link li:nth-child(2n) {
    margin-right: 0;
  }
  .anchor-link a {
    font-size: 14px;
    text-align: left;
    padding: 8px 0 6px 10px;
    background: #F5F4F4;
  }
  .anchor-link a::after {
    bottom: auto;
    top: 13px;
    width: 5px;
    height: 5px;
    left: auto;
    right: 12px;
  }
  .sec-item {
    padding-bottom: 40px;
  }
  .izumm-item-wrap {
    margin-top: 30px;
  }
  .izumm-item-box {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 0;
    border: none;
    margin: 0 0 50px;
  }
  .izumm-item-description {
    width: 100%;
    padding: 0;
  }
  .item-copy {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .item-copy.imabari {
    background-size: 40px;
    /*  padding-left: 44px; */
    min-height: 48px;
  }
  .item-copy.giza {
    min-height: 48px;
    background-size: 21px;
    /* padding-left: 32px; */
  }
  .izumm-item-box .item-copy{
    position: relative;
    padding: 0 68px;
    margin:  0 0 25px;
    text-align: center;
  }
  .izumm-item-box .item-copy:before,
  .izumm-item-box .item-copy:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 50px;
    margin: auto;
    height: 1px;
    background: #473933;
  }
  .izumm-item-box .item-copy:before{
    left: 0;
  }
  .izumm-item-box .item-copy:after{
    right: 0;
  }
  .izumm-item-box .item-copy.giza,
  .izumm-item-box .item-copy.imabari{
    background-position: center bottom;
    padding-bottom: 45px;
    margin-bottom: 20px;
  }
  .izumm-item-box .item-copy.giza:before,
  .izumm-item-box .item-copy.giza:after,
  .izumm-item-box .item-copy.imabari:before,
  .izumm-item-box .item-copy.imabari:after{
    transform: translateY(-20px);
  }
  .izumm-item-description p {
    font-size: 12px;
  }
  .izumm-item-img-detail {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% + 8%);
    margin: 0 -4%;
  }
  .izumm-item-image {
    width: 100%;
    position: relative;
    border-radius: 0;
    height: 0px;
    padding-bottom: 50%;
    margin: 0 0 10px;
  }
  .izumm-item-image img {
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom:0 ;
    margin: auto;
  }
  .izumm-item-ttl {
    margin-bottom: 0;
    font-size: 13px;
  }
  .izumm-item-history {
    margin-bottom: 30px;
  }
  .izumm-item-info{
    margin-top: 30px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .izumm-item-info .item-link{
    text-align: right;
  }
  .izumm-item-info:after{
    display: none;
  }
  .item-cloth-type {
    position: relative;
    text-align:left;
    right: auto;
    bottom: auto;
  }
  .item-lineup-contents {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0;
    border-radius: 0;
  }
  .izumm-item-ttl-hide {
    display: none;
  }
  .flex-list .lineup-list-wrap {
    width: auto;
    max-width: 50%;
  }
  .flex-list .lineup-list-wrap:nth-child(2n) {
    padding-left: 20px;
  }
  .line-up-inner {
    display: none;
    /*height: auto;
    margin-top: 25px;
    padding: 4px 15px 10px;*/
  }
  .lineup-list {
    margin-bottom: 10px;
  }
  .lineup-list:last-child {
    margin-bottom: 0;
  }
  .lineup-list li {
    font-size: 12px;
    padding-left: 12px;
  }
  .sec-footer-link {
    padding: 0 0 40px;
    text-align: center;
  }
}

/* FS上書き
=====================================================================*/

#FS2_layout_body{
  overflow: hidden;
  background: #fff;
}

.system_content{
  margin: 160px 0 0 0;
}

td.FS2_itemlayout_td_Left{
  width: 210px;
}

p.pan{
  margin: 5px 0 10px 10px !important;
}

#FS2_body_Goods .system_content table,
#FS2_body_Goods .system_content table td,
#FS2_body_Goods .system_content table th,
#FS2_body_Goods .system_content table tr{
   border-collapse:initial;
}

.layout_header a:hover{
  text-decoration: none;
}

.FS2_figure_table_td_input_cnt input{
  width: 50px;
  padding: 0 4px;
  margin: 0 4px;
  text-align: center;
}

.FS2_contents_container, .FS2_memberOnly, .FS2_NoItemMessage, .FS2_upper_comment, .FS2_lower_comment, .FS2_ItemComment, .FS2_middle_comment{
  box-shadow: none;
}
.FS2_upper_comment{
  padding: 0;
  margin: 0;
}
input.FS2_Search_textarea{
  margin: 0;
}

@media screen and (max-width: 767px){
/*
  body[class^="FS2_body"] #footer {
      padding: 40px 0 0;
  }
*/
  #FS2_CategoryList #footer,
  #FS2_ItemDetail #footer{
    padding: 40px 0 0;
  }

/*
  body[class^="FS2_body"] .header-contents{
        margin-top: -20px;
  }
*/
/*ロゴが重なってたので.header-contentsを削除
 body[class^="FS2_body"] {
        margin-top: -20px;
  }*/
  div:after{
    content: none;
  }
}

/* パジャマ屋さん　CSS上書き
=====================================================================*/

#bn-wpbouqet{
  z-index: 10;
}
.sideRecommendBox{
  background: #fff;
  z-index: 999;
}

input[name="dummySubmit"]{
  width: auto;
  padding: 0;
}

#recommend_flick .btn-right,
#recommend_flick .btn-left{
  width: 20px;
}

#recommend_flick .arrow-left:before, #recommend_flick .arrow-right:before{
  top: 11px;
}

.historysidebox{
  background: #fff;
}

@media screen and (max-width: 767px){
  #FS2_footer{
    margin-bottom:0;
  }
}


@media screen and (min-width: 768px){
  .sp {
      display: none !important;
  }

  #FS2_footer{
    margin-bottom: 0;
  }
}




/* メディア　お問い合わせフォーム
=====================================================================*/

#inquiry div.formArea{
  margin-bottom: 150px;
}

#inquiry div.formArea p.formExp {
  width: 82%;
  margin: 0 auto 16px;
}

form#sfm-form{
    width: 82%;
    margin: 0 auto;
}


#inquiry div.formArea table {
	width: 100%;
	margin-bottom: 20px;
}

#inquiry div.formArea table tr th {
    width: 260px;
    background-color: #f8f6f7;
    text-align: left;
    padding: 20px 24px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}

#inquiry div.formArea table tr td{
    padding: 12px;
    border-bottom: 1px solid #DDDDDD;

}

#inquiry div.formArea div.formBtn {
	margin-bottom: 20px;
	text-align: center;
}

#inquiry div.formArea div.formBtn input {
	padding: 13px 44px;
    font-weight: bold;
}

#inquiry div.formArea p.formExp_02 {
	margin-bottom: 250px;
	text-align: center;
}



#inquiry div.formArea p.errMsg {
	margin-bottom: 15px;
	color: #990000;
	font-weight: bold;
	text-align: center;
}

#inquiry div.formArea p.conMsg {
	margin-bottom: 15px;
  color: #990000;
  width: 82%;
  margin: 0 auto 16px;
}

#inquiry div.formArea span.ERR {
	color: #990000;
	font-weight: 500;
}

#inquiry div.telArea{
  margin-bottom: 150px;
  text-align: center;
}

#inquiry .tel-number{
 font-size: 16px;
 margin-bottom: 10px;
 margin-top: 15px;
 font-weight: bold;
 border-bottom: 2px solid #473933;
 display: inline-block;
}
#inquiry .tel-time{
 margin-bottom: 15px;
 font-weight: bold;
}
#inquiry .tel-number strong{
 font-size: 24px;
 margin-left: 10px;
}

@media screen and (max-width:767px) {
  #inquiry div.formArea{
    margin-bottom: 100px;
  }
  #inquiry div.formArea.input{
    margin-bottom: 50px;
  }
  #inquiry div.telArea{
    margin-bottom: 100px;
    text-align: center;
  }
  
  form#sfm-form{
    width: 100%;
    margin: 0 auto;
  }
  
  #inquiry div.formArea table tr th{
    padding: 10px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    width: 100%;
    float: left;
  }
  
  #inquiry div.formArea table tr td{
    padding: 12px 0;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
    float: right;
    box-sizing: border-box;
  }
  
  #inquiry div.formArea input[type="checkbox"]{
    padding-left: 20px; 
    
  }

}


/* クーポン
==============================*/
.sec-top_bn{
  width: 1000px;
  text-align: center;
  margin:0 auto 28px;
}
.sec-top_bn dl{
    width: 100%
}

/* クーポン1枚 ---*/
.sec-top_bn dl.single_cp dd{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.sec-top_bn dl.single_cp dd img{
    width: 100%;
    margin: 0;
    padding: 0;
}

/* クーポン2枚 ---*/
.sec-top_bn dl.twin_cp img{
    max-width: 445px;
}
.sec-top_bn dl.twin_cp dd{
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0;
}
.sec-top_bn dl.twin_cp dd:first-child{
    text-align: left;
}
.sec-top_bn dl.twin_cp dd:last-child{
    text-align: right;
}
.sec-top_bn dl dd .coupon_sp{
  display: none;
}
@media screen and (max-width:767px) {
.sec-top_bn{
  width: 96%;
  text-align: center;
  margin:0 auto;
  padding: 30px 0 0;
}
.sec-top_bn dl dd{
  display: block;
  width: 100%;
  margin: 0;
  padding: 3px 0;
  text-align: center;
}
.sec-top_bn dl.twin_cp dd{
    display: block;
    width: 100%;
    margin: 0;
    padding: 3px 0;
    text-align: center;
}
.sec-top_bn dl.twin_cp img{
    max-width: 100%;
}
.sec-top_bn dl dd .coupon_pc{
  display: none;
}
.sec-top_bn dl dd .coupon_sp{
  display: inherit;
}
}
/*==============================*/



/*==============================*/
    
/*-- スライダー上にお知らせ // スライダーのpaddingを0にする
==============================*/
/* 使わない時はコメントアウトでOFF */

.top-slider-wrap {
  padding-top: 0;
}
.infor_txt{
  width: 100%;
  margin: -25px 0 30px;
  padding: 10px 0;
  border-bottom: 1px solid #473933;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
.infor_txt a{
  text-decoration: underline !important;
}
.infor_txt .infor_imgwrap.sp_only{
    display: none;
}

@media screen and (max-width:767px) {
.infor_txt{
/*  height: 40px;     一行の場合はOFF,二行の場合はON */
    margin: 10px 0;
/*    padding: 10px 0;　通常はこちらをON*/
    padding: 5px 0; /* LINE登録用 */
    border-top: 1px solid #473933;
}
.infor_txt .infor_txtwrap.pc_only{
    display: none;
}
.infor_txt .infor_imgwrap.sp_only{
    display: block;
}
.infor_txt .infor_imgwrap img{
    width: 100%;
    height: auto;
}
}

/*-- １行目太字の２行目小さい文字/SPのみ/
==============================*/
@media screen and (max-width:767px) {
.infor_txt .subject_line{
    display: block;
    font-weight: 600;
    color: #8a222e;
}
.infor_txt .conts_line{
    font-size: 13px;
}
}

/*==============================*/
    
/*-- 配送遅延のお知らせ
==============================*/
.infor_shipping{
	width:100%;
	margin:50px auto 30px;
	font-size:14px;
	font-weight:400;
	line-height:1.5;
	text-align:center;
	border-top:1px solid #473933;
	border-bottom:1px solid #473933;
}
.infor_shipping a{
  text-decoration:underline !important;
}
.infor_shipping_ttl{
	margin-bottom:5px;
	padding:15px 15px 0;
	color:#933;
	font-size:16px;
	font-weight:500;
}
.infor_shipping_txt{
	padding:0 15px 15px;
	text-align:left;
}
@media screen and (min-width:767px){
.infor_shipping{
	width:1000px;
}
.infor_shipping_txt{
	text-align:center;
}
}

/*-- 紋日・お届け日img
==============================*/
.sec-top_info{
  width: 1000px;
  text-align: center;
  margin:0 auto 28px;
}
.sec-top_info img{
    width: 100%;
}

@media screen and (max-width:767px){
.sec-top_info{
	width: 96%;
    margin: 0 auto;
    padding: 20px 0 0;
}
.sec-top_info img{
    margin: 0 auto;
}
}
/*-- LiveShopping,LINE 入り口
==============================*/

.liveline{
    padding: 20px 0;
}
.liveline ul{
    display: flex;
    justify-content: center;
    width: 100%;
}
.liveline ul li{
    display: block;
    width: 100%;
    margin: 3% 0;
}
.liveline ul li img{
    width: 100%;
}

@media only screen and (max-width: 768px) {
.liveline ul{
    flex-direction: column;
}
}
@media screen and (min-width: 767px) {
.liveline ul li{
    display: inline-block;
    width: 50%;
    margin: 0;
    text-align: center;
}   
}


/*-- コマクリ基本CSS上書き
==============================*/

#fs_Top .fs-l-main{
  margin: 0 auto;
  max-width: none;
  padding: 0;
}

.fs-l-main{
  margin: 0 auto;
}

#fs_Top .fs-l-pageMain{
  max-width: none;
}

@media screen and (min-width:767px){
#fs_Top .fs-l-pageMain{
    margin-top: 250px;
}
}