@charset "utf-8";

/*ヘッダー仕様*/
header h1.logo {
  margin: 0;
  width: auto;
  text-align: left;
}

nav {
  max-width: 98%;
}

header {
  background: hsl(0 0% 100% / 1);
  z-index: 1001;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0 0 3px 0;
  position: fixed;
  width: 100%;
  top: 0;
  transition: .3s;
}

header.is-animation {
  background: hsl(0 0% 100% / 0.85);
}

.koushiki_wrap {
  position: absolute;
  right: 1.5%;
  display: flex;
  max-width: 160px;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 102;
  box-sizing: border-box;
  transition: .3s;
}

.koushiki_wrap a {
  width: 100%;
  position: relative;
  margin: 0;
}

.drawer-hamburger {
  width: 13%;
  position: relative;
  padding: 1px 0 10px;
}

button {
  position: relative;
}

nav {
  padding: 30px 0;
}

nav ul {
  overflow: hidden;
  border-left: 1px dashed #ccc;
  display: flex;
  margin: 40px auto 0;
  transform-origin: center;
  width: 100%;
  text-align: center;
}

nav li {
  float: none;
  width: 174px;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px dashed #ccc;
  justify-content: space-between;
  margin: auto;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  background: #000;
}

#container {
  margin: 102px auto 0;
}

.special {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 287px;
  width: 100%;
}

ul.special_list {
  display: flex;
  justify-content: flex-start;
}

ul.special_list li {
  width: auto;
  margin: 0 3% 0 0;
}

ul.special_list li:last-child {
  margin: 0;
}

ul.special_list li a {
  color: #000;
  font-size: 0.9em;
  letter-spacing: 2px;
  font-weight: 500;
  transition: .3s;
  text-align: center;
  display: flex;
  align-items: center;
}

ul.special_list li a:hover {
  color: #6d6d6d;
}

ul.special_list li a .nav_num {
  text-align: center;
  color: #000;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
}

ul.special_list li a .nav_num small {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0 0 2px 0;
}

br.special_br {
  display: none;
}

.is-animation ul.special_list li a {
  font-size: 0.8em;
}

.is-animation ul.special_list li a .nav_num small {
  font-size: 13px;
}

header h1.logo {
  width: 200px;
  transition: .3s;
}

header.is-animation nav {
  padding: 20px 0;
}

/*写真リスト形式*/
nav.is-scroll h1.logo {
  width: 150px;
}

nav.is-scroll ul {
  margin: 20px auto 0;
}

nav.is-scroll {
  padding: 15px 0;
}

nav.is-scroll li a span {
  font-size: 0.75em;
}

nav.is-scroll li {
  width: 120px;
}

nav.is-scroll .submenu {
  padding: 11px 0;
}

.is-animation .koushiki_wrap {
  width: 130px;
}

body.m_open {
  overflow: hidden !important;
}

/*image*/
.image {
  background: url(../images/press/202605/bg.jpg) no-repeat;
  max-width: 100%;
  z-index: 2;
  position: relative;
  padding: 0;
  background-size: cover;
}

.image img {
  max-width: 100%;
}

.fixed {
  max-width: 100%;
  margin-top: 97px;
}

.image01,
.site-image02 {
  z-index: 0;
}

.title p,
.title p {
  font-size: 0.9em;
  line-height: 2;
  letter-spacing: 2px;
  margin: 15px 0 0;
}

.view-fixed {
  position: absolute;
  opacity: 1;
  transition: none;
}

.pc-991 {
  /* display: block; */
}

.sp-991,
.pc-1449 {
  display: none;
}




section#gourmand .slick-prev {
  left: 1%;
  top: 40%;
  bottom: inherit;
  margin: auto;
  background: url(../images/common/prev.png) no-repeat center center #000;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  transition: .3s;
  background-size: auto;
}

section#gourmand .slick-prev.slick-disabled {
  background: none;
}

section#gourmand .slick-prev:hover {
  left: 1.5%;
  transition: .3s;
}

section#gourmand .slick-next {
  right: 0%;
  top: 40%;
  bottom: inherit;
  background: url(../images/common/next.png) no-repeat center center #000;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  transition: .3s;
  background-size: auto;
}

section#gourmand .slick-next.slick-disabled {
  background: none;
}

section#gourmand .slick-next:hover {
  right: 0.5%;
  transition: .3s;
}


.pc-991 {
  display: block;
}

.sp-991,
.pc-1449,
.sp-1200 {
  display: none;
}

section#press article#news .newsbox {
  background-color: #ef8a91;
}


/*===============================
mothers__day
================================*/
article#mothers_day {
  /* background-color: #fae2e242; */
  position: relative;
  /* padding-top: 0 !important; */
  z-index: 9;
  background-color: #ffeb94;
  background-image: url(/images/press/202605/mothers_bg.svg);
  padding-top: 100px !important;
  background-size: 50%;
}

article#mothers_day .mothers__day__inner {
  max-width: 1200px;
  margin: 0 auto;
  /* padding-bottom: 50px; */
}


.mothers_day_recommend {
  /* background-color: #fae2e242; */
  position: relative;
  /* padding-top: 0 !important; */
  z-index: 9;
  background-color: #fff;
  background-image: url(/images/press/202605/recome_bg.svg);
  padding-top: 100px !important;
  background-size: 50%;
  margin-bottom: 150px;
  padding-bottom: 0;
}

.mothers_day_recommend .mothers__day__recommend__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.mothers__day__recommend__inner .titles{
    max-width: 800px;
    margin: 0 auto 50px;
}


.mothers_day_recommend .mothers__day__main {
  margin-bottom: 100px;
}

.mothers_day_recommend .mothers__day__main__inner {
    margin-bottom: 70px;
}

.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide {
  display: flex;
  grid-gap: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}

.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list {
  text-align: center;
}
.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__name{
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 15px;
}
.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__name .figure{
    width: 85px;
}
.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__name .cp{
    width: 100%;
}

.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list.lists a {
  /* padding-right: 60px; */
}

.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list:nth-of-type(3) .shop__price {
  max-width: 250px;
  margin: 0 auto;
}

.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure {
  /* margin-bottom: 25px; */
  position: relative;
}

.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure img {}

.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure figcaption {
  position: absolute;
  top: 50px;
  right: 20px;
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.7;
  text-align: left;
  width: 69px;
  height: 100%;
}
.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure figcaption.cp01{
    top: 40%;
}
.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure figcaption.cp02{
    right: -43px;
}
.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure figcaption.cp03{
    right: 0;
    top: 15%;
}
.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure figcaption span {
  padding: 9px 1px;
  background-color: #e2f2f6;
}

.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price {
  font-size: .8em;
  font-weight: bold;
  height: 125px;
}
.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price .note{
  font-size: 0.8em;
  margin-top: 5px
}
.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price dl {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 1em;
  font-weight: normal;
}

.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price dl dt {}
.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price dl dt small{
    font-size: .8em;
}
.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price dl dd {}

.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list a {
  color: #000;
}

.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list a:hover {}

.mothers_day_recommend .mothers__day__main__inner .shop__frex {
  display: flex;
  position: relative;
  justify-content: center;
}

.mothers_day_recommend .mothers__day__main__inner .shop__frex .shop__left {}

.mothers_day_recommend .mothers__day__main__inner .shop__frex .shop__right {
  width: 30%;
  /* margin-top: -72px; */
  position: absolute;
  right: -38px;
  top: -88px;
}

.mothers_day_recommend .mothers__day__main__inner .shop__frex .shop__right figure {}

