@charset "UTF-8";
/* ==========共通========== */
html, body {
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}

body {
  width: 100%;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.animate {
  opacity: 0;
}

.animate.animated {
  opacity: 1;
}

.event_se {
  display: none !important;
}

@media all and (max-width: 374px) {
  .event_se {
    display: block !important;
  }
}

@media all and (min-width: 769px) {
  .event_se {
    display: none !important;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a, a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  color: #332821;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.2em;
  text-align: center;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media all and (max-width: 680px) {
  .wrapper {
    letter-spacing: 0.05em;
  }
}

.logo a {
  max-width: 87px;
  display: block;
  margin: auto;
}

@media all and (max-width: 580px) {
  .logo a {
    max-width: 57px;
  }
}

.logo img {
  width: 100%;
}

.more {
  width: 55.9vw;
  margin: auto;
  padding: 40px 0;
  background: #ffe4d0;
  color: #aa5d2a;
  border: dashed 4px #aa5d2a;
  display: block;
  font-size: 3.38vw;
  position: relative;
}

@media all and (max-width: 680px) {
  .more {
    padding: 30px 0;
  }
}

@media all and (max-width: 580px) {
  .more {
    width: 90%;
    padding: 20px 0;
  }
}

@media all and (min-width: 769px) {
  .more {
    width: 100%;
    max-width: 334px;
    padding: 25px 0;
    font-size: 18px;
  }
}

.more:hover {
  background: #ad402d;
  border: dashed 4px #ffe4d0;
  color: #ffe4d0;
}

.more:hover:after {
  background-color: #ffe4d0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.more:after {
  width: 50px;
  height: 50px;
  margin: auto;
  background-image: url(../event_images/common/arrow.png);
  background-color: #aa5d2a;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-size: 20px auto;
  background-position: center;
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
}

@media all and (max-width: 680px) {
  .more:after {
    width: 40px;
    height: 40px;
    background-size: 40% auto;
  }
}

@media all and (max-width: 580px) {
  .more:after {
    width: 30px;
    height: 30px;
    right: -20px;
  }
}

@media all and (min-width: 769px) {
  .more:after {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
    right: -18px;
  }
}

h1, h2, h3, h4 {
  line-height: 1.2em;
}

h1.h_img img, h2.h_img img, h3.h_img img, h4.h_img img {
  margin: auto;
  max-width: 74.33vw;
  display: block;
}

@media all and (min-width: 769px) {
  h1.h_img img, h2.h_img img, h3.h_img img, h4.h_img img {
    max-width: 440px;
  }
}

.lede {
  font-size: 3.25vw;
  font-weight: 500;
  line-height: 2em;
}

.img_icon {
  position: absolute;
}

.img_icon.icon_01 {
  width: 8.07vw;
  bottom: 30px;
  left: 3vw;
}

@media all and (min-width: 769px) {
  .img_icon.icon_01 {
    width: 62px;
    left: 270px;
  }
}

.img_icon.icon_02 {
  width: 7.81vw;
  bottom: 30px;
  right: 3vw;
}

@media all and (min-width: 769px) {
  .img_icon.icon_02 {
    width: 60px;
    right: 270px;
  }
}

header {
  background-color: transparent;
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
}

#kv {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../event_images/sp/kv.jpg);
  position: relative;
}

@media all and (min-width: 769px) {
  #kv {
    background-image: url(../event_images/pc/kv.jpg);
  }
}

#kv h1 img {
  width: 100%;
}

#kv .icon_kv {
  width: 16.7vw;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
}

@media all and (min-width: 769px) {
  #kv .icon_kv {
    width: 90px;
  }
}

#lede {
  padding-bottom: 95px;
  background-color: #ffd7b9;
  background-image: url(../event_images/sp/line_dash_01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom 20px;
}

@media all and (max-width: 680px) {
  #lede {
    padding-bottom: 75px;
  }
}

@media all and (min-width: 769px) {
  #lede {
    background-image: url(../event_images/pc/line_dash_01.png);
  }
}

#lede img {
  width: 100%;
  margin-top: -60px;
  display: block;
  z-index: 2;
  position: relative;
}

@media all and (min-width: 769px) {
  #lede img {
    margin-top: 0;
  }
}

@media all and (max-width: 374px) {
  #lede img {
    margin-top: -20px;
  }
}

#menu h2 {
  padding: 55px 10px;
  background: #6e3d26;
  color: #fff;
  font-size: 4.29vw;
  position: relative;
}

@media all and (min-width: 769px) {
  #menu h2 {
    padding: 40px 0;
    font-size: 24px;
    line-height: 1.5em;
  }
}

#menu h2 .f_80 {
  display: block;
}

#menu h2:after {
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 56px 91.5px 0 91.5px;
  border-color: #6e3d26 transparent transparent transparent;
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}

#menu .list_menu {
  padding: 60px 0 80px;
}

@media all and (min-width: 769px) {
  #menu .list_menu {
    padding: 80px 0 135px;
  }
}

#menu .list_menu > li {
  width: 90%;
  margin: auto;
  max-width: 700px;
  border: solid 5px #322a25;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px #322a25;
          box-shadow: 5px 5px #322a25;
}

