@charset "UTF-8";

#main img {
  max-width: 100%;
}
#main ul,
#main ol,
#main li {
  list-style: none;
}

footer .navi .inner .pagetopbtn {
  display: none;
}
.detailSection entryBlock #main p {
  font-size: initial;
  line-height: inherit;
  margin: 0 auto;
}
html {
  scroll-behavior: smooth;
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}
.spbr {
  display: block;
}
@media screen and (min-width: 720px) {
  .spbr {
    display: none;
  }
}

.pcbr {
  display: none;
}
@media screen and (min-width: 720px) {
  .pcbr {
    display: block;
  }
}
/*--------------------/ style css /--------------------*/

.hero_container {
  width: auto;
  padding: 105% 0 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 820px) {
  .hero_container {
    padding: 75% 0 0;
  }
}
.hero_container ul {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
.hero_container ul.hero_ttl {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*-------------------- sp css --------------------*/

#main {
  margin: 0 auto;
  font-size: 4vw;
  line-height: 1.5em;
  margin-bottom: 3em;
  background-color: #e0e9de;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif" "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}

#main * {
  box-sizing: border-box;
}

#main img {
  max-width: 100%;
}

.article-wrapper {
  margin: 0 auto;
}

/* #brandname-1 {
  width: 100%;
  margin: 0 auto;
}

h5.brandname {
  font-size: 100%;
  color: #808080;
  margin-bottom: 0em;
} */

#main p.cover {
  text-align: center;
  padding: 0;
  margin: 0;
}

/*-------------------- nav css --------------------*/

.nav_theme {
  margin: 0 auto 1em;
  margin-top: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 720px) {
  .nav_theme {
    margin: 0 auto;
    margin-top: 0.1em;
  }
}
.nav_theme li {
  width: 50%;
  text-align: center;
  border-right: 1px solid #292927;
}

