@charset "UTF-8";
/*

section事のコンテンツ作成

*/
#event_kv {
  background-image: url(../event_images/sp/event_bk_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 4.4vw 30px;
}

@media screen and (min-width: 768px) {
  #event_kv {
    background-image: url(../event_images/pc/event_bk_01.png);
    padding: 85px 6.6vw 25px;
  }
}

@media screen and (min-width: 1200px) {
  #event_kv {
    padding: 85px 80px 35px;
  }
}

#event_movie {
  position: relative;
  background-image: url(../event_images/sp/event_bk_02.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  padding: 50px 4.4vw 28vh;
}

@media screen and (min-width: 768px) {
  #event_movie {
    background-image: url(../event_images/pc/event_bk_02.png);
    padding: 100px 6.6vw 350px;
  }
}

@media screen and (min-width: 1200px) {
  #event_movie {
    padding: 100px 80px 350px;
  }
}

#event_movie .movie {
  max-width: 600px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
  #event_movie .movie {
    max-width: 660px;
    margin: 0 auto 70px;
  }
}

#event_movie h2 img {
  width: 70%;
}

@media screen and (min-width: 768px) {
  #event_movie h2 img {
    width: auto;
  }
}

#event_movie .caption {
  line-height: 30px;
  margin: 30px auto 9vh;
}

@media screen and (min-width: 768px) {
  #event_movie .caption {
    margin: 25px auto;
  }
}

#event_movie .cow {
  position: absolute;
  bottom: 10%;
  right: -3%;
}

@media screen and (min-width: 768px) {
  #event_movie .cow {
    bottom: 6%;
    right: 6%;
  }
}

#event_movie .cow img {
  width: 60%;
}

@media screen and (min-width: 768px) {
  #event_movie .cow img {
    width: 100%;
  }
}

#event_content01 {
  background-color: #fff2f9;
  background-image: url(../event_images/sp/event_bk_03.png), url(../event_images/pc/event_bk_04.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
}

@media screen and (min-width: 768px) {
  #event_content01 {
    background-image: url(../event_images/pc/event_bk_03.png), url(../event_images/pc/event_bk_04.png);
  }
}

#event_content02 {
  background-color: #fffff3;
  background-image: url(../event_images/sp/event_bk_05.png), url(../event_images/pc/event_bk_06.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
}

@media screen and (min-width: 768px) {
  #event_content02 {
    background-image: url(../event_images/pc/event_bk_05.png), url(../event_images/pc/event_bk_06.png);
  }
}

#event_content03 {
  background-color: #fcf1f6;
  background-image: url(../event_images/sp/event_bk_07.png), url(../event_images/pc/event_bk_08.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
}

@media screen and (min-width: 768px) {
  #event_content03 {
    background-image: url(../event_images/pc/event_bk_07.png), url(../event_images/pc/event_bk_08.png);
  }
}

.main-content {
  background-size: contain;
  padding: 30px 4.4vw 140px;
}

@media screen and (min-width: 768px) {
  .main-content {
    background-size: contain;
    padding: 0 6.6vw 280px;
  }
}

@media screen and (min-width: 1200px) {
  .main-content {
    padding: 0 80px 280px;
  }
}

.main-content .visual {
  position: relative;
  margin-top: -60px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .main-content .visual {
    position: inherit;
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.main-content .visual.mt-n {
  position: relative;
  margin-top: -90px;
}

@media screen and (min-width: 768px) {
  .main-content .visual.mt-n {
    position: inherit;
    margin-top: 0;
  }
}

.main-content ul {
  color: #1f2232;
  max-width: 920px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 60px;
}

@media screen and (min-width: 768px) {
  .main-content ul {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.main-content ul li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto;
}

@media screen and (min-width: 768px) {
  .main-content ul li {
    width: 30%;
    margin: 0 auto;
  }
}

.main-content ul li .image {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .main-content ul li .image {
    margin-bottom: 50px;
  }
}

.main-content ul li .title {
  width: 100%;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .main-content ul li .title {
    font-size: 20px;
    line-height: 30px;
  }
}

.main-content ul li .price {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  margin: 15px auto 30px;
}

@media screen and (min-width: 768px) {
  .main-content ul li .price {
    font-size: 20px;
    line-height: 20px;
    margin: 30px auto 25px;
  }
}

.main-content ul li .price span {
  font-size: .8em;
}

.main-content ul li .btn {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.main-content .movie {
  width: 70%;
  margin: 6px auto 30px;
}

@media screen and (min-width: 768px) {
  .main-content .movie {
    width: 100%;
    margin: 60px auto 30px;
  }
}

.main-content .movie a {
  display: inline-block;
  cursor: pointer;
}

.main-content .cow-btn {
  width: 92%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .main-content .cow-btn {
    width: 100%;
  }
}

.main-content .cow-btn a {
  display: inline-block;
}

.main-content .note {
  width: calc(100% - 20px);
  text-align: left;
  padding: 0 10px;
  margin-top: 30px;
  font-size: 12px;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  .main-content .note {
    padding: 0;
    margin-top: 50px;
    font-size: 14px;
    line-height: 20px;
  }
}

#event_special {
  background-color: #f7b5b4;
  padding: 20px 4.4vw 60px;
}

@media screen and (min-width: 768px) {
  #event_special {
    padding: 80px 40px 60px;
  }
}

@media screen and (min-width: 1200px) {
  #event_special {
    padding: 80px 80px 120px;
  }
}

@media screen and (min-width: 1200px) {
  #event_special h2 {
    margin-top: -70px;
  }
}