@media all and (min-width: 769px) {
  #menu .list_menu > li {
    max-width: 445px;
    display: inline-block;
    vertical-align: top;
  }
}

#menu .list_menu > li:first-of-type {
  margin-bottom: 35px;
}

@media all and (min-width: 769px) {
  #menu .list_menu > li:first-of-type {
    margin-bottom: 0;
    margin-right: 70px;
  }
}

#menu .list_menu > li:last-of-type {
  border: solid 5px #d46d2f;
  -webkit-box-shadow: 5px 5px #d46d2f;
          box-shadow: 5px 5px #d46d2f;
}

@media all and (min-width: 769px) {
  #menu .list_menu > li:last-of-type .list_inner {
    background: #fcccaa;
    background: -webkit-linear-gradient(350deg, #fcccaa 0%, #fcccaa 30%, white 30%, white 100%);
    background: linear-gradient(100deg, #fcccaa 0%, #fcccaa 30%, white 30%, white 100%);
  }
}

#menu .list_menu > li:last-of-type .list_inner .tit {
  background: #f9c6a1;
  color: #532e30;
}

#menu .list_menu > li:last-of-type .list_inner > li:first-of-type {
  background: #fcccaa;
  background: -webkit-linear-gradient(350deg, #fcccaa 0%, #fcccaa 60%, white 60%, white 100%);
  background: linear-gradient(100deg, #fcccaa 0%, #fcccaa 60%, white 60%, white 100%);
}

@media all and (min-width: 769px) {
  #menu .list_menu > li:last-of-type .list_inner > li:first-of-type {
    background: none;
  }
}

#menu .list_menu > li:last-of-type .btn_tap .adjust-box {
  background-color: #322a25;
}

#menu .list_menu > li:last-of-type a:hover .btn_tap .adjust-box {
  background-color: #d46d2f;
}

#menu .list_menu > li a {
  display: block;
  position: relative;
}

#menu .list_menu > li a:hover .btn_tap .adjust-box {
  background: #322a25;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#menu .list_menu > li .list_inner {
  display: table;
  text-align: center;
}

@media all and (min-width: 769px) {
  #menu .list_menu > li .list_inner {
    border-radius: 5px;
    background: #d7b199;
    background: -webkit-linear-gradient(350deg, #d7b199 0%, #d7b199 30%, white 30%, white 100%);
    background: linear-gradient(100deg, #d7b199 0%, #d7b199 30%, white 30%, white 100%);
    display: block;
  }
}

#menu .list_menu > li .list_inner > li {
  padding: 55px 0;
  display: table-cell;
  vertical-align: bottom;
}

@media all and (max-width: 680px) {
  #menu .list_menu > li .list_inner > li {
    padding: 35px 0;
  }
}

@media all and (max-width: 580px) {
  #menu .list_menu > li .list_inner > li {
    padding: 25px 0;
    vertical-align: middle;
  }
}

@media all and (min-width: 769px) {
  #menu .list_menu > li .list_inner > li {
    padding: 40px 0 35px;
    display: block;
    letter-spacing: 0;
  }
}

#menu .list_menu > li .list_inner > li img {
  width: 33.2vw;
}

@media all and (min-width: 769px) {
  #menu .list_menu > li .list_inner > li img {
    max-width: 255px;
    width: 100%;
  }
}

#menu .list_menu > li .list_inner > li:first-of-type {
  padding-left: 3vw;
  background: #d7b199;
  background: -webkit-linear-gradient(350deg, #d7b199 0%, #d7b199 60%, white 60%, white 100%);
  background: linear-gradient(100deg, #d7b199 0%, #d7b199 60%, white 60%, white 100%);
}

@media all and (min-width: 769px) {
  #menu .list_menu > li .list_inner > li:first-of-type {
    background: none;
    padding-left: 0;
  }
}

#menu .list_menu > li .list_inner > li:last-of-type {
  padding-right: 3vw;
  padding-left: 5vw;
  text-align: left;
}

@media all and (min-width: 769px) {
  #menu .list_menu > li .list_inner > li:last-of-type {
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }
}

#menu .list_menu > li .list_inner .tit {
  margin-bottom: 28px;
  padding: 7px 10px;
  background: #eadeda;
  color: #322a25;
  display: inline-block;
  font-size: 3.9vw;
  font-weight: 600;
}

@media all and (max-width: 680px) {
  #menu .list_menu > li .list_inner .tit {
    margin-bottom: 15px;
  }
}

@media all and (max-width: 580px) {
  #menu .list_menu > li .list_inner .tit {
    padding: 3px 10px;
  }
}

@media all and (min-width: 769px) {
  #menu .list_menu > li .list_inner .tit {
    font-size: 26px;
  }
}

#menu .list_menu > li .list_inner .catch {
  color: #68261a;
  font-size: 2.6vw;
  line-height: 1.5em;
}

@media all and (min-width: 769px) {
  #menu .list_menu > li .list_inner .catch {
    font-size: 16px;
  }
}

#menu .list_menu > li .btn_tap {
  position: absolute;
  bottom: -30px;
  right: -4vw;
  font-size: 3.25vw;
  font-weight: 600;
  color: #fff;
}

@media all and (min-width: 769px) {
  #menu .list_menu > li .btn_tap {
    font-size: 20px;
  }
}

