@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
.pc {
  display: block !important;
  margin: 0 auto;
}

.sp {
  display: none !important;
  margin: 0 auto;
}

.sp-inline {
  display: none !important;
  margin: 0 auto;
}

.anchor {
  position: relative;
}

.anchor:before {
  display: block;
  height: 70px;
  content: '';
  margin-top: -70px;
}

.anchor-coupon:before {
  height: 120px;
  margin-top: -120px;
}

.heading-lv2 > .heading_title {
  display: none;
}

.contents-wrap {
  width: 100%;
}

.cosme-umeda {
  width: 100%;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.modaal-wrapper sup {
  top: -.5em;
}

@media screen and (min-width: 1020px) {
  /*.cosme-umeda {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-bottom: 150px;
  }*/
}
@media screen and (max-width: 767px) {
  .contents-wrap {
    margin: 0;
  }
  /*.cosme-umeda {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
        padding-bottom: 50px;
  }*/
  .p-rl-15 {
      padding: 0 15px;
  }
  .p-b-100 {
      padding-bottom: 100px;
  }

  .anchor:before {
    height: 120px;
    margin-top: -120px;
  }

  .anchor-coupon:before {
    height: 170px;
    margin-top: -170px;
  }
}
.cosme-umeda img {
    max-width: 100%;
    height: auto;
}
.cosme-umeda .content-inner {
  width: 100%;
}
/*.cosme-umeda .mv {
  margin: 0 auto 50px;
  text-align: center;
}*/

.cosme-umeda .mv {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .cosme-umeda .mv {
  }
}
.cosme-umeda .mv .mv-ttl {
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .cosme-umeda .mv .mv-ttl {
  }
}

.cosme-umeda .mv .mv-ttl .mv-ttl-wrap {
  position: relative;
  width: 100%;
  background: #bd207b;
}

.cosme-umeda .mv .mv-ttl .mv-ttl-wrap .mv1 img {
  animation: mv 1s linear .5s;
  animation-fill-mode: both;
  opacity: 0;
}
@keyframes mv {
  0% {
    /*transform:scale(2);*/
    opacity: 0;
  }
  100% {
    /*transform: scale(1);*/
    opacity: 1;
  }
}

.cosme-umeda .mv .mv-ttl .mv-ttl-wrap .mv2 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.cosme-umeda .mv .mv-ttl .mv-ttl-wrap .mv2 img {
  animation: mv2 3s linear .5s;
  animation-fill-mode: both;
  opacity: 0;
}
@keyframes mv2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.cosme-umeda .mv .mv-ttl .mv-ttl-wrap .mv4 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.cosme-umeda .mv .mv-ttl .mv-ttl-wrap .mv4 img {
  animation: mv4 1s linear 1.5s;
  animation-fill-mode: both;
  opacity: 0;
}
@keyframes mv4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}




@media screen and (max-width: 767px) {
  .cosme-umeda .mv .mv-ttl .mv-ttl-wrap {
  }
}
.cosme-umeda .mv .mv-ttl .mv-ttl-wrap img {
}
.cosme-umeda .mv .mv-ttl.mv-show .mv-ttl-wrap img {
  width: 100%;
}

.cosme-umeda .mv .artist-name {
  max-width: 1200px;
  font-size: 1.2rem;
  text-align: right;
  margin: 0 auto 35px;
}

.cosme-umeda .mv .nav-box.fixed {
  position: fixed;
  top: 80px;
  left: 50%;
  z-index: 100000;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(-50%);
}

.cosme-umeda .mv ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 860px;
  margin: 0 auto;
  border-left: 1px solid #000;
}

.cosme-umeda .mv ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  line-height: 1.4;
  text-align: center;
  border-right: 1px solid #000;
}

.cosme-umeda .mv ul li a {
  display: block;
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
}

.cosme-umeda .mv ul li:hover {
  background: #fd73ae;
}

