@charset "UTF-8";


@media screen and (min-width: 768px) {
  #header h1 {
    width: 122px;
    left: 25px;
  }
  #header h1 img {
    width: 100%;
  }
}
/*----------------------------------------
  main_start
-----------------------------------------*/
/*main {
  background: url(../img/bg_main.png) repeat;
  background-size: 33px auto;
}
@media screen and (min-width: 768px) {
  main {
    background: url(../img/bg_main.png) repeat;
    background-size: 66px auto;
  }
}*/
main .star-bg-box {
  background: url(../img/bg_main.png) repeat;
  background-size: 33px auto;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 80px;
  }
  main .star-bg-box {
    background: url(../img/bg_main.png) repeat;
    background-size: 66px auto;
  }
}
main * {
  box-sizing: border-box;
}
#main_img {
  margin-bottom: 0;
}
.mv-img-tag-box {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
.mv-tag-box {
  position: absolute;
  top: 5%;
  left: 2%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /*direction + wrap settings*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  width: 10.6%;
}
.mv-tag {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
}
.mv-tag.tag001 {
  
}
/*.mv-tag:before,
.mv-tag:after {
  content: "";
  position: absolute;
  top: 0;
  width: 23px;
  height: 64px;
}*/
/*.mv-tag:before {
  left: 0;
  background: url(../img/bg_mv-tag-flame-left.png) no-repeat;
  background-size: 100% auto;
}
.mv-tag:after {
  right: 0;
  background: url(../img/bg_mv-tag-flame-right.png) no-repeat;
  background-size: 100% auto;
}*/
.mv-tag img {
  display: block;
}
.mv-tag-flame {
  width: 17%;
}
.tag001 .mv-tag-main {
  width: 60%;
}
.tag002 .mv-tag-main {
  width: 60%;
}
.mv-tag + .mv-tag {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .mv-img-tag-box {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
  }
  .mv-tag-box {
    position: absolute;
    top: 10%;
    left: 1.5%;
    max-width: 135px;
    width: 11.7%;
  }
  .mv-tag {
    
  }
  .mv-tag img {
    display: block;
  }
  .mv-tag-flame {
    width: 17%;
  }
  .tag001 .mv-tag-main {
    width: 60%;
  }
  .tag002 .mv-tag-main {
    max-width: 80px;
    width: 60%;
  }
  .mv-tag + .mv-tag {
    margin-top: 18px;
  }
}
.txt_alert {
  /*height: 72.6vw;*/
  position: relative;
  z-index: 10;
  height: 245px;
  padding: 20px 0;
  font-size: 12px;
  color: #282828;
  text-align: center;
  background: url(../img/bg_mv-lead.png) repeat-x;
  background-size: 320px 245px;
  overflow: hidden;
  /*-moz-box-shadow: 0px 5px 9px 0px rgba(251, 198, 240, 1);
  -webkit-box-shadow: 0px 5px 9px 0px rgba(251, 198, 240, 1);
  -ms-box-shadow: 0px 5px 9px 0px rgba(251, 198, 240, 1);
  box-shadow: 0px 5px 9px 0px rgba(251, 198, 240, 1);*/
}
.txt_alert:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 293px;
  height: 206px;
  background: url(../img/bg_mv-lead-onpu.png) no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}
/*.txt_alert:after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  box-shadow: 0 5px 7px #fff;
}*/
.txt_alert img {
  position: relative;
  display: block;
  max-width: 264px;
  width: 82.53%;
  margin: 0 auto;
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  #main_img {
    width: 100%;
  }
  .txt_alert {
    height: 460px;
    padding: 51px 0 18px;
    font-size: 24px;
    line-height: 1.33;
    background: url(../img/bg_mv-lead-pc.png) repeat-x;
    background-size: 1280px 460px;
  }
  .txt_alert:before {
    bottom: -2px;
    width: 628px;
    height: 395px;
    background: url(../img/bg_down_onpu-pc.png) no-repeat;
    background-size: 100% auto;
  }
  .txt_alert:after {
    display: none;
  }
  .txt_alert img {
    max-width: 526px;
    width: 526px;
    margin-bottom: 24px;
  }
}
/*----------------------------------------
  all block common
-----------------------------------------*/
section h2 {
  max-width: 233px;
  width: 59.58%;
  margin: 0 auto 15px;
}
section h2 img {
  max-height: 44px;
}
@media screen and (min-width: 768px) {
  section h2 {
    max-width: 100%;
    width: auto;
    margin: 0 auto 15px;
    text-align: center;
  }
  section h2 img {
    max-height: 73px;
  }
}

/*----------------------------------------
	s-special
-----------------------------------------*/
.s-special {
  position: relative;
  padding: 21px 0 29px;
}
.s-special:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to bottom,#feddf7,transparent);
  /*box-shadow: 0 5px 7px #fff;*/
}
.s-special h2 {
  /*width: 49.58%;*/
  margin: 0 auto 15px;
}
.s-special .list_box {
  max-width: 500px;
  margin: 0 auto;
}
.s-special .list_bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  margin: -5px 0 0 0;
  padding: 0 12px;
  font-size: 0;
  text-align: left;
}
.s-special .list_bnr li {
  width: calc(50% - 2px);
}
.s-special .list_bnr .modal-item a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .s-special .list_bnr li:nth-child(odd) {
    margin: 0 2px 0 0;
  }
  .s-special .list_bnr li:nth-child(even) {
    margin: 0 0 0 2px;
  }
  .s-special .list_bnr li:nth-child(n + 3) {
    margin-top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .s-special {
    padding: 40px 0 58px;
  }
  .s-special h2 {
    width: auto;
    text-align: center;
    margin: 0 0 43px;
  }
  .list_box {
    margin: 0 auto;
  }
  .s-special .list_box {
    max-width: 960px;
  }
  .s-special .list_bnr {
    padding: 0;
    margin: 0 -10px;
  }
  .s-special .list_bnr + ul {
    margin-top: 20px;
  }
  .s-special .list_bnr li {
    /*width: 293px;*/
    width: 25%;
    margin: 0;
    padding: 0 10px;
  }
  .s-special .list_bnr li:nth-child(n + 5) {
    margin-top: 20px;
  }
  .s-special .list_bnr li:nth-child(4n) {
    margin: 0;
  }
  .s-special .list_bnr li img {
    width: 100%;
  }
}