#menu .list_menu > li .btn_tap .adjust-box {
  width: 11.7vw;
  height: auto;
  background: #d46d2f;
  border-radius: 100%;
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media all and (min-width: 769px) {
  #menu .list_menu > li .btn_tap .adjust-box {
    width: 90px;
  }
}

#menu .list_menu > li .btn_tap .adjust-box .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#menu .list_menu > li .btn_tap .box-1x1:before {
  padding-top: 100%;
  display: block;
  content: "";
}

#makeup {
  padding: 70px 0;
  background: #f2ddcd;
}

#makeup h2 {
  margin-bottom: 35px;
}

@media all and (min-width: 769px) {
  #makeup .lede {
    font-size: 18px;
  }
}

#makeup .chart {
  width: 100%;
  margin-top: 50px;
  display: block;
}

@media all and (max-width: 580px) {
  #makeup .chart {
    margin-top: 30px;
  }
}

#makeup .list_chart {
  margin-top: 10px;
}

#makeup .list_chart li {
  width: 44.7vw;
  display: inline-block;
}

@media all and (min-width: 769px) {
  #makeup .list_chart li {
    max-width: 460px;
  }
}

#makeup .list_chart li:first-of-type {
  margin-right: 1vw;
}

@media all and (min-width: 769px) {
  #makeup .list_chart li:first-of-type {
    margin-right: 50px;
  }
}

#makeup .list_chart li img {
  width: 100%;
  margin: auto;
}

#products {
  padding: 100px 0;
}

@media all and (min-width: 769px) {
  #products {
    padding: 55px 0 120px;
  }
}

#products h2 {
  margin-bottom: 155px;
}

@media all and (max-width: 680px) {
  #products h2 {
    margin-bottom: 95px;
  }
}

@media all and (max-width: 580px) {
  #products h2 {
    margin-bottom: 45px;
  }
}

@media all and (min-width: 769px) {
  #products h2 {
    margin-bottom: 100px;
  }
}

#products .img_pro {
  width: 100%;
  margin: auto auto 60px;
}

@media all and (max-width: 680px) {
  #products .img_pro {
    margin: auto auto 40px;
  }
}

@media all and (max-width: 580px) {
  #products .img_pro {
    margin: auto auto 20px;
  }
}

@media all and (min-width: 769px) {
  #products .img_pro {
    margin: 0;
  }
}

#products .img_icon {
  width: 15.4vw;
  position: absolute;
  top: -60px;
  right: -4vw;
}

@media all and (max-width: 580px) {
  #products .img_icon {
    top: -20px;
  }
}

@media all and (min-width: 769px) {
  #products .img_icon {
    max-width: 86px;
    height: auto;
    top: -40px;
    right: -3vw;
  }
}

#products .limited {
  width: 40.9vw;
  margin: auto;
  padding: 10px 0;
  background: #aa5d2a;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 3.9vw;
}

@media all and (min-width: 769px) {
  #products .limited {
    max-width: 240px;
    font-size: 20px;
  }
}

#products .list_products {
  width: 76.8vw;
  margin: auto;
}

#products .list_products > li {
  margin-bottom: 110px;
}

@media all and (max-width: 580px) {
  #products .list_products > li {
    margin-bottom: 70px;
  }
}

@media all and (min-width: 769px) {
  #products .list_products > li {
    margin-bottom: 120px;
  }
}

#products .list_products > li:last-of-type {
  margin-bottom: 0;
}

@media all and (min-width: 769px) {
  #products .list_inner {
    display: table;
  }
}

#products .list_inner > li {
  position: relative;
}

@media all and (min-width: 769px) {
  #products .list_inner > li {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
}

#products .list_inner > li .pro {
  line-height: 1.2em;
  font-weight: 600;
  font-size: 3.9vw;
}

@media all and (min-width: 769px) {
  #products .list_inner > li .pro {
    font-size: 18px;
    line-height: 1.8em;
  }
}

#products .list_inner > li .price {
  margin-top: 35px;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 4.68vw;
}

@media all and (max-width: 580px) {
  #products .list_inner > li .price {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}

@media all and (min-width: 769px) {
  #products .list_inner > li .price {
    margin-top: 30px;
    font-size: 22px;
  }
}

#look {
  padding: 100px 0;
  background-color: #f2ddcd;
  background-image: url(../event_images/sp/line_dash_01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top 20px;
}

@media all and (max-width: 580px) {
  #look {
    padding: 60px 0;
  }
}

@media all and (min-width: 769px) {
  #look {
    padding: 70px 0 120px;
    background-image: url(../event_images/pc/line_dash_01.png);
  }
}

#look h2 {
  margin-bottom: 70px;
}

@media all and (max-width: 680px) {
  #look h2 {
    margin-bottom: 50px;
  }
}

@media all and (min-width: 769px) {
  #look h2 {
    margin-bottom: 65px;
  }
}

#look h3 {
  margin-bottom: 50px;
  position: relative;
}

@media all and (max-width: 680px) {
  #look h3 {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 580px) {
  #look h3 {
    margin-bottom: 10px;
  }
}

@media all and (min-width: 769px) {
  #look h3 {
    margin-bottom: 90px;
  }
}