@media screen and (max-width: 767px) {
  .cosme-umeda .content-inner {
  }
  .cosme-umeda .mv {
    margin-bottom: 7%;
  }
  
  .cosme-umeda h2 {
    font-size: 2.2rem !important;
  }
  
  .cosme-umeda .lead {
    font-size: 1.6rem !important;
    text-align: left;
  }
  
  .title {
      margin-bottom: 20%;
  }

  .cosme-umeda .mv .artist-name {
    max-width: 90%;
    font-size: 1.2rem !important;
  }

  .cosme-umeda .mv .nav-box.fixed {
    top: 55px;
  }

  .cosme-umeda .mv ul {
    justify-content: center;
    max-width: 90%;
    border-left: none;
  }

  .cosme-umeda .mv ul li {
    width: 32%;
    margin-bottom: 10px;
    border-left: 1px solid #000;
  }

  .cosme-umeda .mv ul li:not(:last-of-type) {
    border-right: none;
  }

  .cosme-umeda .mv ul li:nth-of-type(3) {
    border-right: 1px solid #000;
  }

  .cosme-umeda .mv ul li a {
    font-size: 1.5rem;
  }
}

.contents-box {
  position: relative;
  margin-bottom: 100px;
  z-index: 100;
}

.contents-box .contents-inner {
  max-width: 860px;
  margin: 0 auto;
}

.contents-box .ttl-box {
  position: relative;
  width: fit-content;
  margin: 0 auto 50px;
  padding-left: 84px;
}

.contents-box .ttl-box:before {
  position: absolute;
  left: -5px;
  width: 84px;
  height: 84px;
  content: '';
}

.event-box .ttl-box:before {
  bottom: 0;
  background: url(../img/icon_event.png) no-repeat left top;
  background-size: contain;
}

.cosme-box .ttl-box:before {
  bottom: 10px;
  background: url(../img/icon_news.png) no-repeat left top;
  background-size: contain;
}

.coupon-box .ttl-box:before {
  bottom: 0;
  background: url(../img/icon_apply2.png) no-repeat left top;
  background-size: contain;
}

.brandslist-box .ttl-box:before {
  top: 0;
  background: url(../img/icon_brand.png) no-repeat left top;
  background-size: contain;
}

.contents-box h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .3em;
  text-align: center;
  margin-bottom: 25px;
}

.contents-box .lead {
  font-size: 1.9rem !important;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents-box {
    margin-bottom: 25%;
  }

  .contents-box .contents-inner {
    max-width: 90%;
  }

  .contents-box .ttl-box {
    margin-bottom: 10%;
    padding-left: 60px;
  }

  .contents-box .ttl-box:before {
    width: 60px;
    height: 60px;
  }

  .coupon-box .ttl-box:before {
    left: 0;
  }
  
  .contents-box .lead {
    line-height: 1.4;
  }
}

.bnr-beautyweeks-box {
  margin-bottom: 100px;
}

.bnr-beautyweeks-box .bnr-beautyweeks-inner {
  max-width: 600px;
  margin: 0 auto;
}

/* EVENT */
.slider-box {
  overflow: hidden;
  margin-bottom: 40px;
}

.slider-box .swiper-inner  {
  position: relative;
  max-width: 600px;
  margin: 0 auto 40px;
  overflow: visible;
}

.slider-box .swiper-slide a {
  color: #000 !important;
  text-decoration: none !important;
}

.slider-box .swiper-slide a:hover {
  opacity: .5;
}

/*.slider-box .swiper-slide:not(.swiper-slide-active) dl {
  pointer-events: none;
  opacity: .3;
}*/

.slider-box dl dt {
  margin-bottom: 40px;
}

.slider-box dl dd {
  padding: 0 20px;
}

.slider-box dl dd h3 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.slider-box dl dd .date {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}

.slider-box dl dd .description {
  font-size: 1.6rem;
}

.slider-box .swiper-pagination {
  left: 50%;
  transform: translate3d(0,0,0) translateX(-50%);
}

.slider-box .swiper-pagination span {
  margin: 0 10px;
}

.slider-box .swiper-pagination-bullet {
  background: #000;
}