/*----------------------------------------
	s-news
-----------------------------------------*/
.s-news {
  padding: 0 0 31px;
}
.s-news h2 {
  margin: 0 auto 11px;
}
.scroll-list-box {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  padding: 0 10px;
}
.scroll-list-inner {
  position: relative;
}
.list_news-outer {
  padding: 0 20px;
  border: 1px solid #ffadc4;
  border-radius: 10px;
  background: #fff;
}
.list_news-bar-hide {
  width: 100%;
  overflow: hidden;
}
.list_news-wrapper {
  width: calc(100% + 17px) !important;
  height: 289px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.scroll-rall-base {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 80%;
  border-radius: 7px;
  background: rgba(0,0,0,0.2  );
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.scroll-bar-base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  border-radius: 7px;
  background: rgba(255, 73, 73, 0.8);
}
@media screen and (min-width: 337px) and (max-width: 767px) {
    .scroll-bar-base {
      height: 84%;
    }
}
.s-news .list_news {
  max-width: 400px;
  width: calc(100% - 17px) !important;
  margin: 0;
  text-align: left;
}
.s-news .list_news li {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.21;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.s-news .list_news li + li {
  border-top: 1px dashed #ffadc4;
}
.s-news .list_news li,
.s-news .list_news li span {
  display: block;
}
/*not-link-news*/
.s-news .list_news .not-link-mes {
  display: block;
  padding: 18px 0;
  font-size: 12px;
  line-height: 1.41;
  color: #282828;
}
.s-news .list_news li a {
  display: block;
  padding: 18px 0;
  font-size: 12px;
  line-height: 1.41;
  color: #282828;
}
.modal-item a {
  pointer-events: none;
}
.s-news .list_news li span {
  margin-bottom: 8px;
  font-weight: bold;
  color: #ff4b7c;
}
.s-news .list_news li strong {
  position: relative;
  font-weight: normal;
  line-height: 1.8;
  color: #ff4b7c;
  border-bottom: 1px solid #ff4b7c;
}
.s-news .list_news li a:visited {
  color: #282828;
}


@media screen and (min-width: 768px) {
  .s-news {
    padding: 0 0 59px;
    min-height: 320px;
  }
  .s-news h2 {
    width: auto;
    text-align: center;
    margin: 0 0 20px;
  }
  .scroll-list-box {
    max-width: 600px;
  }
  .list_news-outer {
    padding: 0 30px;
    border: 2px solid #ffadc4;
    border-radius: 30px;
    background: #fff;
  }
  .scroll-rall-base {
    height: 80%;
  }
  .scroll-bar-base {
    height: 70.5%;
  }
  .list_news-wrapper {
    height: 445px;
  }
  .s-news .list_news {
    /*max-height: 445px;
    height: 445px;*/
    max-width: 600px;
    width: 100% !important;
    /*margin: 0 auto;*/
    /*padding: 0 30px;
    border: 2px solid #ffadc4;
    border-radius: 30px;*/
    /*overflow-y: scroll;*/
  }
  .s-news .list_news li {
    width: 100%;
    font-size: 16px;
    line-height: 2.12;
    background: #fff;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
  }
  .s-news .list_news .not-link-mes {
    display: block;
    /*ulと同じ幅にする*/
    width: calc(100% + 60px);
    height: 100%;
    /*ulのpaddingをなくす*/
    margin: 0 -30px;
    font-size: 16px;
    padding: 38px 30px;
  }
  .s-news .list_news li a {
    display: block;
    /*ulと同じ幅にする*/
    width: calc(100% + 60px);
    height: 100%;
    /*ulのpaddingをなくす*/
    margin: 0 -30px;
    font-size: 16px;
    padding: 38px 30px;
    padding-right: 50px;
  }
  /*.s-news .list_news li a:hover {
    background: #ffe5eb;
  }*/
  .s-news .list_news li:hover {
    background: #ffe5eb;
  }
  .s-news .list_news .not-link:hover {
    background: none;
  }
  .s-news .list_news li:hover a {
    opacity: 0.6;
  }
  .s-news .list_news li span {
    margin-bottom: 11px;
  }
}


/*----------------------------------------
	s-story
-----------------------------------------*/
.s-story {
  background: url(../img/bg_story.png) repeat -23px -10px;
  background-size: 47px auto;
  padding: 20px 0 14px;
  border-top: 3px solid #ff3c72;
  border-bottom: 3px solid #ff3c72;
}
.story-main-img {
  display: block;
  max-width: 500px;
  width: 88.1%;
  margin: 0 auto;
}
.s-story h2 {
  margin: 0 auto 20px;
}
.story-detail-img {
  display: block;
  max-width: 500px;
  width: 95%;
  margin: 0 auto;
  -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
            transform: translateX(2px);
}
.s-story .height-adj {
  width: 100%;
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  .s-story .txt_story p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .s-story {
    padding: 40px 0 30px;
    background: url(../img/bg_story.png) repeat -23px 20px;
    background-size: 90px auto;
    border-top: 6px solid #ff3c72;
    border-bottom: 6px solid #ff3c72;
  }
  .s-story h2 {
    width: auto;
    text-align: center;
    margin: 0 0 36px;
  }
  .story-main-img {
    max-width: 554px;
  }
  .story-detail-img {
    max-width: 600px;
    width: 100%;
    margin: -4px auto 0;
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}

/*----------------------------------------
  s-chara
-----------------------------------------*/
.s-chara {
  padding: 29px 0 20px;
  overflow: hidden;
}
.chara-ttl-box {
  position: relative;
  margin: 0 auto 30px;
}
.s-chara h2 {
  position: relative;
  z-index: 10;
  margin: 0 auto 18px;
}
.chara-club-name-img {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 260px;
  width: 62%;
  margin: 0 auto;
}
.chara-img {
  margin: 0 auto;
  margin-top: -27px;
}
.chara-img-btn-box {
  position: relative;
}
.chara-img-btn {
  position: absolute;
  display: block;
  max-width: 140px;
  width: 31%;
  margin: 0;
}
.chara-img-btn001 {
  top: 32.5%;
  left: 15%;
  width: 30%;
}
.chara-img-btn002 {
  top: 32.5%;
  right: 14%;
  max-width: 170px;
  width: 37%;
}
.chara-img-btn003 {
  bottom: 25%;
  left: 2.5%;
  width: 31%;
}
.chara-img-btn004 {
  bottom: 25%;
  left: 34.5%;
  width: 31%;
}
.chara-img-btn005 {
  bottom: 25%;
  right: 2.5%;
  width: 31%;
}

/*modal*/
.s-chara-modal-box {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0,0,0,0.5);
}
.modal-all-box {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  max-width: 600px;
  width: 93.7%;
  /*height: 50%;*/
  padding: 33px 18px 16px;
  color: #000;
  background: #fff;
  border-radius: 10px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
}
/*close btn*/
.js-close-box {
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
}
.js-close-box img {
  display: block;
  width: 27px;
}
.modal-inner {
  display: none;
}
.modal-inner img {
  display: block;
}
.modal-ttl {
  width: 126px;
  margin: 0 auto 20px;
}
.modal-ttl img {
  width: 100%;
}
.modal-box-main-img {
  max-width: 130px;
  width: 54%;
  margin: 0 auto 17px;
}
/*madal006 only*/
.modal-inner006 .modal-box-main-img {
  max-width: 900px;
  width: 100%;
  margin: 17px auto 17px;
}
.modal-define {
  padding-left: 10px;
}
.modal-def-name {
  margin-bottom: 4px;
}
.modal-def-name img {
  width: 124px;
  margin-bottom: 7px;
}
.modal-def-cv-name,
.modal-def-detail {
  color: #282828;
}
.modal-def-cv-name {
  margin-bottom: 2px;
  font-size: 9px;
}
.modal-def-detail {
  font-size: 12px;
  line-height: 1.583;
}
@media screen and (max-width: 767px) {
  /**modal-inner settings**/
  /*modal-inner000*/
  .modal-inner000 .modal-ttl {
    /*max-width: 230px;
    width: 78%;*/
    width: 206px;
    margin: 0 auto 30px;
  }
  .modal-inner000 .modal-box-main-img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 31px;
  }
  .modal-inner000 .modal-def-name img {
    width: 182px;
  }
  /*modal-inner001*/
  .modal-inner001 .modal-ttl {}
  .modal-inner001 .modal-box-main-img {}
  .modal-inner001 .modal-def-name img {
    width: 128px;
  }
  /*modal-inner002*/
  .modal-inner002 .modal-ttl {}
  .modal-inner002 .modal-box-main-img {}
  .modal-inner002 .modal-def-name img {
    width: 128px;
  }
  /*modal-inner003*/
  .modal-inner003 .modal-ttl {}
  .modal-inner003 .modal-box-main-img {}
  .modal-inner003 .modal-def-name img {
    width: 125px;
  }
  /*modal-inner004*/
  .modal-inner004 .modal-ttl {}
  .modal-inner004 .modal-box-main-img {}
  .modal-inner004 .modal-def-name img {
    width: 137px;
  }
  /*modal-inner005*/
  .modal-inner005 .modal-ttl {}
  .modal-inner005 .modal-box-main-img {}
  .modal-inner005 .modal-def-name img {
    width: 126px;
  }
  /**end**/
}
@media screen and (min-width: 768px) {
  .s-chara {
    padding: 38px 0 0px;
  }
  .s-chara h2 {
    margin: 0 auto 52px;
  }
  .chara-ttl-box {
    margin: 0 auto 38px;
  }
  .chara-img {
    left: auto;
    right: 0;
    margin-top: -55px;
  }
  .chara-club-name-img {
    max-width: 396px;
  }
  .chara-img-btn-box {
    max-width: 1000px;
    margin: 0 auto;
  }
  .chara-img-btn {
    top: auto;
    bottom: 37%;
    max-width: 140px;
  }
  .chara-img-btn001 {
    left: 21.2%;
    max-width: 143px;
  }
  .chara-img-btn002 {
    right: 23.3%;
    max-width: 170px;
  }
  .chara-img-btn003 {
    left: 0.8%;
    max-width: 150px;
  }
  .chara-img-btn004 {
    left: 39.5%;
    max-width: 170px;
  }
  .chara-img-btn005 {
    right: 4.5%;
    max-width: 148px;
  }
  /*modal*/
  .js-modal {
    cursor: pointer;
  }
  /*special sect modal*/
  .s-special .modal-item.js-modal {
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
  }
  .s-special .modal-item.js-modal:hover {
    opacity: 0.6;
  }
  /*chara modal*/
  .s-chara .js-modal {
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
  }
  .s-chara .js-modal:hover {
    opacity: 0.6;
  }
  /*base ttl*/
  .modal-all-box {
    max-width: 900px;
    padding: 68px 38px 30px;
  }
  .modal-ttl {
    width: 252px;
    margin: 0 auto 40px;
  }
  .modal-box-main-img {
    max-width: 252px;
    margin: 0 auto 35px;
  }
  .modal-def-name img {
    width: 250px;
  }
  .modal-def-cv-name {
    margin-bottom: 3px;
    font-size: 18px;
  }
  .modal-def-detail {
    font-size: 24px;
  }
  .modal-def-name {
    margin-bottom: 12px;
  }
  /**modal-inner settings**/
  /*modal-inner000*/
  .modal-inner000 .modal-ttl {
    width: 382px;
    margin: 0 auto 60px;
  }
  .modal-inner000 .modal-box-main-img {
    max-width: 525px;
    width: 100%;
    margin: 0 auto 55px;
  }
  .modal-inner000 .modal-def-name img {
    width: 364px;
  }
  .modal-inner000 .modal-define {
    padding-left: 20px;
  }
  /*modal-inner001*/
  .modal-inner001 .modal-ttl {}
  .modal-inner001 .modal-box-main-img {}
  .modal-inner001 .modal-def-name img {
    width: 256px;
  }
  /*modal-inner002*/
  .modal-inner002 .modal-ttl {}
  .modal-inner002 .modal-box-main-img {}
  .modal-inner002 .modal-def-name img {
    width: 256px;
  }
  /*modal-inner003*/
  .modal-inner003 .modal-ttl {}
  .modal-inner003 .modal-box-main-img {}
  .modal-inner003 .modal-def-name img {
    width: 250px;
  }
  /*modal-inner004*/
  .modal-inner004 .modal-ttl {}
  .modal-inner004 .modal-box-main-img {}
  .modal-inner004 .modal-def-name img {
    width: 274px;
  }
  /*modal-inner005*/
  .modal-inner005 .modal-ttl {}
  .modal-inner005 .modal-box-main-img {}
  .modal-inner005 .modal-def-name img {
    width: 252px;
  }
  /**end**/

  /*close btn*/
  .js-close-box {
    top: 32px;
    right: 32px;
  }
  .js-close-box img {
    width: 50px;
  }
}
/*----------------------------------------
  s-prologe
-----------------------------------------*/
.s-prologe {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .s-prologe {
    padding: 0;
  }
}
/*common*/
.pink-stlipe-box {
  background: url(../img/bg_stlipe001.png) repeat;
  background-size: 8px 8px;
}
.plologe-opning-box {
  padding: 23px 0 0;
}
.s-prologe h2 {
  max-width: 352px;
  width: 89.58%;
}
.opning-movie {
  max-width: 900px;
  width: 76.5%;
  max-height: 600px;
  height: 43vw;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .pink-stlipe-box {
    background: url(../img/bg_stlipe001.png) repeat;
    background-size: 16px auto;
  }
  .s-prologe h2 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 34px;
  }
  .plologe-opning-box {
    padding: 37px 0 0;
  }
  .opning-movie {
    max-width: 100%;
    width: 489px;
    max-height: 100%;
    height: 255px;
    margin: 0 auto 40px;
  }
}
/*----------------------------------------
  photo_repeat slider_base
-----------------------------------------*/
.photo_repeat ul {
  background: #24211f;
  padding: 15px 0;
}
.photo_repeat ul li {
  padding: 0 8px;
}

