﻿:root{
  --header-height: 80px;
}

.product-detail main{
  padding-top: var(--header-height);
}
.header__importance + header + .header__slidemenu + main {
  padding-top: var(--header-height);
}
a:hover{
  opacity: 0.8;
}
.montserrat{
  font-family: "Montserrat", sans-serif;
}

img[loading="lazy"]{
  min-height: 1px;
}

main *{
  box-sizing: border-box;
}
.article_list_,
.article_detail_{
    max-width: 1200px;
    width: 100%;
    margin: 200px auto 0;
}
sup {
    top: -.5em;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
figure {
    margin: 0;
}
/*TOPICS*/
.topics{
  max-width: 1200px;
  width: 100%;
  margin: 80px auto;
}
.topics__list{
  display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 28px 0 48px 0;
}
.topics__item--main{
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.topics__item picture{
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.topics__item picture img {
  max-width: 100%;
  max-height: 100%;
}
.topics__item--detail{
  width: 100%;
}
picture + .topics__item--detail{
  width: calc(100% - 120px);
}
.topics__item--detail .topics__item--comment{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #13216A;
}
.topics__item{
  width: calc((100% / 2) - 20px);
  padding: 24px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(63, 84, 154, 0.1);
}
.topics__item a{
  text-decoration: none;
}
.topics__item h3 + .topics__item--main picture{
  margin-top: -12px;
}
.topics__item h3{
  font-size: 1.8rem;
  font-weight: bold;
  color: #13216A;
  margin: 0 0 12px 120px;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(19,33,106,0.1);
}
.topics__item--main h3 {
  margin-left: 0;
}
.topics__item--btn{
  width: 200px;
  height: 26px;
  line-height: 26px;
  margin: 16px auto 0;
  background: #0D2D6C;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topics__btn:link,
.topics__btn{
  width: 480px;
  height: 64px;
  background: #DE8BBB url(../img/top/window.png) right 24px center no-repeat;
  border-radius: 31px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  margin: 0 auto;
  font-weight: bold;
}
.topics__btn span{
  font-size: 1.2rem;
  font-weight: 500;
}
.no-result {
  text-align: center;
}


@media print, screen and (max-width: 767px) {
  .article_list_,
  .article_detail_{
      max-width: unset;
      width: unset;
      margin: 200px 20px 0;
  }
  .topics{
    width: unset;
    max-width: unset;
    padding: 60px 20px 48px;
    margin: 0;
  }
  .topics__list{
    flex-direction: column;
    gap: 12px;
    margin: 24px 0 ;
  }
  .topics__item{
    width: unset;
    max-width: unset;
    box-sizing: border-box;
    padding: 16px 12px;
  }
  .topics__item picture{
    width: 80px;
  }
  .topics__item picture img{
    max-width: 100%;
    vertical-align: bottom;
  }
  .topics__item picture img{
    border-radius: 4px;
  }
  .topics__btn:link,
  .topics__btn{
    width: 100%;
    font-size: 1.6rem;
    background: #DE8BBB url(../img/top/sp/window.png) right 24px center no-repeat;
    background-size: 14px;
  }
  .topics__btn span{
    font-size: 1.2rem;
  }
  .topics__item--main{
    gap: 12px;
  }
  picture + .topics__item--detail{
    width: calc(100% - 92px);
  }
  .topics__item .topics__item--main h3 {
    margin-left: 0;
  }
  .topics__item h3{
    font-size: 1.4rem;
    padding: 0 0 8px;
    margin: 0 0 12px 92px;
  }
  .topics__item--detail p.topics__item--comment{
    font-size: 1.2rem;
  }
  .topics__item--btn{
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 1.0rem;
  }
}
/*TOPICS*/


/*service*/
.service{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0;
}
.common__title{
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #13216A;
}
.common__description{
  font-size: 1.4rem;
  font-weight: bold;
  color: #13216A;
  letter-spacing: 0.2em;
}
.service__benefits{
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.service__benefit{
  background: #F5F8FA;
  border-radius: 12px;
  width: calc(100% / 5);
  height: 300px;
  text-align: center;
  margin: 28px 0 0;
}
.service__benefit h3{
  background: #E4EFF7;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 90px;
  height: 37px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #234D96;
}
.service__benefit h3 span{
  font-weight: bold;
  font-size: 2.0rem;
  color: #234D96;
  margin-left: 4px;
}
.service__benefit picture{
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
.service__benefit h4{
  font-size: 1.8rem;
  font-weight: bold;
  color: #13216A;
  line-height: 1.4;
}
.service__benefit p{
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #13216A;

}
.service__benefit picture img{
  vertical-align: bottom;
}
.service__benefit--01 picture{
  margin-top: 11px;
  margin-bottom: 26px;
}
.service__benefit--01 p{
  margin-top: 16px;
}
.service__benefit--02 picture{
  margin-top: 29px;
  margin-bottom: 43px;
}
.service__benefit--03 picture{
  margin-top: 21px;
  margin-bottom: 29px;
}
.service__benefit--04 picture{
  margin-top: 14px;
  margin-bottom: 38px;
}
.service__benefit--05 picture{
  margin-top: 14px;
  margin-bottom: 32px;
}
.service__benefit--05 p{
  margin-bottom: 12px;
}
.service__benefit-note{
  color: #666666;
  font-size: 1.0rem;
  font-weight: normal;
  margin-top: 12px;
  display: block;
  padding: 0 10px;

}
@media print, screen and (max-width: 767px) {
  .common__title{
    font-size: 2.8rem;
  }
  .common__description{
    font-size: 1.2rem;
  }
  .service{
    max-width: unset;
    width: unset;
    margin: 0 20px 0 20px;
    padding: 0;

  }
  .service__benefits{
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 24px 0 0 0;
  }
  .service__benefit{
    margin: 0;
    width: calc((100% / 2) - 6px);
    height: 250px;
    padding: 0 0 20px;
    border-radius: 8px;
  }
  .service__benefit:last-child{
    width: 100%;
  }
  .service__benefit h4{
    font-size: 1.4rem;
  }
  .service__benefit p{

  }
  .service__benefit--01 picture{
    margin-top: 15px;
    margin-bottom: 16px;
  }
  .service__benefit--01 picture img{
    width: 60px;
    vertical-align: bottom;
  }
  .service__benefit--02 picture{
    margin-top: 26px;
    margin-bottom: 24px;

  }
  .service__benefit--02 picture img{
    width: 60px;
    vertical-align: bottom;
  }
  .service__benefit--03 picture{
    margin-top: 18px;
    margin-bottom: 20px;

  }
  .service__benefit--03 picture img{
    width: 38px;
    vertical-align: bottom;
  }
  .service__benefit--04 picture{
    margin-top: 16px;
    margin-bottom: 28px;

  }
  .service__benefit--04 picture img{
    width: 60px;
    vertical-align: bottom;
  }
  .service__benefit--05 picture img{
    width: 68px;
    vertical-align: bottom;
  }
  .service__benefit--01 p{
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .service__benefit--inner{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: max-content;
    gap: 30px;
    margin: 20px auto 0;
  }
  .service__benefit--inner picture{
    width: 69px;
    margin: 0;
  }
  .service__benefit--inner picture img{
    max-width: 100%;
  }
  .service__benefit--inner .service__benefit--deatil{
    width: calc(100% - 99px);
  }
  .service__benefit--05{
    height: 150px;
    padding: 0;
  }
  .service__benefit h3{
    font-size: 1.2rem;
    width: 80px;
    height: 33px;
    line-height: 33px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .service__benefit h3 span{
    font-size: 1.8rem;
  }
  .service__benefit--05 p{
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
/*service*/

/*Recommended*/
.tab__recommend--main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.tab__recommend {
  background-color: #F8E9F2;
  box-shadow: 1px 3px 40px rgba(19, 33, 106, 0.13);
  overflow: hidden;
  border-radius: 50px;
  padding: 60px 0;
}
.tab__recommend--items{
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  /**/
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  gap: 24px;
  flex-direction: row;;

}
.tab__recommend--item{
  width: 200px;
  background: #fff;
  padding: 16px 20px 20px;
  box-sizing: border-box;
  border-radius: 12px;
  box-shadow: 0px 0px 20px rgba(63, 84, 154, 0.1);

}
.tab__recommend--item img{
  aspect-ratio: 1 / 1;
}
.tab__recommend--item h3{
  text-align: center;
  font-size: 2.0rem;
  margin: 8px 0 12px;
  color: #13216A;
  font-weight: bold;
  box-sizing: border-box;
}
.tab__recommend--item p.tab__recommend--comment {
  font-size: 1.4rem;
  color: #13216A;
  margin-bottom: 16px;
  font-weight: 600;
}
.tab__recommend--item p.tab__recommend--btn{
  width: 138px;
  height: 34px;
  margin: 0 auto;
  background: #13216A;
  border-radius: 17px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.tab__recommend--item a{
  text-decoration: none;
}
.tab__recommend--item a picture{
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tab__recommend--item a picture img{
  max-width: 100%;
  max-height: 100%;
}
@media print, screen and (max-width: 767px) {

  .tab__recommend--items{
    padding: 0 0 0 11px;

    /**/
      width: unset;
      max-width: unset;
      margin: 0 0;
      gap: 0;
      flex-direction: column;
  }

  .tab__recommend--item{
    width: 161px;
    padding: 0 0 16px;
    border-radius: 8px;
  }
  .tab__recommend--item picture{
    width: 100%;
    height: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    aspect-ratio: 1 / 1;
    padding: 8px 8px 0;
  }
  .tab__recommend--item img{
    max-width: 100%;
  }
  .tab__recommend--item h3{
    font-size: 1.8rem;
    margin: 8px 15px 12px;
  }
  .tab__recommend--comment{
    margin: 0 15px;
  }
  .tab__recommend--item p.tab__recommend--comment{
    font-size: 1.2rem;
  }
  .tab__recommend--item p.tab__recommend--btn{
    width:120px;
    height: 28px;
    margin: 0 auto;
    font-size: 1.2rem;
  }
  .tab__recommend .slick-track{
    gap: 12px;
    display: flex;
  }
  .tab__contents{
    border-radius: 20px;
  }
}
/*Recommended*/

/*NEWS*/
.news {
  max-width: 1200px;
  width: 100%;
  margin: 80px auto 0;
}
.news__list {
  margin: 28px 0 24px;
}
.news__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news__item li a {
  font-size: 1.4rem;
  text-decoration: none;
}
.news__item li h3 {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 0px 20px rgba(32, 49, 105, 0.1);
  display: block;
  padding: 24px 20px;
  max-height: 58px;
  color: #13216A;
  font-size: 1.4rem;
  text-decoration: none;
}
.news__btn {
  background: #0D2D6C;
  width: 334px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
  font-size: 1.4rem;
  border-radius: 16px;
  text-decoration: none;
  font-weight: bold;
}
/*NEWS*/

@media print, screen and (max-width: 767px) {
  .news {
    margin: 60px auto 0;
    max-width: unset;
  }
  .news__list {
    margin: 24px 0 16px;
  }
  .news__item li a {
    font-size: 1.2rem;
  }
  .news__item li h3 {
    padding: 20px 16px 16px;
    border-radius: 8px;
    max-height: 68px;
  }
  .news__btn {
    width: 180px;
    height: 24px;
    font-size: 12px;
  }
}


.block-cart--body {
  padding-top: 0;
}
html {
    font-size: 62.5%;
}
body{
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;;
	color: #222222;
	font-size: 1.6rem;
}

/*ヘッダー位置*/
header{
  min-height: 80px;
  width: 100%;
  background: #FFF;
  filter: drop-shadow(0px 0px 30px rgba(63, 84, 154, 0.1));
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header__importance {
  display: flex;
  align-items: center;
}
.header__importance--wrap{
  width: 100%;
}
.header__importance--wrap .slick-list {
  overflow: hidden;
}
.header__importance.slick-slider {
  display: flex;
  align-items: center;
}
.header__importance + header {
  top: 36px;
}
.header__importance + header.fixed {
  top: 0;
}
body.page-cart .container > main.fixed {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navitopicpath_ a.topicpath_home_ {
  margin-left: 0;
}
/*お知らせなし*/
.header__importance + header + .header__slidemenu + .pane-contents{
  margin-top: 116px;
}
.pane-order-contents,
.pane-contents {
  margin-top: 80px;
}
.pane-order-contents .pane-order-contents,
.pane-contents .pane-contents {
  margin-top: 0;
}
.pane-order-contents h1,
.pane-contents h1 {
  margin-top: 60px;
}
.navitopicpath_ + h1 {
  margin-top: 20px;
}
.pane-order-contents .block-cart {
  margin-top: 60px;
}
.navitopicpath_ + * h1 {
  margin-top: 20px;
}
.block-topic-path + * h1 {
  margin-top: 20px;
}
/*お知らせなし*/
@media print, screen and (min-width: 768px){
  body{
    min-width: 1200px;
  }
  .header__importance--wrap {
    width: 1200px;
    margin: 0 auto;
  }
}

@media print, screen and (max-width: 767px) {
  div .block-topic-path--delimiter {
    bottom: unset;
    top: 0.4em;
    margin: unset;
  }
  /*お知らせなし*/
  .header__importance + header {
    top: 58px;
  }
  .pane-order-contents,
  .pane-contents {
    margin-top: 60px;
  }
  .pane-order-contents .pane-order-contents,
  .pane-contents .pane-contents {
    margin-top: 0;
  }
  .pane-order-contents h1,
  .pane-contents h1 {
    margin-top: 56px;
  }
  .navitopicpath_ + h1 {
    margin-top: 12px;
  }
  .pane-order-contents .block-cart {
    margin-top: 60px;
  }
  .navitopicpath_ + * h1 {
    margin-top: 12px;
  }
  .block-topic-path + * h1 {
    margin-top: 12px;
  }
  /*お知らせなし*/

  /*お知らせあり*/
  /*お知らせなし*/
  .header__importance + header.fixed{
    top: 0;
  }
  .header__importance + header + .header__slidemenu + .pane-order-contents,
  .header__importance + header + .header__slidemenu + .pane-contents {
    margin-top: 118px;
  }
  .header__importance + header + .header__slidemenu + .pane-order-contents .pane-order-contents,
  .header__importance + header + .header__slidemenu +   .pane-contents .pane-contents {
    margin-top: 0;
  }
  .header__importance + header + .pane-order-contents h1,
  .header__importance + header + .pane-contents h1{
    margin-top: 118px;
  }
  .header__importance + header + .header__slidemenu + .pane-order-contents h1,
  .header__importance + header + .header__slidemenu + .pane-contents h1 {
    margin-top: 56px;
  }
  .header__importance + header + .pane-order-contents .navitopicpath_ + h1,
  .header__importance + header + .pane-contents .navitopicpath_ + h1,
  .header__importance + header + .header__slidemenu + .pane-order-contents .navitopicpath_ + h1,
  .header__importance + header + .header__slidemenu + .pane-contents .navitopicpath_ + h1 {
    margin-top: 12px;
  }
  .header__importance + header + .pane-order-contents .block-cart {
    margin-top: 118px;
  }
  .header__importance + header + .pane-order-contents .navitopicpath_ + * h1,
  .header__importance + header + .pane-contents .navitopicpath_ + * h1,
  .header__importance + header + .header__slidemenu + .pane-order-contents .navitopicpath_ + * h1,
  .header__importance + header + .header__slidemenu + .pane-contents .navitopicpath_ + * h1 {
    margin-top: 12px;
  }
  .header__importance + header + .pane-order-contents .block-topic-path + * h1,
  .header__importance + header + .pane-contents .block-topic-path + * h1,
  .header__importance + header + .header__slidemenu + .pane-order-contents .block-topic-path + * h1,
  .header__importance + header + .header__slidemenu + .pane-contents .block-topic-path + * h1 {
    margin-top: 12px;
  }
  /*お知らせあり*/

  .block-topic-path {
    padding: 16px 20px;
  }
  .page-menu .block-topic-path {
    padding: 0;
  }
  .block-topic-path--item__home a {
    margin-left: 0;
  }
  .page-couponlist .block-coupon-list--header {
    padding-left: 20px;
    padding-right: 20px;
  }


}

@media print, screen and (min-width: 767px) {
  header.fixed + .pane-order-contents .js-fixed-box-wrapper {
    display: block!important;
  }
  header.fixed + .pane-order-contents .block-cart--procedure-container-menu{
    width: unset;
  }
  header.fixed + .pane-order-contents .block-cart--procedure-container-menu{
  width: 300px;
  }
  /* header.fixed + .pane-order-contents .block-cart--procedure-container-menu, */
  header.fixed + .pane-order-contents .block-order-estimate--procedure:not(:has(.block-order-estimate--entry-customer)),
  header.fixed + .pane-order-contents .js-fixed-box-content {
    max-width: 300px;
    position: fixed;
    top: unset;
  }
}

/*ヘッダー位置*/

/*重要なお知らせ*/
.header__importance {
  height: 36px;
}
.fixed .header__importance {
  display: none;
}
.header__importance{
  background: #10384F;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__importance-main.slick-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__importance-main{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 36px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.header__importance-main .slick-list {
}
.header__importance-main div {
  position: relative;
  width: 1200px;
}
.header__importance-main p{
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header__importance-main a{
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  color: #fff;
  width: 100px;
  height: 18px;
  font-size: 1.0rem;
  background: rgba(255,255,255,0.1) url(../img/header/importance.png) right 10px center no-repeat;
  border-radius: 10px;
  text-decoration: none;
  justify-content: start;
  align-items: center;
  padding: 0 0 0 12px;
  box-sizing: border-box;
  font-weight: 500;
}
/*重要なお知らせ*/

/*ヘッダー中央左*/
.header__main{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.header__main-left{
  display: flex;
  flex-direction: row;

}
.header__main-left p,
.header__main-left .header__logo{
  min-width: 170px;
  margin: 15px 25px 17px 0;
}
.header__main-left p img,
.header__main-left .header__logo img{
  vertical-align: bottom;
  width: 170px;
  height: auto; 
  max-width: 100%;
  display: block;
}
.header__search form{
  position: relative;
}
.header__search input[type="text"]{
  background: rgba(16, 56, 79, 0.05);
  border: none;
  outline: none;
  width: 400px;
  height: 40px;
  display: flex;
  border-radius: 20px;
  margin: 20px 0;
  padding: 19px;
  box-sizing: border-box;
  border: 1px solid rgba(16, 56, 79, 0.15);
  font-size: 1.2rem;
  color: #10384F;
}
.header__search input[type="text"]::placeholder{
  color: #10384F;
  font-size: 1.2rem;
}
.header__search [type="submit"]{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  background: url(../img/header/search.png) center center no-repeat;
  width: 17px;
  height: 17px;
  outline: none;
  border: none;
  cursor: pointer;
}
/*ヘッダー中央左*/

/*ヘッダー中央右*/
.header__main-right{
  width: max-content;
  margin: 0 0 0 auto;
}
.header__main-right ul{
  display: flex;
  flex-direction: row;
}
.window{
  padding: 0 11px 0 0;
  background: url(../img/header/window.png) right center no-repeat;
}
.header__main-link1{
 gap: 8px;
 width: max-content;
 margin: 7px 0 0 auto;
}
.header__main-link1 a{
  background: rgba(16, 56, 79, 0.1) url(../img/header/shape-b.png) right 10px center no-repeat;
  display: flex;
  padding: 0 18px 0 12px;
  box-sizing: border-box;
  height: 18px;
  border-radius: 10px;
  font-size: 1.0rem;
  text-decoration: none;
  color: #113950;
  font-weight: 500;
  line-height: 18px;
}
.header__main-link1 a:hover{
  opacity: 0.8;
}

.header__main-link2{
  margin: 10px 0 0 0;
}
.header__main-link2 li{
  text-align: center;
}
.header__main-link2 li.onlineshop{
    margin-right: 16px;
}
.header__main-link2 li.faq{
    margin-right: 20px;
}
.header__main-link2 li.guide{
    margin-right: 16px;
}
.header__main-link2 li.mypage{
    margin-right: 24px;
}
.header__main-link2 li {
  position: relative;
}
.header__main-link2 li span.js-cart-count {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0px;
  right: -5px;
  width: 10px;
  height: 10px;
  background: #DE8BBB;
  border-radius: 50%;
  text-indent: -9999px;
  display: none;
}
.header__main-link2 img{
  margin-bottom: 5.5px;
  vertical-align: bottom;
}
.header__main-link2 a{
  font-size: 8px;
  color: #10384F;
  text-decoration: none;
  display: block;
}
.header__main-link2 p{
  display: block;
  line-height: 1;
  color: #10384F;
  font-weight: 500;
}
header.fixed{
  filter: drop-shadow(0px 0px 30px rgba(63, 84, 154, 0.1));
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 10000;
}
/*`LP用ヘッダー*/
.header__main.-lp{
  width: 100%;
  padding: 0 20px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 12px 12px;
  box-sizing: border-box;
}
.header__main-right.-lp{
  display: block;
}
.header__main-info{
  display: flex;
  align-items: center;
  gap: 0 14px;
}
.header__main-contact-tel{
  color: #10384F;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.header__main-contact-time{
  font-size: 12px;
}
.header__main-co-logo{
  width: 40px;
  height: 40px;
}
.header__main-co-logo img{
  width: 100%;
}
.header__slidemenu{
  display: none;
}
/*ヘッダー中央右*/
@media print, screen and (max-width: 1200px) {
  .header__importance,
  body header,
  body .wrapper_,
  main .service,
  main .news{
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  footer .footer__main {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    max-width: unset;
  }
}
@media print, screen and (max-width: 767px) {
  .header__importance {
    height: 58px;
    padding: 0;
    box-sizing: border-box;
  }
  .header__importance-main.slick-slider {
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 0;
  }
  .slick-initialized .slick-slide p {
    text-align: left;
  }
  .header__importance-main.slick-initialized .slick-slide {
    padding: 0 20px;
    width: 100vw;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    height: 58px;
    display: flex;
    align-items: center;

  }
  body{
    min-width: unset;
  }
  body.setimportanceheight .container > main {
    margin-top: 0;
  }
  body .container main {
    margin-top: 0;
  }
  .header__importance-main div {
    width: unset;
  }
  .header__importance,
  body header,
  body .wrapper_,
  footer .footer__main{
    padding-left: 0;
    padding-right: 0;
  }
  .anchor__link--main.fixed + .detail__main{
    margin: 0;
  }
  header.fixed{
    filter: unset;
  }
  header.fixed .header__main{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
    padding: 0 20px;
    box-sizing: border-box;
    filter: drop-shadow(0px 0px 30px rgba(63, 84, 154, 0.1));
  }
  header.fixed .header__main:not(.-lp){
    padding: 0 0;
  }
  body.setimportanceheight header {
    top: 60px;
  }
  body.setimportanceheight header.fixed {
    top: 0;
  }
  header.fixed .header__main .header__main-left h1{
    margin: 11px 13px 11px 15px;
  }
  .header__importance-main{
    max-width: unset;
    width: unset;
    height: unset;
    display: block;
    box-sizing: border-box;
    padding: 12px 20px 14px;
    box-sizing: border-box;
    max-height: 60px;
    overflow: hidden;
  }
  .header__importance-main a{
    position: absolute;
    top: unset;
    bottom: 8px;
    right: 20px;
    margin: 0;
    padding: 0 0 0 12px;
    box-sizing: border-box;
    width: 100px;
    border-radius: 10px;
    height: 18px;
    float: left;
    z-index: 999999;
  }
  .header__importance-main p{
    display: inline-block;
    font-size: 1.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    float: left;
  }
  .header__importance-main p span:last-child {
    padding-right: 200px;
  }
  .header__menu--btn{
    margin: auto 0 auto 20px;
    width: 24px;
    height: max-content;
  }
  .header__menu--btn img{
    width: 22px;
  }
  header {
    min-height: 60px;
  }
  .header__main{
    max-width: 100%;
    height: 60px;
    flex-direction: column;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0px 0px 30px rgba(63, 84, 154, 0.1);

  }
  .header__search{
    display: none;
  }
  header .header__main-link1{
    display: none;
  }
  header .header__main-right{
    margin: 0;
    display: none;
  }
  .header__main-left h1,
  .header__main-left .header__logo{
    min-width: unset;
    margin: 11px 13px 13px 15px;
  }
  .header__main-left h1 img,
  .header__main-left .header__logo img{
    width: auto;
    height: 35px;
    max-width: 100%;
    display: block;
    vertical-align: bottom;
  }
  .header__main-sp ul{
    display: flex;
    gap: 2px;
    flex-direction: row;
    margin: 0 0 0 0;
  }
  .header__main-sp.hidden-fb{
    margin: 11px 20px 0 auto;
    display: flex;
    flex-direction: row;
  }
  .header__main-sp ul li.loope img{
    height: 20px;
    margin: 3px 0 5px;
  }
  header .header__search{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #FFF;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  header .header__search input[type="text"]{
    width: 100%;
    margin: 0;
  }
  .header__main-sp ul li.mypage img{
    height: 20px;
    margin: 3px 0 5px;
  }
  .header__main-sp ul li.cart img{
    height: 20px;
    margin: 3px 0 5px;
  }
  .header__main-sp .bayer{
    margin: 0 0 0 5px;
  }
  .header__main-sp .bayer img{
    width: 34px;
  }
  .header__main-sp ul li {
    position: relative;
  }
  .header__main-sp ul li > span.js-cart-count{
    content: '';
    position: absolute;
    top: -5px;
    right: 5px;
    width: 10px;
    height: 10px;
    background: #DE8BBB;
    border-radius: 50%;
    text-indent: -9999px;
    display: none;
  }
  .header__main-sp ul li > span,
  .header__main-sp ul a{
    width: 40px;
    height: 38px;
    color: #10384F;
    text-decoration: none;
    font-size: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
  }

  .header__slidemenu{
    position: fixed;
    top: 120px;
    left: 0;
    background: #fff;
    width: 100%;
    height: calc(100dvh - 60px);
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    z-index: 999999999;
    box-sizing: border-box;
    padding: 18px 20px 60px;
    overflow: scroll;
  }
  .header__slidemenu .header__search{
    display: block;
  }
  .header__slidemenu .header__search input[type="text"]{
    width: 100%;
    margin-top: 0;
  }
  body.fixed header{
    filter: unset;
    top: 0;
    z-index: 9999;
  }
  body.fixed .header__slidemenu{
    top: 60px;
  }
  body.fixed .header__main{
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    filter: drop-shadow(0px 0px 30px rgba(63, 84, 154, 0.1));
  }
  .header__slidemenu.hidden-fb{
    display: none;
  }
  .header__slidemenu--systempage{
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    margin: 0 0 24px;
  }
  .header__slidemenu--systempage li{
    width: calc(100% / 2);
  }
  .header__slidemenu--systempage li.header__slidemenu-register a{
    background: #10384F;
    color: #FFF;
  }
  .header__slidemenu--systempage li a{
    border-radius: 4px;
    background: rgba(16,56,79,0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #10384F;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: 500;
  }
  .header__slidemenu--staticpage{
    margin-bottom: 20px;
  }
  .header__slidemenu--staticpage li{
    border-bottom: 1px solid #CFD7DC;
    padding: 0 0 16px;
    margin: 0 0 16px;
  }
  .header__slidemenu--staticpage li a{
    font-size: 1.4rem;
    font-weight: bold;
    color: #10384F;
    text-decoration: none;
  }
  .header__slidemenu--staticpage span.window{
    background: url(../img/header/sp/window.png) right center no-repeat;
    background-size: 12px;
    padding-right: 18px;
  }
  .header__slidemenu--staticpage .bepanthen {
    margin-right: 8px;
    width: 45px;
    vertical-align: bottom;
  }
  .header__slidemenu--tel{
    border: 1px solid #10384F;
    border-radius: 4px;
    text-align: center;
    padding: 16px 0;
    margin-bottom: 16px;
    box-sizing: border-box;
  }
  .header__slidemenu--tel p{
    font-weight: 500;
  }
  .header__slidemenu--tel01{
    font-size: 1.2rem;
    color: #10384F;
    margin-bottom: 10px;
  }
  .header__slidemenu--tel02{
    font-size: 2.0rem;
    color: #10384F;
    margin-bottom: 10px;
    line-height: 1;
  }
  .header__slidemenu--tel03{
    font-size: 1.0rem;
    color: #10384F;
  }
  .header__slidemenu--contact{
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .header__slidemenu--contact li a{
    background: rgba(16,56,79,0.10) url(../img/header/sp/link.png) right 13px center no-repeat;
    background-size: 5px auto;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: #10384F;
    text-decoration: none;
    border-radius: 4px;

  }
  .header__slidemenu--chat span{
    background: url(../img/header/sp/chat.png) left center no-repeat;
    background-size: 16px;
    padding: 0 0 0 24px;
    font-weight: 500;
  }
  .header__slidemenu--mail span{
    background: url(../img/header/sp/mail.png) left center no-repeat;
    background-size: 16px 12px;
    padding: 0 0 0 24px;
    font-weight: 500;
  }
  .header__close--btn{
    width: max-content;
    margin: 16px 0 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    line-height: 1;
    text-align: center;
  }
  .header__close--btn.hidden-fb{
    display: none;
  }
  .header__close--btn p{
    color: #10384F;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1;
    min-width: unset;
    margin: 0;
  }
  .header__close--btn img{
    width: 17px;
    height: 17px;
    margin: 0 0 5px;
  }
  body.fixed {
    position: fixed;
    left: 0;
    width: 100%;
  }
  /*`LP用ヘッダー*/
  .header__main-contact-tel{
    font-size: 16px;
  }
  .header__main-contact-time{
    font-size: 10px;
  }
}
@media print, screen and (max-width: 380px) {
  .header__importance-main p {
    font-size: 1.1rem;
  }
}
/* パンくず */
#bread-crumb-list {
  line-height: 1;
}
.navitopicpath_ {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1;
  text-align: left;
  word-break: break-word;
  padding: 16px 0;
}

.navitopicpath_ a {
  margin: 0 0.5em;
  color: #10384F;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
}
.navitopicpath_ li {
  font-size: 1.2rem;
  font-weight: 500;
  color: #10384F;
  position: relative;

}
.forcms_block.navitopicpath_ li:first-child span {
  display: none;
}

.navitopicpath_ span.current_ {
  margin: 0 0.5em;
}

.navitopicpath_ li {
  display: inline;
}

.navitopicpath_ li:last-of-type a {
  text-decoration: underline;
}
/*フッター*/
footer{
  background: #3D414B;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 32px 0 16px;
  margin-top: 100px;
}
.pane-order-contents footer {
  min-height: unset;
}
.page-alert footer,
.page-order footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer a:hover{
  opacity: 0.8;
}
.footer__main{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer__sns{
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.footer__link{
  border-top: 1px solid #7E8391;
  border-bottom: 1px solid #7E8391;
  padding: 28px 0;
}
.footer__link ul:first-child{
  margin: 0;
}
.footer__link ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.footer__link ul li{
  margin: 0 24px 0 0;
  padding: 0 24px 0 0;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
}
.footer__link ul li::before{
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 14px;
  background: #7E8391;
  margin:  auto 0;
}
.footer__link ul li:last-child::before{
  display: none;
}
.footer__link ul li:last-child{
  margin: 0;
  padding: 0;
}
.footer__link ul a{
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}
.footer__link ul a:hover{
  text-decoration: underline;
}
.footer__site{
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 682px;
  margin: 24px auto;
}
.footer__site li{
  width: 50%;
}
.footer__site a{
  display: block;
  background: rgba(255,255,255,0.1) url(../img/footer/window.png) right 20px center no-repeat;
  height: 54px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
}
.footer__site a:hover{
  opacity: 0.8;
}
.footer__site a img{
  margin-right: 12px;
}
.footer__edam{
  width: max-content;
  margin: 0 auto;
  color: rgba(255,255,255,0.4);
  font-size: 1rem;
}
.footer__edam a{
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none !important;
}
footer small{
  width: max-content;
  margin: 0 auto;
  display: flex;
  color: rgba(255,255,255,0.4);
  font-size: 10px;

}
.pagetop{
  width: 40px;
  height: 40px;
  background: rgba(5,32,47,0.7) url(../img/footer/pagetop.png) center center no-repeat;
  border-radius: 4px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  text-indent: -9999px;
  z-index: 9999;
}
.footer__main.-lp .footer__link{
  border: none
}
.footer__contact{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.footer-contact__content{
  padding: 22px 20px 24px;
  border-radius: 8px;
  background-color: rgba(255,255,255,0.1);
  text-align: center;
}
.footer-contact__title{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.footer-contact__lead{
  margin-top: 1em;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.footer-contact__tel{
  margin-top: 12px;
  display: inline-block;
  color: #fff;
  font-size: 28px;
  line-height: 1.14;
  text-align: center;
  text-decoration: none;
}
.footer-contact__note{
  margin-top: 4px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  opacity: 0.6;
}

@media print, screen and (max-width: 767px) {
  footer{
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    margin-top: 60px;
    min-height: unset;
  }
  .page-alert footer,
  .page-order footer {
    position: static;
  }
  .footer__sns{
    gap: 28px;
    margin-bottom: 24px;
  }
  .footer__sns a img{
      vertical-align: bottom;

  }
  .footer__sns--line img{
    width: 32px;
  }
  .footer__sns--instagram img{
    width: 32px;
  }
  .footer__sns--facebook img{
    width: 32px;
  }
  .footer__sns--x img{
    width: 25px;
  }
  .footer__sns--youtube img{
    width: 32px;
  }
  .footer__main{
    max-width: 100%;
  }
  .footer__site{
    width: 100%;
  }
  .footer__link{
    border: none;
    padding: 0;
  }
  .footer__link ul{
    flex-wrap: wrap;
    border-top: 1px solid #7E8391;
    margin: 0;
    justify-content: start;
  }
  .footer__link ul:last-child{
    border: none;
  }
  .footer__link ul li{
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #7E8391;
  }
  .footer__link ul li:nth-child(odd){
    border-right: 1px solid #7E8391;

  }
  .footer__link ul li a{
    line-height: 1.4;
    font-size: 1.4rem;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__link ul li::before{
    display: none;
  }
  .footer__site{
    margin: 20px 20px 24px;
    width: unset;
    gap: 8px;
    flex-direction: column;
  }
  .footer__site a{
    background: rgba(255, 255, 255, 0.1) url(../img/footer/sp/window.png) right 20px center no-repeat;
    background-size: 12px;

  }
  .footer__site li{
    width: 100%;
  }
  .elevit_logo img{
    width: 32px;
  }
  .corp_logo img{
    width: 32px;
  }
  .pagetop{
    bottom: 20px;
    right: 20px
  }
  .footer__contact{
    margin-top: 20px;
    padding: 0 20px;
  }
  .footer__main.-lp .footer__site{
    margin-top: 8px;
  }
}
/*フッター*/


/*ぱんくず*/
.pane-topic-path .container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.pane-topic-path .container ul{
  display: flex;
  flex-direction: row;
  padding: 16px 0;
}
.pane-topic-path .container ul li.block-topic-path--category-item{
  margin-left: 8px;
  padding-left: 11px;
  position: relative;
}
.pane-topic-path .container ul li.block-topic-path--category-item.block-topic-path--item__home{
  margin-left: 0;
  padding-left: 0;
}
.pane-topic-path .container ul li span,
.pane-topic-path .container ul li a{
  line-height: 1;
  font-size: 1.2rem;
  color: #10384F;
  text-decoration: none;
}
.block-topic-path--delimiter{
  height: max-content;
  background: url(../img/header/path.png) center center no-repeat;
  text-indent: -9999px;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.hidden-fb{
  display: none;
}
.hidden-sp{
  display: block;
}

@media print, screen and (max-width: 767px) {
  .pane-topic-path{
    padding: 0 20px;
  }
  .pane-topic-path .container{
    max-width: 100%;
  }
  .hidden-fb{
    display: block;
  }
  .hidden-sp{
    display: none;
  }
}
/*ぱんくず*/


/* @media screen and (max-width: 1200px) {
  body {
    min-width: 1200px;
  }
} */
@media print, screen and (max-width: 767px) {
  body {
    min-width: unset;
  }
}

@media screen and (max-width: 1250px) and (min-width: 1200px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
  }

  header,
  footer{
    padding: 32px 20px 16px;
    box-sizing: border-box;
  }
}



/* 価格表示 */
.g_price_ {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.g_price_line_ {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: start;
  font-size: 2.0rem;
  font-weight: bold;
}
.g_price_line_ > * {
  line-height: 1;
}
.g_price_normal_ {
  color: #13216A;
}
.g_price_regular_ {
  color: #E52E58;
}
.price_ {
  width: 100%;
  overflow: hidden;
}
.g_price_line_ .price_title_ {
  font-size: 1.2rem;
}
.g_price_line_ .yen_ {
  margin-left: 4px;
  font-size: 1.6rem;
  word-break: break-all;
  line-height: 1;
}
.g_price_line_ .tax_ {
  margin-left: 2.5px;
  margin-right: 3px;
  font-size: 0.8rem;
  word-break: break-all;
}

.price_pop_ {
  font-size: 1.0rem;
  padding: 4px 6px;
  border: 1px solid #E52E58;
  border-radius: 25px;
  box-sizing: border-box;
  width: max-content;
  min-width: 51px;
  min-height: 18px;
  margin: 0 0 0 0;
  display: inline-block;
  max-height: 18px;
}


.exclude_price_ {
  color: #333;
  font-weight: bold;
  font-size: 4vw;
}

div.g_price_ > span.small_ {
  font-size: 100%;
  color: #333;
}

.g_price_ {
  position: relative;
}

.g_price_::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #676767;
  border-right: solid 2px #676767;
  top: -25%;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 6.133vw;
  content: none;
}
@media print, screen and (max-width: 767px) {
  .g_price_line_ {
    font-size: 1.8rem;
  }
  .g_price_line_ .price_title_ {
    font-size: 1.0rem;
  }
  .g_price_line_ .yen_ {
    font-size: 1.8rem;
  }
  .g_price_line_ .tax_ {
    margin-left: 2px;
  }
  .price_pop_ {
    max-width: 52px;
    max-height: 18px;
  }
}


.slick-dots{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 8px;
  margin: 24px 0 0 0;
}
.slick-dots li{
  width: 8px;
  height: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

}
.slick-dots button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  background: #E1E4F4;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  border-radius: 50%;
  vertical-align: top;
  cursor: pointer;
}
.slick-dots li.slick-active{
  width: 8px;
  height: 8px;
}
.slick-dots li.slick-active button{
  background: #012169;
}

/*アイコン*/
.icon_ .icon-item, [class^="block-icon--"].catchcopy {
  background: #E7F7FF;
  color: #234D96;
}
.icon_ .new, .block-icon--auto-new, .block-icon .new {
  background: #fff4e0;
  color: #d19037;
}
.icon_ .regular, .block-icon .regular{
  background: #C18C39;
  color: #fff;
}
.icon_ .single, .block-icon .single {
  background: #fff4e0;
  color: #d19037;
}
.icon_ .recommen, .block-icon .recommen {
  background: #fff4e0;
  color: #d19037;
}
.icon_ .otoku, .block-icon .recommen {
  background: #fff4e0;
  color: #d19037;
}
.icon_ .kids, .block-icon .kids {
  background: #E7F7FF;
  color: #234D96;
}
.icon_ .skincare, .block-icon .skincare {
  background: #E7F7FF;
  color: #234D96;
}
.icon_ .set, .block-icon .set {
  background: #E7F7FF;
  color: #234D96;
}
.icon_ .baby, .block-icon .baby {
  background: #E7F7FF;
  color: #234D96;
}
.icon_ .pp, .block-icon .pp {
  background: #dff2f2;
  color: #2ca19e;
}
.icon_ .child, .block-icon .child {
  background: #E7F7FF;
  color: #234D96;
}
.icon_ .newgoods, .block-icon .newgoods {
  background: #fff4e0;
  color: #d19037;
}
.icon_ .kidsandm, .block-icon .kidsandm {
  background: #E7F7FF;
  color: #234D96;
}
.icon_ .ttc-pg, .block-icon .ttc-pg {
  background: #F8E9F2;
  color: #DE8BBB;
}
.icon_ .ttc, .block-icon .ttc {
  background: #F8E9F2;
  color: #DE8BBB;
}
.icon_ .pg, .block-icon .pg {
  background: #f0edf6;
  color: #9e6ea6;
}
.icon_ .pg-pp, .block-icon .pg-pp {
  background: #f0edf6;
  color: #9e6ea6;
}
.icon_ .ttcpgpp, .block-icon .ttcpgpp {
  background: #f4ecf5;
}
.icon_ .hoshitsu, .block-icon .hoshitsu {
  background: #E7F7FF;
  color: #234D96;
}
.icon_ .hcare, .block-icon .hcare {
  background: #E7F7FF;
  color: #234D96;
}
.icon_ .free {
  background: #F8E9F2;
  color: #DE8BBB;
}
.block-icon--auto-reservation,
.icon_ .reserve,
.block-icon .reserve,
.block-icon--auto-on-sales,
.icon_ .sale,
.block-icon .sale
{
  background: #fff4e0;
  color: #d19037;
}
.block-icon span {
  line-height: 1;
  width: max-content;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.block-icon {
  margin-bottom: 7px;
  line-height: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
}
.block-icon span span {
  background: none;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
.block-landingpage .block-goods-first-limited-order--title {
  background: #E7F7FF;
  color: #234D96;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 1;
  width: max-content;
  font-weight: bold;
}
/*アイコン*/

.block-filter--option-items,
.block-filter--select {
  padding: 0;
}
.btn-default {
  min-height: unset;
}
main h1 {
  margin-top: 0;
}
.wrapper > .pane-contents,
.wrapper > .pane-order-contents {
  margin-bottom: 100px;
  padding-bottom: 0;
}
.page-menu .wrapper > .pane-contents{
  margin-top: var(--header-height);
}
@media print, screen and (max-width: 767px) {
    main h1 {
        margin-top: 0;
    }
    .wrapper > .pane-contents,
    .wrapper > .pane-order-contents {
      margin-bottom: 60px;
      padding-bottom: 0;
    }
}
html, body {
  height: 100%;
  margin: 0;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wrapper > div:nth-of-type(2) {
  flex: 1;
}
main {
  margin-bottom: 100px;
}
footer {
  margin-top: auto;
}

.page-menu .pane-contents {
  width: 1200px;
  margin: 0 auto;
}
.page-couponlist .pane-main {
  max-width: 960px;
  margin: 0 auto;
}
.page-regularhistory .pane-main {
  max-width: 1200px;
}
.page-regularhistory .pane-contents .pane-main > div.block-regular-purcharse-list{
  max-width: 960px;
  margin: 0 auto;
}
.page-regularhistory .pane-main .block-topic-path {
  margin: 0;
}
.page-menu .pane-contents .container {
  width: 1200px;
  max-width: unset;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  position: relative;
}
.page-search .pane-contents .pane-main > div.block-search-goods {
  margin: 0;
}

@media print, screen and (max-width: 767px) {
  .page-search .pane-contents .pane-main > div.block-search-goods {
    margin: 0 20px;
  }
  div.navitopicpath_ {
    width: unset;
  }
  .page-menu .pane-contents .container,
  .page-menu .pane-contents {
    width: 100dvw;
    max-width: unset;
  }
}

/* ----Cookieポリシー同意---- */
.block-cookie-consent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background: rgba(0,0,0,.7);
  padding: 1.2em;
  box-sizing: border-box;
  visibility: visible;
  z-index: 9999;
}
.block-cookie-consent--text a {
  color: #fff;
  text-decoration: underline;
}
.block-cookie-consent--btn {
  display: inline-block;
  min-width: 100px;
  color: #fff;
  background: dodgerblue;
  padding: .5em 1.5em;
  cursor: pointer;
  box-sizing: border-box;
}
.coupon-benefits {
  font-size: 14px;
}
.block-coupon-list--bonus-type {
  margin-left: 5px;
}
.page-menu .coupon-summary {
  align-items: start;
}
.page-menu .coupon-summary dt {
  text-align: right;
  font-size: 14px;
  min-width: 98px;
  margin-right: 5px;
}
.page-menu .coupon-summary dd {
  text-align: left;
}

/*タブレット対応*/


@media screen and (min-width: 767px) and (max-width: 1200px) {
  body {
    min-width: 100%;
  }
  .header__main {
    max-width: 100%;
  }
  .header__main-right {
    width: unset;
  }
  .header__search input[type="text"] {
    width: 220px;
  }
  body .header__importance {
    padding: 0;
  }
  body .header__importance-main a {
    right: 20px;
  }
  body .header__importance .slick-track {
    display: flex;
  }
  body .header__importance-main {
    max-width: 100%!important;
    min-width: 100vw!important;
    width: unset!important;
  }
  body .header__importance--wrap{
    width: unset;
    max-width: 100%;
  }
  body .tab__item {
    width: unset;
  }
  body .video-container {
    width: unset;
  }
  body .slick-initialized .slick-slide.mainvisual__item, .mainvisual__item {
    min-width: unset;
  }
  body .mainvisual .slick-prev {
    left: 0;
  }
  body .mainvisual .slick-next {
    right: 0;
  }
  html body.page-menu .navitopicpath_ {
    margin-left: 20px;
    margin-right: 20px;
  }
  body.page-menu .navitopicpath_ {
    max-width: unset;
  }
  html body.page-menu .pane-contents,
  html body.page-menu main.pane-main ,
  html body main.pane-main {
    width: unset;
    max-width: unset;
  }
  body .block-mypage {
    max-width: 100vw;
  }
  .page-menu .pane-contents .pane-main > div.block-mypage {
    margin: 0;
    padding: 0;
  }
  .page-menu .block-mypage--order-contact,
  .page-menu .block-mypage-sidemenu--nav-tree,
  .page-menu .block-mypage-footermenu,
  .page-menu .block-mypage--head,
  .page-menu .block-mypage--subscription,
  .page-menu .block-mypage--order-status,
  .page-menu .block-mypage--coupon,
  .page-menu .block-cms-otherinfo {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .block-cms {
    max-width: 100%;
  }
  .page-menu .block-cms h2 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .page-menu .block-cms ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-search .pane-contents .pane-main > div.block-search-goods {
    margin-left: 20px;
    margin-right: 20px;
  }
  .page-search .service {
    padding-left: 0;
    padding-right: 0;
  }
  body .block-pickup-list-p--item a {
    flex-direction: column;
  }
  body .block-pickup-list-p--goods-image {
    margin: 0 auto;
  }
  body .block-pickup-list-p--goods-description {
    width: unset;
  }

}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .header__search input[type="text"] {
    width: 400px;
  }
}
.page-menu .block-maypage-content {
  padding-right: 40px;
}
.page-menu .maypage-content__item.swiper-slide {
    width: calc(285 / 960 * 100%);
    min-width: 285px;
}

/* アンケートページ */
body.page-questionnairecomplete h1 {
	margin-bottom: 40px;
}

/*メールニュース*/
.form-control.form-email input {
  width: 100%;
}