#event_special h2 img {
  width: 82%;
}

@media screen and (min-width: 1200px) {
  #event_special h2 img {
    width: auto;
  }
}

#event_special .inner {
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -40px auto 0;
  padding: 60px 4.4vw 50px;
}

@media screen and (min-width: 768px) {
  #event_special .inner {
    margin: -80px auto 0;
    padding: 110px 80px 50px;
  }
}

@media screen and (min-width: 1200px) {
  #event_special .inner {
    max-width: 1000px;
    padding: 110px 150px 50px;
  }
}

#event_special .inner .subtitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 34px;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  #event_special .inner .subtitle {
    font-size: 20px;
    line-height: 44px;
  }
}

#event_special .inner .subtitle span {
  display: none;
}

@media screen and (min-width: 768px) {
  #event_special .inner .subtitle span {
    display: inline;
  }
}

#event_special .inner h3 {
  color: #f27b96;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  #event_special .inner h3 {
    font-size: 26px;
    line-height: 44px;
    margin-bottom: 0;
  }
}

#event_special .inner h3.insta {
  margin: 35px auto 15px;
}

#event_special .inner h4 {
  color: #fff;
  background-color: #f7b5b4;
  max-width: 90px;
  line-height: 30px;
  margin: 45px auto 0;
}

#event_special .inner h4 + p {
  margin: 20px auto;
}

#event_special .inner .btn {
  max-width: 300px;
  margin: 0 auto;
}

#event_special .inner .btn.insta {
  margin-bottom: 50px;
}

#event_special .inner .btn.insta a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}

#event_special .inner .btn.insta a i {
  font-size: 36px;
  margin-right: 10px;
}

#event_special .inner .cow-box {
  margin: 30px auto;
}

#event_special .inner ul {
  margin: 20px auto;
}

#event_special .inner ul li {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

#event_special .inner p {
  font-size: 16px;
  line-height: 28px;
  margin: 20px auto;
  padding: 0 10%;
}

@media screen and (min-width: 768px) {
  #event_special .inner p {
    padding: 0;
  }
}

#event_special .inner .bold {
  font-weight: bold;
}

#event_special .inner .pink {
  color: #f27b96;
}

#event_special .inner .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(60%, #f8b6b8));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 60%, #f8b6b8 60%);
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #f8b6b8 60%);
}

#makeup_kv01 {
  background-color: #fff2f9;
  background-image: url(../event_images/sp/makeup_bk_01_top.png);
}

@media screen and (min-width: 768px) {
  #makeup_kv01 {
    background-image: url(../event_images/pc/makeup_bk_01_top.png);
  }
}

#makeup_kv02 {
  background-image: url(../event_images/sp/makeup_bk_02_top.png);
}

@media screen and (min-width: 768px) {
  #makeup_kv02 {
    background-image: url(../event_images/pc/makeup_bk_02_top.png);
  }
}

#makeup_kv03 {
  background-image: url(../event_images/sp/makeup_bk_03_top.png);
}

@media screen and (min-width: 768px) {
  #makeup_kv03 {
    background-image: url(../event_images/pc/makeup_bk_03_top.png);
  }
}

.makeup_kv {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 80px 5.5vw 70px;
}

@media screen and (min-width: 768px) {
  .makeup_kv {
    padding: 85px 6.6vw 70px;
  }
}

@media screen and (min-width: 1200px) {
  .makeup_kv {
    padding: 85px 80px 70px;
  }
}

.makeup_kv .wrap {
  width: 80%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .makeup_kv .wrap {
    width: 100%;
    bottom: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .makeup_kv .wrap {
    bottom: 10px;
  }
}

#makeup_content01 {
  background-color: #fff2f9;
  background-image: url(../event_images/sp/makeup_bk_01_bottom.png);
}

@media screen and (min-width: 768px) {
  #makeup_content01 {
    background-image: url(../event_images/pc/makeup_bk_01_bottom.png);
  }
}

#makeup_content02 {
  background-color: #fffff3;
  background-image: url(../event_images/sp/makeup_bk_02_bottom.png);
}

@media screen and (min-width: 768px) {
  #makeup_content02 {
    background-image: url(../event_images/pc/makeup_bk_02_bottom.png);
  }
}

#makeup_content03 {
  background-color: #fcf1f6;
  background-image: url(../event_images/sp/makeup_bk_03_bottom.png);
}

@media screen and (min-width: 768px) {
  #makeup_content03 {
    background-image: url(../event_images/pc/makeup_bk_03_bottom.png);
  }
}

.makeup_content {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  padding: 0 4.4vw 50px;
}

