@charset "UTF-8";
/* メディアクエリー用 */
/* webfont設定 */
/* CLEARFIX */
/* 100vhフィット(主にiOSにて) */
/* ホバー時 */
/* 蛍光マーカーを引いたような線 */
/* 中央配置 */
/* 画像をモノクロにする */
/* ANIMATION
--------------------------------------*/
/* カバー画像をスクロール共にフェードさせる */
/* 点滅アニメーション */
/* ふわっとするアニメーション */
/* 画像をホバーすると大きくなる */
/* SVGアニメーション(文字を書いてるような感じ) */
/* ローディング用アニメーション */
/* 線を引くアニメーション */
/* 画像を徐々に出すアニメーション */
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html, body {
  font-family: "dnp-shuei-gothic-kin-std", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
  color: #383838;
}

@media screen and (min-width: 751px) {
  html, body {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  html, body {
    font-size: 14px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

@media screen and (min-width: 751px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .sp_none {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .sp_none {
    display: none !important;
  }
}

/* CONTENT
--------------------------------------*/
.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs22 {
  font-size: 22px;
}

.fs26 {
  font-size: 26px;
}

.fs52 {
  font-size: 52px;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pink {
  color: #da81b3;
}

.pink_b {
  background-color: #da9cbf;
}

.gray_b {
  background-color: #F2F2F2;
}

#wrapper {
  font-weight: bold;
}

#main {
  height: 710px;
  position: relative;
}
#main h1 img{
  max-height: 710px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #main {
    height: 560px;
  }
  #main h1 img{
    height: auto;
    width: 100%;
  }
}

#main h1 {
  width: 66%;
  margin: 0 auto;
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
  #main h1 {
    width: 95%;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#main h2 {
  width: 32%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  #main h2 {
    width: 72%;
  }
}

.intro p {
  width: 1020px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  padding: 80px;
  line-height: 2.3em;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 750px) {
  .intro p {
    width: 100%;
    padding: 40px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    text-align: left;
  }
}

.intro p span {
  display: block;
  font-size: 13px;
}

@media screen and (max-width: 750px) {
  .intro p span {
    font-size: 11px;
  }
}

section.cp {
  width: 1020px;
  margin: 0 auto;
  padding: 40px 0;
}