.frame-box {
  position: relative;
  margin-bottom: 85px;
}

.frame2 {
  margin-bottom: 140px;
}

.frame1:after {
  position: absolute;
  top: -220px;
  right: 0;
  width: 288px;
  height: 626px;
  content: '';
  background: url(../img/bg_flower1.png) no-repeat right top;
  background-size: contain;
}

.frame2:before {
  position: absolute;
  top: -170px;
  left: 0;
  width: 206px;
  height: 440px;
  content: '';
  background: url(../img/bg_flower2.png) no-repeat left top;
  background-size: contain;
}

.frame-box .frame-inner {
  max-width: 874px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .bnr-beautyweeks-box {
    margin-bottom: 20%;
  }

  .bnr-beautyweeks-box .bnr-beautyweeks-inner {
    max-width: 90%;
  }

  .slider-box {
    margin-bottom: 10%;
    padding: 0 5%;
  }

  .slider-box .swiper-inner  {
    max-width: 60100%0px;
  }

  .slider-box dl dd {
    padding: 0;
  }

  .slider-box dl dd h3 {
    font-size: 2.2rem;
  }

  .slider-box dl dd .date {
    font-size: 1.8rem !important;
  }

  .slider-box dl dd .description {
    font-size: 1.6rem !important;
  }

  .frame-box {
    margin-bottom: 85px;
  }

  .frame2 {
    margin-bottom: 140px;
  }

  .frame1:after {
    content: none;
  }

  .frame2:before {
    content: none;
  }

  .frame-box .frame-inner {
    max-width: 90%;
  }
}

/* MONTHLY NEWS */
.cosme-box .cosme-inner h3 {
  font-size: 1.6rem;
  font-weight: 700;
}

.cosme-box .cosme-inner .description {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.cosme-box .cosme-inner .staff {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
  padding-left: 11em;
}

.cosme-box .cosme-inner .staff:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 47px;
  height: 53px;
  content: '';
  background: url(../img/icon_staff.png) no-repeat left top;
  background-size: contain;
  transform: translateY(-50%);
}

.cosme-box .cosme-inner .staff:after {
  position: absolute;
  top: 0;
  left: 52px;
  width: 7.5em;
  height: 16px;
  content: '化粧品スタッフ';
}

.cosme-box .cosme-inner .date {
  font-size: 1.6rem;
  font-weight: 500;
}

.cosme-box .cosme-inner + .cosme-inner {
  margin-top: 50px;
}

.cosme-box .cosme-inner2 {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}