#look h3:after {
  width: 100%;
  height: 3px;
  margin: auto;
  background: #d46d2f;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

#look h3 img {
  margin: auto;
  padding: 30px;
  background: #fff;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 580px) {
  #look h3 img {
    width: auto;
    height: 30px;
    padding: 30px 10px;
  }
}

@media all and (min-width: 769px) {
  #look h3 img {
    padding: 0 40px;
    height: 47px;
  }
}

#look .img_model {
  width: 91.6vw;
  margin: auto;
  display: block;
}

@media all and (min-width: 769px) {
  #look .img_model {
    max-width: 470px;
  }
}

#look .img_pro {
  width: 72.6vw;
  margin: auto;
}

@media all and (min-width: 769px) {
  #look .img_pro {
    width: 100%;
    max-width: 365px;
  }
}

#look .list_inner > li {
  margin-bottom: 85px;
  position: relative;
}

@media all and (max-width: 680px) {
  #look .list_inner > li {
    margin-bottom: 45px;
  }
}

@media all and (max-width: 580px) {
  #look .list_inner > li {
    margin-bottom: 25px;
  }
}

@media all and (min-width: 769px) {
  #look .list_inner > li {
    margin-bottom: 40px;
  }
}

#look .list_inner > li .pro {
  line-height: 1.2em;
  font-weight: 600;
  font-size: 3.9vw;
}

@media all and (min-width: 769px) {
  #look .list_inner > li .pro {
    font-size: 16px;
    line-height: 1.8em;
  }
}

#look .list_inner > li .price {
  margin-top: 35px;
  margin-bottom: 70px;
  font-weight: 600;
  font-size: 4.68vw;
}

@media all and (max-width: 680px) {
  #look .list_inner > li .price {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 580px) {
  #look .list_inner > li .price {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

@media all and (min-width: 769px) {
  #look .list_inner > li .price {
    margin-bottom: 50px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

#look .box_color {
  margin-bottom: 85px;
  padding: 70px 0;
  border: solid 5px #d46d2f;
  border-radius: 10px;
  position: relative;
}

@media all and (max-width: 680px) {
  #look .box_color {
    margin-top: 60px;
    margin-bottom: 45px;
    padding: 50px 0;
  }
}

@media all and (max-width: 580px) {
  #look .box_color {
    margin-bottom: 25px;
    padding: 30px 0;
  }
}

@media all and (min-width: 769px) {
  #look .box_color {
    width: 48%;
    margin-bottom: 0;
    padding: 40px 0;
    display: inline-block;
    vertical-align: top;
  }
}

#look .box_color h4 {
  width: 28.6vw;
  margin: auto;
  background: #fff;
  color: #d46d2f;
  font-size: 3.9vw;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
}

@media all and (max-width: 580px) {
  #look .box_color h4 {
    width: 33%;
    padding: 10px 0;
    font-size: 16px;
  }
}

@media all and (min-width: 769px) {
  #look .box_color h4 {
    width: 156px;
    font-size: 20px;
  }
}

#look .box_color .list_step {
  width: 90%;
  margin: 70px auto 0;
  text-align: left;
  font-size: 2.6vw;
  line-height: 1.5em;
}

@media all and (max-width: 580px) {
  #look .box_color .list_step {
    margin: 30px auto 0;
  }
}

@media all and (min-width: 769px) {
  #look .box_color .list_step {
    width: 75%;
    margin: 45px auto 0;
    font-size: 16px;
    letter-spacing: 0;
  }
}

#look .box_color .list_step li {
  margin-bottom: 15px;
  text-indent: -1.2em;
  padding-left: 1em;
}

@media all and (min-width: 769px) {
  #look .box_color .list_step li {
    margin-bottom: 20px;
  }
}

#look .box_color .list_step li:last-of-type {
  margin-bottom: 0;
}

#look .box_color .list_step .color_1_1 {
  color: #cf8f5e;
}

#look .box_color .list_step .color_1_2 {
  color: #e49156;
}

#look .box_color .list_step .color_1_3 {
  color: #cb8865;
}

#look .box_color .list_step .color_2_1 {
  color: #bb7356;
}

#look .box_color .list_step .color_2_2 {
  color: #ca916e;
}

#look .box_color .list_step .color_2_3 {
  color: #a66c45;
}

#look .box_color .list_step .color_2_4 {
  color: #e3a58c;
}

#look .box_color .list_step .color_2_5 {
  color: #814632;
}

#look .tips {
  width: 63.8vw;
  margin: 0 auto 85px;
  padding: 70px 0;
  border: solid 5px #d46d2f;
  border-radius: 10px;
  position: relative;
}

@media all and (max-width: 580px) {
  #look .tips {
    padding: 30px 0;
  }
}

@media all and (min-width: 769px) {
  #look .tips {
    width: 340px;
    padding: 24px 0;
  }
}

#look .tips h4 {
  width: 28.6vw;
  margin: auto;
  background: #fff;
  color: #d46d2f;
  font-size: 3.9vw;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
}

@media all and (max-width: 580px) {
  #look .tips h4 {
    width: 33%;
    padding: 10px 0;
    font-size: 16px;
  }
}

@media all and (min-width: 769px) {
  #look .tips h4 {
    width: 90px;
    font-size: 18px;
    top: -15px;
  }
}