@media screen and (min-width: 768px) {
  .photo_repeat ul li {
    padding: 0 13px;
  }
}
/*----------------------------------------
  opning-slide only
-----------------------------------------*/
.photo_repeat.opning-slide {
  background: #ee5a83;
}
.photo_repeat.opning-slide ul {
  padding: 10px 0;
  background: none;
}
.photo_repeat.opning-slide ul li {
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .photo_repeat.opning-slide ul {
    padding: 18px 0;
  }
  .photo_repeat.opning-slide ul li {
    padding: 0 9px;
  }
}
.plologe-point-box {
  /*padding: 48px 0 30px;*/
  padding: 48px 0 0;
}
.plologe-list {
  max-width: 500px;
  width: 78.3%;
  margin: 0 auto;
}
.plologe-list {}
.plologe-list li {
  position: relative;
  min-height: 38px;
  padding: 15px 10px 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.357;
  text-align: center;
  border: 2px solid #ff93ad;
  border-radius: 5px;
  background: #fff;
}
.plologe-list li .plist-txt-wrap {
  position: relative;
  z-index: 5;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.357;
}
.plologe-list li + li {
  margin-top: 25px;
}
.plologe-list li:before,
.plologe-list li:after {
  content: "";
  position: absolute;
}
.plologe-list li:before {
  top: 6px;
  left: -1px;
  width: 18px;
  height: 18px;
  background: url(../img/bg_prologe-onpu-parts001.png) no-repeat center center;
  background-size: contain;
}
.plologe-list li:after {
  bottom: 5px;
  right: 7px;
  width: 20px;
  height: 20px;
  background: url(../img/bg_prologe-onpu-parts002.png) no-repeat center center;
  background-size: contain;
}
.plologe-list img {
  position: absolute;
  top: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  width: 66px;
}
@media screen and (min-width: 768px) {
  .plologe-point-box {
    padding: 93px 0 56px;
  }
  .plologe-list {
    max-width: 498px;
  }
  .plologe-list li {
    padding: 33px 10px 13px;
    font-size: 24px;
    font-weight: normal;
    border: 4px solid #ff93ad;
    border-radius: 10px;
  }
  .plologe-list li .plist-txt-wrap {
    font-size: 24px;
    font-weight: normal;
  }
  .plologe-list li + li {
    margin-top: 52px;
  }
  .plologe-list li:before {
    top: 9px;
    left: 9px;
    width: 19px;
    height: 34px;
  }
  .plologe-list li:after {
    bottom: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }
  .plologe-list img {
    top: -41px;
    width: 130px;
  }
}
/*----------------------------------------
  s-cm
-----------------------------------------*/
.pink-stlipe-box003 {
  background: url(../img/bg_stlipe003.png) repeat;
  background-size: 8px 8px;
}
.cm-box {
  padding: 19px 0 20px;
}
.s-cm h2 {
  margin: 0 auto 19px;
}
.cm-box .cm-movie {
  max-width: 900px;
  width: 76.5%;
  max-height: 600px;
  height: 43vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pink-stlipe-box003 {
    background: url(../img/bg_stlipe003.png) repeat;
    background-size: 16px auto;
  }
  .s-cm h2 {
    margin: 0 auto 41px;
  }
  .cm-box {
    padding: 58px 0 61px;
  }
  .cm-box .cm-movie {
    max-width: 100%;
    width: 489px;
    max-height: 100%;
    height: 255px;
    margin: 0 auto;
  }
}

