@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
#contentArea {
  background: white;
  width: 1000px;
  margin: 0 auto;
}
#contentArea #contentAreaInner {
  padding: 0;
  margin: 0;
  width: 735px;
  float: left;
}
#contentArea #contentRight {
  width: 235px;
  float: right;
  padding: 0;
  margin: 0;
}

/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/*
**  ===================================================================
**  Blocks
**  ===================================================================
*/
/*
**  ===================================================================
**  button CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-contents-button {
    text-align: center;
    margin-bottom: 20px;
  }
  .l-contents-button.typeA {
    margin-bottom: 20px;
  }
  .l-contents-button__caution {
    text-align: center;
    color: #ef0012;
    font-size: 18px;
  }
  .l-contents-button__caution.typeA {
    font-size: 28px;
  }
  .l-contents-button__hover :hover {
    opacity: 0.6;
  }
  .l-contents-btn__list {
    text-align: center;
    letter-spacing: -0.4em;
  }
  .l-contents-btn__item {
    display: inline-block;
    margin-right: 30px;
  }
  .l-contents-btn__item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .l-contents-button {
    text-align: center;
    margin-bottom: 4%;
  }
  .l-contents-button.typeA {
    margin-bottom: 5%;
  }
  .l-contents-button__caution {
    text-align: center;
    color: #ef0012;
    font-size: 90%;
  }
  .l-contents-button__caution.typeA {
    font-size: 120%;
  }
  .l-contents-btn__list {
    text-align: center;
  }
  .l-contents-btn__item {
    display: inline-block;
    margin-bottom: 5%;
  }
  .l-contents-btn__item:last-of-type {
    margin-bottom: 0;
  }
}
/*
**  ===================================================================
**  media CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.media-typeA {
  padding-top: 65px;
}
.media-typeB {
  padding-top: 85px;
}
.media__list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.media__item {
  display: table-cell;
  padding: 0 20px 20px;
}
.media__text {
  font-size: 14px;
  margin-top: 10px;
}
.media__text-blue {
  color: #22477e;
}
.media__note {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
}
.media__note li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__note02 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: 0 25px;
}
.media__note02 li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__note03 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: 0 12px;
}
.media__note03 li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__note04 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: -10px 105px 0;
}
.media__note04 li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__image {
  padding: 25px 0;
}

.list-typeA {
  margin-bottom: 65px;
}

.media-entry {
  padding-top: 30px;
}
.media-entry__list {
  display: table;
  table-layout: fixed;
  width: 90%;
}
.media-entry__item {
  display: table-cell;
  padding-right: 20px;
}
.media-entry__label-title {
  margin-bottom: 20px;
}
.media-entry__label-button {
  vertical-align: bottom;
}

.media-pop {
  margin: 0 auto;
}
.media-pop__image {
  padding: 25px 0 10px;
}
.media-pop__note {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: right;
}

.pop-typeA {
  width: 300px;
}

.pop-typeB {
  width: 450px;
}

/*
**  ===================================================================
**  panel CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  JavaScript CSS 「js-」
**  ===================================================================
*/
/*
**  ===================================================================
**  utility CSS ※prefix「u-」
**  ===================================================================
*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-pl100 {
  padding-left: 100px;
}

/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
body {
  font-family: tbudrgothic-std, "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

/* PC用
-------------------------------------------- */
@media screen and (min-width: 751px) {
  #wrapper2 {
    max-width: none;
  }

  #naniwadanshi_article {
    width: 800px;
    margin: auto;
  }
  #naniwadanshi_article img {
    vertical-align: top;
  }
  #naniwadanshi_contents {
    background-color: #ffffff;
    background: url(../img/outer_bg.png);
    background-repeat: repeat;
  }
  #naniwadanshi_contents.typeA {
    background: url(../img/outer_bg02.png);
  }

  .l-contents {
    margin-bottom: 40px;
  }
  .l-contents.typeA {
    padding-top: 7px;
  }
  .l-contents-end__block {
    position: relative;
  }
  .l-contents-end__block.typeA {
    padding: 10px 0;
    margin-bottom: 14px;
  }
  .l-contents-end__block.typeB {
    width: 545px;
    margin: 0 auto;
  }
  .l-contents-end__block.typeC {
    padding: 20px 15px;
  }
  .l-contents-end__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(214, 51, 51, 0.8);
  }
  .l-contents-end__text {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    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;
    height: 100%;
  }
  .l-contents-end__text.typeA {
    font-size: 20px;
    line-height: 1.2;
  }
  .l-contents__title {
    line-height: 1;
    text-align: center;
  }
  .l-contents__body {
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  }
  .l-contents__inner {
    padding: 30px 25px;
  }
  .l-contents-read {
    text-align: center;
    font-weight: 900;
    font-style: normal;
    font-size: 26px;
    color: #4ca36b;
  }
  .l-contents-border {
    text-align: center;
  }
  .l-contents-border.typeA {
    margin-top: 30px;
  }
  .l-contents-border__head {
    position: relative;
    background: #ec8493;
    padding: 15px 0 12px;
  }
  .l-contents-border__head.typeA {
    text-align: left;
    padding: 7px 3px 4px;
  }
  .l-contents-border__head.typeB {
    padding: 5px 0 6px;
  }
  .l-contents-border__head.typeC {
    padding: 0;
  }
  .l-contents-border__body {
    border: 3px solid #ec8493;
    background: #ffffff;
    padding: 30px 30px;
  }
  .l-contents-border__body.typeA {
    margin-bottom: 12px;
  }
  .l-contents-border__body.typeB {
    padding: 0;
  }
  .l-contents-border__body.typeC {
    padding: 30px 25px;
  }
  .l-contents-length {
    margin-bottom: 14px;
  }
  .l-contents-length.typeA {
    margin-bottom: 24px;
  }
  .l-contents-length.typeB {
    margin-bottom: 26px;
  }
  .l-contents-length:last-child {
    margin-bottom: 0;
  }
  .l-contents-block {
    position: relative;
    margin-bottom: 30px;
  }
  .l-contents-block.typeA {
    margin-bottom: 40px;
  }
  .l-contents-block.typeB {
    margin-bottom: 56px;
  }
  .l-contents-block:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-block__badge {
    position: absolute;
    left: 2px;
    top: 2px;
  }
  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__list.typeB {
    padding: 0 30px;
  }
  .l-contents-block__list.typeC {
    padding: 20px 30px 0;
  }
  .l-contents-block__item {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    color: #333333;
  }
  .l-contents-block__item.typeA {
    font-size: 18px;
    color: #231815;
    font-weight: 500;
  }
  .l-contents-block__item.typeB {
    color: #000;
    font-weight: bold;
  }
  .l-contents-block__table {
    width: 100%;
    margin-bottom: 30px;
  }
  .l-contents-block__table tr:nth-child(even) {
    background: #f5eee3;
  }
  .l-contents-block__table tr:nth-child(odd) {
    background: #ecdfca;
  }
  .l-contents-block__table tr:first-of-type {
    background: #cdab7c;
  }
  .l-contents-block__table th {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 5px;
  }
  .l-contents-block__table td {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    color: #000000;
    vertical-align: middle;
  }
  .l-contents-block__table td:first-of-type {
    width: 13%;
  }
  .l-contents-block__table td:nth-child(2) {
    width: 51%;
    text-align: left;
  }
  .l-contents-block__table td:nth-child(4) {
    text-align: right;
    padding-right: 30px;
  }
  .l-contents-block-caution {
    border: 2px solid #ff0000;
  }
  .l-contents-block-caution__inner {
    padding: 20px 30px;
  }
  .l-contents-block-caution__title {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    color: #ff0000;
    margin-bottom: 1em;
  }
  .l-contents-block-caution__text {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .l-contents-block-caution__text.typeA {
    margin-bottom: 0;
  }
  .l-contents-block-caution__text:last-child {
    margin-bottom: 0;
  }
  .l-contents-block-caution__text a {
    word-break: break-all;
  }
  .l-contents-block-caution__list {
    margin-bottom: 1em;
  }
  .l-contents-block-caution__list:last-child {
    margin-bottom: 0;
  }
  .l-contents-block-caution__item {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 16px;
  }
  .l-contents-block-caution__btn {
    background: #e87988;
    width: 362px;
    margin: 40px auto;
    border-radius: 10px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .l-contents-block-caution__btn:hover {
    opacity: 0.8;
  }
  .l-contents-block-caution__btn a {
    position: relative;
    padding: 15px 0;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }
  .l-contents-block-caution__btn a:after {
    content: "▼";
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .l-contents-block-code {
    border: 2px solid #ff0000;
    padding: 30px 15px 30px;
    margin-bottom: 40px;
  }
  .l-contents-block-code__text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .l-contents-block-code__caution {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .l-contents-block-code__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-contents-block-code__item {
    text-align: center;
    width: calc(33.3333333333% - 5px);
  }
  .l-contents-block-code__link {
    display: block;
    border: 2px solid #ec8493;
    border-radius: 10px;
    background: #ec8493;
    padding: 13px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .l-contents-block-code__link:hover {
    opacity: 0.6;
    color: #fff;
  }
  .l-contents-item__img {
    margin-bottom: 30px;
  }
  .l-contents-item-loppi__block {
    padding: 30px 0;
    border-bottom: 1px solid #ec8493;
  }
  .l-contents-item-loppi__block:last-child {
    border-bottom: none;
  }
  .l-contents-item-loppi__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .l-contents-item-loppi__text {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .l-contents-item-loppi__text span {
    font-weight: 400;
    font-size: 22px;
  }
  .l-contents-item-loppi__list {
    width: 533px;
    margin: 0 auto 30px;
  }
  .l-contents-item-loppi__item {
    margin-bottom: 1em;
  }
  .l-contents-item-loppi__item:last-child {
    margin-bottom: 0;
  }
  .l-contents-item-loppi__number {
    font-weight: 400;
    font-size: 22px;
  }
  .l-contents-item-loppi__border {
    background: none;
    border-bottom: 1px dotted #ec8493;
    width: 535px;
    margin: 20px auto;
  }
  .l-contents-item-loppi__price {
    font-size: 30px;
    font-weight: bold;
  }
  .l-contents-item-loppi__length {
    background: #eaeaea;
    padding: 20px;
    margin-bottom: 18px;
    text-align: center;
  }
  .l-contents-item-loppi__date {
    margin-bottom: 12px;
    line-height: 1;
  }
  .l-contents-item-loppi__date:last-child {
    margin-bottom: 0;
  }
  .l-contents-item-hmv__btn {
    text-align: center;
  }
  .l-contents__pop {
    margin-top: 47px;
  }
  .l-contents-broadcast__img {
    text-align: center;
  }
  .l-contents-broadcast-block {
    margin-bottom: 40px;
  }
  .l-contents-broadcast-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-broadcast-block__title {
    font-size: 30px;
    color: #e64f77;
    line-height: 1;
    margin-bottom: 25px;
  }
  .l-contents-broadcast-block__length {
    line-height: 1;
    font-size: 36px;
  }
  .l-contents-broadcast-block__length span.small {
    font-size: 31px;
  }
  .l-contents-broadcast-block__length span.big {
    font-size: 48px;
  }
  .l-contents-broadcast-block__time {
    font-size: 28px;
    color: #000000;
  }
  .l-contents-tweet__img {
    margin-bottom: 30px;
  }
  .l-contents-tweet__btn {
    text-align: center;
  }
  .l-contents-tweet-caution__contents {
    margin-bottom: 2em;
  }
  .l-contents-tweet-caution__contents:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-tweet-caution__list {
    text-align: left;
  }
  .l-contents-tweet-caution__list.typeA .l-contents-tweet-caution__item {
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-bottom: 16px;
  }
  .l-contents-tweet-caution__list.typeA .l-contents-tweet-caution__item:last-child {
    margin-bottom: 0;
  }
  .l-contents-tweet-caution__item {
    font-size: 14px;
  }
  .l-contents-tweet-caution__text {
    text-align: left;
    font-size: 14px;
  }
  .l-contents-caution__title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
  }
  .l-contents-caution__list {
    text-align: left;
  }
  .l-contents-caution__item {
    font-size: 14px;
  }
  .l-contents-caution__link {
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
  }
  .l-contents-caution__link a {
    color: #20b0d6;
  }
  .l-contents-caution__link:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-food__badge {
    position: absolute;
    top: 11px;
    left: 25px;
  }
  .l-contents-food__img {
    margin-bottom: 35px;
  }
  .l-contents-food__text {
    font-size: 18px;
    text-align: center;
  }
  .l-contents-food__price {
    margin-top: 32px;
    margin-bottom: 40px;
  }
  .l-contents-product__badge {
    position: absolute;
    top: 75px;
    left: 25px;
  }
  .l-contents-product__img.typeA {
    margin-right: 54px;
  }
  .l-contents-product__img.typeB {
    margin-bottom: 15px;
  }
  .l-contents-product__img.typeC {
    margin-bottom: 8px;
  }
  .l-contents-product__img.typeD {
    margin-bottom: 24px;
  }
  .l-contents-product__price {
    margin-top: 30px;
  }
  .l-contents-product__price.typeA {
    margin-bottom: 39px;
  }
  .l-contents-product__price.typeB {
    margin-bottom: 39px;
  }
  .l-contents-faq-title {
    padding: 27px 23px 23px;
  }
  .l-contents-faq-title__text {
    text-align: left;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-indent: -2em;
    padding-left: 2em;
  }
  .l-contents-faq-title__text span {
    margin-right: 1em;
  }
  .l-contents-faq__subtitle {
    text-align: left;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.2;
    padding-left: 2em;
    text-indent: -2em;
  }
  .l-contents-faq__subtitle span {
    font-size: 30px;
    margin-right: 0.9em;
  }
  .l-contents-faq__inner {
    text-align: left;
    margin-left: 3em;
  }
  .l-contents-faq__text {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 18px;
    margin-bottom: 1em;
  }
  .l-contents-faq__text:last-child {
    margin-bottom: 0;
  }
  .l-contents-faq__list {
    margin-bottom: 1em;
  }
  .l-contents-faq__list:last-child {
    margin-bottom: 0;
  }
  .l-contents-faq__item {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 18px;
  }
  .l-contents-application__title {
    width: 388px;
    margin: 0 auto 44px;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #ec8493;
    border-radius: 20px;
  }
  .l-contents-application__img {
    margin-bottom: 40px;
  }
  .l-contents-application-caution__block {
    padding: 25px 30px 40px;
    border: 1px solid #231815;
    margin-bottom: 20px;
  }
  .l-contents-application-caution__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-application-caution__title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 26px;
  }
  .l-contents-application-caution__list {
    margin-bottom: 35px;
  }
  .l-contents-application-caution__list:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-application-caution__item {
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: 500;
  }
  .l-contents-application-caution-link__item {
    font-size: 16px;
    display: inline-block;
    margin-right: 1em;
  }
  .l-contents-application-caution-link__item a {
    color: #e60012;
    text-decoration: underline;
  }
  .l-contents-application-download__block {
    width: 680px;
    margin: 0 auto;
  }
  .l-contents-application-download__head {
    background: #231815;
  }
  .l-contents-application-download__title {
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 14px 0 13px;
  }
  .l-contents-application-download__body {
    border: 1px solid #231815;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 13px 0 15px;
  }
  .l-contents-application-download__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-contents-application-download__item:first-of-type {
    margin-right: 62px;
  }
  .l-contents-application-download__btn {
    margin-right: 13px;
  }
  .l-contents-application-precautions__item {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-application-precautions__item a {
    color: #e60012;
    text-decoration: underline;
  }
  .l-contents-application-precautions__img {
    text-align: center;
  }
  .l-contents-exchange__title {
    text-align: center;
    color: #e60012;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
  }
  .l-contents-exchange__text {
    text-align: left;
    color: #e60012;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
    padding-left: 30px;
  }
  .l-contents-stamp-end {
    position: relative;
    padding: 10px;
    margin-bottom: 40px;
  }
  .l-contents-stamp-end__body {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .l-contents-stamp-end__text {
    font-size: 35px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .l-contents-stamp__length:first-of-type {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .l-contents-stamp__length:last-of-type {
    margin-bottom: 30px;
  }
  .l-contents-stamp-item__block {
    background: #f1f8fa;
    border-radius: 20px;
    position: relative;
    margin-bottom: 57px;
  }
  .l-contents-stamp-item__block.typeA {
    margin-bottom: 0;
  }
  .l-contents-stamp-item__block:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-stamp-item__badge {
    position: absolute;
    top: -10px;
    left: 31px;
  }
  .l-contents-stamp-item__title {
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .l-contents-stamp-item__body {
    padding: 80px 30px 40px;
  }
  .l-contents-stamp-item__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .l-contents-stamp-item__list:last-child {
    margin-bottom: 0;
  }
  .l-contents-stamp-item__item:first-child {
    margin-right: 26px;
  }
  .l-contents-stamp-item__item.typeA {
    margin-right: 169px;
  }
  .l-contents-stamp-item__name {
    margin-bottom: 23px;
  }
  .l-contents-stamp-item__number {
    line-height: 1;
    font-weight: 500;
    font-size: 26px;
  }
  .l-contents-stamp-item__number span {
    font-size: 42px;
  }
  .l-contents-stamp-free__block {
    position: relative;
    margin-bottom: 42px;
  }
  .l-contents-stamp-free__title {
    position: absolute;
    text-align: center;
    top: -27px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .l-contents-stamp-free__body {
    border: 3px solid #ec8493;
    border-radius: 20px;
    padding: 64px 0 24px;
    text-align: center;
  }
  .l-contents-stamp-free__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-contents-stamp-free__item {
    text-align: center;
    width: calc(33.3333333333% - 12px);
  }
  .l-contents-stamp-method {
    margin: 35px 0 25px;
    text-align: center;
  }
  .l-contents-stamp-method:last-of-type {
    margin: 0;
  }
  .l-contents-stamp-method__btn.typeA {
    margin-bottom: 17px;
  }
  .l-contents-stamp-caution__block {
    margin-bottom: 18px;
    border: 2px solid #c30d23;
    padding: 20px;
    padding-right: 0;
  }
  .l-contents-stamp-caution__block.typeA {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .l-contents-stamp-caution__text {
    font-size: 18px;
    color: #cb2b3f;
    text-indent: -2em;
    padding-left: 2em;
    font-weight: bold;
  }
  .l-contents-stamp-caution__text span {
    line-height: 1;
    border-radius: 100px;
    background: #c30d23;
    color: #fff;
    font-weight: bold;
    padding: 1px 11px;
    margin-right: 0.4em;
  }
  .l-contents-stamp-lottery__block {
    text-align: center;
    margin-bottom: 50px;
  }
  .l-contents-stamp-lottery__block.typeA {
    margin-bottom: 45px;
  }
  .l-contents-stamp-lottery__img {
    margin-bottom: 35px;
  }
  .l-contents-stamp-charge__img {
    text-align: center;
  }
  .l-contents-stamp-charge__img.typeA {
    margin-bottom: 20px;
  }
  .l-contents-stamp-charge__img.typeB {
    margin-bottom: 30px;
  }
  .l-contents-stamp-charge__list {
    background: #c30d23;
    padding: 20px 16px 17px;
    margin-bottom: 20px;
  }
  .l-contents-stamp-charge__item {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-stamp-product__block {
    margin-bottom: 30px;
  }
  .l-contents-stamp-tweet__img {
    text-align: center;
  }

  .accordion-title {
    position: relative;
    margin: 0;
    cursor: pointer;
  }
  .accordion-title:after {
    content: url(../img/stamp05_item01_arrow.png);
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .accordion-title.open:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  .accordion-content {
    display: none;
  }

  .slick-slide {
    margin-right: 1vw !important;
    margin-left: 1vw !important;
  }

  .slide-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .slide-arrow.prev-arrow {
    left: 2%;
    z-index: 1;
  }
  .slide-arrow.next-arrow {
    right: 2%;
  }

  .pagetop {
    right: 66px;
  }

  .pagemenu {
    text-align: center;
    margin-bottom: 40px;
  }

  div .visible-xs {
    display: none !important;
  }
}
/* SP用
-------------------------------------------- */
@media screen and (max-width: 750px) {
  body {
    -webkit-touch-callout: none;
    /* リンク長押しのポップアップを無効化 */
    -webkit-user-select: none;
    /* テキスト長押しの選択ボックスを無効化 */
  }

  div#wrapper-content {
    /* background-image: url(../img/main-image.png);*/
  }
  div#wrapper-content img {
    width: 100%;
    vertical-align: top;
  }

  div .hidden-xs {
    display: none !important;
  }

  #naniwadanshi_article {
    margin: auto;
  }
  #naniwadanshi_article img {
    vertical-align: top;
  }
  #naniwadanshi_contents {
    background-color: #ffffff;
    background-image: url(../img/outer_bg.png);
    background-repeat: repeat;
    background-size: 15%;
    background-position: 10% 0%;
  }
  #naniwadanshi_contents.typeA {
    background-image: url(../img/outer_bg02.png);
  }

  .l-contents {
    margin: 0 4% 6%;
  }
  .l-contents.typeA {
    padding-top: 2%;
  }
  .l-contents-end__block {
    position: relative;
  }
  .l-contents-end__block.typeA {
    padding: 2% 0;
    margin-bottom: 3%;
  }
  .l-contents-end__block.typeB {
    margin: 0 4%;
  }
  .l-contents-end__block.typeC {
    padding: 1% 0;
    margin: 0 4%;
  }
  .l-contents-end__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(214, 51, 51, 0.8);
  }
  .l-contents-end__text {
    text-align: center;
    font-weight: bold;
    font-size: 90%;
    color: #fff;
    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;
    height: 100%;
  }
  .l-contents-end__text.typeA {
    font-size: 85%;
    line-height: 1.2;
  }
  .l-contents__title {
    line-height: 1;
    text-align: center;
  }
  .l-contents__body {
    padding: 1.5%;
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  }
  .l-contents__inner {
    padding: 4% 1.5%;
  }
  .l-contents-read {
    text-align: center;
    font-weight: 900;
    font-style: normal;
    font-size: 26px;
    color: #4ca36b;
  }
  .l-contents-read.typeA {
    width: 95%;
    margin: 0 auto;
  }
  .l-contents-read.typeB {
    width: 85%;
    margin: 0 auto;
  }
  .l-contents-border {
    text-align: center;
  }
  .l-contents-border.typeA {
    margin-top: 5%;
  }
  .l-contents-border__head {
    position: relative;
    background: #ec8493;
    padding: 3% 0;
  }
  .l-contents-border__head.typeA {
    text-align: left;
    padding: 2% 3px 1%;
  }
  .l-contents-border__head.typeB {
    padding: 5px 0 6px;
  }
  .l-contents-border__head.typeC {
    padding: 0;
  }
  .l-contents-border__body {
    border: 3px solid #ec8493;
    background: #ffffff;
    padding: 4% 3%;
  }
  .l-contents-border__body.typeA {
    margin-bottom: 2%;
  }
  .l-contents-border__body.typeB {
    padding: 0;
  }
  .l-contents-border__body.typeC {
    padding: 3% 4%;
  }
  .l-contents-border__title.typeA {
    width: 60%;
    margin: 0 auto;
    line-height: 1;
  }
  .l-contents-border__title.typeB {
    width: 45%;
    margin: 0 auto;
    line-height: 1;
  }
  .l-contents-border__title.typeC {
    width: 90%;
    margin: 0 auto;
    line-height: 1;
  }
  .l-contents-border__title.typeD {
    width: 93%;
    margin: 0 auto;
    line-height: 1;
  }
  .l-contents-length {
    margin-bottom: 14px;
  }
  .l-contents-length.typeA {
    margin: 0 5% 4%;
  }
  .l-contents-length.typeB {
    margin: 0 auto 5%;
    width: 80%;
  }
  .l-contents-length.typeC {
    width: 90%;
    margin: 0 auto 3%;
  }
  .l-contents-length.typeD {
    width: 90%;
    margin: 0 auto;
  }
  .l-contents-length:last-child {
    margin-bottom: 0;
  }
  .l-contents-block {
    position: relative;
    margin-bottom: 6%;
  }
  .l-contents-block.typeA {
    margin-bottom: 40px;
  }
  .l-contents-block.typeB {
    margin-bottom: 9%;
  }
  .l-contents-block:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-block__badge {
    position: absolute;
    left: 2px;
    top: 2px;
  }
  .l-contents-block__body {
    padding: 15% 5% 0;
  }
  .l-contents-block__body.typeA {
    padding: 5% 5% 2%;
  }
  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__list.typeC {
    padding: 3% 3% 0;
  }
  .l-contents-block__item {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 70%;
    color: #333333;
  }
  .l-contents-block__item.typeA {
    font-size: 80%;
    color: #231815;
    font-weight: 500;
  }
  .l-contents-block__item.typeB {
    color: #000;
    font-weight: bold;
  }
  .l-contents-block__table {
    width: 100%;
    margin-bottom: 5%;
  }
  .l-contents-block__cell {
    text-align: left;
    padding: 2% 3%;
    font-size: 80%;
    color: #000000;
    vertical-align: middle;
  }
  .l-contents-block__cell span {
    display: inline-block;
    margin-right: 2em;
  }
  .l-contents-block__cell span:last-child {
    margin-right: 0;
  }
  .l-contents-block__cell:nth-child(even) {
    background: #f5eee3;
  }
  .l-contents-block__cell:nth-child(odd) {
    background: #ecdfca;
  }
  .l-contents-block-caution {
    border: 2px solid #ff0000;
  }
  .l-contents-block-caution__inner {
    padding: 4% 3%;
  }
  .l-contents-block-caution__title {
    text-align: center;
    font-size: 85%;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 1em;
  }
  .l-contents-block-caution__text {
    font-size: 80%;
    margin-bottom: 1em;
  }
  .l-contents-block-caution__text.typeA {
    margin-bottom: 0;
  }
  .l-contents-block-caution__text:last-child {
    margin-bottom: 0;
  }
  .l-contents-block-caution__text a {
    word-break: break-all;
  }
  .l-contents-block-caution__list {
    margin-bottom: 1em;
  }
  .l-contents-block-caution__list:last-child {
    margin-bottom: 0;
  }
  .l-contents-block-caution__item {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 80%;
  }
  .l-contents-block-caution__btn {
    background: #e87988;
    width: 80%;
    margin: 8% auto;
    border-radius: 10px;
  }
  .l-contents-block-caution__btn a {
    position: relative;
    padding: 5% 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 80%;
    font-weight: bold;
  }
  .l-contents-block-caution__btn a:after {
    content: "▼";
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .l-contents-block-code {
    border: 1px solid #ff0000;
    padding: 5% 3% 5%;
    margin-bottom: 8%;
  }
  .l-contents-block-code__text {
    text-align: center;
    font-size: 85%;
    font-weight: bold;
    margin-bottom: 2%;
  }
  .l-contents-block-code__caution {
    text-align: center;
    font-size: 70%;
    margin-bottom: 5%;
  }
  .l-contents-block-code__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-contents-block-code__item {
    text-align: center;
    width: calc(33.3333333333% - 3px);
  }
  .l-contents-block-code__link {
    display: block;
    border: 2px solid #ec8493;
    border-radius: 10px;
    background: #ec8493;
    padding: 3% 0;
    color: #fff;
    font-size: 80%;
  }
  .l-contents-item__img {
    margin-bottom: 6%;
  }
  .l-contents-item__img.typeA {
    width: 90%;
    margin: 0 auto 6%;
  }
  .l-contents-item-loppi__block {
    padding: 6% 0;
    border-bottom: 1px solid #ec8493;
  }
  .l-contents-item-loppi__block:last-child {
    border-bottom: none;
  }
  .l-contents-item-loppi__title {
    font-weight: 500;
    font-size: 100%;
    line-height: 1.4;
    margin: 0 5% 3%;
  }
  .l-contents-item-loppi__title.typeA {
    font-size: 90%;
  }
  .l-contents-item-loppi__text {
    font-weight: 500;
    font-size: 110%;
    margin-bottom: 3%;
    line-height: 1.4;
  }
  .l-contents-item-loppi__text span {
    font-weight: 400;
    font-size: 100%;
  }
  .l-contents-item-loppi__list {
    margin-bottom: 5%;
  }
  .l-contents-item-loppi__item {
    margin-bottom: 3%;
  }
  .l-contents-item-loppi__item:last-child {
    margin-bottom: 0;
  }
  .l-contents-item-loppi__number {
    font-weight: 400;
    font-size: 100%;
  }
  .l-contents-item-loppi__number:last-child {
    font-size: 100%;
  }
  .l-contents-item-loppi__border {
    background: none;
    border-bottom: 1px dotted #ec8493;
    width: 80%;
    margin: 6% auto;
  }
  .l-contents-item-loppi__price {
    font-size: 120%;
    font-weight: bold;
  }
  .l-contents-item-loppi__length {
    background: #eaeaea;
    padding: 4% 8%;
    margin-bottom: 4%;
    text-align: center;
  }
  .l-contents-item-loppi__date {
    margin-bottom: 5%;
    line-height: 1;
  }
  .l-contents-item-loppi__date:last-child {
    margin-bottom: 0;
  }
  .l-contents-item-hmv__btn {
    margin: 0 4%;
    text-align: center;
  }
  .l-contents__pop {
    margin: 6% 6% 0;
  }
  .l-contents-clearfile__title.typeA {
    width: 50%;
    margin: 0 auto;
  }
  .l-contents-clearfile__title.typeB {
    width: 30%;
    margin: 0 auto;
  }
  .l-contents-clearfile__title.typeC {
    width: 50%;
    margin: 0 auto;
  }
  .l-contents-broadcast__title.typeA {
    width: 70%;
    margin-right: auto;
  }
  .l-contents-broadcast__title.typeB {
    width: 85%;
    margin-right: auto;
  }
  .l-contents-broadcast__img {
    text-align: center;
  }
  .l-contents-broadcast-block {
    margin-bottom: 8%;
  }
  .l-contents-broadcast-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-broadcast-block__title {
    font-size: 180%;
    color: #e64f77;
    line-height: 1;
    margin-bottom: 4%;
  }
  .l-contents-broadcast-block__length {
    line-height: 1.2;
    font-size: 190%;
  }
  .l-contents-broadcast-block__length span.small {
    font-size: 80%;
  }
  .l-contents-broadcast-block__length span.big {
    font-size: 115%;
  }
  .l-contents-broadcast-block__time {
    font-size: 110%;
    color: #000000;
  }
  .l-contents-note__title.typeA {
    width: 50%;
    margin: 0 auto;
  }
  .l-contents-note__title.typeB {
    width: 30%;
    margin: 0 auto;
  }
  .l-contents-note__title.typeC {
    width: 45%;
    margin: 0 auto;
  }
  .l-contents-tweet__title.typeA {
    width: 50%;
    margin: 0 auto;
  }
  .l-contents-tweet__title.typeB {
    width: 55%;
    margin: 0 auto;
  }
  .l-contents-tweet__title.typeC {
    width: 30%;
    margin: 0 auto;
  }
  .l-contents-tweet__title.typeD {
    width: 30%;
    margin: 0 auto;
  }
  .l-contents-tweet__img {
    width: 90%;
    margin: 0 auto 6%;
  }
  .l-contents-tweet__btn {
    text-align: center;
  }
  .l-contents-tweet-caution__contents {
    margin-bottom: 2em;
  }
  .l-contents-tweet-caution__contents:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-tweet-caution__list {
    text-align: left;
  }
  .l-contents-tweet-caution__list.typeA .l-contents-tweet-caution__item {
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-bottom: 16px;
  }
  .l-contents-tweet-caution__list.typeA .l-contents-tweet-caution__item:last-child {
    margin-bottom: 0;
  }
  .l-contents-tweet-caution__item {
    font-size: 14px;
  }
  .l-contents-tweet-caution__text {
    text-align: left;
    font-size: 14px;
  }
  .l-contents-caution__title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
  }
  .l-contents-caution__list {
    text-align: left;
  }
  .l-contents-caution__item {
    font-size: 14px;
  }
  .l-contents-caution__link {
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
  }
  .l-contents-caution__link a {
    color: #20b0d6;
  }
  .l-contents-caution__link:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-food__title.typeA {
    width: 35%;
    margin: 0 auto;
  }
  .l-contents-food__title.typeB {
    width: 60%;
    margin: 0 auto;
  }
  .l-contents-food__badge {
    width: 17%;
    position: absolute;
    top: 35%;
    left: 2%;
  }
  .l-contents-food__img {
    width: 65%;
    margin: 3% auto 6%;
  }
  .l-contents-food__text {
    font-size: 80%;
    text-align: center;
  }
  .l-contents-food__price {
    width: 60%;
    margin: 6% auto 6%;
  }
  .l-contents-product__title.typeA {
    width: 30%;
    margin: 0 auto;
  }
  .l-contents-product__title.typeB {
    width: 94%;
    margin: 0 auto;
  }
  .l-contents-product__title.typeC {
    width: 94%;
    margin: 0 auto;
  }
  .l-contents-product__badge {
    width: 20%;
    position: absolute;
    top: 60%;
    left: 3%;
  }
  .l-contents-product__img.typeA {
    margin-right: 10%;
  }
  .l-contents-product__img.typeB {
    margin-bottom: 4%;
  }
  .l-contents-product__img.typeC {
    margin-bottom: 2%;
  }
  .l-contents-product__img.typeD {
    margin: 0 13% 4%;
  }
  .l-contents-product__price {
    margin-top: 6%;
  }
  .l-contents-product__price.typeA {
    margin: 6% auto 6%;
    width: 55%;
  }
  .l-contents-product__price.typeB {
    margin: 6% auto 6%;
    width: 55%;
  }
  .l-contents-product__price.typeC {
    margin: 6% auto 0;
    width: 75%;
  }
  .l-contents-product__price.typeD {
    margin: 7% auto 0;
    width: 75%;
  }
  .l-contents-faq-title {
    padding: 3% 5% 3%;
  }
  .l-contents-faq-title__text {
    text-align: left;
    font-size: 90%;
    color: #fff;
    line-height: 1.2;
    text-indent: -2em;
    padding-left: 2em;
  }
  .l-contents-faq-title__text span {
    margin-right: 1.3em;
  }
  .l-contents-faq__subtitle {
    text-align: left;
    font-size: 90%;
    margin-bottom: 6%;
    line-height: 1.2;
    padding-left: 1.8em;
    text-indent: -1.8em;
  }
  .l-contents-faq__subtitle span {
    font-size: 110%;
    margin-right: 1em;
  }
  .l-contents-faq__inner {
    text-align: left;
    margin-left: 1.5em;
  }
  .l-contents-faq__text {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 85%;
    margin-bottom: 1em;
  }
  .l-contents-faq__text.typeA {
    text-indent: 0;
    padding-left: 0;
  }
  .l-contents-faq__text:last-child {
    margin-bottom: 0;
  }
  .l-contents-faq__list {
    margin-bottom: 1em;
  }
  .l-contents-faq__list:last-child {
    margin-bottom: 0;
  }
  .l-contents-faq__item {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 85%;
  }
  .l-contents-application__title {
    width: 85%;
    margin: 0 auto 6%;
    padding: 3% 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 105%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #ec8493;
    border-radius: 10px;
  }
  .l-contents-application__img {
    margin-bottom: 8%;
  }
  .l-contents-application-caution__block {
    padding: 4% 3% 5%;
    border: 1px solid #231815;
    margin-bottom: 5%;
  }
  .l-contents-application-caution__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-application-caution__title {
    text-align: center;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5%;
  }
  .l-contents-application-caution__list {
    margin-bottom: 6%;
  }
  .l-contents-application-caution__list:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-application-caution__item {
    font-size: 70%;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: 500;
  }
  .l-contents-application-caution-link__item {
    font-size: 80%;
    display: inline-block;
    margin-right: 1em;
  }
  .l-contents-application-caution-link__item a {
    color: #e60012;
    text-decoration: underline;
  }
  .l-contents-application-download__block {
    margin: 0 auto;
  }
  .l-contents-application-download__head {
    background: #231815;
  }
  .l-contents-application-download__title {
    font-size: 90%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 3% 0;
  }
  .l-contents-application-download__body {
    border: 1px solid #231815;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4% 5%;
  }
  .l-contents-application-download__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-contents-application-download__item:first-of-type {
    margin-right: 12%;
  }
  .l-contents-application-precautions__item {
    font-size: 70%;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-application-precautions__item a {
    color: #e60012;
    text-decoration: underline;
  }
  .l-contents-application-precautions__img {
    text-align: center;
  }
  .l-contents-exchange__title {
    text-align: center;
    color: #e60012;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 3%;
  }
  .l-contents-exchange__text {
    text-align: left;
    color: #e60012;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 5%;
  }
  .l-contents-tweet__img {
    margin-bottom: 6%;
  }
  .l-contents-tweet__btn {
    width: 90%;
    margin: 0 auto;
  }
  .l-contents-tweet-caution__contents {
    margin-bottom: 1em;
  }
  .l-contents-tweet-caution__contents:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-tweet-caution__list {
    text-align: left;
  }
  .l-contents-tweet-caution__list.typeA .l-contents-tweet-caution__item {
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-bottom: 4%;
  }
  .l-contents-tweet-caution__list.typeA .l-contents-tweet-caution__item:last-child {
    margin-bottom: 0;
  }
  .l-contents-tweet-caution__item {
    font-size: 70%;
  }
  .l-contents-tweet-caution__text {
    text-align: left;
    font-size: 70%;
  }
  .l-contents-caution__list {
    text-align: left;
  }
  .l-contents-caution__item {
    font-size: 70%;
  }
  .l-contents-caution__link {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 70%;
    text-align: left;
  }
  .l-contents-caution__link a {
    color: #20b0d6;
  }
  .l-contents-stamp-end {
    position: relative;
    padding: 3%;
    margin-bottom: 4%;
  }
  .l-contents-stamp-end__body {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .l-contents-stamp-end__text {
    font-size: 170%;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .l-contents-stamp__length:first-of-type {
    margin: 5% 3% 3%;
  }
  .l-contents-stamp__length:last-of-type {
    margin: 0 3% 8%;
  }
  .l-contents-stamp-item__block {
    background: #f1f8fa;
    border-radius: 20px;
    position: relative;
    margin-bottom: 9%;
  }
  .l-contents-stamp-item__block.typeA {
    margin-bottom: 0;
  }
  .l-contents-stamp-item__block:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-stamp-item__badge {
    width: 10%;
    position: absolute;
    top: -1.6%;
    left: 5%;
  }
  .l-contents-stamp-item__title {
    width: 65%;
    position: absolute;
    top: -3%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .l-contents-stamp-item__body {
    padding: 16% 4% 7%;
  }
  .l-contents-stamp-item__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 auto 7%;
    width: 70%;
  }
  .l-contents-stamp-item__list:last-child {
    margin-bottom: 0;
  }
  .l-contents-stamp-item__img.typeC {
    width: 55%;
    margin: 0 auto;
  }
  .l-contents-stamp-item__name {
    width: 90%;
    margin: 10% auto 8%;
  }
  .l-contents-stamp-item__name.typeC {
    width: 70%;
  }
  .l-contents-stamp-item__number {
    font-size: 100%;
    text-align: center;
    line-height: 1;
    font-weight: 500;
  }
  .l-contents-stamp-item__number span {
    font-size: 200%;
  }
  .l-contents-stamp-free__block {
    position: relative;
    margin-bottom: 8%;
  }
  .l-contents-stamp-free__title {
    position: absolute;
    text-align: center;
    width: 70%;
    top: -8%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .l-contents-stamp-free__body {
    border: 3px solid #ec8493;
    border-radius: 10px;
    padding: 12% 8% 6%;
    text-align: center;
  }
  .l-contents-stamp-free__list {
    text-align: center;
  }
  .l-contents-stamp-free__item {
    margin: 0 auto 8%;
    width: 60%;
  }
  .l-contents-stamp-free__item:last-child {
    margin-bottom: 0;
  }
  .l-contents-stamp-method {
    margin: 7% 5%;
    text-align: center;
  }
  .l-contents-stamp-method:last-of-type {
    margin: 0 5%;
  }
  .l-contents-stamp-method__btn.typeA {
    margin-bottom: 3%;
  }
  .l-contents-stamp-caution__block {
    margin-bottom: 5%;
    border: 2px solid #c30d23;
    padding: 3% 2%;
  }
  .l-contents-stamp-caution__block.typeA {
    margin-top: 5%;
    margin-bottom: 0;
  }
  .l-contents-stamp-caution__text {
    font-size: 90%;
    color: #cb2b3f;
    text-indent: -2em;
    padding-left: 2em;
    font-weight: bold;
  }
  .l-contents-stamp-caution__text span {
    line-height: 1;
    border-radius: 100px;
    background: #c30d23;
    color: #fff;
    font-weight: bold;
    padding: 0 2.6%;
    margin-right: 0.5em;
  }
  .l-contents-stamp-lottery__block {
    text-align: center;
    margin-bottom: 10%;
  }
  .l-contents-stamp-lottery__block.typeA {
    margin-bottom: 8%;
  }
  .l-contents-stamp-lottery__img {
    width: 90%;
    margin: 0 auto 6%;
  }
  .l-contents-stamp-lottery__img.typeA {
    width: 66%;
  }
  .l-contents-stamp-charge__img {
    text-align: center;
  }
  .l-contents-stamp-charge__img.typeA {
    margin-bottom: 6%;
  }
  .l-contents-stamp-charge__img.typeB {
    margin-bottom: 4%;
  }
  .l-contents-stamp-charge__list {
    background: #c30d23;
    padding: 4% 3%;
    margin-bottom: 4%;
  }
  .l-contents-stamp-charge__item {
    font-size: 90%;
    font-weight: bold;
    color: #fff;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-stamp-product__block {
    margin-bottom: 6%;
  }
  .l-contents-stamp-tweet__img {
    margin-top: 2%;
    text-align: center;
  }

  .accordion-title {
    position: relative;
    margin: 0;
    cursor: pointer;
  }
  .accordion-title:after {
    content: "";
    background-image: url(../img/stamp05_item01_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50%;
    width: 7%;
    position: absolute;
    right: 4%;
    top: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .accordion-title.open:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  .accordion-content {
    display: none;
  }

  .slick-slide {
    margin-right: 1vw !important;
    margin-left: 1vw !important;
  }

  div#wrapper-content .slide-arrow {
    width: 9%;
  }

  .slide-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .slide-arrow.prev-arrow {
    left: 1%;
    z-index: 1;
  }
  .slide-arrow.next-arrow {
    right: 1%;
  }

  .pagemenu {
    text-align: center;
    margin: 0 8% 6%;
  }
}
/* Common
------------------------------------------------------------- */
.wf-hannari {
  font-family: "Hannari";
}

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

.color-red {
  color: #ff0000;
}
.color-green {
  color: #009944;
}
.color-blue {
  color: #0081cc;
}
.color-pink {
  color: #e95471;
}

.tl-center {
  text-align: center;
}

@media print {
  body {
    display: none !important;
  }
}
/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.coming {
  background: #e60012;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .coming {
    padding: 8px;
  }

  .main__area {
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  }
  .main__visual {
    text-align: center;
  }
  .main-movie {
    margin-top: 30px;
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  }
  .main-movie__inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .main-movie__inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .kv__area {
    padding-top: 7px;
  }
}
@media screen and (max-width: 750px) {
  div#wrapper-content .coming {
    padding: 2%;
  }
  div#wrapper-content .coming img {
    width: 15%;
  }

  .main__area {
    padding: 1.5%;
    margin: 0 3%;
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  }
  .main__visual {
    text-align: center;
  }
  .main-movie {
    margin: 6% 3% 0;
    padding: 1.5%;
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  }
  .main-movie__inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .main-movie__inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .kv__area {
    padding-top: 2%;
  }
}
/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-contact {
    text-align: center;
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  }
  .l-contact__title {
    background: #0fb5be;
    padding: 20px 0;
  }
  .l-contact__body {
    padding: 30px 25px 32px;
  }
  .l-contact__item {
    margin-bottom: 20px;
    margin-right: -9px;
  }
  .l-contact__item:last-child {
    margin-bottom: 0;
  }
  .l-contact__item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
  }
  .l-contact__item a:hover {
    opacity: 0.6;
  }
  .l-contact__item.typeA {
    margin-bottom: 40px;
  }

  .foot__btn {
    margin-top: 40px;
  }

  .snslist {
    text-align: center;
    letter-spacing: -0.4em;
    padding: 60px 0 20px;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }

  .l-bnr {
    text-align: center;
    margin: 40px 0;
  }
  .l-bnr__item {
    margin-bottom: 20px;
    line-height: 0;
  }
  .l-bnr__item:last-child {
    margin-bottom: 0;
  }
  .l-bnr__item a:hover {
    opacity: 0.6;
  }

  .l-copy {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .gotop {
    width: 50%;
    text-align: center;
    margin: 6% auto 1%;
  }
  .gotop__list {
    letter-spacing: -0.4em;
  }
  .gotop__item {
    display: inline-block;
    width: 48%;
    margin-right: 3%;
  }
  .gotop__item:last-of-type {
    margin-right: 0;
  }

  .l-contact {
    text-align: center;
    margin: 0 4%;
    padding: 1.5%;
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  }
  .l-contact__title {
    background: #0fb5be;
    padding: 3% 8% 1%;
  }
  .l-contact__body {
    padding: 3% 2%;
  }
  .l-contact__item {
    margin-bottom: 4%;
    margin-right: -1%;
  }
  .l-contact__item:last-child {
    margin-bottom: 0;
  }
  .l-contact__item a {
    display: block;
  }
  .l-contact__item.typeA {
    line-height: 1;
    margin-bottom: 6%;
  }
  .l-contact__item .text {
    width: 90%;
    margin: 0 auto;
  }
  .l-contact img {
    margin: auto;
  }

  .foot__btn {
    margin: 6% 3% 0 4%;
  }

  .snslist {
    text-align: center;
    letter-spacing: -0.4em;
    padding: 10% 0;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }

  .l-bnr {
    padding: 5% 3%;
  }
  .l-bnr__item {
    margin-bottom: 3%;
  }
  .l-bnr__item:last-child {
    margin-bottom: 0;
  }

  .l-copy {
    font-size: 80%;
    margin: 0 4%;
    color: #ffffff;
    text-align: center;
  }
}
.icon {
  display: inline;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-nav__list {
    margin: 24px -6px 34px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .l-nav__item {
    width: calc(50% - 4px);
    margin-bottom: 16px;
  }
  .l-nav__item:first-child {
    width: 100%;
  }
  .l-nav__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .l-nav-block {
    border: 3px solid #0081cc;
    border-radius: 20px;
    background: #ffffff;
    padding-top: 22px;
  }
  .l-nav-block__inner {
    letter-spacing: -0.4em;
    margin: 35px 0 30px;
    text-align: center;
  }
  .l-nav-block__btn {
    display: inline-block;
    letter-spacing: normal;
    margin-right: 6px;
  }
  .l-nav-block__btn:last-child {
    margin-right: 0;
  }
  .l-nav-block__date {
    background: #0081cc;
    border-radius: 0 0 10px 10px;
    line-height: 1;
    padding: 8px 0 9px;
  }
}
@media screen and (max-width: 750px) {
  .l-nav__list {
    margin: 6% 2.5%;
    text-align: center;
  }
  .l-nav__item {
    margin-bottom: 2%;
  }
  .l-nav__item:nth-child(2) {
    margin-bottom: 1%;
  }
  .l-nav__item:nth-child(3) {
    margin-bottom: 1%;
  }
  .l-nav__item:last-child {
    margin-bottom: 0;
  }
  .l-nav-block {
    border: 3px solid #0081cc;
    border-radius: 20px;
    background: #ffffff;
    padding-top: 5%;
  }
  .l-nav-block img {
    width: 95%;
    margin: 0 auto;
  }
  .l-nav-block__inner {
    margin: 5% 3%;
    text-align: center;
  }
  .l-nav-block__btn {
    display: inline-block;
    letter-spacing: normal;
    margin-bottom: 4%;
  }
  .l-nav-block__btn:last-child {
    margin-bottom: 0;
  }
  .l-nav-block__date {
    background: #0081cc;
    border-radius: 0 0 10px 10px;
    line-height: 1;
    padding: 2% 0;
  }
  .l-nav-block__date img {
    width: 50%;
    margin: 0 auto;
  }
}