.mothers_day_recommend .mothers__day__main__inner .shop__frex .shop__right figure img {}


article#mothers_day .mothers__day__inner .mothers__day__box {
  /* margin-bottom: 80px; */
  padding-bottom: 100px;
}

article#mothers_day .mothers__day__inner .mothers__day__box__list {
  /* display: flex !important; */
  /* flex-wrap: wrap; */
  max-width: 1200px;
  margin: 0 auto 70px;
  /* grid-gap: 60px; */
  display: grid !important;
  grid-gap: 42px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  /* background-color: #e2f2f6; */
  padding: 15px 0 0 0;
}

article#mothers_day .mothers__day__inner .mothers__day__box__list.sp {
  display: none !important;
}

article#mothers_day .mothers__day__inner .title__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 25px;
}

article#mothers_day .mothers__day__inner .title__inner.title02{
    max-width: 800px;
    margin: 0 auto 60px;
}

article#mothers_day .mothers__day__inner  .title__inner img {
}

article#mothers_day .mothers__day__inner  h6 {}

article#mothers_day .mothers__day__inner .mothers__day__box__item {
  /* width: 31.1%; */
  /* margin-right: 3%; */
  /* border: 1px solid #ea687a54; */
  /* margin-bottom: 3%; */
  /* box-shadow: 20px 30px 60px rgb(0 0 0 / 6%); */
  /* border-radius: 10px; */
  /* background-color: #fae2e2; */
  /* border-radius: 15px; */
  /* overflow: hidden; */
  background-color: #fff;
  /* background-image: url(/images/press/202605/thank_you_mom.svg); */
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px;
  /* background-position: 0; */
  border: 3px solid #eb728c;
  border-top: none;
  border-bottom: none;
}
article#mothers_day .mothers__day__inner .mothers__day__box__item::before{
  content:"";
  background-image: url(/images/press/202605/thank_you_mom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -12px;
  left: -5px;
  right: 0;
  width: 102.5%;
  /* max-width: 150px; */
  height: 100%;
}
article#mothers_day .mothers__day__inner .mothers__day__box__item::after{
  content:"";
  background-image: url(/images/press/202605/thank_you_mom02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -5px;
  right: 0;
  width: 100%;
  /* max-width: 150px; */
  height: 100%;
  bottom: -9px;
  background-position: bottom;
  width: 102.8%;
}
.mothers__day__shop__name {}

.mothers__day__shop__name .mothers__day__shop__names__flex {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 10px 0;
}

/* フロア画像（2Fなど）のエリア */
.mothers__day__shop__name .mothers__day__shop__names__flex figure {
    width: 60px;
    background: none !important;
}

.mothers__day__shop__name .mothers__day__shop__names__flex figure img {}

/* ショップ詳細へのリンク */
.mothers__day__shop__name .mothers__day__shop__names__flex a.shop {
    margin: 0;
    font-size: 1em;
    color: #eb728c;
    font-weight: bold;
}
article#mothers_day .mothers__day__inner .mothers__day__box__item.item06 figure {
    position: absolute;
    top: 7px;
    left: 0;
    width: 51%;
}

article#mothers_day .mothers__day__inner .mothers__day__box__item.item06 .mothers__day__caption{
  text-align: right;
}

article#mothers_day .mothers__day__inner .mothers__day__box__item.titles {
  display: flex;
  align-items: center;
  /* width: 31.1% !important; */
  flex-direction: column;
  justify-content: center;
  margin: 0 3% 0 0 !important;
}

article#mothers_day .mothers__day__inner .mothers__day__box__item:nth-of-type(2) {
  /* background-color: #e8e8e8; */
}

article#mothers_day .mothers__day__inner .mothers__day__box__item:nth-of-type(3) {
  /* background-color: #85cbbf; */
}

article#mothers_day .mothers__day__inner .mothers__day__box__item:nth-of-type(4) {
  /* background-color: #f9e88b; */
}

article#mothers_day .mothers__day__inner .mothers__day__box__item:nth-of-type(5) {
  /* background-color: #85cbbf; */
}

article#mothers_day .mothers__day__inner .mothers__day__box__item:nth-of-type(6) {
  /* background-color: #f2a3a4; */
}

article#mothers_day .mothers__day__inner .mothers__day__box__item:nth-of-type(7) {
  /* background-color: #f2a3a4; */
}

article#mothers_day .mothers__day__inner .mothers__day__box__item:nth-of-type(8) {
  /* background-color: #e8e8e8; */
}

article#mothers_day .mothers__day__inner .mothers__day__box__item:nth-of-type(9) {
  /* background-color: #f9e88b; */
}

article#mothers_day .mothers__day__inner .mothers__day__box__item:nth-child(3n) {
  /* margin-right: 0; */
}

article#mothers_day .mothers__day__inner .mothers__day__box__item:last-child {
  /* margin: 0 0 0 auto; */
}

article#mothers_day .mothers__day__inner .mothers__day__box__item.titles {
  /* margin-top: 15%; */
  margin: 0 auto 50px;
  border: none;
  box-shadow: none;
  width: auto;
  max-width: 1200px;
  background: none;
}

article#mothers_day .mothers__day__inner .mothers__day__box__item.title .title__inner {
  /* margin-bottom: 25px; */
}



article#mothers_day .mothers__day__inner .mothers__day__box__item figure {
  max-width: 500px;
  /* padding: 0 25px; */
  box-sizing: border-box;
  background-color: #f4f4f4;
  /* padding: 26px; */
}

article#mothers_day .mothers__day__inner .mothers__day__box__item figure img {}

article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption {
  padding: 10px 0;
}

article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption .price {
  font-weight: bold;
  font-size: 1em;
  padding: 0;
  color: #eb728c;
  margin-bottom: 5px;
  /* height: 40px; */
  font-size: .9em;
}
article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption .price small{
  font-size: .8em
}
article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption .coment {
  font-size: 16px;
  margin-bottom: 10px;
  /* height: 41px; */
  font-size: .9em;
}
article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption .coment img{
  width: 100%
}
article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption a {
  color: #000;
}

article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption a:hover {}

article#mothers_day .mothers__day__inner .mothers__day__box__second {
  padding-bottom: 70px;
}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner {}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__title {}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner h6 {
  margin-bottom: 30px;
}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__title figure {
  max-width: 600px;
  margin: 0 auto 25px;
}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__title figure img {}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__title h6 {}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list {
  /* display: grid; */
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 12px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 12px;
}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item {
  position: relative;
  /* margin-left: 25px; */
  /* padding-left: 25px; */
  margin: 0 10px;
  height: 620px;
  /* border-radius: 16px; */
  /* overflow: hidden; */
}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(odd) {
  /* padding-left: 150px; */
}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(even) {
  /* padding-right: 150px; */
}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figure {}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figure img {}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption {
  /* position: absolute; */
  top: 25px;
  background-color: #ffffffb5;
  padding: 15px;
  max-width: 300px;
  font-size: 14px;
  color: #643411;
  right: 0;
  width: 100%;
  max-width: inherit;
  box-sizing: border-box;
  height: 100%;
}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(odd) figcaption {
  left: 0;
}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(even) figcaption {
  right: 0;
}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(1) figcaption {
  top: -80px;
}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(2) figcaption {
  top: -80px;
  max-width: 500px;
}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(3) figcaption {}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(4) figcaption {}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .price {
  margin-bottom: 15px;
}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .price dl {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .price dl dt {}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .price dl dd {}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .coment {
  font-size: 12px;
  margin-bottom: 5px;
}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .coment a {}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .coment a:hover {}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .coment a:hover {}

article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .prices {
  font-weight: bold;
  /* font-size: 13px; */
  margin-bottom: 5px;
}

.coco_event {
  text-align: center;
  padding-bottom: 150px;
}

.coco_event a {
  transition: all .3s;
  display: block;
  max-width: 700px;
  margin: 0 auto;
}

.coco_event a:hover {
  opacity: .5;
  transition: all .3s;
}

.coco_event figure {}

.coco_event figure img {}


#container .mothers__day__box__second__list .slick-prev {
  left: -50px !important;
  top: 50%;
  bottom: inherit;
  margin: 0;
  background: url(../images/press/202004/prev.png) no-repeat center center #fff !important;
  /* box-shadow: none !important; */
  background-size: 12px !important;
}