@media screen and (max-width: 750px) {
  section.cp {
    width: 95%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

section.cp .use_point {
  padding-bottom: 42px;
  font-family: 'Lato', "dnp-shuei-gothic-kin-std", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

section.cp .use_point h3 {
  font-size: 26px;
  padding-top: 80px;
  text-align: center;
  line-height: 1em;
}

@media screen and (max-width: 750px) {
  section.cp .use_point h3 {
    font-size: 22px;
  }
}

section.cp .use_point h3 span {
  display: block;
  font-size: 12px;
  line-height: 2.5;
}

@media screen and (max-width: 750px) {
  section.cp .use_point h3 span {
    font-size: 10px;
  }
}

section.cp .use_point .h3_sub {
  margin-top: 20px;
  margin-bottom: 70px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 750px) {
  section.cp .use_point .h3_sub {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

section.cp .use_point .pcwhite {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  section.cp .use_point .pcwhite {
    width: 95%;
  }
}

section.cp .use_point .point {
  display: block;
  margin-top: 18px;
  line-height: 1.2;
  font-size: 11px;
}

@media screen and (max-width: 750px) {
  section.cp .use_point .point {
    font-size: 10px;
  }
}

section.cp .use_point .point span {
  display: block;
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  section.cp .use_point .point span {
    font-size: 26px;
  }
}

section.cp .use_point .point span::after {
  content: '';
  display: block;
  background: #C987AC;
  height: 4px;
  width: 26px;
  margin: 0 auto 0px;
}

@media screen and (max-width: 750px) {
  section.cp .use_point .point span::after {
    height: 3px;
  }
}

section.cp .use_point .pcwhite div.white {
  width: 31%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}

@media screen and (max-width: 750px) {
  section.cp .use_point .pcwhite div.white {
    width: 48%;
  }
}

section.cp .use_point .pcwhite div.white:nth-child(1) {
  margin-right: 3%;
}

@media screen and (max-width: 750px) {
  section.cp .use_point .pcwhite div.white:nth-child(1) {
    margin-right: 2%;
  }
}

@media screen and (min-width: 751px) {
  section.cp .use_point .pcwhite div.white:nth-child(2) {
    margin-right: 3%;
  }
}

@media screen and (max-width: 750px) {
  section.cp .use_point .pcwhite div.white:nth-child(3) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 750px) {
  section.cp .use_point .pcwhite div.white:nth-child(5) {
    margin-right: 2%;
  }
}

@media screen and (min-width: 751px) {
  section.cp .use_point .pcwhite div.white:nth-child(4) {
    margin-right: 3%;
  }
}
@media screen and (min-width: 751px) {
  section.cp .use_point .pcwhite div.white:nth-child(5) {
    margin-right: 3%;
  }
}

section.cp .use_point h4 {
  display: block;
  margin: 20px 0;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  section.cp .use_point h4 {
    padding: 0px 10px;
    font-size: 12px;
  }
}

section.cp .use_point .img1 {
  display: block;
  margin-bottom: 30px;
  width: 75%;
}

section.cp .use_point .img5 {
  margin-top: 10px;
}

section.cp .use_point .explain {
  display: block;
  margin-bottom: 27px;
  line-height: 1.6;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 750px) {
  section.cp .use_point .explain {
    font-size: 11px;
    text-align: left;
    padding: 0px 10px;
  }
}

section.cp .period, section.cp .campaign, section.cp .joining, section.cp .result {
  letter-spacing: 0.13em;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  margin-top: 140px;
  position: relative;
}

@media screen and (max-width: 750px) {
  section.cp .period, section.cp .campaign, section.cp .joining, section.cp .result {
    margin-top: 100px;
    letter-spacing: 0.03em;
  }
}

section.cp .period p, section.cp .campaign p, section.cp .joining p, section.cp .result p {
  line-height: 2.5em;
}

section.cp .period h3, section.cp .campaign h3, section.cp .joining h3, section.cp .result h3 {
  font-size: 28px;
  display: inline-block;
  padding: 0 40px;
  letter-spacing: 0.13em;
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  section.cp .period h3, section.cp .campaign h3, section.cp .joining h3, section.cp .result h3 {
    font-size: 20px;
    width: 200px;
    padding: 0 20px;
    position: absolute;
    top: -20px;
  }
}

@media screen and (max-width: 750px) {
  section.cp .joining h3, section.cp .result h3 {
    width: 150px;
  }
}

section.cp .period p.period_date {
  font-family: "dnp-shuei-gothic-kin-std", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  font-size: 16px;
  padding: 20px;
  border-radius: 50px;
  width: 80%;
  margin: 70px auto 0;
  letter-spacing: 0.13em;
}

@media screen and (max-width: 750px) {
  section.cp .period p.period_date {
    font-size: 14px;
    line-height: 2em;
    text-align: left;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95%;
    margin: 50px auto 0;
  }
}

section.cp .campaign p.campaign_inner {
  font-size: 16px;
  margin-top: 70px;
}

@media screen and (max-width: 750px) {
  section.cp .campaign p.campaign_inner {
    text-align: left;
    padding: 0px 20px;
    font-size: 14px;
    margin-top: 50px;
  }
}

section.cp .campaign p.campaign_inner span.in_l {
  color: #F1E392;
  font-size: 28px;
}

@media screen and (max-width: 750px) {
  section.cp .campaign p.campaign_inner span.in_l {
    font-size: 26px;
  }
}

section.cp .campaign p.campaign_inner span.in_s {
  font-size: 12px;
  display: block;
}

@media screen and (max-width: 750px) {
  section.cp .campaign p.campaign_inner span.in_s {
    font-size: 11px;
  }
}

section.cp .campaign .campaign_notes {
  width: 80%;
  margin: 0 auto;
  color: #383838;
  font-size: 12px;
  padding: 40px 0px;
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  section.cp .campaign .campaign_notes {
    width: 95%;
    margin-top: 40px;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    font-size: 11px;
  }
}

section.cp .campaign .campaign_notes p {
  line-height: 1.8em;
}

section.cp .campaign .campaign_notes a {
  color: #da81b3;
  display: inline-block;
  text-decoration: underline;
}

section.cp .joining .pc_gif {
  width: 50%;
  margin: 70px auto 0;
}

section.cp .joining p.gif_txt {
  font-size: 12px;
  padding-top: 30px;
}

section.cp .joining p.joining_txt {
  font-size: 16px;
  padding-top: 70px;
}

@media screen and (max-width: 750px) {
  section.cp .joining p.joining_txt {
    text-align: left;
    padding: 0px 20px;
    font-size: 14px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  section.cp .joining .howto_gif {
    width: 60%;
    margin: 50px auto;
  }
}

@media screen and (max-width: 750px) {
  section.cp .joining .dl {
    font-size: 11px;
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
}

section.cp .result p.result_txt {
  margin-top: 70px;
}

@media screen and (max-width: 750px) {
  section.cp .result p.result_txt {
    text-align: left;
    padding: 0px 20px;
    font-size: 14px;
    margin-top: 50px;
  }
}

section.cp .result p.result_txt span {
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  section.cp .result p.result_txt span {
    font-size: 11px;
  }
}

section.cp .result p.result_txt span a {
  color: #F1E392;
  display: inline-block;
  text-decoration: underline;
}

section.cp .result .result_notes {
  width: 80%;
  color: #383838;
  margin: 70px auto 0;
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  section.cp .result .result_notes {
    width: 95%;
    margin-top: 40px;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-size: 11px;
  }
}

section.cp .result .result_notes h4 {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  section.cp .result .result_notes h4 {
    text-align: center;
  }
}

section.cp .result .result_notes p {
  text-align: left;
  padding-top: 20px;
  font-size: 12px;
  line-height: 1.8em;
}

section.cp .result .result_notes p a {
  color: #da81b3;
  display: inline-block;
  text-decoration: underline;
}

section.supp h4 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  section.supp h4 {
    font-size: 16px;
  }
}

section.supp span.line_ {
  display: block;
  width: 50px;
  height: 1px;
  margin: 0 auto 20px;
  background-color: #383838;
}

section.supp .item_list a.item_btn {
  text-align: center;
  color: #fff;
  width: 53%;
  padding: 20px 0px;
  border-radius: 60px;
  background-color: #DA9CBF;
  margin: 40px auto 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  section.supp .item_list a.item_btn {
    width: 84%;
    padding: 10px 0px;
  }
}

section.supp .item_list a.item_btn span.arrow_w {
  width: 6px;
  height: 6px;
  display: block;
  border: 1px solid #fff;
  border-width: 1.3px 1.3px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 22px;
}

section.supp .brand_list ul {
  width: 1020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 750px) {
  section.supp .brand_list ul {
    width: 95%;
  }
}

section.supp .brand_list ul li {
  background-color: #fff;
  width: calc(100% / 6);
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 750px) {
  section.supp .brand_list ul li {
    width: calc(100% / 3);
  }
}

.popular {
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .popular {
    font-size: 10px;
  }
}

.item_list {
  overflow: hidden;
  padding: 80px 0px;
}

.item_list .item_list_inner {
  margin: 0 auto;
  width: 1060px;
}

@media screen and (max-width: 750px) {
  .item_list .item_list_inner {
    width: 84%;
  }
}

.item_list .lineup {
  position: relative;
}

.item_list .slider li {
  text-align: center;
}

.item_list .slider li img {
  padding-bottom: 10px;
}

.item_list .slick-list {
  overflow: visible;
}

.item_list .slick-nav-arrows {
  position: relative;
  overflow: hidden;
}

.item_list .slick-arrow {
  width: 30px;
  height: 30px;
  border: 1px solid #DADADA;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  top: 40%;
  z-index: 999;
}

@media screen and (max-width: 750px) {
  .item_list .slick-arrow {
    opacity: 0;
  }
}

.item_list .slick-arrow::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #808080;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
  .item_list .slick-arrow::before {
    opacity: 0;
  }
}

.item_list .slick-next {
  right: -19px;
}

.item_list .slick-prev {
  left: -17px;
}

.item_list .slick-next::before {
  left: 8px;
}

.item_list .slick-prev::before {
  border-width: 0 0 1px 1px;
  right: 8px;
}

.item_list .slick-prev.slick-disabled, .item_list .slick-next.slick-disabled {
  opacity: 0;
}

.item_list .slick-prev.slick-disabled, .item_list .slick-next.slick-disabled {
  opacity: 0;
}

.item_list .slick-prev:hover,
.item_list .slick-prev:focus,
.item_list .slick-next:hover,
.item_list .slick-next:focus {
  color: transparent;
  background: #fff;
}

@media screen and (min-width: 751px) {
  #footer {
    min-width: 1060px;
  }
}

#footer .info {
  padding: 120px 10% 50px;
  text-align: center;
  line-height: 130%;
}

#footer .info p {
  font-size: 18px;
  border-bottom: dotted 1px;
  display: inline;
  padding-bottom: 5px;
}

#footer .info .bnr {
  margin: 0 auto 60px;
}

@media screen and (min-width: 751px) {
  #footer .info .bnr {
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#footer .info .bnr li {
  margin-top: 30px;
  font-size: 14px;
}

@media screen and (min-width: 751px) {
  #footer .info .bnr li {
    width: 48%;
    font-size: 14px;
  }
}

#footer .info .bnr li img {
  margin-bottom: 5px;
}

#footer .info ul#footer_snsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

#footer .info ul#footer_snsArea li {
  width: 30px;
  height: auto;
  margin-right: 22px;
}

#footer .info ul#footer_snsArea li a img {
  width: 100%;
  display: block;
  height: auto;
}

#footer .info .palcloset {
  width: 150px;
  margin: 0 auto;
  padding: 5px;
  display: block;
}

#footer .info .palcloset img {
  width: 100%;
}

#footer .info small {
  font-size: 10px;
  color: #000;
}

/* animation
--------------------------------------*/
.delay-05s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
/*# sourceMappingURL=style.css.map */