/*----------------------------------------
  s-play
-----------------------------------------*/
.s-play {
  padding: 30px 0 30px;
}
.s-play h2 {
  width: 60%;
  margin: 0 auto 7px;
}
.play-list {
  max-width: 400px;
  width: 93%;
  margin: 0 auto 16px;
}
.play-list li {
  text-align: center;
}
.play-list li + li {
  margin-top: 23px;
}
.play-list-ttl {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  text-align: center;
}
.play-list-ttl img {
  display: block;
  width: 22px;
}
.play-list-ttl span {
  display: block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #ff3c72;
}
.play-list-img-box {
  position: relative;
  width: 150px;
  margin: 0 auto 10px;
}
.play-list-img-box:before {
  content: "";
  position: absolute;
  top: 10%;
  right: -23%;
  max-width: 62px;
  max-height: 84px;
  width: 21%;
  height: 34%;
  background: url(../img/img_play-apeal-line.png) no-repeat;
  background-size: 100% auto;
}
.play-list-txt {
  font-size: 12px;
  line-height: 1.33;
  text-align: center;
}
/*common*/
.only-link-center-box {
  text-align: center;
}
.play-anker-link {
  display: block;
  max-width: 300px;
  width: 64%;
  margin: 0 auto;
}
.play-anker-link img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s-play h2 {
    margin: 0 auto 43px;
  }
  .play-list {
    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;
    max-width: 900px;
    margin: 0 auto 34px;
  }
  .play-list li {
    width: 32%;
  }
  .play-list li + li {
    margin-top: 0;
  }
  .play-list-ttl {
    margin-bottom: 11px;
  }
  .play-list-ttl img {
    width: 29px;
  }
  .play-list-ttl span {
    font-size: 18px;
  }
  .play-list-img-box {
    width: 100%;
    margin: 0 auto 18px;
  }
  .play-list-img-box:before {
    top: 2%;
    right: 1px;
    width: 39px;
    height: 57px;
  }
  .play-list-img-box img {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .play-list-txt {
    font-size: 16px;
    line-height: 1.37;
  }
  .play-anker-link {
    max-width: 249px;
  }
}
/*----------------------------------------
  s-event
-----------------------------------------*/
.brown-stlipe-bg-box {
  position: relative;
  padding-top: 20px;
  padding-bottom: 18px;
  background: url(../img/bg_stlipe002.png) repeat;
  background-size: 9px auto;
}
.brown-stlipe-bg-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../img/bg_circle_patarn.png) repeat-x;
  background-size: auto 20px;
}
.s-event {
  position: relative;
  padding-top: 20px;
}
.s-event h2 {
  margin: 0 auto 15px;
}
.s-event .start-date-box {
  padding-top: 14px;
}
.s-event .start-date-box p {
  display: block;
  max-width: 210px;
  margin: 0 auto;
  text-align: left;
}
.s-event .start-date-box p + p {
  margin-top: 5px;
}
.s-event .start-date-box p strong {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 53px;
  margin-right: 10px;
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  color: #ff3c72;
}
.s-event .start-date-box p strong img {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 5px;
}
.date-main {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
/*common*/
.box-padding {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 10px;
}
.star-list li {
  position: relative;
  padding: 7px 10px 17px;
  text-align: center;
  background: #fff;
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}
.star-list li + li {
  margin-top: 16px;
}
.star-list-stoper-img {
  position: absolute;
  top: -9px;
  left: 50%;
  width: 10px;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}
.star-list li:before,
.star-list li:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 28px;
}
.star-list li:before {
  top: 2px;
  left: 2px;
  background: url(../img/bg_list-left-star.png) no-repeat;
  background-size: 22px auto;
}
.star-list li:after {
  bottom: 2px;
  right: 2px;
  background: url(../img/bg_list-right-star.png) no-repeat;
  background-size: 22px auto;
}
.star-list-define dt {
  display: inline-block;
  min-width: 92px;
  margin-bottom: 18px;
  padding: 0 10px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #ff3c72;
  border-bottom: 1px solid #ff3c72;
}
.star-list-define dd {
  font-size: 12px;
  line-height: 1.5;
  color: #282828;
}
.important-apeal-message {
  color: #f00;
}
/*common end*/
.event-detail-list {}
.event-detail-list li {}
.event-detail-list li {}
@media screen and (min-width: 768px) {
  /*common*/
  .brown-stlipe-bg-box {
    padding-top: 40px;
    padding-bottom: 37px;
    background: url(../img/bg_stlipe002.png) repeat;
    background-size: 17px auto;
  }
  .brown-stlipe-bg-box:before {
    height: 40px;
    background-size: auto 40px;
  }
  .s-event {
    padding-top: 40px;
  }
  .s-event h2 {
    margin: 0 auto 53px;
  }
  .s-event .start-date-box {
    padding-top: 31px;
  }
  .s-event .start-date-box p {
    max-width: 300px;
  }
  .s-event .start-date-box p + p {
    margin-top: 5px;
  }
  .s-event .start-date-box p strong {
    min-width: 79px;
    margin-right: 6px;
    padding-left: 15px;
    font-size: 18px;
  }
  .s-event .start-date-box p strong img {
    top: 7px;
    width: 7px;
  }
  .date-main {
    font-size: 18px;
  }
  /*common*/
  .box-padding {
    max-width: 600px;
    padding: 0;
  }

  .star-list li {
    padding: 17px 50px 33px;
  }
  .star-list li + li {
    margin-top: 35px;
  }
  .star-list li:before, .star-list li:after {
    width: 44px;
    height: 56px;
    background-size: 44px auto;
  }
  .star-list li:before {
    top: 4px;
    left: 4px;
  }
  .star-list li:after {
    bottom: 4px;
    right: 4px;
  }
  .star-list-stoper-img {
    width: 19px;
  }
  .star-list-define dt {
    min-width: 188px;
    margin-bottom: 35px;
    padding: 0 25px;
    font-size: 28px;
    border-bottom: 2px solid #ff3c72;
  }
  .star-list-define dd {
    font-size: 16px;
  }
}