#container .mothers__day__box__second__list .slick-prev:hover {
  left: 0%;
}

#container .mothers__day__box__second__list ul.slick-dots {
  right: 0 !important;
  left: 0;
  margin: auto !important;
  bottom: -30px !important;
  width: 100% !important;
}

#container .mothers__day__box__second__list #mothers__day ul.slick-dots {
  right: 0 !important;
  left: 0;
  margin: auto !important;
  bottom: -25px !important;
  width: 100% !important;
}

#container .mothers__day__box__second__list ul.slick-dots li {
  display: inline-block;
}

#container .mothers__day__box__second__list #_style ul.slick-dots {
  bottom: 30px !important;
}



#container .mothers__day__box__second__list ul.slick-dots li button {
  background: #e3e3e3 !important;
}

#container .mothers__day__box__second__list ul.slick-dots li.slick-active button {
  background: #4b4a48 !important;
}

#container .mothers__day__box__second__list ul.slick-dots li {
  background-color: inherit !important;
  width: auto !important;
}

#container .mothers__day__box__second__list .slick-next {
  top: 50%;
  /* width: 50px; */
  bottom: inherit;
  /* height: 50px; */
  right: -50px !important;
  background: url(../images/press/202004/next.png) no-repeat center center #fff !important;
  /* box-shadow: none !important; */
  background-size: 12px !important;
}

#container .mothers__day__box__second__list .slick-next:hover {
  right: 0;
}

.gitf_img{
    margin: 0px auto 0;
    text-align: center;
    padding: 0 15px 100px;
}
.gitf_img a:hover{
  opacity: .7;
  transition: .7s;
}
/*++++++++++++++
newface
+++++++++++++++*/
article#newface {
    padding: 75px 0 200px !important;
    position: relative;
    background-color: #ffffff;
    z-index: 7;
    /* border-top: 1px solid #000; */
    margin-top: -150px !important;
}

article#newface .newface_wrap {
    max-width: 1150px;
    margin: 0 auto;
}

#newface .inner {
    z-index: 6;
    max-width: 100% !important;
}

article#newface .title {
    position: relative;
    padding: 25px 46px 20px;
    max-width: 500px;
    z-index: 10;
    margin: 0px auto 40px;
    background: #4c4948;
}

article#newface .title img {
    max-width: 460px;
    margin: auto;
}

article#newface .title p {
    font-size: 0.9em;
    line-height: 2;
    letter-spacing: 2px;
    margin: 25px 0 0;
    color: #fff;

}

article .shop {
    text-align: center;
    /* color: #666; */
    display: inline-block;
    font-size: 0.95em;
    margin: 15px 0 0;
    letter-spacing: 2px;
    position: relative;
    z-index: 100;
}

article#newface .renewal {
    /* position: relative; */
    /* padding: 5px 10px 5px; */
    /* max-width: 500px; */
    /* z-index: 10; */
    margin: 0 15px 0 0;
    /* background: #4c4948; */
    /* border: 1px solid #6a6a6a; */
    /* display: inline-block; */
    /* margin-bottom: 17px; */
    /* color: #6a6a6a; */
    max-width: 60px;
    width: 100%;
}

article#newface ul {
    text-align: center;
    position: relative;
    z-index: 10;
    margin: 0 0 10px;
}

article#newface li {
    position: relative;
    outline: none;
    /* padding: 7px; */
    /* box-shadow: 0 2px 6px rgb(0 0 0 / 15%); */
    /* transform: translateY(8px) rotate(5deg); */
    /* margin-bottom: 5%; */
    /* margin-right: 2%; */
    /* margin: 2% 2% 4%; */
}

article#newface li span {
    font-size: 0.9em;
    margin: 10px auto 0;
    display: block;
    color: #111;
    letter-spacing: 1px;
    z-index: 1;
    position: absolute;
    background: hsl(0deg 0% 100% / 70%);
    padding: 2px 0;
    z-index: 5;
    bottom: 9px;
    text-align: center;
    width: 100%;
}

article#newface .newface__visual {
    margin-bottom: 80px;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}

article#newface .newfacebox {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 35px;
}

article#newface .newfac__content {
    /* padding: 0 0px 40px; */
    /* margin: 0px 0 40px; */
}


article#newface .tempobox {
    max-width: 1000px;
    margin: 50px auto 25px;
    width: 100%;
    /* clear: both; */
    /* overflow: hidden; */
    display: flex;
    justify-content: space-around;
}

article#newface .tempobox .left {
    width: 51%;
    /* float: left; */
    box-sizing: border-box;
    margin: 0 3% 0 0;
    overflow: hidden;
}

article#newface .tempobox .left dl {
    margin: 0 0 31px;
}

article#newface .tempobox .left dt {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 15px;
    line-height: 1.6;
    padding: 0;
    display: flex;
    align-items: center;
}

article#newface .newface__visual .newface__visual__slide span {
    font-size: 0.8em;
    margin: 10px auto 0;
    display: block;
    color: #111;
    letter-spacing: 1px;
    z-index: 1;
    position: absolute;
    background: hsl(0deg 0% 100% / 70%);
    padding: 2px 0;
    z-index: 5;
    bottom: 9px;
    text-align: center;
    width: 100%;
}

article#newface .tempobox h6 {
    text-align: left;
}

article#newface .right02 h6 {
    font-size: .7em;
}


#newface a.shop {
    padding: 5px 0 0 0 !important;
    margin: 0;
    text-align: left;
    font-size: 0.9em;
    letter-spacing: 0;
}

article#newface .tempobox .right {
    width: 100%;
    float: right;
    border: 1px solid #333;
    padding: 25px 25px 0 25px;
    z-index: 10;
    box-sizing: border-box;
    display: flex;
    background: #fff;
}

article#newface .tempobox .right-box02 span {
    font-size: 0.75em;
    color: #666;
    margin: 10px auto 0;
    display: block;
    line-height: 2;
    text-align: right;
    letter-spacing: 1px;
}

article#newface .tempobox .left.tempo-100 {
    width: 100%;
    margin: 0 auto;
}


#newface .newface-wrap02 {
    margin: 0px auto 0;
    padding: 0;
    border-top: 1px dashed #4c4948;
}


.right02 {
    width: 46%;
    /* float: left; */
}

section#press #newface ul.slick-dots,
section#press #fathers_day .slick-dots {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}

section#press #newface ul.slick-dots li button,
section#press #fathers_day ul.slick-dots li button {
    background: #e3e3e3;
}

section#press #newface ul.slick-dots li.slick-active button,
section#press #fathers_day ul.slick-dots li.slick-active button {
    background: #4b4a48;
}

