@charset "euc-jp";

*{
  box-sizing: border-box;
}
body {
  background-color: #f4f4f4;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}
ul{
  margin: 0px;
  list-style-type: none;
}
form{
  margin: 0px;
}
.c-ttl__h2{
  margin-top: 0;
  font-family: 'Shippori Mincho', san-serif;
}

#header-bar{
  z-index: 1000;
  width: 100%;
  background-color: #FEC700;
  text-align: center;
  font-family: 'Shippori Mincho', san-serif;
}
.l-header-bar__ul{
  padding: 8px;
  display: flex;
  justify-content: center;
}
.l-header-bar__li--sp{
  display: none;
}
#header-bar-logo{
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
}
#header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: #2F2E28;
  font-family: 'Shippori Mincho', sans-serif;
  top: 0;
  transform: translateY(0);
  transition: transform 0.6s ease;
}
#header.hide {
  display: block;
  transform: translateY(-100%);
}

#header a{
  color: #ffffff;
}
.l-header__logo{
  width: 198px;
}
.l-header__inner , .l-header__link-wrapper , .l-header__menu , .l-header__account{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__inner{
  padding: 16px 32px;
}
.l-header__link-wrapper{
  gap: 64px;
}
.l-header__menu{
  gap: 40px;
}
.l-header__account{
  gap: 24px;
}
.l-header__search-box > form{
  position: relative;
}
.l-header__search-box > form > input{
  width: 100%;
  height: 40px; 
  border: 1px solid #DDDDDD;
}
.l-header__search-box > form > button{
  padding: 0;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: none;
  background-color: inherit;
}
.l-g-nav{
  display: none;
}
.l-g-nav__hamburger--open{
  display: none;
}

.p-search-contents__inner{
  display: grid;
  gap: 40px;
}
.p-search-contents-category__ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-search-contents-category__li{
  position: relative;
  margin-top: -1px;
  width: 24%;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.p-search-contents-category__a{
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-search-contents-category__img{
  width: 64px;
}
.p-search-contents__arrow{
  position: absolute;
  right: 12px;
  width: 14px;
  height: 14px;
  border-radius: 50vw;
  border: 1px solid #ABABAB;
}
.p-search-contents__arrow::before{
      position: absolute;
    content: '';
    top: 50%;
    left: 46%;
    width: 3px;
    height: 3px;
    transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 1px solid #ABABAB;
  border-bottom: 1px solid #ABABAB;
}
.p-search-contents-purpose__ul{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-search-contents-purpose__li{
  position: relative;
  width: calc(24% - 3px);
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.p-search-contents-purpose__a{
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-search-contents-purpose__img{
  width: 32px;
}
.p-search-contents-gift__ul{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-search-contents-gift__li{
  position: relative;
  width: calc(24% - 3px);
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.p-search-contents-gift__a{
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*
* footer
*/
#footer , .l-footer__link-a , .l-footer__sub-a {
  background-color: #2F2E28;
  color: #ffffff;
}
.l-footer__inner{
  max-width: 1076px;
  margin: auto;
  padding: 64px 32px 32px 32px;
}
.l-footer__main{
  margin-bottom: 56px;
  display: flex;
  justify-content: space-between;
}
.l-footer__link-ttl{
  margin: 0;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #565656;
  font-family: 'Shippori Mincho', san-serif;
  font-size: 16px;
  font-weight: 400;
}
.l-footer__link-ul{
  display: grid;
  gap: 16px;
}
.l-footer__logo{
  width: 92px;
}
.l-footer__sp{
  display: none;
}
.l-footer__sub{
  padding-top: 16px;
  border-top: 1px solid #565656;
}
.l-footer__sub-ul{
      margin-bottom: 16px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    font-size: 12px;
}
.l-footer__copyright{
  text-align: right;
    font-size: 10px;
    color: #B5B4AC;
}

/*
 * layout
 */
#wrapper {
  max-width: none;
}
.l-section{
  margin-bottom: 15px;
  background-color: #ffffff;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.l-section__inner{
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 24px;
  max-width: 1048px;
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * breadlist
 */
.c-breadlist{
  margin-bottom: 24px;
}
.c-breadlist__li{
  display: inline-block;
  font-size: 12px;
}

/*
 * 商品を探すページ
 */
.p-product-search{
  margin-bottom: 0;
  border-bottom: none;
}
.p-product-search__inner{
  margin-top: 150px;
  margin-bottom: 0;
}
.p-product-search__h2{
    font-family: 'Shippori Mincho', san-serif;
    font-size: 26px;
    margin: 0;
}

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

@media (max-width: 768px) {
  .container {
    padding: 0;
  }
  
  .l-section__inner{
    padding: 15px;
  }
  .l-header-bar__ul{
  gap: 32px;
}
  .l-header-bar__li{
  display: flex;
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
  .l-header-bar__li--sp{
  display: flex;
}
  .l-header-bar__li-txt{
  white-space: nowrap;
}
  .l-header-bar__li-img{
    width: 218px;
  }
  #header-bar-logo{
    object-fit: contain;
  }
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
  .l-header__inner{
    padding: 12px 15px;
    height: 60px;
  }
  .l-header__logo .header-logo{
    height: 100%;
  }
  .l-header__link-wrapper{
    display: none;
  }
  .l-g-nav{
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
  }
  .hamburger-bar{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #ffffff;
    border-radius: 50vw;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease;
  }
  .hamburger-bar:nth-child(1){
    left: 0;
  }
  .hamburger-bar:nth-child(2){
    left: 50%;
  }
  .hamburger-bar:nth-child(3){
    left: 100%;
  }
  .l-g-nav__hamburger.active .hamburger-bar__outer .hamburger-bar:nth-child(1){
    width: 32px;
    height: 4px;
    transform: rotate(45deg);
  }
  .l-g-nav__hamburger.active .hamburger-bar__outer .hamburger-bar:nth-child(2){
    height: 4px;
    opacity: 0;
  }
  .l-g-nav__hamburger.active .hamburger-bar__outer .hamburger-bar:nth-child(3){
    width: 32px;
    height: 4px;
    left: 0;
    transform: rotate(-45deg);
  }
  .l-g-nav__hamburger--open{
    display: block;
    height: 0;
    overflow: hidden;
    transition: all .6s ease;
  }
  .l-g-nav__hamburger--open.panelactive{
    height: calc(100vh - 100px);
  }
  .l-g-nav__hamburger-list{
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .overflow-hidden {
    overflow: hidden;
	}
  
  .l-footer__inner{
    padding: 24px 15px 10px 15px;
  }
  .l-footer__main{
    gap: 40px;
    flex-direction: column;
  }
  .l-footer__logo{
    display: none;
  }
  .l-footer__sp{
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 24px;
  border-top: 1px solid #565656;
}
  .l-footer__sp-logo{
    width: 76px;
  }
  .l-footer__sp-ul{
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 12px;
  }
  .l-footer__sub-ul{
    display: none;
  }
  .l-footer__copyright{
    text-align: center;
  }
  
  .c-ttl__h2{
  font-size: 18px;
}
  .p-search-contents-category__li{
    width: calc(50% - 4px) !important;
  }
  .p-search-contents-category__a{
    padding: 8px 0;
    gap: 8px;
  }
  .p-search-contents-category__img{
    width: 40px;
  }
  .p-search-contents__arrow{
    right: 0;
  }
  .p-search-contents__purpose{
    overflow: hidden;
  }
  .p-search-contents-purpose__ul-cover{
    overflow: scroll;
  }
  .p-search-contents-purpose__ul{
    gap: 8px;
    width: calc(214px * 4 + 8px * 3);
  }
  .p-search-contents-purpose__li{
    width: 214px;
  }
  .p-search-contents-purpose__a{
    padding: 8px;
  }
  .p-search-contents-purpose__arrow{
    right: 8px;
  }
  .p-search-contents-gift__ul{
    gap: 8px;
  }
  .p-search-contents-gift__li{
    width: calc(50% - 4px);
  }
  .p-search-contents-gift__a{
    padding: 12px 8px;
  }
  .p-search-contents-gift__arrow{
    right: 8px;
  }
}

/*-------
よくあるご質問
-------*/
.p-faq__main{
  display: flex;
  gap: 24px;
}
.p-faq__inner{
  margin-top: 150px !important;
}
.p-faq__h2{
  font-size: 32px;
}
.p-faq__h3{
  margin-top: 0;
    font-family: 'Shippori Mincho', san-serif;
  font-size: 18px;
}
.p-faq__container{
      display: flex;
    flex-direction: column;
    gap: 40px;
}
.p-faq__list-txt{
  display: flex;
}
.p-faq__list-txt-main{
  margin: 0;
  width: 100%;
}
.p-faq__list-ul{
  border-top: 1px solid #5B5B5B;
}
.p-faq__list-li{
  padding: 16px 0;
    border-bottom: 1px solid #5B5B5B;
}
.p-faq__list-ttl{
  position: relative;
      display: flex;
  width: 100%;
  text-align: left;
  background-color: inherit;
    border: none;
    padding: 0;
}
.p-faq__list-ttl::before{
  position: absolute;
  content: "";
  width: 12px;
    height: 1px;
    background-color: #42423E;
      transform: translateY(-50%) rotate(90deg);
    right: 0;
  top: 50%;
  transition: all .25s ease;
}
.p-faq__list-ttl::after{
  position: absolute;
  content: "";
  width: 12px;
    height: 1px;
    background-color: #42423E;
      transform: translateY(-50%);
    right: 0;
  top: 50%;
}
.is-open > .p-faq__list-ttl::before{
  transform: translateY(-50%) rotate(0);
}
.p-faq__list-ttl-main{
  margin: 0;
  width: 100%;
}
.p-faq__list-txt {
    margin-top: 8px;
  height: auto;
  overflow: hidden;
  transition: height .25s ease;
}
.is-closed{
  margin-top: 0 !important;
  height: 0px;
  transition: height .25s ease;
}
.p-faq__side-ul{
  display: flex;
    flex-direction: column;
    gap: 16px;
      width: max-content;
}
@media (max-width: 768px) {
  .p-faq__side{
    display: none;
  }
}

/*-------
年齢確認画面
-------*/
#header_i{
  display: none;
}
#main_i{
      display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  margin: 0;
    padding: 0;
    border: none;
}
#main_i > form{
      display: inline-block;
    padding: 40px;
    text-align: center;
    border: 1px solid #f3efe9;
    background-color: #fffbf3;
    border-radius: 10px;
    width: 80%;
}
#main_i > form > img{
  width: 120px;
}
#main_i > form > .validation_txt{
  width: 100%;
}
#validation_txt_i{
      color: #42423E;
    font-weight: inherit;
    font-size: 14px;
}
#validation_txt_sub_i{
  color: #E3B200;
    font-size: 24px;
    font-weight: bold;
}
.validation_select a {
  font-size: 0;
}
#validation_select_yes a:before {
  content: "はい";
  color: #42423E;
  background: #FEC700;
  font-size: 15px;
  padding: 12px;
    width: 120px;
    display: inline-block;
    border-radius: 3px;
}
#validation_select_no a:before {
  content: "いいえ";
  color: #ffffff;
  background: #42423E;
  font-size: 15px;
  padding: 12px;
    width: 120px;
    display: inline-block;
    border-radius: 3px;
}
#footer_i{
  display: none;
}