/*----------------------------------------
  s-ticket
-----------------------------------------*/
.s-ticket {
  padding-top: 20px;
}
.ticket-price-table {
  table-layout: fixed;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 8px;
  background: #fff;
}
.ticket-price-table th, .ticket-price-table td {
  width: calc(100% / 3);
  height: 41px;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  border: 1px solid #c3c3c3;
}
.pink-sell {
  line-height: 1.16;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fc76a1), to(#ff4e87));
  background: -webkit-linear-gradient(top, #fc76a1, #ff4e87);
  background: -o-linear-gradient(top, #fc76a1, #ff4e87);
  background: linear-gradient(to bottom, #fc76a1, #ff4e87);
}
.pink-sell span {
  font-size: 9px;
}
.none-value-head,
.none-value-sell {
  position: relative;
  overflow: hidden;
}
/*斜め線*/
.none-value-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: -148%;
  width: 300%;
  height: 1px;
  background: #c3c3c3;
  /*transform: matrix(1, 0.75, 0, 1, 0, 15);*/
  -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
        transform: rotate(22deg);
}
.none-value-sell {
  background: #ededed;
}
.none-value-sell:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 2px);
  width: 4px;
  height: 1px;
  background: #282828;
}
.table-detail-box {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .table-detail-box {
    margin-bottom: 0;
  }
}
.note-txt {
  position: relative;
  padding-left: 11px;
  font-size: 11px;
  line-height: 1.63;
  color: #282828;
}
.note-mark {
  position: absolute;
  top: 0;
  left: 0;
}
/*ticket-detail-list*/
@media screen and (max-width: 767px) {
  .ticket-detail-list {
    padding-top: 24px;
  }
}
/*.ticket-detail-list {
  padding-top: 24px;
}*/
.ticket-detail-list li {
  padding: 7px 14px 17px;
}
.ticket-list-define {}
.goods-img {
  margin-bottom: 14px;
}
.goods002 {
  position: relative;
  width: 80.5%;
  margin: 0 auto 5px;
}
.goods-img img {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
}
img.goods-comment {
  position: absolute;
  top: -18%;
  left: -8%;
  width: 21.5%;
  max-width: 54px;
  border: none;
}
@media screen and (min-width: 360px) and (max-width: 767px) {
  img.goods-comment {
    top: -29px;
    left: -18px;
    width: 54px;
  }
}
.ticket-list-detail-define {
  margin-bottom: 13px;
  text-align: left;
}
.ticket-list-define-end *,
.ticket-list-detail-define.ticket-list-define-end dt {
  color: #ccc;
}
.ticket-list-define-end .dashed-border-txt:before {
  border-color: #ccc;
}
.list-last-define {
  margin-bottom: 0;
}
.ticket-list-detail-define dt,
.ticket-list-detail-define dd {
  font-size: 12px;
  line-height: 1.5;
}
.ticket-list-detail-define dt {
  margin-bottom: 6px;
  padding: 0;
  font-weight: bold;
  color: #ff3c72;
  border: none;
}
.ticket-list-detail-define dd {
  font-weight: bold;
  color: #282828;
}
/*ticket-release li*/
.ticket-detail-list li.padding-cancel {
  padding: 7px 0 17px;
}
.ticket-release-define .ticket-list-detail-define {
  text-align: center;
}
.ticket-list-define.ticket-release-define dt,
.ticket-list-define.ticket-release-define dd {
  text-align: center;
}
.ticket-list-define.ticket-release-define dt {
  margin-bottom: 13px;
}
.ticket-list-dd-txt {
  margin-bottom: 6px;
}
.ticket-date {
  display: block;
  margin-bottom: 7px;
}
.note-inline-box {
  margin-bottom: -2px;
  text-align: center;
}

.note-inline-box .note-txt {
  display: inline-block;
}
.note-inline-box .note-txt .note-mark {
  position: static;
  top: 0;
  left: 0;
}
.dashed-border-txt {
  position: relative;
}
.dashed-border-txt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 230px;
  border-bottom: 1px dashed #ff3c72;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}
.note-inline-box .note-txt.dashed-border-txt {
  padding-bottom: 7px;
}
.margin-cancel {
  margin-bottom: 0;
}
.goods-detail-next-margin {
  margin-bottom: 40px;
}
.goods002-b {}


@media screen and (min-width: 768px) {
  .s-ticket {
    padding-top: 63px;
  }
  .s-ticket h2 {
    margin: 0 auto 39px;
  }
  .ticket-price-table {
    max-width: 600px;
    margin: 0px auto 17px;
  }
  .ticket-price-table th, .ticket-price-table td {
    height: 64px;
    font-size: 16px;
    border: 2px solid #c3c3c3;
  }
  .pink-sell span {
    font-size: 14px;
  }
  .none-value-head:before {
    -webkit-transform: rotate(17.5deg);
    -ms-transform: rotate(17.5deg);
        transform: rotate(17.5deg);
  }
  .none-value-sell:before {
    top: calc(50% - 1px);
    left: calc(50% - 3px);
    width: 6px;
    height: 2px;
  }
  .table-detail-box {
    width: 120%;
    margin-bottom: 49px;
  }
  .note-txt {
    font-size: 14px;
    padding-left: 17px;
  }
  .table-detail-box .note-txt {
    padding-left: 15px;
  }
  .ticket-detail-list li {
    padding: 16px 33px 31px;
  }
  .ticket-detail-list li + li {
    margin-top: 35px;
  }
  .ticket-list-define.star-list-define dt {
    min-width: 274px;
    margin-bottom: 19px;
  }
  .ticket-list-detail-define {
    margin-bottom: 29px;
  }
  .ticket-list-detail-define dt, .ticket-list-detail-define dd {
    font-size: 16px;
  }
  .ticket-list-define.star-list-define .ticket-list-detail-define dt {
    margin-bottom: 6px;
  }
  .ticket-list-define dd.goods-img {
    margin-bottom: 35px;
  }
  .ticket-list-dd-txt {
    margin-bottom: 5px;
  }
  .ticket-list-detail-define .note-txt {
    font-size: 16px;
  }
  .ticket-list-define.star-list-define.ticket-release-define > dt {
    margin-bottom: 38px;
  }
  .ticket-release-define .ticket-list-detail-define {
    margin-bottom: 23px;
  }
  .ticket-release-define .ticket-list-detail-define.margin-cancel {
    margin-bottom: 0;
  }
  .ticket-list-define.star-list-define.ticket-release-define .ticket-list-detail-define .ticket-list-dd-txt {
    margin-bottom: 8px;
  }
  .ticket-list-define.star-list-define.ticket-release-define .note-inline-box {
    margin-bottom: -5px;
  }
  .ticket-list-define.star-list-define.ticket-release-define .note-txt {
    font-size: 14px;
  }
  .note-inline-box .note-txt.dashed-border-txt {
    padding-bottom: 20px;
  }
  .dashed-border-txt:before {
    width: 346px;
    border-bottom: 2px dashed #ff3c72;
  }
  .ticket-detail-list li.padding-cancel {
    padding: 16px 0 23px;
  }
  .list-last-define {
    margin-bottom: 0;
  }
  .list-last-define .ticket-list-dd-txt {
    margin-bottom: 0;
  }
  /*present*/
  .ticket-list-present-item .star-list-define .ticket-list-pitem-ttl {
    margin-bottom: 19px;
  }
  .goods002 {
    max-width: 400px;
    width: 75.5%;
    margin: 0 auto 38px;
  }
  img.goods-comment {
    position: absolute;
    top: -14%;
    left: -11%;
    width: auto;
    max-width: 94px;
  }
  .goods-detail-next-margin {
    margin-bottom: 80px;
  }
  .goods002-b img.goods-comment {
    top: -6%;
  }
}

/*----------------------------------------
  s-goods
-----------------------------------------*/