.shop-logo {
    display: flex;
    align-items: flex-end;
    /* border-bottom: 1px solid #000; */
    /* padding-bottom: 15px; */
    margin-bottom: 30px;
}

.shop-logo img {
    /* border: 1px solid #eee; */
}

.shop-logo figure {
    margin-right: 3%;
    max-width: 76px;
}

.first-img {
    display: flex;
    max-width: 1000px;
    margin: 30px auto 0;
    flex-direction: row-reverse;
}

.first-img ol {
    width: 49%;
    margin: 0 1% 0 0;
}

.first-img .right-box02 {
    width: 49%;
    margin: 0 0 0 1%;
}

.first-img ol li {
    margin: 0 0 20px 0;
}

.first-img ol li:last-child {
    margin: 0;
}

article#newface ol li span {
    position: relative;
    background: none;
    text-align: left;
    bottom: inherit;

}

.first-img .right-box02 span {
    font-size: 0.9em;
    display: block;
    margin: 10px 0 0 0;
}

#newface .inner:first-child .right02 {
    width: 32%;
    /* box-shadow: 0 2px 6px rgb(0 0 0 / 15%); */
    /* margin: 24px 27px 22px 15px; */
    /* padding: 0px 20px 0 0; */
}

.slick-list {
    /* overflow: inherit; */
}

#newface .inner:first-child .left {
    width: 60%;
}

article#newface .sub__visual {
    display: flex;
    border: 1px #000 solid;
    padding: 16px;
}

article#newface .sub__visual .coment {
    width: 100%;
    margin: 0 0% 0 0;
}

article#newface .sub__visual .coment span {}

article#newface .sub__visual figure {
    width: 7%;
    /* margin-right: 3%; */
}

article#newface .sub__visual figure img {}
.shop__item {}

.shop__item .shop__item__inner {
    max-width: 750px;
    margin: 30px auto;
}

/* メインの図版エリア */
.shop__item .shop__item__inner figure.svg {
    position: relative;
}

.shop__item .shop__item__inner figure.svg img.center.svg {}

/* キャプション・リンクエリア */
.shop__item .shop__item__inner figure.svg figcaption.anchor {
    position: absolute;
    width: 18%;
    bottom: 6%;
    right: 13%;
}

.shop__item .shop__item__inner figure.svg figcaption.anchor a {}

.shop__item .shop__item__inner figure.svg figcaption.anchor a img.center.anchor {}

/*+++++++++++++++++++++++
art_report
+++++++++++++++++++++++*/

article#art_report {
    position: relative;
    z-index: 7;
    border-top: 1px solid #000;
    padding-top: 150px !important;
    margin-bottom: 60px;
    background-color: #fff;
    padding-bottom: 150px;
}

article#art_report .art_report_wrap {
    max-width: 1100px;
    margin: 0 auto;
}

article#art_report .art_report_wrap .inner {}

/* タイトルエリア */
article#art_report .art_report_wrap .inner .title.view-lowup {
    margin-bottom: 27px;
}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex {
    display: flex;
    max-width: 750px;
    gap: 25px;
    margin: 0 auto 30px;
    justify-content: space-evenly;
    align-items: center;
}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex .title__flex__left {
    width: 100%;
    max-width: 310px;
}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex .title__flex__left img.center {}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex .title__flex__right {
    max-width: 260px;
}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex .title__flex__right img.center {}

article#art_report .art_report_wrap .inner .title.view-lowup p.center {}

article#art_report .art_report_wrap .inner .title.view-lowup p.center br {}

article#art_report .art_report_wrap .inner .title.view-lowup p.center br.sp {}

/* レポートコンテンツ全体 */
article#art_report .art_report_wrap .inner .art_reportbox {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content {}