.cosme-box .cosme-inner4 {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.cosme-box .cosme-inner1 dl {
  max-width: 600px;
  margin: 0 auto;
}

.cosme-box .cosme-inner2 dl {
  width: 48%;
}

.cosme-box .cosme-inner4 dl {
  width: 24%;
}

.cosme-box .cosme-inner dl dt {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .cosme-box {
    padding: 0 5%;
  }

  .cosme-box .cosme-inner .description {
    font-size: 1.6rem !important;
  }

  .cosme-box .cosme-inner .staff {
    font-size: 1.6rem !important;
  }

  .cosme-box .cosme-inner .date {
    font-size: 1.6rem !important;
  }

  .cosme-box .cosme-inner2 {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .cosme-box .cosme-inner4 {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .cosme-box .cosme-inner1 dl {
    max-width: 100%;
  }

  .cosme-box .cosme-inner2 dl {
    width: 100%;
  }

  .cosme-box .cosme-inner2 dl:not(:last-of-type) {
    margin-bottom: 10%;
  }

  .cosme-box .cosme-inner4 dl {
    width: 100%;
  }

  .cosme-box .cosme-inner4 dl:not(:last-of-type) {
    margin-bottom: 10%;
  }
}

/* 大丸・松坂屋アプリ会員様限定！ */
.coupon-box .coupon-inner {
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 55px;
  background: #f8f5f6;
}

.coupon-box .coupon-inner h2 {
  position: relative;
  font-size: 2.1rem;
  color: #fff;
  letter-spacing: .2em;
  margin-bottom: 50px;
  padding: 10px 0;
  background: #fd73ae;
}

.coupon-box .coupon-inner h2:before {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 130px;
  height: 60px;
  content: '';
  background: url(../img/icon_apply1.png) no-repeat center top;
  background-size: contain;
  transform: translateX(-50%);
}

.coupon-box .lead {
  margin-bottom: 15px;
}

.coupon-box .ttl-box > h3 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .3em;
  text-align: center;
  margin-bottom: 55px;
}

.slider-box2 {
  position: relative;
  max-width: 720px;
  overflow: hidden;
  margin: 0 auto 40px;
}

.slider-box2 .swiper-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto 40px;
  overflow: visible;
}

.slider-box2 .swiper-slide {
  padding: 10px 15px 20px;
  background: #fff;
  border-radius: 5px;
}

.slider-box2 .swiper-slide .product_name{
  font-size: 120% !important;
  font-weight: bold;
  color: #f4439b;	
  letter-spacing: -1px;		
}
.slider-box2 .swiper-slide .date{
  padding-bottom: 5px;
  color: #676566;
  border-bottom: 2px solid #e75296;
  font-size: 15px;
}

.slider-box2 .item-coupon {
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin:10px 0;
}
.slider-box2 .item-coupon img {
  width:200px;
}
.slider-box2 .item-coupon li{
  padding:5px 15px 5px 10px;
  width:50%;
}
.slider-box2 .item-coupon p {
  font-size: 13px;
}

.slider-box2 .marker {
  background: linear-gradient(transparent 55%, #cffbfb 55%);
  font-weight: bold;
  font-size: 120%;
}

.slider-box2 small {
  font-size: 80% !important;
  color: #666;
}

.slider-box2 .swiper-button-prev {
  top: 70%;
  left: 0;
  background: url(../img/icon_arrow_l.png) no-repeat right center;
  background-size: contain;
}

.slider-box2 .swiper-button-next {
  top: 70%;
  right: 0;
  background: url(../img/icon_arrow_r.png) no-repeat right center;
  background-size: contain;
}

.bnr-box {
  display: block;
  max-width: 506px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .coupon-box .coupon-inner {
    padding: 0 5%;
  }

  .coupon-box .coupon-inner {
    max-width: 100%;
    padding-bottom: 15%;
  }

  .coupon-box .coupon-inner h2 {
    line-height: 1.4;
    margin-bottom: 10%;
  }

  .coupon-box .lead {
    margin-bottom: 5px;
  }

  .coupon-box .ttl-box > h3 {
    margin-bottom: 10%;
  }

  .slider-box2 {
    max-width: 100%;
  }

  .slider-box2 .swiper-inner {
    max-width: 80%;
  }

  .slider-box2 .swiper-slide {
    padding: 10px 15px 20px;
    background: #fff;
    border-radius: 5px;
  }

  .slider-box2 .swiper-slide .product_name{
    font-size: 85% !important;
  }

  .slider-box2 .item-coupon {
    display:block;
  }
  .slider-box2 .item-coupon img {
    width:100%;
  }
  .slider-box2 .item-coupon li{
    padding:0 3px;
    width:100%;
  }
  .slider-box2 .item-coupon p {
    font-size: 13px !important;
  }

  .bnr-box {
    max-width: 100%;
  }
}

/* BRANDS LIST */
.brandslist-box {
  margin-bottom: 85px;
  padding: 140px 0 110px;
  background: url(../img/bg_brandlist.jpg) repeat center top;
  background-size: cover;
}

.brandslist-box:after {
  position: absolute;
  top: -260px;
  right: 0;
  width: 288px;
  height: 523px;
  content: '';
  background: url(../img/bg_flower3.png) no-repeat right top;
  background-size: contain;
  z-index: 100;
}

.brandslist-box h2 {
  line-height: 1.5;
}

.brandslist-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

.brandslist-box ul li {
  width: 15%;
  margin-bottom: 40px;
}

.brandslist-box ul li a {
  text-decoration: none;
}

.brandslist-box ul li figure figcaption {
  font-size: 1.1rem;
  color: #fff;
}

.brandslist-box .logo-box {
  display: none;
}

.logo-inner {
  max-width: 600px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
}

.logo-inner h3 {
  max-width: 300px;
  margin: 0 auto 15px;
}

.logo-inner .bland {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #b4b4b4;
}

.logo-inner .bland dt {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  padding: 5px;
  background: #b4b4b4;
}

.logo-inner .bland dd {
  position: relative;
  font-size: 1.9rem;
  font-weight: 500;
}

.logo-inner .bland dd:before {
  display: inline-block;
  position: relative;
  width: 25%;
  content: '電話番号';
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin-right: 15px;
  padding: 5px;
  background: #dcdcdc;
}

.logo-inner .bland dd span {
  font-size: 1.6rem;
  font-weight: 400;
}

.logo-inner .description {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.logo-inner .caution {
  font-size: 1.4rem;
  font-weight: 400;
}

.logo-inner .ttls {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.logo-inner .service {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}

.logo-inner .service li {
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 400;
  white-space: nowrap;
  margin: 0 5px 5px 0;
  padding: 5px;
  border: 1px solid #cfcfcf;
}

/*.logo-inner .service dd {
  width: 68%;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 5px;
  border: 1px solid #cfcfcf;
}*/

.logo-inner .service-reserve {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.logo-inner .service-reserve li {
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 400;
  white-space: nowrap;
  margin: 0 5px 5px 0;
  padding: 5px;
  border: 1px solid #cfcfcf;
}

/*.logo-inner .service-reserve dd {
  width: 68%;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 5px;
  border: 1px solid #cfcfcf;
}*/

.modaal-container {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.modaal-close {
  top: 100px;
}

@media screen and (max-width: 767px) {
  .brandslist-box {
    margin-bottom: 85px;
    padding: 15% 0;
  }

  .brandslist-box:after {
    content: none;
  }

  .brandslist-box ul {
    margin-bottom: 15%;
  }

  .brandslist-box ul li {
    width: 23%;
    margin-bottom: 3%;
  }

  .logo-inner {
    max-width: 100%;
    padding: 5%;
  }

  .logo-inner h3 {
    max-width: 100%;
    margin-bottom: 5px;
  }

  .logo-inner .bland dt {
    font-size: 2.2rem;
    padding: 5px;
  }

  .logo-inner .bland dd {
    font-size: 1.7rem;
  }

  .logo-inner .bland dd:before {
    width: 30%;
    font-size: 1.4rem;
  }

  .logo-inner .bland dd span {
    font-size: 1.4rem;
  }

  .logo-inner .description {
    font-size: 1.6rem;
  }

  .logo-inner .caution {
    font-size: 1.4rem;
  }

  .logo-inner .ttls {
    font-size: 1.6rem;
  }
}

.depaco-box:before {
  position: absolute;
  top: 50px;
  left: 0;
  width: 188px;
  height: 284px;
  content: '';
  background: url(../img/bg_flower4.png) no-repeat left center;
  background-size: contain;
}

.depaco-box .depaco-inner ul {
  max-width: 600px;
  margin: 0 auto;
}

.depaco-box .depaco-inner ul li:not(:last-of-type) {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .depaco-box:before {
    content: none;
  }

  .depaco-box .depaco-inner ul {
    max-width: 90%;
  }

  .depaco-box .depaco-inner ul li:not(:last-of-type) {
    margin-bottom: 10%;
  }
}

.beauty-box {
  padding: 70px 0;
  background: #f4f2ee !important;
}

.beauty-box .beauty-inner ul {
  max-width: 600px;
  margin: 0 auto;
}

.beauty-box .beauty-inner ul li:not(:last-of-type) {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .beauty-box {
    padding: 10% 5%;
  }

  .beauty-box .beauty-inner ul {
    max-width: 100%;
  }

  .beauty-box .beauty-inner ul li:not(:last-of-type) {
    margin-bottom: 10%;
  }
}

.artist-box:before {
  position: absolute;
  top: -100px;
  left: 0;
  width: 196px;
  height: 317px;
  content: '';
  background: url(../img/bg_flower5.png) no-repeat left top;
  background-size: contain;
}

.artist-box .artist-event {
  max-width: 600px;
  margin: 0 auto;
}

.artist-box .artist-event dl {
  display: flex;
}

.artist-box .artist-event dl dt {
  width: 45%;
}

.artist-box .artist-event dl dd {
  width: 55%;
  padding: 25px 20px 0 40px;
  background: #ffedf3;
}

.artist-box .artist-event dl dd .notice span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  background: #000;
}

.artist-box .artist-event dl dd .ttl {
  font-size: 2.1rem;
  font-weight: 500;
  color: #d70073;
  margin-bottom: 15px;
}

.artist-box .artist-event dl dd .date {
  font-size: 1.6rem;
  /*margin-bottom: 5px;*/
  margin-bottom: 15px;
}

.artist-box .artist-event dl dd .description {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.btn-more {
  display: block;
  position: relative;
  width: 100%;
  color: #000 !important;
  text-decoration: none !important;
  text-align: center;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 9999px;
}

.btn-more:hover {
  opacity: .5;
}

.btn-more:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 8px;
  /*content: '';*/
  content: none;
  margin-left: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg) translateY(-50%);
}

@media screen and (max-width: 767px) {
  .artist-box:before {
    content: none;
  }

  .artist-box .artist-event {
    max-width: 90%;
  }

  .artist-box .artist-event dl {
    flex-wrap: wrap;
  }

  .artist-box .artist-event dl dt {
    width: 100%;
  }

  .artist-box .artist-event dl dd {
    width: 100%;
    padding: 5%;
  }

  .artist-box .artist-event dl dd .ttl {
    font-size: 2.1rem !important;
  }

  .artist-box .artist-event dl dd .date {
    font-size: 1.6rem !important;
  }

  .artist-box .artist-event dl dd .description {
    font-size: 1.2rem !important;
  }
}

.profile-box:after {
  position: absolute;
  top: -250px;
  right: 0;
  width: 155px;
  height: 392px;
  content: '';
  background: url(../img/bg_flower6.png) no-repeat right top;
  background-size: contain;
}

.profile-box .profile-silsil {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 50px 40px;
}

.profile-box .profile-silsil:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background: url(../img/frame2.png) no-repeat left top;
  background-size: contain;
}

.profile-box .profile-silsil:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background: url(../img/frame2.png) no-repeat left bottom;
  background-size: contain;
}

.profile-box .profile-silsil h2 {
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: 40px;
}

.profile-box .profile-silsil dl {
  display: flex;
}

.profile-box .profile-silsil dl dt {
  order: 1;
  width: 45%;
  padding-left: 5%;
}

.profile-box .profile-silsil dl dd {
  order: 0;
  width: 55%;
}

.profile-box .profile-silsil dl dd .description {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.profile-box .profile-silsil dl dd .sns {
  font-size: 1.3rem;
}

.profile-box .profile-silsil dl dd .sns a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .profile-box:after {
    content: none;
  }

  .profile-box .profile-silsil {
    max-width: 90%;
    padding: 5%;
  }

  .profile-box .profile-silsil h2 {
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 40px;
  }

  .profile-box .profile-silsil dl {
    flex-wrap: wrap;
  }

  .profile-box .profile-silsil dl dt {
    order: 0;
    width: 100%;
    margin-bottom: 5%;
    padding-left: 0;
  }

  .profile-box .profile-silsil dl dd {
    order: 1;
    width: 100%;
  }

  .profile-box .profile-silsil dl dd .description {
    font-size: 1.5rem;
  }

  .profile-box .profile-silsil dl dd .sns {
    font-size: 1.3rem !important;
  }
}                

/* SP */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
    margin: 0 auto;
  }
  .sp {
    display: block !important;
    margin: 0 auto;
  }
  .sp-inline {
    display: inline-block !important;
    margin: 0 auto;
  }
}