@media screen and (min-width: 768px) {
  .makeup_content {
    padding: 20px 6.6vw 90px;
  }
}

@media screen and (min-width: 1200px) {
  .makeup_content {
    padding: 50px 80px 110px;
  }
}

.makeup_content ul {
  background-color: #fff;
  color: #1f2232;
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto;
  padding: 30px 4.4vw 30px;
}

@media screen and (min-width: 768px) {
  .makeup_content ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 60px 7vw 30px;
  }
}

.makeup_content ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin: 30px auto 50px;
}

@media screen and (min-width: 768px) {
  .makeup_content ul > li {
    width: 30%;
    max-width: 340px;
    margin: 0 auto 80px;
  }
}

.makeup_content ul > li:first-child {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
}

@media screen and (min-width: 768px) {
  .makeup_content ul > li:first-child {
    margin: 0 auto 100px;
  }
}

.makeup_content ul > li:first-child .title {
  font-size: 17px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .makeup_content ul > li:first-child .title {
    font-size: 17px;
    margin: 0 auto 20px;
  }
}

.makeup_content ul > li:first-child .title.mb0 {
  margin-bottom: 0;
}

.makeup_content ul > li:first-child .price {
  font-size: 20px;
  margin: 10px auto auto;
}

@media screen and (min-width: 768px) {
  .makeup_content ul > li:first-child .price {
    margin: 20px auto auto;
  }
}

.makeup_content ul > li:first-child .btn {
  width: 90%;
  max-width: 380px;
  margin: 30px auto 0;
}

@media screen and (min-width: 768px) {
  .makeup_content ul > li:first-child .btn {
    width: 100%;
  }
}

.makeup_content ul > li:first-child .btn a {
  padding: 12px;
  font-size: 16px;
}

.makeup_content ul > li .category {
  width: 50%;
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  .makeup_content ul > li .category {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.makeup_content ul > li .box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .makeup_content ul > li .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-bottom: 40px;
  }
}

.makeup_content ul > li .box .image {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .makeup_content ul > li .box .image {
    width: 35%;
    margin-right: auto;
    margin-bottom: 0;
  }
}

.makeup_content ul > li .box .text {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .makeup_content ul > li .box .text {
    width: 58%;
  }
}

.makeup_content ul > li .box .text h3 {
  font-weight: bold;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .makeup_content ul > li .box .text h3 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.makeup_content ul > li .box .text h3.strawberry {
  color: #f27b96;
}

.makeup_content ul > li .box .text h3.banana {
  color: #f5c193;
}

.makeup_content ul > li .box .text h3.blueberry {
  color: #cfa2c8;
}

.makeup_content ul > li .box .text ol li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .makeup_content ul > li .box .text ol li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.makeup_content ul > li .box .text ol li span {
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2px;
}

.makeup_content ul > li .box .text ol li span.cl01 {
  color: #1f2232;
  background-color: #f0b9a6;
}

.makeup_content ul > li .box .text ol li span.cl02 {
  color: #fff;
  background-color: #c1856b;
}

.makeup_content ul > li .box .text ol li span.cl03 {
  color: #fff;
  background-color: #995943;
}

.makeup_content ul > li .box .text ol li span.cl04 {
  color: #1f2232;
  background-color: #f1c4b0;
}

.makeup_content ul > li .box .text ol li span.cl05 {
  color: #fff;
  background-color: #fdb575;
}

.makeup_content ul > li .box .text ol li span.cl06 {
  color: #fff;
  background-color: #9d6a4e;
}

.makeup_content ul > li .box .text ol li span.cl07 {
  color: #1f2232;
  background-color: #ebc8ab;
}

.makeup_content ul > li .box .text ol li span.cl08 {
  color: #1f2232;
  background-color: #f3ced9;
}

.makeup_content ul > li .box .text ol li span.cl09 {
  color: #fff;
  background-color: #ccac9f;
}

.makeup_content ul > li .box .text ol li span.cl10 {
  color: #fff;
  background-color: #cea093;
}

.makeup_content ul > li .box .text ol li span.cl11 {
  color: #fff;
  background-color: #9e7263;
}

.makeup_content ul > li > .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 230px;
  margin: 0 auto 30px;
}

@media screen\0 {
  .makeup_content ul > li > .image {
    display: inline-block;
  }
}

.makeup_content ul > li .title {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .makeup_content ul > li .title {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto 30px;
  }
}

.makeup_content ul > li .price {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  margin: 10px auto auto;
}

@media screen and (min-width: 768px) {
  .makeup_content ul > li .price {
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto auto;
  }
}

.makeup_content ul > li .price span {
  font-size: .8em;
}

.makeup_content ul > li .btn {
  width: 90%;
  max-width: 380px;
  margin: 20px auto 0;
}

@media screen and (min-width: 768px) {
  .makeup_content ul > li .btn {
    max-width: 220px;
    width: 100%;
  }
}

.makeup_content ul > li .btn a {
  padding: 12px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .makeup_content ul > li .btn a {
    padding: 12px;
  }
}
/*# sourceMappingURL=event.css.map */