/* キャプション */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .caption.view-lowup {
    color: #fff;
    max-width: 750px;
    margin: 0 auto;
    font-size: 1.2em;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .caption.view-lowup .caption01 {
    background-color: #000;
    padding: 10px 15px;
    display: block;
    margin-bottom: 15px;
    max-width: 530px;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .caption.view-lowup .caption02 {
    background-color: #000;
    padding: 10px 15px;
    display: block;
    margin-bottom: 15px;
    max-width: 610px;
    margin-left: 11%;
}

/* メインビジュアル・スライダー */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art_report__visual.center.view-lowup {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art_report__visual .art_report__visual__slide {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art_report__visual .art_report__visual__slide img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art_report__visual .art_report__visual__slide span {
    font-size: 0.8em;
    margin: 10px auto 0;
    display: block;
    color: #111;
    letter-spacing: 1px;
    z-index: 1;
    position: absolute;
    background: hsl(0deg 0% 100% / 70%);
    padding: 2px 0;
    z-index: 5;
    bottom: 9px;
    text-align: center;
    width: 100%;
}

section#press #art_report  ul.slick-dots {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0px;
}

section#press #art_report  ul.slick-dots li button {
    background: #e3e3e3;
}

section#press #art_report  ul.slick-dots li.slick-active button {
    background: #4b4a48;
}

/* 本文コンテンツエリア */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner {}

/* コンテンツ01 (テキスト & シーズンビジュアル) */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 {
    display: grid;
    grid-template-columns: .73fr 1fr;
    gap: 25px;
    margin-bottom: 50px;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__left {
    /* width: 108%; */
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__left p {
    font-size: .9em;
    line-height: 2;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__right {
    display: flex;
    display: grid;
    grid-template-columns: 1fr .4fr;
    gap: 30px;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__right figure {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__right figure img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__right figcaption {
    font-size: .8em;
}

/* コンテンツ02 (プロフィールエリア) */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 25px;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__left {
    border-left: 4px solid #000;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__left figure {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__left figure img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right {
    position: relative;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figure {
    margin-bottom: 10px;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figure img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figure .art__report__content__02__right__message {
    position: absolute;
    top: -34%;
    width: 44%;
    right: .0;
    /* left: 0; */
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figure .art__report__content__02__right__message img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figcaption {
    font-size: .89em;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figcaption .profile {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figcaption .profile p {
    border-bottom: 1px solid #000;
    margin-bottom: 7px;
    padding-bottom: 5px;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figcaption .profile p span {
    padding-right: 11px;
    font-weight: bold;
}
/*===================
shopping_campaign
====================*/

#shopping_campaign {
    position: relative;
    z-index: 7;
    /* max-width: 1000px; */
    background-color: hsl(42deg 71% 44% / 20%);
    padding-top: 150px !important;
}
#shopping_campaign .shopping__campaign__inner {
    max-width: 1000px;
    margin: 0 auto 0px;
    padding-bottom: 80px;
}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__title {
    margin-bottom: 35px;
}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__title img {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__flex {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__flex .shopping__campaign__banner01 {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__flex .shopping__campaign__banner01 img {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__flex .shopping__campaign__banner02 {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__flex .shopping__campaign__banner02 img {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__box {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__box img {}

#shopping_campaign .shopping__campaign__inner .shopping__campaign__box__cp {
    margin-top: 25px;
    color: #fff;
    text-align: center;

    
    font-size: .8em;
}

#shopping_campaign .shopping__campaign__inner .shopping__campaign__box__cp a{
        background-color: #bf9021;
        display: block;
        color: #fff;
        padding: 8px;
        box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.2);
}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box__cp a:hover{
    box-shadow: none;
    transition: .3s;
    transform: translate3d(0, 5px, 0);
}
@media screen and (max-width: 1800px) {

  /*ヘッダー仕様*/
  .special {
    left: 180px;
  }

  header h1.logo {
    width: 130px;
  }

  nav.is-scroll h1.logo {
    width: 120px;
  }

  ul.special_list li a {
    flex-wrap: wrap;
    font-size: .9vw;
  }

  ul.special_list li a .nav_num {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0 4px 0;
    line-height: 1.5;
  }

  ul.special_list li a .nav_num small {
    padding: 0;
  }

  ul.special_list li {
    margin: 0 1.5% 0 0;
  }

}

@media screen and (max-width: 1699px) {}

@media screen and (max-width: 1449px) {
  .image {
    height: auto;
  }

  .image img {
    position: relative;
    top: auto;
    transform: inherit;
  }

  img.fixed {
    margin: 105px auto 0;
    z-index: 7;
  }

  img.fixed.site-image02.image02 {
    z-index: 6;
  }


  .pc-1449 {
    display: block;
  }

  #container .mothers__day__box__second__list .slick-prev {
    left: -40px !important;
  }

  #container .mothers__day__box__second__list .slick-next {
    right: -40px !important;
  }

}

@media screen and (max-width: 1399px) {
  section#press article#mothers_day {
    margin: 0;
  }
}

@media screen and (max-width: 1200px) {

  /*ヘッダー仕様*/
  ul.special_list li {
    margin: 0 10px 0 0;
  }

  header h1.logo {
    width: 110px;
  }

  nav.is-scroll h1.logo {
    width: 100px;
  }

  .special {
    left: 140px;
  }

  .koushiki_wrap {
    max-width: 110px;
    top: 11%;
    transform: none;
  }

  .pc-1200 {
    display: none;
  }

  .sp-1200 {
    display: block;
  }

  /*===============================
mothers__day
================================*/
  article#mothers_day {}

  article#mothers_day .mothers__day__inner {
    /* padding: 0 15px; */
  }
.mothers_day_recommend .mothers__day__recommend__inner {
padding: 0 15px;
}
.mothers__day__recommend__inner .titles{}

  .mothers_day_recommend .mothers__day__main {}

  .mothers_day_recommend .mothers__day__main__inner {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list:nth-of-type(3) .shop__price {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure img {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure figcaption {
    right: 0;
    font-size: 1.2em;
  }
.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure figcaption.cp01{}
  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure figcaption.cp02{}
  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure figcaption.cp03{}
  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure figcaption span {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price {
    font-size: .8em;
  }

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price dl {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price dl dt {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price dl dd {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list a {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list a:hover {}

  .mothers_day_recommend .mothers__day__main__inner .shop__frex {}

  .mothers_day_recommend .mothers__day__main__inner .shop__frex .shop__left {}

  .mothers_day_recommend .mothers__day__main__inner .shop__frex .shop__right {
    width: 35%;
  }

  .mothers_day_recommend .mothers__day__main__inner .shop__frex .shop__right figure {}

  .mothers_day_recommend .mothers__day__main__inner .shop__frex .shop__right figure img {}

  article#mothers_day .mothers__day__inner .mothers__day__box {}

  article#mothers_day .mothers__day__inner .mothers__day__box__list {
    grid-gap: 20px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__list .title__inner {
    /* padding: 0 15px; */
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__list .title__inner img {}

  article#mothers_day .mothers__day__inner .mothers__day__box__list h6 {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item {
    /* padding: 0 15px; */
    box-sizing: border-box;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__item:nth-child(even) {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item:last-child {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item.title {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item figure {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item figure img {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption {
    /* padding: 0 15px; */
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption .price {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption .coment {
    font-size: .9em;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption a {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption a:hover {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second {
    /* padding-bottom: 300px; */
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner {
    padding: 0 15px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__title {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner h6 {
    margin-bottom: 150px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__title figure {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__title figure img {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__title h6 {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(odd) {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(even) {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figure {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figure img {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(odd) figcaption {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(even) figcaption {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(1) figcaption {
    top: -119px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(2) figcaption {
    max-width: 394px;
    top: -118px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(3) figcaption {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(4) figcaption {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .price {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .price dl {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .price dl dt {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .price dl dd {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .coment {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .coment a {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .coment a:hover {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .coment a:hover {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .prices {}

  #container .mothers__day__box__second__list .slick-prev {
    left: -30px !important;
  }

  #container .mothers__day__box__second__list .slick-next {
    right: -30px !important;
  }

 
/*+++++++++++++++++++++++
art_report
+++++++++++++++++++++++*/

article#art_report {}

article#art_report .art_report_wrap {}

article#art_report .art_report_wrap .inner {}

/* タイトルエリア */
article#art_report .art_report_wrap .inner .title.view-lowup {}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex {}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex .title__flex__left {}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex .title__flex__left img.center {}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex .title__flex__right {}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex .title__flex__right img.center {}

article#art_report .art_report_wrap .inner .title.view-lowup p.center {}

article#art_report .art_report_wrap .inner .title.view-lowup p.center br {}

article#art_report .art_report_wrap .inner .title.view-lowup p.center br.sp {}

/* レポートコンテンツ全体 */
article#art_report .art_report_wrap .inner .art_reportbox {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content {}

/* キャプション */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .caption.view-lowup {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .caption.view-lowup .caption01 {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .caption.view-lowup .caption02 {}

/* メインビジュアル・スライダー */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art_report__visual.center.view-lowup {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art_report__visual .art_report__visual__slide {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art_report__visual .art_report__visual__slide img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art_report__visual .art_report__visual__slide span {}

/* 本文コンテンツエリア */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner {}

/* コンテンツ01 (テキスト & シーズンビジュアル) */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__left {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__left p {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__right {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__right figure {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__right figure img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__right figcaption {}

/* コンテンツ02 (プロフィールエリア) */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__left {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__left figure {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__left figure img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figure {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figure img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figure .art__report__content__02__right__message {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figure .art__report__content__02__right__message img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figcaption {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figcaption .profile {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figcaption .profile p {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figcaption .profile p span {}


 /*===================
shopping_campaign
====================*/

#shopping_campaign {
    padding-bottom: 100px;
}
#shopping_campaign .shopping__campaign__inner {
    padding: 0 15px;
}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__title {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__title img {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__flex {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__flex .shopping__campaign__banner01 {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__flex .shopping__campaign__banner01 img {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__flex .shopping__campaign__banner02 {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__flex .shopping__campaign__banner02 img {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__box {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__box img {}



}

@media screen and (max-width: 1023px) {

.mothers__day__recommend__inner ul.slick-dots{
    width: 100% !important;
    bottom: -50px !important;
}

  
 /*++++++++++++++
newface
+++++++++++++++*/
    article#newface {}
.mothers_day_recommend .mothers__day__recommend__inner {
padding: 0 15px;
}
.mothers__day__recommend__inner .titles{}
    #newface .inner {
        max-width: 95% !important;
    }

    article#newface .title {}

    article#newface .title img {}

    article#newface .title p {}

    article .shop {}


    article#newface ul {}

    article#newface li {}

    article#newface li span {}

    article#newface .newfacebox {}


    article#newface .tempobox {}

    article#newface .tempobox .left {}

    article#newface .tempobox .left dl {}

    article#newface .tempobox .left dt {}

    article#newface .tempobox .left dd h6 {}


    #newface a.shop {}

    article#newface .tempobox .right {}

    article#newface .tempobox .right-box02 span {}

    article#newface .tempobox .left.tempo-100 {}


    #newface .newface-wrap02 {}


    .right02 {}

    section#press #newface ul.slick-dots {}

    section#press #newface ul.slick-dots li button {}

    section#press #newface ul.slick-dots li.slick-active button {}

    .shop-logo {}

    .shop-logo figure {}

    .first-img {}

    .first-img ol {}

    .first-img .right-box02 {}

    .first-img ol li {}

    .first-img ol li:last-child {}

    article#newface ol li span {}

    .first-img .right-box02 span {}

    #newface .inner:first-child .right02 {}

    .slick-list {}

    #newface .inner:first-child .left {}

    article#newface .sub__visual {}

    article#newface .sub__visual .coment {}

    article#newface .sub__visual .coment span {}

    article#newface .sub__visual figure {}

    article#newface .sub__visual figure img {}

    #shopping_campaign{padding-top: 200px !important;}
}

@media screen and (max-width: 991px) {

  /*ヘッダー仕様*/
  .special {
    display: none;
  }

  .koushiki_wrap {
    top: 50%;
    transform: translateY(-50%);
    max-width: 160px;
  }

  header h1.logo {
    width: 180px;
  }

  .pc-991 {
    display: none;
  }

  .sp-991 {
    display: block;
  }

  /*===============================
mothers__day
================================*/
  article#mothers_day {
    padding-top: 50px !important;
}

  article#mothers_day .mothers__day__inner {
    /* max-width: 705px; */
  }

  .mothers_day_recommend .mothers__day__main {
    margin-bottom: 100px;
  }
  article#mothers_day .mothers__day__inner ul.slick-dots {
    width: 100%;
    bottom: -30px;
  }
    #container #_style .item__box ul.slick-dots {
    bottom: 0px !important;
  }


  #container ul.slick-dots li button {
    background: #e3e3e3 !important;
  }

  #container ul.slick-dots li.slick-active button {
    background: #4b4a48 !important;
  }

  #container ul.slick-dots li {
    background-color: inherit !important;
    width: auto !important;
  }
    #container #mothers__day ul.slick-dots {
    right: 0 !important;
    left: 0;
    margin: auto !important;
    bottom: -25px !important;
    width: 100% !important;
  }
  .mothers_day_recommend .mothers__day__main__inner {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide {
    display: block;
  }

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list:nth-of-type(3) .shop__price {
    max-width: inherit;
  }

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .max_w {
    max-width: 250px;
    margin: 0 auto;
  }

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list {
    margin: 0 30px;
  }

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list:nth-of-type(3) .shop__price {}


  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure img {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure figcaption {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure figcaption span {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price dl {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price dl dt {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price dl dd {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list a {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list a:hover {}

  .mothers_day_recommend .mothers__day__main__inner .shop__frex {}

  .mothers_day_recommend .mothers__day__main__inner .shop__frex .shop__left {}

  .mothers_day_recommend .mothers__day__main__inner .shop__frex .shop__right {}

  .mothers_day_recommend .mothers__day__main__inner .shop__frex .shop__right figure {}

  .mothers_day_recommend .mothers__day__main__inner .shop__frex .shop__right figure img {}

  article#mothers_day .mothers__day__inner .mothers__day__box {}

  article#mothers_day .mothers__day__inner .mothers__day__box__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px;
  }

  article#mothers_day .titles {
    max-width: 700px;
    margin: 0 auto 40px;
  }

  article#mothers_day .titles .title__inner {
    margin-bottom: 30px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__list .title__inner {}

  article#mothers_day .mothers__day__inner .mothers__day__box__list .title__inner img {}

  article#mothers_day .mothers__day__inner .mothers__day__box__list h6 {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item.titles.pc-991 {
    display: none;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__item:nth-child(even) {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item:last-child {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item.title {
    max-width: 550px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__item figure {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item figure img {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption .price {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption .coment {
    font-size: 1em;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption a {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption a:hover {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second {
    padding-bottom: 65px;
  }

  .coco_event {
    padding-bottom: 200px;
    padding: 0 15px 150px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__title {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner h6 {
    margin-bottom: 30px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__title figure {
    max-width: 480px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__title figure img {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__title h6 {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list {
    /* grid-template-columns: repeat(1, 1fr); */
    /* grid-template-rows: repeat(1, 1fr); */
    max-width: 705px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item {
    /* margin-bottom: 25px; */
    width: 49%;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(odd) {
    padding-left: 0;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(even) {
    padding-right: 0;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figure {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figure img {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption {
    position: relative;
    right: 0;
    width: 100%;
    max-width: 100% !important;
    box-sizing: border-box;
    top: 0 !important;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(odd) figcaption {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(even) figcaption {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(1) figcaption {
    height: 282px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(2) figcaption {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(3) figcaption {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(4) figcaption {
    height: 134px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .price {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .price dl {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .price dl dt {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .price dl dd {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .coment {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .coment a {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .coment a:hover {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .coment a:hover {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .prices {}
.gitf_img{
    margin: 56px auto 0;
}


/*+++++++++++++++++++++++
art_report
+++++++++++++++++++++++*/

article#art_report {}

article#art_report .art_report_wrap {}

article#art_report .art_report_wrap .inner {}

/* タイトルエリア */
article#art_report .art_report_wrap .inner .title.view-lowup {}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex {}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex .title__flex__left {}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex .title__flex__left img.center {}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex .title__flex__right {}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex .title__flex__right img.center {}

article#art_report .art_report_wrap .inner .title.view-lowup p.center {}

article#art_report .art_report_wrap .inner .title.view-lowup p.center br {}

article#art_report .art_report_wrap .inner .title.view-lowup p.center br.sp {}

/* レポートコンテンツ全体 */
article#art_report .art_report_wrap .inner .art_reportbox {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content {}

/* キャプション */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .caption.view-lowup {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .caption.view-lowup .caption01 {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .caption.view-lowup .caption02 {}

/* メインビジュアル・スライダー */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art_report__visual.center.view-lowup {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art_report__visual .art_report__visual__slide {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art_report__visual .art_report__visual__slide img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art_report__visual .art_report__visual__slide span {}

/* 本文コンテンツエリア */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner {}

/* コンテンツ01 (テキスト & シーズンビジュアル) */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 {
    display: block;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__left {
    margin-bottom: 15px;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__left p {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__right {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__right figure {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__right figure img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__right figcaption {}

/* コンテンツ02 (プロフィールエリア) */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 {
    display: flex;
    flex-direction: column-reverse;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__left {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__left figure {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__left figure img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right {
    max-width: 500px;
    margin: 0 0  0 auto;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figure {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figure img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figure .art__report__content__02__right__message {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figure .art__report__content__02__right__message img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figcaption {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figcaption .profile {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figcaption .profile p {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figcaption .profile p span {}


}

@media screen and (max-width: 767px) {


  .iziModal {
    z-index: 1001 !important;
  }

  .iziModal .iziModal-wrap {
    width: 102% !important;
  }

  /* ヘッダー仕様 */
  .special {
    display: none;
  }

  header h1.logo {
    width: 130px;
  }

  header.is-animation h1.logo {
    width: 110px;
  }

  .koushiki_wrap {
    max-width: 90px;
    right: 4%;
  }

  .is-animation .koushiki_wrap {
    width: 160px;
  }

  nav {
    padding: 19px 0;
    max-width: 93%;
  }

  header.is-animation nav {
    padding: 15px 0;
  }

  #container {
    margin: 60px auto 0;
  }

  .image img {
    max-width: 100%;
    width: 100%;
  }

  .view-fixed {
    position: absolute;
    opacity: 1;
    transition: none;
  }

  section#press .slick-prev {
    left: 1%;
    width: 40px;
    height: 40px;
    top: 47%;
  }

  section#press .slick-next {
    width: 40px;
    height: 40px;
    right: 1%;
    top: 47%;
  }

  /*===============================
mothers__day
================================*/
  article#mothers_day {
    padding-top: 100px !important;
    padding-bottom: 0;
  }
.mothers_day_recommend .mothers__day__recommend__inner {
padding: 0 15px;
}
.mothers__day__recommend__inner .titles{}
  article#mothers_day .mothers__day__inner {
    margin-bottom: 75px;
  }


  .mothers_day_recommend .mothers__day__main {
    margin-top: -25px;
}
.mothers_day_recommend{
    padding-top: 50px !important;
    margin-bottom: 100px;
}
  .mothers_day_recommend .mothers__day__main__inner {}
.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__name{

}
.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__name .figure{width: 50px;}
.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__name .cp{width: 60%;}
  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide {}



  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list.lists a {
    padding-right: 0px;
  }

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list {
    margin: 0 15px;
  }
.mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure figcaption.cp01{
}
  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure figcaption.cp02{
    right: -28px;
}
  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure figcaption.cp03{}
  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list:nth-of-type(3) .shop__price {}


  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure {
    max-width: 250px;
    margin: 0 auto;
}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure img {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure figcaption {
    font-size: 1em;
    width: 45px;
  }

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list figure figcaption span {
    font-size: .9em;
  }

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price {
    font-size: .9em;
  }

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price dl {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price dl dt {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list .shop__price dl dd {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list a {}

  .mothers_day_recommend .mothers__day__main__inner .mothers__day__slide__list a:hover {}

  .mothers_day_recommend .mothers__day__main__inner .shop__frex {}

  .mothers_day_recommend .mothers__day__main__inner .shop__frex .shop__left {
    width: 100%;
  }

  .mothers_day_recommend .mothers__day__main__inner .shop__frex .shop__right {
    right: 0px;
    width: 30%;
    top: -135%;
  }

  .mothers_day_recommend .mothers__day__main__inner .shop__frex .shop__right figure {}

  .mothers_day_recommend .mothers__day__main__inner .shop__frex .shop__right figure img {}

  article#mothers_day .mothers__day__inner .mothers__day__box {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  article#mothers_day .titles {
    margin: 0 auto;
    max-width: 300px;
  }

  article#mothers_day .titles .title__inner {
    max-width: 280px;
    margin: 0 auto 0px;
  }
article#mothers_day .titles .title__inner.title02{
    margin: 0 auto 60px;
}
  article#mothers_day .mothers__day__inner .title__inner.title02:first-child{
    max-width: 300px;
    margin: 0 auto;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__list {
    /* display: flex !important; */
    display: none !important;
    margin: 0 auto 10px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__list.item-slide {
    display: block !important;
    /* padding: 0 15px; */
    /* border: 1px #000 solid; */
    margin: 0 15px;
    border-radius: 8px;
  }

    article#mothers_day .mothers__day__inner .mothers__day__box__list.item-slide {}
    article#mothers_day .mothers__day__inner .mothers__day__box__list.item-slide .slick-track{
    padding: 15px 0;
}
  article#mothers_day .mothers__day__inner .mothers__day__box__list .title__inner {}

  article#mothers_day .mothers__day__inner .mothers__day__box__list .title__inner img {}

  article#mothers_day .mothers__day__inner .mothers__day__box__list h6 {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item {
    margin-right: 0;
    border: none;
    box-shadow: none;
    height: max-content;
    padding: 15px 0 0px;
    margin-bottom: 0;
    height: 571px;
    border: 2px solid #eb728c;
    border-top: none;
    border-bottom: none;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__item:nth-child(even) {
}
.mothers__day__shop__name {
    width: 100%;
    max-width: 360px;
}

.mothers__day__shop__name .mothers__day__shop__names__flex {
    display: grid;
    align-items: center;
    gap: 15px;
    margin: 0 0 10px 0;
    grid-template-columns: .3fr 1fr;
}

/* フロア画像（2Fなど）のエリア */
.mothers__day__shop__name .mothers__day__shop__names__flex figure {
    width: 53px;
    background: none !important;
    max-width: inherit !important;
}

.mothers__day__shop__name .mothers__day__shop__names__flex figure img {}

/* ショップ詳細へのリンク */
.mothers__day__shop__name .mothers__day__shop__names__flex a.shop {
    margin: 0;
    font-size: 1em;
    color: #eb728c;
    font-weight: bold;
    text-align: left;
}

  article#mothers_day .mothers__day__inner .mothers__day__box__item:last-child {}

  article#mothers_day .mothers__day__inner ul.slick-dots {
    bottom: -30px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__item.title {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 25px;
    height: auto;
    padding: 0;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__item.title .title__inner {
    /* max-width: 300px; */
    margin: 0 auto 30px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__item figure {
    padding: .0;
    max-width: 345px;
    margin: 0 auto;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__item figure img {}

  article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption {
    /* text-align: center; */
    padding: 13px 15px;
    box-sizing: border-box;
  }
article#mothers_day .mothers__day__inner .mothers__day__box__item.item06 .mothers__day__caption{
    margin: -50px 0 0;
}
  article#mothers_day .mothers__day__inner .mothers__day__box__item.item06 figure{
    width: 48%;
  }
  article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption .price {
    font-size: .9em;
}

  article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption .coment {font-size: .9em;height: 45px;}

  article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption a {
    font-size: .9em;
}

  article#mothers_day .mothers__day__inner .mothers__day__box__item .mothers__day__caption a:hover {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second {
    padding-bottom: 50px;
  }

  .coco_event {
    padding-bottom: 75px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__title {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner h6 {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__title figure {
    max-width: 300px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__title figure img {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__title h6 {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list {
    display: block;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item {
    height: 615px;
    margin: 0;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(odd) {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(even) {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figure {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figure img {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption {
    height: 324px !important;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(odd) figcaption {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(even) figcaption {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(1) figcaption {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(2) figcaption {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(3) figcaption {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item:nth-of-type(4) figcaption {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .price {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .price dl {
    font-size: 13px;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .price dl dt {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .price dl dd {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .coment {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .coment span {
    font-size: 13px !important;
  }

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .coment a {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .coment a:hover {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .coment a:hover {}

  article#mothers_day .mothers__day__inner .mothers__day__box__second .mothers__day__box__second__inner .mothers__day__box__second__list .mothers__day__box__second__item figcaption .prices {
    font-size: 14px;
    margin-bottom: 9px;
  }

  #container .mothers__day__box__second__list .slick-prev {
    left: -20px !important;
    background-size: 8px !important;
  }

  #container .mothers__day__box__second__list .slick-next {
    right: -20px !important;
    background-size: 8px !important;
  }
  .gitf_img{
    padding: 0 15px 50px;
}
   /*++++++++++++++
newface
+++++++++++++++*/
    article#newface {
        padding: 50px 0 50px !important;
        margin: 0 0 90px;
    }

    #newface .inner {
        margin: 45px auto 0;
    }

    article#newface .title {
    max-width: 230px;
    padding: 25px 15px 20px;
    margin: 0px auto 25px;
}

    article#newface .title img {}

    article#newface .title p {
    font-size: .7em;
}

    article .shop {}


    article#newface ul {}

    article#newface li {
        transform: translateY(0px) rotate(0deg);
        margin: 1px;
    }

    article#newface li span {}

    article#newface .newfacebox {
        padding: 30px 10px 30px;
    }


    article#newface .tempobox {
        display: block;
        margin: 50px auto 0;
    }

    article#newface .tempobox .left {}

    article#newface .tempobox .left dl {}

    article#newface .tempobox .left dt {
        font-size: .79em;
    }
article#newface .renewal{
    max-width: 50px;
}
    article#newface .tempobox .left dd h6 {}


    #newface a.shop {}

    article#newface .tempobox .right {}

    article#newface .tempobox .right-box02 span {}

    article#newface .tempobox .left.tempo-100 {}


    #newface .newface-wrap02 {}


    .right02 {}

    section#press #newface ul.slick-dots {
        /* bottom: -15px; */
    }

    article#newface .newface__visual {
        margin-bottom: 0;
    }

    section#press #newface ul.slick-dots li button {}

    section#press #newface ul.slick-dots li.slick-active button {}

    .shop-logo {}

    article#newface .newface__visual .newface__visual__slide span {
        font-size: .6em;
        font-size: .6em;
        position: relative;
        margin: 15px 0 0;
        text-align: left;
    }

    .shop-logo figure {}

    .first-img {}

    .first-img ol {}

    .first-img .right-box02 {}

    .first-img ol li {}

    .first-img ol li:last-child {}

    article#newface ol li span {}

    .first-img .right-box02 span {}

    #newface .inner:first-child .right02 {
        width: 100%;
    }

    article#newface .right02 h6 {
        /* text-align: center; */
    }

    .slick-list {}

    #newface .inner:first-child .left {
        width: 100%;
    }

    article#newface .sub__visual {}

    article#newface .sub__visual .coment {
        width: 100%;
    }

    article#newface .sub__visual .coment span {}

    article#newface .sub__visual figure {
        display: none;
        width: 65%;
        margin-bottom: 15px;
    }

    article#newface .sub__visual figure.logo {
        display: block;
        margin-bottom: 0;
    }

    article#newface .sub__visual figure img {}

/*+++++++++++++++++++++++
art_report
+++++++++++++++++++++++*/

article#art_report {
    padding-top: 50px !important;
    padding-bottom: 100px;
}

article#art_report .art_report_wrap {}

article#art_report .art_report_wrap .inner {}

/* タイトルエリア */
article#art_report .art_report_wrap .inner .title.view-lowup {
    margin-bottom: 19px;
}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex {
    display: block;
    margin: 0  auto 6px;
}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex .title__flex__left {
    max-width: 250px;
    margin: 0 auto 30px;
}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex .title__flex__left img.center {}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex .title__flex__right {
    margin: 0 auto;
    max-width: 310px;
}

article#art_report .art_report_wrap .inner .title.view-lowup .title__flex .title__flex__right img.center {}

article#art_report .art_report_wrap .inner .title.view-lowup p.center {
    margin: 0px auto 0;
    font-size: .8em;
    font-size: .6em;
}

article#art_report .art_report_wrap .inner .title.view-lowup p.center br {}

article#art_report .art_report_wrap .inner .title.view-lowup p.center br.sp {}

/* レポートコンテンツ全体 */
article#art_report .art_report_wrap .inner .art_reportbox {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content {}

/* キャプション */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .caption.view-lowup {
    font-size: .6em;
    /* background-color: #000; */
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .caption.view-lowup .caption01 {
    margin: 0 0 9px;
    padding: 7px 10px;
    max-width: 280px;
    /* font-size: .6em; */
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .caption.view-lowup .caption02 {
    margin: 0 0px 25px 17px;
    padding: 7px 10px 7px;
}

/* メインビジュアル・スライダー */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art_report__visual.center.view-lowup {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art_report__visual .art_report__visual__slide {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art_report__visual .art_report__visual__slide img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art_report__visual .art_report__visual__slide span {
    font-size: .4em;
}

/* 本文コンテンツエリア */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner {}

/* コンテンツ01 (テキスト & シーズンビジュアル) */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 {
    margin-bottom: 75px;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__left {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__left p {
    font-size: .8em;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__right {
    grid-template-columns: 1fr .5fr;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__right figure {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__right figure img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__01 .art__report__content__01__right figcaption {
    font-size: .7em;
}

/* コンテンツ02 (プロフィールエリア) */
article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__left {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__left figure {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__left figure img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figure {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figure img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figure .art__report__content__02__right__message {
    width: 80%;
    top: -17%;
    right: 5%;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figure .art__report__content__02__right__message img {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figcaption {
    font-size: .8em;
    line-height: 1.8;
}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figcaption .profile {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figcaption .profile p {}

article#art_report .art_report_wrap .inner .art_reportbox .newfac__content .art__report__content .art__report__content__inner .art__report__content__02 .art__report__content__02__right figcaption .profile p span {}
    
/*===================
shopping_campaign
====================*/

#shopping_campaign {
    padding: 0px 0 0 !important;
}
#shopping_campaign .shopping__campaign__inner {
    padding: 80px 15px;
    margin: 0 auto;
}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__title {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__title img {
    width: 100%;
}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__flex {
    display: block;
}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__flex .shopping__campaign__banner01 {
    margin-bottom: 40px;
}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__flex .shopping__campaign__banner01 img {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__flex .shopping__campaign__banner02 {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__flex .shopping__campaign__banner02 img {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__box {}
#shopping_campaign .shopping__campaign__inner .shopping__campaign__box .shopping__campaign__box__inner .shopping__campaign__box img {}

 
}

@media screen and (max-width: 480px) {
 /*++++++++++++++
newface
+++++++++++++++*/
  
    #newface {
        /* padding: 0 0 100px !important; */
    }

    #newface .inner {}

    #newface .title {
        padding: 25px 20px 20px;
    }

    #newface .title img {}

    #newface .title p {}

    article .shop {}


    #newface ul {}

    #newface li {}

    #newface li span {}

    #newface .newfacebox {}


    #newface .tempobox {}

    #newface .tempobox .left {}

    #newface .tempobox .left dl {}

    #newface .tempobox .left dt {
        letter-spacing: 0;
    }

    #newface .tempobox .left dd h6 {}


    #newface a.shop {
        font-size: 0.8em;
        letter-spacing: 0;
    }

    #newface .tempobox .right {}

    #newface .tempobox .right-box02 span {}

    #newface .tempobox .left.tempo-100 {}

    #newface .information {
        padding: 20px 30px 10px;
    }

    #newface .information p.info_title {}

    #newface .information .information__box {}

    #newface .information dl {
        display: block;
        margin-bottom: 15px;
    }

    #newface .information dl dt {}

    #newface .information dl dd {}

    #newface .newface-wrap02 {}


    .right02 {}

    section#press #newface ul.slick-dots {}

    section#press #newface ul.slick-dots li button {}

    section#press #newface ul.slick-dots li.slick-active button {}

    .shop-logo {
        max-width: 250px;
        margin: 0 auto 15px;
    }

    .shop-logo figure {}

    .first-img {}

    .first-img ol {}

    .first-img .right-box02 {}

    .first-img ol li {}

    .first-img ol li:last-child {}

    #newface ol li span {}

    .first-img .right-box02 span {}

    #newface .inner:first-child .right02 {}

    .slick-list {}

    #newface .inner:first-child .left {}

    #newface .sub__visual {}

    #newface .sub__visual .coment {}

    #newface .sub__visual .coment span {}

    #newface .sub__visual figure {
        /* display: none; */
    }

    #newface .sub__visual figure img {}

 
}