#look .tips .txt {
  font-size: 3.12vw;
}

@media all and (min-width: 769px) {
  #look .tips .txt {
    font-size: 14px;
  }
}

#look .slider {
  position: relative;
}

#look .slider#slider02 {
  margin-top: 60px;
}

@media all and (min-width: 769px) {
  #look .slider#slider02 {
    margin-top: 100px;
  }
}

#look .close_wrap {
  padding-top: 20px;
  background: #f2ddcd;
}

#look .close {
  margin: auto;
  padding: 15px 0;
  width: 28.9vw;
  background: #aa5d2a;
  color: #fff;
  font-size: 3.9vw;
  font-weight: 600;
  display: block;
}

@media all and (min-width: 769px) {
  #look .close {
    width: 162px;
    font-size: 20px;
  }
}

#campaign {
  padding: 90px 0;
  background-color: #f2ddcd;
  background-image: url(../event_images/sp/line_dash_01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top 20px;
}

@media all and (max-width: 580px) {
  #campaign {
    padding: 60px 0;
  }
}

@media all and (min-width: 769px) {
  #campaign {
    padding: 70px 0 120px;
    background-image: url(../event_images/pc/line_dash_01.png);
  }
}

#campaign h2 {
  margin-bottom: 85px;
}

@media all and (max-width: 580px) {
  #campaign h2 {
    margin-bottom: 35px;
  }
}

@media all and (min-width: 769px) {
  #campaign h2 {
    margin-bottom: 40px;
  }
}

#campaign .box_campaign {
  margin-bottom: 75px;
  color: #332821;
  font-size: 3.12vw;
  line-height: 1.8em;
}

@media all and (max-width: 580px) {
  #campaign .box_campaign {
    margin-bottom: 25px;
  }
}

@media all and (min-width: 769px) {
  #campaign .box_campaign {
    font-size: 18px;
  }
}

@media all and (min-width: 769px) {
  #campaign .box_campaign {
    margin-bottom: 40px;
  }
}

#campaign .box_campaign .color_c_01,
#campaign .box_campaign .color_c_02,
#campaign .box_campaign .color_c_03,
#campaign .box_campaign .color_c_04 {
  padding: 0 5px;
  color: #fff;
  display: inline-block;
}

#campaign .box_campaign .color_c_01 {
  background: #cb743f;
}

#campaign .box_campaign .color_c_02 {
  background: #322a25;
}

#campaign .box_campaign .color_c_03 {
  background: #ab412e;
}

#campaign .box_campaign .color_c_04 {
  background: #98191b;
}

#campaign .box_campaign .color_c_03 {
  margin-bottom: 10px;
}

#campaign .box_campaign span {
  font-size: 3.64vw;
  font-weight: 600;
}

@media all and (min-width: 769px) {
  #campaign .box_campaign span {
    font-size: 20px;
  }
}

#campaign .campaign_img {
  width: 100%;
  margin-bottom: 80px;
  display: block;
}

@media all and (max-width: 580px) {
  #campaign .campaign_img {
    margin-bottom: 40px;
  }
}

@media all and (min-width: 769px) {
  #campaign .campaign_img {
    width: 70%;
    margin: auto auto 50px;
  }
}

#campaign .more {
  background: #fff;
}

@media all and (max-width: 580px) {
  #campaign .more {
    width: 70%;
  }
}

#campaign .note {
  width: 90%;
  margin: 16px auto 0;
  color: #666;
  font-size: 2.34vw;
  text-align: right;
}

@media all and (min-width: 769px) {
  #campaign .note {
    font-size: 14px;
  }
}

.wrapper .slick-slide {
  outline: none;
}

.wrapper .slick-dots {
  position: relative;
}

.wrapper .slick-dots li {
  width: 30px;
  height: 30px;
  margin: 0 10px;
}

@media all and (max-width: 680px) {
  .wrapper .slick-dots li {
    width: 20px;
    height: 20px;
  }
}

@media all and (min-width: 769px) {
  .wrapper .slick-dots li {
    width: 20px;
    height: 20px;
  }
}

.wrapper .slick-dots li.slick-active button:before {
  background: #b24f21;
}

.wrapper .slick-dots li button:before {
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  opacity: 1;
}

.acd-label {
  width: 75.5vw;
  padding: 40px 0;
  margin: 115px auto 5px;
  background: #fff;
  border: solid 5px #b24f21;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px #b24f21;
          box-shadow: 5px 5px #b24f21;
  color: #b24f21;
  display: block;
  font-size: 3.38vw;
  position: relative;
}

@media all and (max-width: 680px) {
  .acd-label {
    margin: 85px auto 5px;
  }
}

@media all and (max-width: 580px) {
  .acd-label {
    margin: 55px auto 5px;
    padding: 20px 0;
  }
}

@media all and (min-width: 769px) {
  .acd-label {
    max-width: 513px;
    margin: 60px auto 5px;
    font-size: 22px;
  }
}

.acd-label:after {
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '\f107';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  height: auto;
  position: absolute;
  right: 55px;
  top: 0px;
}

@media all and (max-width: 580px) {
  .acd-label:after {
    padding: 20px 0;
  }
}