/*pc-sp common*/
.s-goods {
  padding-top: 34px;
}
.carb-list {
  margin-bottom: 40px;
}
.carb-list li {
  border-radius: 10px;
}
.carb-list li + li {
  margin-top: 18px;
}
.none-star.star-list li:before,
.none-star.star-list li:after {
  display: none;
}
.carb-list-img-box {
  position: relative;
}
.carb-list-img-box img {
  display: block;
  margin: 0 auto;
}
img.carb-limg-icon {
  max-width: 182px;
  width: 33%;
  margin: 0 auto 20px;
}
img.carb-limg-main {
  max-width: 434px;
  width: 77.5%;
  margin: 0 auto 17px;
}
.carb-list-define dt {
  width: 100%;
  margin-bottom: 19px;
  padding: 7px 15px 5px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #ff3c72;
  border-radius: 5px;
}
.carb-limg-descript {
  display: inline-block;
  margin-bottom: 17px;
}
.carb-ldes-txt001 {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
.carb-ldes-txt002 {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #ff3c72;
}
.carb-list-txt {
  text-align: left;
}
.carb-list-img-txt-box .note-txt {
  text-align: left;
}


/*item002~7*/
.item002 .carb-limg-descript,
.item003 .carb-limg-descript,
.item004 .carb-limg-descript,
.item005 .carb-limg-descript,
.item006 .carb-limg-descript,
.item007 .carb-limg-descript {
  margin-bottom: 0;
}
/*item002*/
.item002 img.carb-limg-main {
  max-width: 350px;
  width: 74.5%;
  margin: 0 auto 17px;
}
/*item003*/
.item003 .carb-list-img-txt-box {
  margin-bottom: 12px;
}
.item003 img.carb-limg-main {
  max-width: 430px;
  width: 76.5%;
  margin: 0 auto 7px;
}
/*item004*/
.item004 .carb-list-img-txt-box {
  margin-bottom: 15px;
}
.item004 img.carb-limg-main {
  max-width: 436px;
  width: 95%;
  margin: 0 auto 7px;
}
/*item005*/
.item005 img.carb-limg-main {
  max-width: 414px;
  width: 74%;
  margin: 0 auto 16px;
}
/*item006*/
.item006 img.carb-limg-main {
  max-width: 540px;
  width: 97.2%;
  margin: 0 auto 17px;
}
/*item007*/
.item007 img.carb-limg-main {
  max-width: 418px;
  width: 74.7%;
  margin: 0 auto 17px;
}
/*item008*/
.item008 img.carb-limg-main {
  max-width: 388px;
  width: 82.9%;
  margin: 0 auto 11px;
}
.item008 .carb-limg-descript {
  margin-bottom: 0;
}
/*item009*/
.item009 img.carb-limg-main {
  max-width: 418px;
  width: 74.7%;
  margin: 0 auto 17px;
}
/*item010*/
.item010 img.carb-limg-main {
  /*max-width: 418px;
  width: 74.7%;*/
  margin: 0 auto 17px;
}
/*item011*/
.item011 img.carb-limg-main {
  max-width: 310px;
  width: 64.5%;
  margin: 0 auto 17px;
}
.item011 .carb-list-define dt {
  margin-bottom: 14px;
}
.item011 .carb-limg-descript {
  margin-bottom: 0;
}
/*item012*/
.item012 img.carb-limg-main {
  max-width: 418px;
  width: 84%;
  margin: 0 auto 12px;
}

.goods-more {
  display: block;
  width: 110px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.goods-more img {
  display: block;
  width: 100%;
}

/**goods more prsent area**/
.goods-more-present-area {
  margin-top: 27px;
  margin-bottom: 26px;
  padding: 26px 14px 15px;
  text-align: center;
  border: 1px solid #ff3c72;
  background: #fff;
}
.gmp-ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  padding: 0 28px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #ff3c72;
}
.gmp-ttl:before,
.gmp-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 33px;
  height: 33px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.gmp-ttl:before {
  left: 0;
  background: url(../img/bg_goods-star-flame-left.png) no-repeat;
  background-size: 100% auto;
}
.gmp-ttl:after {
  right: 0;
  background: url(../img/bg_goods-star-flame-right.png) no-repeat;
  background-size: 100% auto;
}
.gmp-img-list {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.gmp-img-list li {
  text-align: center;
}
.gmp-img-list li img {
  max-width: 420px;
  margin: 0 auto;
  margin-bottom: 0;
}
/*arrow*/
.goods-more-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 20px;
  height: 40px;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.goods-more-arrow.prev-arrow {
  left: -11px;
}
.goods-more-arrow.next-arrow {
  right: -11px;
}
.goods-more-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #ff3c72;
  border-right: 2px solid #ff3c72;
  -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -ms-transform: translate(-50%,-50%) rotate(0deg);
        transform: translate(-50%,-50%) rotate(0deg);
}
.goods-more-arrow.prev-arrow:before {
  left: 13px;
  -webkit-transform: translate(-50%,-50%) rotate(135deg);
    -ms-transform: translate(-50%,-50%) rotate(135deg);
        transform: translate(-50%,-50%) rotate(135deg);
}
.goods-more-arrow.next-arrow:before {
  right: 0;
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
        transform: translate(-50%,-50%) rotate(-45deg);
}
.gmp-ilist-img-name {
  display: inline-block;
  min-width: 56px;
  padding: 2px 10px 1px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #ff3c72;
  border-radius: 30px;
}
.gmp-main-txt {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.05em;
  text-align: center;
  color: #ff3c72;
}
.gmp-note-box {
  text-align: left;
}
.gmp-note-box .note-txt {
  line-height: 1.5;
}
.gmp-note-box .note-txt + p {
  margin-top: 1px;
}
/***pc***/
@media screen and (min-width: 768px) {
    .s-goods {
      padding-top: 64px;
    }
    .s-goods h2 {
      margin: 0 auto 39px;
    }
    .s-goods .box-padding {
      max-width: 790px;
    }
    .carb-list {
      margin-bottom: 73px;
    }
    .carb-list li {
      padding: 17px 20px 33px;
    }
    .carb-list li + li {
      margin-top: 39px;
    }
    .carb-list-define dt {
      margin-bottom: 39px;
      padding: 12px 15px 11px;
      font-size: 28px;
      border-radius: 10px;
    }
    .carb-list-img-box {
      padding-right: 42%;
    }
    img.carb-limg-main {
      width: 100%;
      margin: 0;
    }
    .item001 img.carb-limg-main,
    .item002 img.carb-limg-main,
    .item003 img.carb-limg-main,
    .item004 img.carb-limg-main,
    .item005 img.carb-limg-main,
    .item006 img.carb-limg-main,
    .item007 img.carb-limg-main,
    .item008 img.carb-limg-main,
    .item009 img.carb-limg-main,
    .item010 img.carb-limg-main,
    .item011 img.carb-limg-main,
    .item012 img.carb-limg-main {
      width: 100%;
      margin: 0;
    }
    img.carb-limg-icon {
      position: absolute;
      top: -6%;
      right: 9%;
    }
    .carb-limg-descript {
      position: absolute;
      top: 50%;
      right: 11%;
      margin-bottom: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .item001 .carb-limg-descript {
      top: 73%;
    }
    .carb-ldes-txt001 {
      margin-bottom: 8px;
      font-size: 18px;
      line-height: 1.55;
      text-align: left;
    }
    .carb-ldes-txt002 {
      font-size: 28px;
      text-align: left;
    }
    .carb-list-txt {
      margin-top: 13px;
      width: 102%;
    }
    .carb-list-txt .note-txt {
      padding-left: 17px;
      font-size: 16px;
      line-height: 1.125;
    }
    /*item002*/
    .item002 img.carb-limg-main {
      max-width: 378px;
      padding-left: 28px;
    }
    .item002 .carb-limg-descript {
      right: 17%;
    }
    /*item003*/
    .carb-list-img-txt-box .note-txt {
      margin-top: 16px;
      font-size: 16px;
    }
    .item003 .carb-limg-descript {
      right: 12.5%;
    }
    /*item004*/
    .item004 img.carb-limg-main {
      max-width: 430px;
    }
    /*item005*/
    .item005 .carb-limg-descript {
      right: 12.2%;
    }
    /*item006*/
    li.item006 {
      padding-bottom: 60px;
    }
    .item006 .carb-limg-descript {
      right: 10%;
    }
    .item006 .carb-list-define dt {
      margin-bottom: 60px;
    }
    /*item007*/
    li.item007 {
      padding-bottom: 60px;
    }
    .item007 .carb-list-img-box {
      padding-left: 12px;
    }
    .item007 .carb-limg-descript {
      right: 11.5%;
    }
    /*item008*/
    .item008 img.carb-limg-main {
      max-width: 416px;
      padding-left: 28px;
    }
    .item008 .carb-limg-descript {
      right: 14.5%;
    }
    /*item011*/
    .item011 img.carb-limg-main {
      max-width: 374px;
      padding-left: 64px;
    }
    .item011 .carb-limg-descript {
      right: 18.5%;
    }
    /*item012*/
    .item012 .carb-list-img-box {
      margin-bottom: 30px;
    }
    .item012 img.carb-limg-main {
      max-width: 429px;
      padding-left: 11px;
    }
    .item012 .carb-limg-descript {
      top: 49%;
      right: 7%;
    }
    /*item end*/
    .goods-more {
      width: 220px;
      margin-bottom: 71px;
    }
    .goods-last-note-box .note-txt {
      padding-left: 17px;
      font-size: 16px;
      line-height: 1.125;
    }
    /**goods more prsent area**/
    .goods-more-present-area {
      padding: 50px 14px 29px;
    }
    .gmp-ttl {
      margin-bottom: 43px;
      padding: 0 48px 0 52px;
      font-size: 28px;
    }
    .gmp-ttl:before,
    .gmp-ttl:after {
      width: 66px;
      height: 66px;
    }
    .gmp-img-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
        justify-content: center;
      max-width: 100%;
      margin-bottom: 36px;
    }
    .gmp-img-list li {
      width: calc(100% / 3);
      padding: 0 2px;
    }
    .gmp-img-list li img {
      width: 100%;
      margin-bottom: 8px;
    }
    .gmp-ilist-img-name {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -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;
      align-items: center;
      min-width: 110px;
      height: 35px;
      font-size: 24px;
      line-height: 1;
    }
    .gmp-main-txt {
      margin-bottom: 27px;
      font-size: 18px;
      line-height: 1.55;
    }
    .gmp-note-box .note-txt {
      padding-left: 17px;
      font-size: 16px;
      line-height: 1.75;
    }
}
/***sp***/
@media screen and (max-width: 767px) {
    
}


/*----------------------------------------
	s-schedule
-----------------------------------------*/
.s-schedule {
  padding-top: 35px;
}
.s-schedule h2 {
  width: 67.58%;
  margin-bottom: 10px;
}
.s-schedule .box-padding {
  max-width: 400px;
}
.schedule-lead {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #282828;
}
.schedule-link-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule-link {
  position: relative;
  display: block;
  /*width: 100%;*/
  width: 67%;
  color: #282828;
  overflow: hidden;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.4);
  border-radius: 7px;
}
.schedule-link-box + .schedule-link-box {
  margin-top: 8px;
  margin-top: 18px;
}
.pink-back-area-txt,
.schedule-txt-box,
.link-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}
.pink-back-area-txt {
  left: 1px;
  max-width: 200px;
  width: 33.4%;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.schedule-txt-box {
  left: 36.5%;
  max-width: 210px;
  width: 53%;
  font-size: 8px;
  font-weight: bold;
  line-height: 1.33;
}
.link-arrow {
  right: 12px;
  width: 6px;
}
.delete-txt {
  font-weight: bold;
  text-decoration: line-through;
}
/*.delete-txt-line {
  position: relative;
  font-weight: bold;
}
.delete-txt-line:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
}*/
.schedule-buy-link {
  position: relative;
  display: block;
  /*width: 100%;*/
  width: calc(100% - 67% - 10px);
  margin-left: 10px;
  color: #fff;
  /*overflow: hidden;*/
  /*box-shadow: 0 0 6px 0 rgba(0,0,0,0.4);*/
  /*border-radius: 15px;*/
}
.schedule-buy-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 95%;
    border-radius: 20px;
    height: 90%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}