.nav_theme li:first-child {
  border-left: 1px solid #292927;
}
.nav_theme li a {
  display: block;
  padding: 1em 0;
  color: #292927;
  text-decoration: none;
  font-size: 87.5%;
  position: relative;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.nav_theme li a::before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: 100%;
  padding: 2px 0;
  background-color: #11cd86 !important;
  z-index: -1;
  width: 0px;
  padding: 0 0 3px;
  -webkit-animation-name: square-shrink;
  animation-name: square-shrink;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav_theme li a:hover {
  color: #292927;
}
.nav_theme li a:hover span {
  color: #292927;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.nav_theme li a span {
  display: block;
  font-size: 90% !important;
  color: #292927;
}
@media screen and (min-width: 720px) {
  .nav_theme li a span {
    font-size: 200%;
  }
}
.nav_theme li a:hover::before {
  -webkit-animation-name: square-stretch;
  animation-name: square-stretch;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.nav_theme li:nth-child(2n) a::before {
  right: auto;
  left: 0;
  background-color: #f6d600 !important;
}
.nav_theme li:nth-child(3n) a::before {
  background-color: #f70044 !important;
}
.nav_theme li:last-child a::before {
  right: auto;
  left: 0;
  background-color: #066fa5 !important;
}
/*-------------------- nav css　終わり --------------------*/
.sp_btn {
  padding: 0.2em 0;
  display: block;
}
@media screen and (min-width: 720px) {
  .sp_btn {
    display: none;
  }
}

.pc_btn {
  display: none;
}
@media screen and (min-width: 720px) {
  .pc_btn {
    padding: 0.2em 0;
    display: block;
  }
}
/*-------------------- smv css --------------------*/

.smv {
  border-bottom: solid 5px #11cd86;
  width: 50%;
  padding: 1em 2em;
  font-size: 90%;
  margin-top: 3em !important;
  margin-bottom: 2em !important;
  margin: auto;
  text-align: center !important;
}
@media screen and (min-width: 720px) {
  .smv {
    font-size: 130%;
    width: 40%;
    padding: 1em 2em;
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.smv-02 {
  border-bottom: solid 5px #f70044;
  width: 50%;
  padding: 1em 2em;
  font-size: 90%;
  margin-top: 2em;
  margin-bottom: 2em !important;
  margin: auto;
  text-align: center !important;
}
@media screen and (min-width: 720px) {
  .smv-02 {
    font-size: 130%;
    width: 40%;
    padding: 1em 2em;
    margin-top: 6em;
    margin-bottom: 3em;
  }
}
.smv-03 {
  border-bottom: solid 5px #f6d600;
  width: 50%;
  padding: 1em 2em;
  font-size: 90%;
  margin-top: 2em;
  margin-bottom: 2em !important;
  margin: auto;
  text-align: center !important;
}
@media screen and (min-width: 720px) {
  .smv-03 {
    font-size: 130%;
    width: 40%;
    padding: 1em 2em;
    margin-top: 6em;
    margin-bottom: 3em;
  }
}
.smv-04 {
  border-bottom: solid 5px #066fa5;
  width: 50%;
  padding: 1em 2em;
  font-size: 90%;
  margin-top: 2em;
  margin-bottom: 2em !important;
  margin: auto;
  text-align: center !important;
}
@media screen and (min-width: 720px) {
  .smv-04 {
    font-size: 130%;
    width: 40%;
    padding: 1em 2em;
    margin-top: 6em;
    margin-bottom: 3em;
  }
}

.col2,
.col-3 {
  width: 100%;
}

.item {
  margin-bottom: 6em;
  color: #808080;
}

.item li {
  line-height: 1.5;
}

.item-img {
  margin-bottom: 0.5em;
}

.item-img img {
  width: 100%;
}
.item-lead {
  line-height: 1.5;
  font-size: 120%;
  font-weight: bold;
}

.unit {
  font-size: 80%;
}

.item-name {
  font-size: 100%;
}

.tax {
  font-size: 64%;
}

.price {
  font-size: 125%;
}

.caption {
  font-size: 80%;
}

.caption2 {
  font-size: 70%;
}

.cautionary {
  font-size: 60%;
  padding-bottom: 3em;
  margin-top: 3em;
  margin-left: 2em;
  width: 94%;
}
@media screen and (min-width: 720px) {
  .cautionary {
    font-size: 80%;
  }
}

/* 一部だけ色変更 */
.catacol {
  color: #f93952;
}
.spbr {
  display: block;
}
@media screen and (min-width: 720px) {
  .spbr {
    display: none;
  }
}

.pcbr {
  display: none;
}
@media screen and (min-width: 720px) {
  .pcbr {
    display: block;
  }
}
/*-------------------- 傘もよう --------------------*/
#umbrella img {
  width: 94%;
  margin: auto;
  display: block;
  text-align: center !important;
}

.sp_work-02 {
  display: block !important;
}
@media screen and (min-width: 720px) {
  .sp_work-02 {
    display: none !important;
  }
}

.pc_work-02 {
  display: none !important;
}
@media screen and (min-width: 720px) {
  .pc_work-02 {
    display: block !important;
  }
}

/*-------------------- カード css --------------------*/
.cp_card01,
.cp_card02,
.cp_card03 {
  width: 90%;
  font-size: 14px;
  line-height: 1.45em;
  position: relative;
  overflow: hidden;
  margin: 0 auto 1.6%;
  margin-bottom: 3em;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  border-radius: 3px;
  background: #ffffff;
  /* -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3); */
}
@media screen and (min-width: 720px) {
  .cp_card01,
  .cp_card02,
  .cp_card03 {
    width: 46%;
  }
}

.cp_card01:hover .details,
.cp_card02:hover .details,
.cp_card03:hover .details {
  left: 0;
}
.cp_card01 .photo,
.cp_card02 .photo,
.cp_card03 .photo {
  position: relative;
  height: 230px;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .cp_card01 .photo,
  .cp_card02 .photo,
  .cp_card03 .photo {
    height: 300px;
  }
}

.cp_card01 .details {
  font-family: "Open Sans";
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  margin: 0;
  padding: 10px 15px;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  background: rgba(40, 147, 67, 0.564);
}
.cp_card02 .details {
  font-family: "Open Sans";
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  margin: 0;
  padding: 10px 15px;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  background: rgba(147, 40, 40, 0.564);
}
.cp_card03 .details {
  font-family: "Open Sans";
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 120px;
  margin: 0;
  padding: 10px 15px;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  background: rgba(162, 146, 44, 0.564);
}
.cp_card01 .details > li,
.cp_card02 .details > li,
.cp_card03 .details > li {
  padding: 3px 0;
}
.cp_card01 .details li::before,
.cp_card02 .details li::before,
.cp_card03 .details li::before {
  font-family: FontAwesome;
  margin-right: 10px;
  vertical-align: middle;
}

.cp_card01 .description,
.cp_card02 .description,
.cp_card03 .description {
  position: relative;
  padding: 15px;
  z-index: 1;
}
.cp_card01 .description h1,
.cp_card02 .description h1,
.cp_card03 .description h1 {
  font-size: 1.4em;
  line-height: 1em;
  margin: 0;
  font-weight: 600;
}
.cp_card01 .description h2,
.cp_card02 .description h2,
.cp_card03 .description h2 {
  font-size: 1em;
  line-height: 1.2em;
  margin: 1.2% 0;
  color: #9b9b9b;
}
.cp_card01 .description p,
.cp_card02 .description p,
.cp_card03 .description p {
  position: relative;
  margin: 0;
  padding-top: 20px;
}
.cp_card01 .description p::after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: "";
  background: #11cd86;
}
.cp_card02 .description p::after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: "";
  background: #f70044;
}
.cp_card03 .description p::after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: "";
  background: #f6d600;
}

