

@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
.remodal-wrapper {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}
.remodal-wrapper a {
  text-decoration: none;
  outline: none;
}
.remodal-wrapper .display__pc {
  display: none !important;
}
.scrollbar-hidden{
   -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hidden::-webkit-scrollbar{
  display: none;
}
@media screen and (min-width: 1024px) {
  .remodal-wrapper .display__pc {
    display: block !important;
  }
}
.remodal-wrapper .display__sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .remodal-wrapper .display__sp {
    display: none !important;
  }
}
.remodal-wrapper .display__none {
  display: none !important;
}
.remodal-wrapper .disabled {
  pointer-events: none;
  opacity: 0.6;
}
.remodal-wrapper a, .remodal-wrapper button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.remodal-wrapper a:hover, .remodal-wrapper button:hover {
  opacity: 0.6;
}

/* A Modern CSS Reset */
.remodal-wrapper *::before,
.remodal-wrapper *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.remodal-wrapper h1,
.remodal-wrapper h2,
.remodal-wrapper h3,
.remodal-wrapper h4,
.remodal-wrapper p,
.remodal-wrapper figure,
.remodal-wrapper blockquote,
.remodal-wrapper dl,
.remodal-wrapper dd,
.remodal-wrapper ul,
.remodal-wrapper li,
.remodal-wrapper a {
  margin: 0;
}
.remodal-wrapper ul[role=list],
.remodal-wrapper ol[role=list] {
  list-style: none;
}
.remodal-wrapper a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.remodal-wrapper img,
.remodal-wrapper picture {
  max-width: 100%;
  display: block;
}
.remodal-wrapper input,
.remodal-wrapper button,
.remodal-wrapper textarea,
.remodal-wrapper select {
  font: inherit;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  .remodal-wrapper *,
.remodal-wrapper *::before,
.remodal-wrapper *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.remodal-wrapper ul,
.remodal-wrapper ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.remodal-wrapper a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.remodal-wrapper :focus {
  outline: none;
}

.slick-prev, .slick-next {
 position: absolute;
 display: block;
 height: 25px;
 width: 25px;
 line-height: 0px;
 font-size: 0px;
 cursor: pointer;
 background: transparent;
 color: transparent;
 top: 50%;
 -webkit-transform: translate(0, -50%);
 -ms-transform: translate(0, -50%);
 transform: translate(0, -50%);
 padding: 0;
 border: none;
 outline: none;
 z-index: 9999;
 background: none;
 z-index: 9999;
 background: rgba(255, 255, 255, 0.85);
}

@media screen and (min-width: 769px) {
 .slick-prev, .slick-next {
 height: 38px;
 width: 38px;
 }
}

.slick-prev:before, .slick-next:before {
 font-size: 20px;
 line-height: 1;
 color: red;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before, .slick-next:before {
 position: absolute;
 top: 0;
 left: 0;
 width: 25px;
 height: 25px;
 font-size: 2.2rem;
 padding-top: 1px;
 color: #3EA9E4;
}

@media screen and (min-width: 769px) {
 .slick-prev:before, .slick-next:before {
 width: 38px;
 height: 38px;
 font-size: 3.2rem;
 padding-top: 2px;
 }
}

.slick-prev {
 left: 0;
}

.slick-next {
 right: 0;
}

.maintile__slider__sp > ul {
  overflow-x: auto;
  padding: 20px 10px;
  width: auto;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
@media screen and (min-width: 1024px) {
  .maintile__slider__sp > ul {
    display: block;
    padding: 0 40px;
    max-width: 1000px;
    margin: 24px auto 0;
  }
}
.maintile__slider__sp > ul > li {
  width: calc(50vw + 10px) !important;
  margin: 0 10px;
  background: #fff;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  max-width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.maintile__slider__sp > ul > li > .maintile__item > .maintile__img {
  width: 100%;
  position: relative;
  background: #fff;
}
.maintile__slider__sp > ul > li > .maintile__item {
  background: #fff;
  padding: 5px;
}
.maintile__slider__sp .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.mcpremium__slider__sp {
  padding: 0 0 20px;
}
.mcpremium__slider__sp > ul {
  overflow: auto;
  padding: 20px 10px;
  width: auto;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.mcpremium__slider__sp > ul > li {
  width: calc(50vw + 10px) !important;
  margin: 0 10px;
  padding: 0 10px;
  background: #fff;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  max-width: 200px;
}
@media screen and (min-width: 1024px) {
  .mcpremium__slider__sp > ul > li {
    padding: 0;
    max-width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .mcpremium__slider__sp > ul {
    padding: 0 40px;
    max-width: 1000px;
    margin: 24px auto 0 !important;
  }
}
.mcpremium__slider__sp > ul > li > .mcpremium__item > .mcpremium__img {
  position: relative;
  background: #fff;
  padding: 100% 0 0 0;
}
@media screen and (min-width: 1024px) {
  .mcpremium__slider__sp > ul > li > .mcpremium__item > .mcpremium__img {
    max-width: none;
    max-height: none;
  }
}
.mcpremium__slider__sp > ul > li > .mcpremium__item {
  background: #fff;
  padding: 5px;
}
.maintile__slider__sp .slider-maintile-mop {
  max-width: 590px;
}

.wrap-coupon-content {
  max-width: 650px;
  margin: auto;
  z-index: 10000001;
  background: #fff;
  position: relative;
}

.wrap-coupon-content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap-coupon-content .wrap-row2 .wrap-img {
  position: relative;
  width: 200px;
  height: 150px;
  margin: 0 auto 15px;
}

.wrap-coupon-content .wrap-row2 .wrap-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .hdg {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #444444;
  margin-top: 20px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-off {
  margin-bottom: 20px;
  padding: 0 10px;
  color: #f00;
  font-size: 2.3rem;
  font-weight: bold;
  border: 1px solid #222;
  border-radius: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-limit {
  margin-top: 20px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-limit dt {
  font-size: 1rem;
  text-align: left;
  margin: 0 0 16px;
  padding: 16px 0 0 0;
  border-top: 1px solid #D2D2D2;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-limit dd {
  margin-top: 5px;
  border: 1px solid #D2D2D2;
  text-align: center;
  color: #343434;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 8px;
  background: #EFF0F2;
  border-radius: 3px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt {
  margin-top: 15px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #444444;
}

.wrap-coupon-content .wrap-txt-add {
  margin-top: 10px;
  text-align: center;
}

.wrap-coupon-content .wrap-txt-add p {
  line-height: 1.6;
}

.wrap-coupon-content .wrap-txt-add p.txt-channel {
  font-weight: bold;
}

.wrap-coupon-content .wrap-txt-add p.txt-member {
  font-weight: bold;
}

.wrap-coupon-content .wrap-txt-add p.txt-time {
  font-weight: bold;
  font-size: 1.2rem;
}

.wrap-coupon-content .wrap-txt-add p.txt-description {
  margin-top: 5px;
  font-size: 1rem;
  text-align: left;
}

.wrap-coupon-content .wrap-btn-coupon .btn-coupon {
  margin-top: 15px;
}

.wrap-coupon-content .wrap-btn-coupon button, .wrap-coupon-content .wrap-btn-coupon a {
  display: block;
  outline: none;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 5px;
  text-align: center;
  background-color: #385F7F;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
}

.wrap-coupon-content .wrap-btn-coupon .in__active-use {
  color: #9B9B9B;
  background: #DFDFDF !important;
  pointer-events: none;
}

.wrap-coupon-content .wrap-btn-coupon button span, .wrap-coupon-content .wrap-btn-coupon a span {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: normal;
}

.wrap-coupon-content .wrap-btn-coupon button:disabled, .wrap-coupon-content .wrap-btn-coupon a:disabled {
  background-color: #CCCCCC;
  padding: 20px 5px;
  cursor: default;
}

.wrap-coupon-content .wrap-sore {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap-coupon-content .wrap-sore .wrap-img {
  position: relative;
  width: 90px;
}

.wrap-coupon-content .wrap-sore .wrap-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 80px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.wrap-coupon-content .wrap-sore .wrap-txt {
  width: calc(100% - 90px);
  padding-left: 10px;
  text-align: left;
}

.wrap-coupon-content .wrap-sore .txt-name {
  color: #707070;
  font-size: 1.2rem;
  line-height: 1.4;
}

.wrap-coupon-content .wrap-sore .txt-hdg {
  margin-top: 3px;
  color: #444;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.wrap-coupon-content .wrap-sore .txt-category {
  margin-top: 3px;
  color: #3EA9E4;
  font-size: 1.1rem;
}

.wrap-coupon-content .wrap-attend {
  margin-top: 30px;
}

.wrap-coupon-content .wrap-attend .txt-hdg {
  font-size: 1rem;
  color: #444444;
  text-align: left;
  margin: 0 0 16px;
}

.wrap-coupon-content .wrap-attend .list-attend {
  margin-top: 5px;
  border: 1px solid #D2D2D2;
  background: #F6F6F6;
  border-radius: 8px;
  padding: 10px;
}

.wrap-coupon-content .wrap-attend .list-attend > li {
  padding-left: 1.6em;
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
  color: #444444;
  text-align: left;
}

.wrap-coupon-content .wrap-attend .list-attend > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
  line-height: 1.6;
}

.wrap-coupon-content .txt-conf {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #1E561F;
}

.wrap-coupon-content .txt-conf p {
  width: 250px;
  border-radius: 5px;
  text-align: center;
  padding: 25px 10px;
  background-color: #FCFFF5;
  border: 1px solid #A8C599;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.wrap-coupon-content .txt-conf p a {
  display: block;
  margin-top: 15px;
  text-decoration: none;
  font-weight: bold;
  color: #1E561F;
  text-align: center;
}

.wrap-coupon-content.detail .wrap-head {
  display: none;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-medals {
  font-size: 1rem;
  text-align: left;
  margin: 30px 0 16px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item:first-of-type {
  width: 14%;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item:first-of-type > img {
  width: 70%;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item:last-of-type {
  width: 86%;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item > ul > li {
  width: 49%;
  font-size: 3vw;
  background: #677586;
  padding: 4px 4px;
  border-radius: 3px;
  color: #fff;
  margin: 4px 1% 0 0;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item > p {
  font-size: 1.3rem;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .notice {
  font-size: 1.2rem;
  text-align: left;
  margin: 10px 0 0 0;
}

@media print, screen and (min-width: 769px) {
  section.detailcoupons {
    max-width: 650px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item {
    font-size: 1.4rem;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item:first-of-type {
    width: 20%;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item:last-of-type {
    width: 80%;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item:last-of-type > ul > li {
    font-size: 1.2rem;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item > p {
    font-size: 1.6rem;
    margin: 10px 0 0 0;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .notice {
    font-size: 1.2rem;
    text-align: left;
    margin: 10px 0 0 0;
  }

  .wrap-coupon-content .wrap-row2 .wrap-img {
    position: relative;
    width: 220px;
    height: 187px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt {
    width: calc(100% - 250px);
  }

  .wrap-coupon-content .wrap-attend .list-attend > li {
    padding-left: 1.6em;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #444444;
    text-align: left;
  }

  .wrap-coupon-content .wrap-attend .txt-hdg {
    font-size: 1.4rem;
    color: #444444;
    text-align: left;
    margin: 0 0 16px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .txt-limit dt {
    font-size: 1.4rem;
    text-align: left;
    margin: 0 0 16px;
    padding: 16px 0 0 0;
    border-top: 1px solid #D2D2D2;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .txt-medals {
    font-size: 1.4rem;
    text-align: left;
    margin: 30px 0 16px;
  }

  .wrap-coupon-content .wrap-txt-add p.txt-description {
    margin-top: 5px;
    font-size: 1.4rem;
    text-align: left;
  }

  .wrap-coupon-content .inner {
    padding: 20px;
    height: calc(100vh - 140px);
    overflow: scroll;
  }

  .wrap-coupon-content {
    margin-top: 30px;
  }

  .wrap-coupon-content .wrap-head .btn-close a, .wrap-coupon-content .wrap-foot .btn-close a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .wrap-coupon-content .wrap-head .btn-close a:hover, .wrap-coupon-content .wrap-foot .btn-close a:hover {
    opacity: 0.7;
  }

  .wrap-coupon-content .wrap-head .close a, .wrap-coupon-content .wrap-foot .close a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .wrap-coupon-content .wrap-head .close a:hover, .wrap-coupon-content .wrap-foot .close a:hover {
    opacity: 0.7;
  }

  .wrap-coupon-content .wrap-row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .hdg {
    margin-top: 0;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .txt-off {
    font-size: 2.6rem;
    margin-top: 0;
  }

  .wrap-coupon-content .wrap-btn-coupon {
    display: none;
  }

  .wrap-coupon-content .wrap-sore {
    margin-top: 10px;
  }

  .wrap-coupon-content.detail .wrap-head {
    display: block;
  }
}
/* add */
.wrap-coupon-content {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .narrow__wrapper {
    max-width: 650;
  }
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels.labels02 .labels__item > p {
  margin: 0;
  text-align: left;
  padding: 0 10px 10px 10px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels.labels02 .labels__item:first-of-type {
  margin-top: 4px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels.labels02 {
  margin-bottom: 20px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels.labels02 .labels__item > ul {
  padding: 0 10px;
}

.wrap-coupon-content .inner {
  width: auto;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .hdg {
  font-size: 14px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-off {
  font-size: 23px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-limit dt {
  font-size: 10px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-limit dd {
  font-size: 12px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt {
  font-size: 14px;
}

.wrap-coupon-content .wrap-txt-add p.txt-time {
  font-size: 12px;
}

.wrap-coupon-content .wrap-txt-add p.txt-description {
  font-size: 10px;
}

.wrap-coupon-content .wrap-btn-coupon button, .wrap-coupon-content .wrap-btn-coupon a {
  font-size: 15px;
}

.wrap-coupon-content .wrap-btn-coupon button span, .wrap-coupon-content .wrap-btn-coupon a span {
  font-size: 11px;
}

.wrap-coupon-content .wrap-sore .txt-name {
  font-size: 12px;
}

.wrap-coupon-content .wrap-sore .txt-hdg {
  font-size: 14px;
}

.wrap-coupon-content .wrap-sore .txt-category {
  font-size: 11px;
}

.wrap-coupon-content .wrap-attend .txt-hdg {
  font-size: 10px;
}

.wrap-coupon-content .wrap-attend .list-attend > li {
  font-size: 10px;
}

.wrap-coupon-content .wrap-attend .list-attend > li:before {
  font-size: 12px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-medals {
  font-size: 10px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item {
  font-size: 14px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item > p {
  font-size: 13px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .notice {
  font-size: 12px;
}

@media print, screen and (min-width: 769px) {
  .wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item {
    font-size: 14px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item:last-of-type > ul > li {
    font-size: 12px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item > p {
    font-size: 16px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .notice {
    font-size: 12px;
  }

  .wrap-coupon-content .wrap-attend .list-attend > li {
    font-size: 14px;
  }

  .wrap-coupon-content .wrap-attend .txt-hdg {
    font-size: 14px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .txt-limit dt {
    font-size: 14px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .txt-medals {
    font-size: 14px;
  }

  .wrap-coupon-content .wrap-txt-add p.txt-description {
    font-size: 14px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .txt-off {
    font-size: 26px;
  }
}
.registration .wrap-head, .registration .wrap-foot {
  background: #343434;
  color: #fff;
  text-align: center;
  position: relative;
}

.registration .wrap-head .hdg, .registration .wrap-foot .hdg {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
}

.registration .wrap-head .btn-close, .registration .wrap-foot .btn-close {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  display: block;
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
}

.registration .wrap-head .btn-close a, .registration .wrap-foot .btn-close a {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  opacity: 1;
}

.registration .wrap-head .btn-close a:before, .registration .wrap-head .btn-close a:after, .wrap-coupon-content .wrap-foot .btn-close a:before, .wrap-coupon-content .wrap-foot .btn-close a:after {
  content: "";
  width: 24px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

.registration .wrap-head .btn-close a:before, .registration .wrap-foot .btn-close a:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.registration .wrap-head .btn-close a:after, .registration .wrap-foot .btn-close a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.registration .wrap-head .btn-close, .registration .wrap-foot .btn-close {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  display: block;
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
}

.registration .wrap-head .btn-close span, .registration .wrap-foot .btn-close span {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  opacity: 1;
  margin: -2px 0 0 0;
}

.registration .wrap-head .btn-close span:before, .registration .wrap-head .btn-close span:after, .wrap-coupon-content .wrap-foot .btn-close span:before, .wrap-coupon-content .wrap-foot .btn-close span:after {
  content: "";
  width: 24px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

.registration .wrap-head .btn-close span:before, .registration .wrap-foot .btn-close span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.registration .wrap-head .btn-close span:after, .registration .wrap-foot .btn-close span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.registration .wrap-head .close span, .registration .wrap-foot .close span {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
}

.registration .inner {
  padding: 20px;
  height: 370px;
  overflow: scroll;
}

@media print, screen and (min-width: 769px) {
  section.registration {
    max-width: 650px;
  }

  .registration .inner {
    padding: 20px;
    height: 420px;
    overflow: scroll;
  }
}
.registration {
  margin: 15px 0 0 0 !important;
  max-width: 650px;
}
@media screen and (min-width: 1024px) {
  .registration {
    max-width: 650px;
  }
}

.wrap-coupon-content .wrap-row2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .wrap-coupon-content .wrap-row2 {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.registration__text {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .registration__text {
    line-height: 30px;
  }
}
.registration__lead {
  display: block;
  width: 100%;
  font-size: 14px;
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .registration__lead {
    margin: 40px auto 0;
  }
}
.registration__btn {
  width: 100%;
}
.registration__btn > a {
  display: block;
  width: 70%;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #385F7F;
  border-radius: 100px;
  margin: 0 auto;
  padding: 18px;
  margin: 10px auto 0;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  .registration__btn > a {
    max-width: 240px;
  }
}

/* font-sizeをremからpxに変更 */
.registration .wrap-head .hdg, .registration .wrap-foot .hdg {
  font-size: 14px;
}

.registration .wrap-head .close span, .registration .wrap-foot .close span {
  font-size: 14px;
}

.wrap-txt-01{
	margin-top: 10px;
}
.wrap-txt-01 p.txt-description{
	font-size: 14px;
    text-align: left;
}
@media screen and (max-width: 1024px) {
.wrap-txt-01 p.txt-description{
	font-size: 10px;
}
}