.schedule-buy-link img {
  position: relative;
}
.schedule-buy-link span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  min-width: 70px;
  padding-right: 8px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
}
.schedule-buy-link .link-arrow {
  position: absolute;
  top: 56%;
  right: 0;
  width: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
/*sp ajster*/
@media screen and (min-width: 360px) and (max-width: 767px) {
  .pink-back-area-txt {
    font-size: 18px;
  }
  .schedule-txt-box {
    font-size: 9px;
  }
  .link-arrow {
    right: 12px;
    width: 8px;
  }
  .schedule-buy-link span {
    min-width: 80px;
    padding-right: 10px;
    font-size: 11px;
  }
  .schedule-buy-link .link-arrow {
    top: 46%;
    width: 5px;
  }
}
@media screen and (min-width: 768px) {
  .s-schedule {
    padding-top: 61px;
  }
  .s-schedule h2 {
    margin-bottom: 24px;
  }
  .schedule-lead {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .s-schedule .box-padding {
    max-width: 600px;
  }
  .schedule-link {
    width: calc(100% - 150px - 10px);
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  } 
  .schedule-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 98%;
    border-radius: 20px;
    height: 92%;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.4);
  }
  .schedule-link .img__switch {
    position: relative;
    width: 100%;
  }
  .schedule-link + .schedule-link {
    margin-top: 12px;
    margin-top: 20px;
  }
  .pink-back-area-txt {
    z-index: 5;
    width: 26.4%;
    font-size: 30px;
  }
  .link-arrow {
    z-index: 5;
    right: 15px;
    width: 11px;
  }
  .schedule-txt-box {
    z-index: 5;
    left: 28.5%;
    width: 65%;
    max-width: 360px;
    font-size: 16px;
  }
  .schedule-buy-link {
    max-width: 150px;
    width: 150px;
    overflow: visible;
  }
  .schedule-buy-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 95%;
    border-radius: 21px;
    height: 93%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
  }
  .schedule-buy-link img {
    position: relative;
  }
  .schedule-buy-link span {
    z-index: 5;
    min-width: 128px;
    font-size: 18px;
  }
  .schedule-buy-link .link-arrow {
    top: 50%;
    width: 7px;
  }
}
/*----------------------------------------
  s-how-to
-----------------------------------------*/
.s-how-to {
  padding: 30px 5px;
}
.how-to-box {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.how-to-box.margin-cancel {
  margin-bottom: 0;
}
.how-to-ttl {
  width: 66%;
  margin: 0 auto 20px;
}
.how-to-002 .how-to-ttl {
  max-width: 312px;
  width: 87%;
}
.how-to-ttl img {
  display: block;
  width: 100%;
}
.how-to-img {
  display: block;
  max-width: 130px;
  width: 23.3%;
  margin: 0 auto 17px;
}
.how-to-002 .how-to-img {
  max-width: 400px;
  width: 80.7%;
}
.how-to-txt {
  font-size: 12px;
  line-height: 1.58;
  margin: 0 auto 11px;
  text-align: center;
}
.how-to-link {
  display: block;
  width: 66%;
  margin: 0 auto;
  padding: 15px 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #3273c7;
}
.how-to-002 .how-to-link {
  background: #ff3c72;
}
.how-to-link span {
  position: relative;
  padding-right: 15px;
  font-weight: bold;
  text-align: center;
}
.how-to-link span:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../common/img/icon_blank-window.png);
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .s-how-to {
    padding: 61px 5px;
  }
  .how-to-box {
    max-width: 700px;
    margin-bottom: 59px;
  }
  .how-to-ttl {
    max-width: 407px;
    width: 100%;
    margin: 0 auto 40px;
  }
  .how-to-img {
    max-width: 145px;
    width: 30.3%;
    margin: 0 auto 36px;
  }
  .how-to-txt {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 auto 23px;
  }
  .how-to-link {
    max-width: 280px;
    font-size: 15px;
  }
  .how-to-link span {
    padding-right: 25px;
  }
  .how-to-link span:before {
    width: 16px;
    height: 16px;
  }
  .how-to-002 .how-to-ttl {
    max-width: 543px;
    width: 100%;
    margin: 0 auto 61px;
  }
  .how-to-002 .how-to-img {
    max-width: 500px;
    width: 80.7%;
    margin: 0 auto 39px;
  }
  .how-to-002 .how-to-txt {
    margin: 0 auto 33px;
  }
}
/*----------------------------------------
  s-note
-----------------------------------------*/
.pink-stlipe-box002 {
background-size: 100% 17px;
background-color: #ffebf6;
background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 2px, #ffe7f4 2px, #ffe7f4 6px );
background-image: -o-repeating-linear-gradient(315deg, transparent, transparent 2px, #ffe7f4 2px, #ffe7f4 6px );
background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #ffe7f4 2px, #ffe7f4 6px );
}
.s-note {
  padding-top: 20px;
}
.s-note h2 {
  width: 67.58%;
  margin-bottom: 12px;
}
.note-list {}
.note-list li {}
.note-list li + li {
  margin-top: 13px;
}
.note-list-ttl {
  position: relative;
  padding-left: 15px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #ff3c72;
}
.icon-star {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 11px;
}
.note-list-txt {
  font-size: 12px;
  line-height: 1.5;
  color: #282828;
}
@media screen and (min-width: 768px) {
  .pink-stlipe-box002 {
    background-size: 100% 34px;
    background-color: #ffebf6;
    background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 4px, #ffe7f4 4px, #ffe7f4 12px );
    background-image: -o-repeating-linear-gradient(315deg, transparent, transparent 4px, #ffe7f4 4px, #ffe7f4 12px );
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #ffe7f4 4px, #ffe7f4 12px );
  }
  .js_pr_os-mac.js_pr_browser-safari .pink-stlipe-box002 {
    background-size: 11px 100%;
    background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 4px, #ffe7f4 4px, #ffe7f4 8px );
    background-image: -o-repeating-linear-gradient(315deg, transparent, transparent 4px, #ffe7f4 4px, #ffe7f4 8px );
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #ffe7f4 4px, #ffe7f4 8px );
  }
  .s-note {
    padding-top: 40px;
  }
  .s-note h2 {
    margin-bottom: 44px;
  }
  .note-list-ttl {
    margin-bottom: 11px;
    padding-left: 20px;
    font-size: 16px;
  }
  .pink-stlipe-box002 .box-padding {
    max-width: 840px;
  }
  /*.note-list.box-padding {
    max-width: 828px;
  }*/
  .note-list li + li {
    margin-top: 31px;
  }
  .icon-star {
    top: 3px;
    width: 16px;
  }
  .note-list-txt {
    font-size: 16px;
    line-height: 1.625;
  }
}
/*----------------------------------------
  s-faq
-----------------------------------------*/
.s-faq {
  padding-top: 20px;
  padding-bottom: 27px;
}
.s-faq h2 {
  margin-bottom: 21px;
}
.faq-list {
  /*margin: 0 auto 29px;*/
  margin: 0 auto;
}
.faq-list li {}
.faq-list li + li {
  margin-top: 13px;
}
.faq-question,
.faq-answer {
  padding-left: 20px;
}
.faq-question {
  position: relative;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  color: #ff3c72;
}
.faq-answer {
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  color: #282828;
}
.faq-mark {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.faq-question .faq-mark {
  color: #ff3c72;
}
.faq-answer .faq-mark {
  color: #3fabff;
}
.faq-link {
  position: relative;
  display: block;
  width: 62.5%;
  margin: 0 auto;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  color: #fff;
  text-align: center;
  background: #ff3c72;
}
.faq-link-icon {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 6px;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .s-faq {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .s-faq h2 {
    margin-bottom: 42px;
  }
  .faq-list {
    /*margin: 0 auto 54px;*/
    margin: 0 auto;
  }
  .faq-list li + li {
    margin-top: 29px;
  }
  .faq-question,
  .faq-answer {
    padding-left: 27px;
    font-size: 16px;
    line-height: 1.625;
  }
  .faq-question {
    margin-bottom: 10px;
  }
  .faq-link {
    max-width: 450px;
    padding: 28px 50px;
    padding-left: 15px;
    font-size: 15px;
  }
  .faq-link-icon {
    position: absolute;
    right: 30px;
    width: 8px;
  }
}
/*----------------------------------------
	modal (colorbox base)
-----------------------------------------*/
#cboxLoadedContent {
  background: #0a8ecd;
}
.c-modal {
  color: #fff;
  text-align: center;
  padding: 35px 18px;
}
.c-modal .h1_area {
	margin-bottom: 10px;
}
.c-modal .h1_area h1 {
	width: 79.375%;
	margin: 0 auto;
}
.c-modal .h1_area p {
	width: 95.412%;
	margin: 0 auto;
}
.c-modal .c-modal_img {
  margin-bottom: 18px;
}
.c-modal p {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
.c-modal .txt_congrats {
  font-size: 24px;
  margin-bottom: 10px;
}
.c-modal button {
  background: #ffbd00;
  border: none;
  border-radius: 25px;
  display: block;
  font-size: 18px;
  width: 218px;
  padding: 10px 0;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c-modal {
    padding: 70px 35px;
  }
  .c-modal .h1_area {
		margin-bottom: 20px;
	}
	.c-modal .h1_area h1,
	.c-modal .h1_area p {
		width: auto;
		text-align: center;
	}
  .c-modal .c-modal_img {
    margin-bottom: 30px;
  }
  .c-modal p {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .c-modal .txt_congrats {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .c-modal button {
    border-radius: 50px;
    font-size: 35px;
    width: 432px;
    padding: 20px 0;
    -webkit-transition: all linear .2s;
	  transition: all linear .2s;
  }
  .c-modal button:hover {
    opacity: 0.7;
  }
}


#colorbox.bnr_modal_box #cboxLoadedContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eb811d;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#colorbox.bnr_modal_box .c-modal {
  padding: 40px 15px;
}
#colorbox.bnr_modal_box #cboxLoadedContent #mdl-close {
  background: none;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
#colorbox.bnr_modal_box #cboxLoadedContent #mdl-close::before,
#colorbox.bnr_modal_box #cboxLoadedContent #mdl-close::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 21px;
  margin: auto;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#colorbox.bnr_modal_box #cboxLoadedContent #mdl-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#colorbox.bnr_modal_box #cboxLoadedContent h2 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 22px;
}
#colorbox.bnr_modal_box .c-modal_list {
  margin: 0 0 10px;
  letter-spacing: -.40em;
}
#colorbox.bnr_modal_box .c-modal_list li {
  display: inline-block;
  margin: 5px 10px;
  font-size: 15px;
  line-height: 0.9;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
}
#colorbox.bnr_modal_box small {
  display: block;
  margin-bottom: 20px;
  font-size: 10px;
}
#colorbox.bnr_modal_box #cboxLoadedContent .c-modal_txt p {
  color: #fff;
  font-weight: normal;
  text-align: center;
}
#colorbox.bnr_modal_box .c-modal_txt01 {
  margin: 0 0 10px;
  font-size: 20px;
}
#colorbox.bnr_modal_box .c-modal_txt02 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #colorbox.bnr_modal_box .c-modal {
    padding: 40px 35px;
  }
  #colorbox.bnr_modal_box #cboxLoadedContent #mdl-close {
    top: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
  }
  #colorbox.bnr_modal_box #cboxLoadedContent #mdl-close::before,
  #colorbox.bnr_modal_box #cboxLoadedContent #mdl-close::after {
    width: 4px;
    height: 42px;
  }
  #colorbox.bnr_modal_box #cboxLoadedContent h2 {
    font-size: 34px;
    margin: 0 0 15px;
  }
  #colorbox.bnr_modal_box .c-modal_list {
    margin: 0 0 10px;
    letter-spacing: -.40em;
  }
  #colorbox.bnr_modal_box .c-modal_list li {
    font-size: 24px;
  }
  #colorbox.bnr_modal_box small {
    margin-bottom: 0px;
  }
  #colorbox.bnr_modal_box #cboxLoadedContent .c-modal_txt p {
    color: #fff;
    font-weight: normal;
    text-align: center;
  }
  #colorbox.bnr_modal_box .c-modal_txt01 {
    margin: 0 0 10px;
    font-size: 30px;
  }
  #colorbox.bnr_modal_box .c-modal_txt02 {
    font-size: 16px;
  }
}