@media all and (max-width: 374px) {
  .acd-label:after {
    right: 35px;
  }
}

.acd-content {
  background: #fff;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 0;
  -webkit-transition: .5s;
  transition: .5s;
  visibility: hidden;
  text-align: center;
}

.acd-content:last-of-type {
  border-bottom: none;
}

.acd-content .list_look {
  padding: 0 6.51vw;
}

@media all and (min-width: 769px) {
  .acd-content .list_look {
    padding: 0 2%;
  }
}

@media all and (min-width: 769px) {
  .acd-content .list_look > li .more {
    max-width: 210px;
    padding: 20px 0;
    font-size: 16px;
  }
}

@media all and (min-width: 769px) {
  .acd-content .list_look > li:first-of-type .list_inner {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
}

@media all and (min-width: 769px) {
  .acd-content .list_look > li:first-of-type .more {
    max-width: 334px;
  }
}

@media all and (min-width: 769px) {
  .acd-content .list_look > li:last-of-type .list_inner > li {
    width: auto;
    margin-right: 50px;
    display: inline-block;
    vertical-align: top;
  }
}

.acd-content .list_look > li:last-of-type .list_inner > li:last-of-type {
  margin-right: 0;
}

@media all and (min-width: 769px) {
  .acd-content .list_look > li:nth-of-type(2), .acd-content .list_look > li:nth-of-type(3), .acd-content .list_look > li:nth-of-type(4) {
    width: 30%;
    margin-top: 60px;
    display: inline-block;
    vertical-align: top;
  }
}

@media all and (min-width: 769px) {
  #look .acd-content .list_look > li:nth-of-type(2) .img_pro, #look .acd-content .list_look > li:nth-of-type(3) .img_pro, #look .acd-content .list_look > li:nth-of-type(4) .img_pro {
    width: auto;
    max-width: 100%;
    height: 232px;
  }
}

@media all and (min-width: 769px) {
  .acd-content .list_look > li:nth-of-type(2) h3:after, .acd-content .list_look > li:nth-of-type(3) h3:after, .acd-content .list_look > li:nth-of-type(4) h3:after {
    display: none !important;
  }
}

@media all and (min-width: 769px) {
  .acd-content .list_look > li:nth-of-type(5) {
    margin-top: 60px;
  }
}

@media all and (min-width: 769px) {
  #look .acd-content .list_look > li:nth-of-type(5) .img_pro {
    width: auto;
    max-width: 100%;
    height: 232px;
  }
}

@media all and (min-width: 769px) {
  .acd-content .list_look > li:nth-of-type(5) h3:after {
    display: none !important;
  }
}

@media all and (min-width: 769px) {
  .look02 .list_look > li:nth-of-type(2), .look02 .list_look > li:nth-of-type(3), .look02 .list_look > li:nth-of-type(4), .look02 .list_look > li:last-of-type {
    width: 24%;
    display: inline-block;
    vertical-align: top;
  }
}

@media all and (min-width: 769px) {
  .look02 .list_look > li:last-of-type .list_inner > li {
    width: 100%;
    display: block;
    vertical-align: top;
  }
}

.acd-check {
  display: none;
}

.acd-check:checked + .acd-label:after {
  content: '\f106';
}

.acd-check:checked + .acd-label + .acd-content {
  margin-top: 75px;
  height: auto;
  opacity: 1;
  padding: 100px 0 0;
  visibility: visible;
  position: relative;
}

@media all and (max-width: 680px) {
  .acd-check:checked + .acd-label + .acd-content {
    padding: 60px 0 0;
  }
}

@media all and (min-width: 769px) {
  .acd-check:checked + .acd-label + .acd-content {
    padding: 80px 0 0;
  }
}

.acd-check:checked + .acd-label + .acd-content:after {
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 91.5px 56px 91.5px;
  border-color: transparent transparent #ffffff transparent;
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}

.page_list h2 img {
  width: 100%;
}

.page_list #lede {
  padding-top: 80px;
  padding-bottom: 95px;
  background-color: #fff;
  background-image: url(../event_images/sp/line_dash_01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom 15px;
}

@media all and (max-width: 680px) {
  .page_list #lede {
    padding-top: 50px;
    padding-bottom: 55px;
  }
}

@media all and (min-width: 769px) {
  .page_list #lede {
    padding: 45px 0 50px;
    background-image: url(../event_images/pc/line_dash_01.png);
  }
}

.page_list #lede h2 {
  margin-bottom: 60px;
  color: #aa5d2a;
  font-size: 4.68vw;
  font-weight: 600;
}

@media all and (max-width: 580px) {
  .page_list #lede h2 {
    margin-bottom: 30px;
  }
}

@media all and (min-width: 769px) {
  .page_list #lede h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

.page_list #lede .lede {
  font-size: 3.25vw;
  line-height: 1.8em;
}

@media all and (min-width: 769px) {
  .page_list #lede .lede {
    font-size: 16px;
  }
}

.page_list #leather,
.page_list #cafe {
  padding: 25px 0;
}

.page_list #leather {
  background: #ffe8d6;
}

.page_list #cafe {
  background: #f2cdcd;
}

.page_list .list_look a, .page_list .list_look img {
  width: 100%;
  display: block;
}