.category {
  font-size: 130% !important;
  margin-bottom: 1.5em;
}

/*-------------------- pc css --------------------*/

@media screen and (min-width: 720px) {
  #main {
    width: 820px;
    font-size: 16px;
  }
}

@media screen and (min-width: 720px) {
  #campaign {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
/*-------------------- cosme brandname --------------------*/

.article-wrapper {
  width: 100%;
}

.item-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1em;
}

.col-2 {
  width: 48%;
}

.col-3 {
  width: 31.3333%;
}

/* sup */
#main sup {
  font-size: 60%;
  vertical-align: top;
}

/* main CSS　*/
#main * {
  box-sizing: border-box;
}
#main img {
  max-width: 100%;
}
#main ul,
#main ol,
#main li {
  list-style: none;
}

footer .navi .inner .pagetopbtn {
  display: none;
}

.sp_work {
  display: block;
}
@media screen and (min-width: 720px) {
  .sp_work {
    display: none;
  }
}

.pc_work {
  display: none;
}
@media screen and (min-width: 720px) {
  .pc_work {
    display: block;
  }
}

/*--------------------/ #main /-------------------*/
#main {
  width: 100vw;
  margin: 0 auto;
  font-size: 3.73333vw;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: -0.001em;
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (min-width: 720px) {
  #main {
    width: 100%;
    font-size: 15px;
    /* padding: 5% 0 0; */
  }
}
@media screen and (min-width: 820px) {
  #main {
    width: 820px;
    font-size: 15px;
  }
}

.post_wrapper {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .post_wrapper {
    width: 100%;
  }
}

/*-------------------- go-top btn sp css --------------------*/
#main p.go-top a {
  position: fixed;
  bottom: 3%;
  right: 5%;
  width: 40px;
  height: auto;
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (min-width: 720px) {
  #main p.go-top a {
    bottom: 3%;
    right: auto;
    margin-left: 680px;
  }
}
@media screen and (min-width: 820px) {
  #main p.go-top a {
    margin-left: 780px;
  }
}
#main p.go-top a:hover {
  opacity: 1;
}

.fade_in {
  opacity: 0.2;
  transform: translate(0, 50px);
  transition-duration: 0.5s;
}

.fade_in.fade_in_active {
  opacity: 1;
  transform: translate(0, 0);
}
/*---------------------/ 同時開催ボタン /--------------------*/
.button-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 0.9em 1em;
  border: 1px solid #f85e2a;
  border-radius: 5px;
  background-color: #fff;
  color: #f85e2a;
  font-size: 1em;
  margin-top: 2em;
}

.button-1::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #f85e2a;
  border-right: 2px solid #f85e2a;
  content: "";
}
/*---------------------/ 売り場ニュースの階数表示を表示させない /--------------------*/
.detailSection .infoBlock,
.shopBlock:nth-child(3) {
  display: none;
}

/*--------------------/ #main settings MT記入時にbodyタグ削除により無効となる /--------------------*/
.main_container {
  width: 100vw;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .main_container {
    width: 720px;
  }
}
@media screen and (min-width: 820px) {
  .main_container {
    width: 820px;
  }
}
#main {
  width: auto;
}