@media all and (min-width: 769px) {
  .page_list .list_look {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .page_list .list_look li {
    display: table-cell;
  }
}

.page_look #leather,
.page_look #cafe {
  padding: 70px 0;
}

@media all and (max-width: 580px) {
  .page_look #leather,
  .page_look #cafe {
    padding: 40px 0;
  }
}

.page_look #leather {
  background: #ffe8d6;
}

.page_look #leather h3 {
  background: #ffe8d6;
}

.page_look #cafe {
  background: #f2cdcd;
}

.page_look #cafe h3 {
  background: #f2cdcd;
}

.page_look h2 {
  margin-bottom: 35px;
  color: #d46d2f;
  font-size: 4.68vw;
  font-weight: 600;
}

@media all and (max-width: 580px) {
  .page_look h2 {
    margin-bottom: 25px;
  }
}

@media all and (min-width: 769px) {
  .page_look h2 {
    font-size: 30px;
  }
}

.page_look h3 {
  margin-bottom: 35px;
  padding: 25px 0;
  border-radius: 5px 5px 0 0;
  border-bottom: dashed 3px #a95c28;
  color: #d46d2f;
  font-size: 4.68vw;
  font-weight: 600;
}

@media all and (max-width: 580px) {
  .page_look h3 {
    margin-bottom: 15px;
    padding: 15px 0;
  }
}

@media all and (min-width: 769px) {
  .page_look h3 {
    margin-bottom: 5px;
    padding: 15px 0;
    font-size: 30px;
  }
}

.page_look .slick {
  width: 93%;
  margin: auto;
  text-align: center;
}

.page_look .slick .slide_li {
  border: solid 10px #fff;
  border-radius: 20px;
}

.page_look .slick .slide_li .box_look {
  padding-bottom: 50px;
  background: #fff;
  border: solid 5px #d46d2f;
  border-radius: 10px;
}

@media all and (max-width: 580px) {
  .page_look .slick .slide_li .box_look {
    padding-bottom: 30px;
  }
}

.page_look .slick .slide_li .box_look img {
  width: 90%;
  max-width: 560px;
  margin: auto;
}

@media all and (min-width: 769px) {
  .page_look .slick .slide_li .box_look img {
    width: 400px;
  }
}

.page_look .slick .slide_li .box_look .lede,
.page_look .slick .slide_li .box_look .txt {
  font-size: 3.25vw;
  line-height: 1.5em;
}

@media all and (min-width: 769px) {
  .page_look .slick .slide_li .box_look .lede,
  .page_look .slick .slide_li .box_look .txt {
    font-size: 16px;
  }
}

.page_look .slick .slide_li .box_look .lede {
  margin: 50px 0 20px;
}

@media all and (max-width: 580px) {
  .page_look .slick .slide_li .box_look .lede {
    margin: 30px 0 10px;
  }
}

@media all and (min-width: 769px) {
  .page_look .slick .slide_li .box_look .lede {
    margin: 30px 0 20px;
  }
}

.page_look .slick-dots {
  top: 20px;
  bottom: auto;
}

.page_look .slick-dots li.slick-active button:before {
  background: #d46d2f;
  opacity: 1;
}

.page_look .color01_01 {
  color: #cb8659;
}

.page_look .color01_02 {
  color: #bd7355;
}

.page_look .color01_03 {
  color: #824734;
}

.page_look .color02_01 {
  color: #e9b9a8;
}

.page_look .color02_02 {
  color: #bb6334;
}

.page_look .color02_03 {
  color: #e9bcad;
}

.page_look .color03_01 {
  color: #d1976f;
}

.page_look .color03_02 {
  color: #ba6435;
}

.page_look .color03_03 {
  color: #c98f6e;
}

.page_look .color04_01 {
  color: #cb8d76;
}

.page_look .color04_02 {
  color: #c78a78;
}

.page_look .color04_03 {
  color: #753324;
}

.page_look .color05_01 {
  color: #d17959;
}

.page_look .color05_02 {
  color: #ab553e;
}

.page_look .color05_03 {
  color: #be7956;
}

.page_look .color06_01 {
  color: #bd764d;
}

.page_look .color06_02 {
  color: #c68a75;
}

.page_look.look02 h2, .page_look.look02 h3 {
  color: #f56f8c;
}

.page_look.look02 .slick .slide_li .box_look {
  border: solid 5px #f56f8c;
}

.page_look.look02 .slick-dots li.slick-active button:before {
  background: #f56f8c;
}

.page_look.look03 h2, .page_look.look03 h3 {
  color: #f99237;
}

.page_look.look03 .slick .slide_li .box_look {
  border: solid 5px #f99237;
}

.page_look.look03 .slick-dots li.slick-active button:before {
  background: #f99237;
}

.page_look.look04 h2, .page_look.look04 h3 {
  color: #a6513b;
}

.page_look.look04 .slick .slide_li .box_look {
  border: solid 5px #a6513b;
}

.page_look.look04 .slick-dots li.slick-active button:before {
  background: #a6513b;
}

.page_look.look05 h2, .page_look.look05 h3 {
  color: #d17758;
}

.page_look.look05 .slick .slide_li .box_look {
  border: solid 5px #d17758;
}

.page_look.look05 .slick-dots li.slick-active button:before {
  background: #d17758;
}

.page_look.look06 h2, .page_look.look06 h3 {
  color: #ce9944;
}

.page_look.look06 .slick .slide_li .box_look {
  border: solid 5px #ce9944;
}

.page_look.look06 .slick-dots li.slick-active button:before {
  background: #ce9944;
}

/*------------------------------
  ドロワーメニュー
------------------------------*/
/* ボタン */
.menu-btn {
  width: 2rem;
  padding: 20px 17px 30px;
  background-color: transparent;
  border: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 40px;
  outline: none;
  position: fixed;
  top: 2.4%;
  right: 2%;
  z-index: 10001;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media all and (max-width: 768px) {
  .menu-btn {
    display: block;
  }
}

@media all and (max-width: 680px) {
  .menu-btn {
    top: 5px;
  }
}

.pushy-open-right .menu-btn {
  /* メニューopen時 */
  position: fixed;
}

.menu-btn .drawer-hamburger-icon {
  margin-top: 10px;
  display: block;
  position: relative;
}

.menu-btn .drawer-hamburger-icon,
.menu-btn .drawer-hamburger-icon:before,
.menu-btn .drawer-hamburger-icon:after {
  width: 100%;
  height: 4px;
  border-radius: 20px;
  background-color: #f27b96;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  background-color: #ad3f2b;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.pushy-open-right .drawer-hamburger-icon {
  background-color: transparent;
}

.pushy-open-right .drawer-hamburger-icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.pushy-open-right .drawer-hamburger-icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.pushy-open-right .menu-btn {
  /* メニューopen時 */
  position: fixed;
}

.pushy-open-right .drawer-hamburger-icon {
  background-color: transparent;
}

.pushy-open-right .drawer-hamburger-icon:before {
  top: 0;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.pushy-open-right .drawer-hamburger-icon:after {
  top: 0;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

/* ドロワーメニュー内 */
.wrapper .pushy {
  background: #f7b5b4;
  display: block;
  text-align: left;
}

.wrapper .pushy .menu_01,
.wrapper .pushy .menu_02,
.wrapper .pushy .menu_03,
.wrapper .pushy .menu_04 {
  width: 70%;
  margin: auto auto 50px;
}

.wrapper .pushy .pushy-content {
  padding: 150px 0;
}

@media all and (max-width: 580px) {
  .wrapper .pushy .pushy-content {
    padding: 100px 0;
  }
}

.wrapper .pushy .pushy-link {
  color: #fff;
  font-size: 2.99vw;
  position: relative;
}

@media all and (min-width: 769px) {
  .wrapper .pushy .pushy-link {
    font-size: 23px;
  }
}

.wrapper .pushy .pushy-link.pushy_h {
  margin-bottom: 30px;
  font-size: 5.2vw;
  font-family: 'Oleo Script', cursive;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media all and (max-width: 580px) {
  .wrapper .pushy .pushy-link.pushy_h {
    margin-bottom: 20px;
  }
}

@media all and (min-width: 769px) {
  .wrapper .pushy .pushy-link.pushy_h {
    margin-bottom: 30px;
    font-size: 40px;
  }
}

.wrapper .pushy .pushy-link.pushy_h:before {
  width: 30px;
  height: 6px;
  margin: auto;
  background: #fff;
  content: "";
  display: inline-block;
  position: absolute;
  left: -6vw;
  top: 0;
  bottom: 0;
}

@media all and (max-width: 580px) {
  .wrapper .pushy .pushy-link.pushy_h:before {
    width: 15px;
    height: 3px;
  }
}

.wrapper .pushy .pushy-link a {
  padding: 0;
  margin-bottom: 15px;
  color: #fff;
  text-align: left;
  line-height: 1.5em;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* === CHECKバナー === */
.main_bnr {
  position: fixed;
  top: 110px;
  right: 0;
  z-index: 40;
  display: inline-block;
  text-align: right;
}

.main_bnr .close_btn {
  display: none;
}

@media all and (max-width: 680px) {
  .main_bnr img {
    max-width: 100%;
    height: auto;
  }
}

@media all and (max-width: 380px) {
  .main_bnr img {
    width: 100px;
  }
}

.bnr_active .close_btn {
  display: block;
}

.bnr_active .open_btn {
  display: none;
}

@media all and (max-width: 680px) {
  .check_bnr ul {
    top: 0;
  }
}

.check_bnr ul li {
  display: block;
  margin: auto auto 10px;
}

.check_bnr ul li img {
  width: 100%;
  height: auto;
}

/* === モーダル === */
#modal-content01 {
  width: 30%;
  margin: 0 auto;
  display: none;
  position: fixed;
  top: 25%;
  right: 0;
  text-align: center;
  z-index: 31;
}

@media all and (max-width: 680px) {
  #modal-content01 {
    top: 25%;
  }
}

@media all and (max-width: 374px) {
  #modal-content01 {
    top: 35%;
  }
}

@media all and (min-width: 769px) {
  #modal-content01 {
    width: 15%;
  }
}

#modal-content01 .item_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 45%;
  margin: 50px auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 500px;
}

#modal-overlay {
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: #000;
  opacity: 0.4;
}

.in_modal {
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto;
}

.in_modal img {
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */