@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
#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: "Noto Sans JP", "メイリオ", 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;
  }

  #makaiwrwrd_article {
    margin: auto;
    background-image: url(../img/outer_bg.png);
    background-position: center top;
  }
  #makaiwrwrd_article img {
    vertical-align: top;
  }
  #makaiwrwrd_contents {
    overflow: hidden;
    background-color: #fef4db;
  }

  .makaiwrwrd-container {
    background-image: url(../img/outer_head.png);
    background-repeat: repeat-x;
    background-position: center top;
  }

  .l-contents {
    margin-top: 80px;
  }
  .l-contents-caution__area {
    width: 700px;
    margin: 0 auto 30px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
  }
  .l-contents-caution__text {
    font-size: 16px;
    color: #e60012;
  }
  .l-contents-caution__text .cont_title {
    font-size: 18px;
  }
  .l-contents-caution__text .mark {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents__section {
    text-align: center;
    width: 800px;
    margin: 0 auto;
  }
  .l-contents-block {
    margin-bottom: 50px;
  }
  .l-contents-block.typeA {
    margin-bottom: 0;
  }
  .l-contents-block.typeB {
    margin-bottom: 45px;
  }
  .l-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__list.typeB {
    margin-bottom: 1em;
  }
  .l-contents-block__item {
    color: #252525;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 0 2px #ffffff, -2px 0 2px #ffffff, 0 2px 2px #ffffff, 0 -2px 2px #ffffff;
  }
  .l-contents-block__item.typeA {
    font-size: 16px;
    font-weight: bold;
  }
  .l-contents-block__item.space {
    padding-left: 0;
    text-indent: 0;
  }
  .l-contents-block__item .paragraph {
    margin-left: 1.5em;
  }
  .l-contents-goods-store__title {
    background-image: url(../img/goods_store_title_bg.png);
    background-position: center top;
    background-repeat: repeat-x;
    text-align: center;
    padding: 37px 0 32px;
    margin-bottom: 50px;
  }
  .l-contents-goods-store__block {
    position: relative;
    background-image: url(../img/contents_border_xpost.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 90px;
    margin-bottom: 70px;
  }
  .l-contents-goods-store__block:nth-last-child(2) {
    margin-bottom: 70px;
    padding-bottom: 0;
    background-image: none;
  }
  .l-contents-goods-store__block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: none;
  }
  .l-contents-goods-store__img {
    margin-bottom: 45px;
  }
  .l-contents-goods-store__note {
    margin: 0 40px;
  }
  .l-contents-goods-store-btn {
    margin-bottom: 10px;
  }
  .l-contents-goods-store-btn__list {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .l-contents-goods-store-loppi-btn__item:first-child {
    margin-bottom: 20px;
  }
  .l-contents-goods-reserve__title {
    background-image: url(../img/goods_reserve_title_bg.png);
    background-position: center top;
    background-repeat: repeat-x;
    text-align: center;
    padding: 36px 0 34px;
    margin-bottom: 50px;
  }
  .l-contents-goods-reserve__block {
    position: relative;
    background-image: url(../img/contents_border_xpost.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 90px;
    margin-bottom: 70px;
  }
  .l-contents-goods-reserve__block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: none;
  }
  .l-contents-goods-reserve__length {
    margin-bottom: 50px;
  }
  .l-contents-goods-reserve__img {
    margin-bottom: 45px;
  }
  .l-contents-goods-reserve__img.typeD {
    text-align: left;
    margin-left: 53px;
  }
  .l-contents-goods-reserve-loppi-btn__list {
    margin-top: 35px;
  }
  .l-contents-goods-reserve-loppi-btn__item:first-child {
    margin-bottom: 20px;
  }
  .l-contents-goods-loppi__title {
    background-image: url(../img/goods_loppi_title_bg.png);
    background-position: center top;
    background-repeat: repeat-x;
    text-align: center;
    padding: 43px 0 36px;
    margin-bottom: 50px;
  }
  .l-contents-goods-loppi__img {
    margin-bottom: 50px;
  }
  .l-contents-goods-loppi__img:last-child {
    margin-bottom: 0;
  }
  .l-contents-goods-loppi-reserve__title {
    background-color: #0a1d75;
    text-align: center;
    padding: 16px 0 17px;
    margin-bottom: 50px;
  }
  .l-contents-goods-loppi-reserve__block {
    margin-bottom: 55px;
  }
  .l-contents-goods-loppi-reserve__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-food__title {
    background-image: url(../img/food_title_bg.png);
    background-position: center top;
    background-repeat: repeat-x;
    text-align: center;
    padding: 38px 0 33px;
    margin-bottom: 50px;
  }
  .l-contents-food__title.typeA {
    background-image: url(../img/food_title02_bg.png);
    padding: 25px 0 24px;
    margin-bottom: 50px;
  }
  .l-contents-food__block {
    position: relative;
    margin-bottom: 50px;
  }
  .l-contents-food__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-food__img {
    margin-bottom: 50px;
  }
  .l-contents-food__price {
    margin-bottom: 40px;
  }
  .l-contents-food__btn {
    margin-bottom: 10px;
  }
  .l-contents-food__length {
    margin-bottom: 50px;
  }
  .l-contents-food-reserve__name {
    margin-bottom: 6px;
  }
  .l-contents-food-loppi__title {
    margin-bottom: 30px;
  }
  .l-contents-food-loppi__inner {
    width: 640px;
    margin: 0 auto;
  }
  .l-contents-food-loppi__text {
    text-align: left;
  }
  .l-contents-food-loppi__text.typeA {
    border-bottom: 2px solid #0b67b4;
    padding-bottom: 27px;
    margin-bottom: 29px;
  }
  .l-contents-food-loppi__text.typeB {
    margin-bottom: 45px;
  }
  .l-contents-food-loppi-btn__item:first-child {
    margin-bottom: 20px;
  }
  .l-contents-food__note {
    margin: 0 40px;
  }
  .l-contents-bromide__title {
    background-image: url(../img/bromide_title_bg.png);
    background-position: center top;
    background-repeat: repeat-x;
    text-align: center;
    padding: 38px 0 34px;
    margin-bottom: 50px;
  }
  .l-contents-bromide__block {
    position: relative;
  }
  .l-contents-bromide__length {
    margin-bottom: 50px;
  }
  .l-contents-bromide__img {
    margin-bottom: 70px;
  }
  .l-contents-bromide__price {
    margin-bottom: 65px;
  }
  .l-contents-bromide__btn {
    margin-bottom: 60px;
  }
  .l-contents-bromide__note {
    margin: 0 40px;
  }
  .l-contents-card__title {
    background-image: url(../img/card_title_bg.png);
    background-position: center top;
    background-repeat: repeat-x;
    text-align: center;
    padding: 39px 0 42px;
    margin-bottom: 50px;
  }
  .l-contents-card-block {
    position: relative;
    margin-bottom: 45px;
  }
  .l-contents-card-block.typeA {
    background-image: url(../img/contents_border_xpost.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 100px;
    margin-bottom: 70px;
  }
  .l-contents-card-block.typeB {
    margin-bottom: 70px;
  }
  .l-contents-card-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-card-block__note {
    margin: 0 40px;
  }
  .l-contents-card__length {
    margin-bottom: 45px;
  }
  .l-contents-card-goods__block {
    margin-bottom: 50px;
  }
  .l-contents-card-goods__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-card-goods__img.typeA {
    margin-bottom: 55px;
  }
  .l-contents-card-goods__img.typeB {
    margin-bottom: 70px;
  }
  .l-contents-card-goods__img.typeC {
    margin-bottom: 35px;
  }
  .l-contents-card-goods__img.typeD {
    margin-bottom: 40px;
  }
  .l-contents-card-target__block {
    margin-bottom: 70px;
  }
  .l-contents-card-target__text {
    margin-bottom: 50px;
  }
  .l-contents-card-step__title {
    text-align: center;
    margin-bottom: 40px;
  }
  .l-contents-card-step__img {
    text-align: center;
  }
  .l-contents-card-caution__title {
    margin-bottom: 30px;
  }
  .l-contents-mileage__title {
    background-image: url(../img/mileage_title_bg.png);
    background-position: center top;
    background-repeat: repeat-x;
    text-align: center;
    padding: 28px 0 31px;
    margin-bottom: 40px;
  }
  .l-contents-mileage-block {
    position: relative;
    margin-bottom: 60px;
  }
  .l-contents-mileage-block.typeA {
    margin-bottom: 70px;
  }
  .l-contents-mileage-block.typeB {
    margin-bottom: 50px;
  }
  .l-contents-mileage-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-mileage-block__note {
    margin: 0 40px;
  }
  .l-contents-mileage__read {
    margin-bottom: 40px;
  }
  .l-contents-mileage__length.typeA {
    margin-bottom: 15px;
  }
  .l-contents-mileage__list {
    display: flex;
    justify-content: center;
  }
  .l-contents-mileage__item {
    margin-right: 15px;
  }
  .l-contents-mileage__item:last-child {
    margin-right: 0;
  }
  .l-contents-mileage-goods__block {
    margin-bottom: 50px;
  }
  .l-contents-mileage-goods__img.typeA {
    margin-bottom: 50px;
  }
  .l-contents-mileage-goods__img.typeB {
    margin-bottom: 50px;
  }
  .l-contents-mileage-goods-btn {
    margin-bottom: 45px;
  }
  .l-contents-mileage-goods-btn__item {
    margin-bottom: 40px;
  }
  .l-contents-mileage-goods-btn__item:last-child {
    margin-bottom: 0;
  }
  .l-contents-mileage-entry-caution {
    width: 710px;
    margin: 0 auto;
    background-color: #fff963;
    border: 3px solid #bf321e;
    text-align: center;
    padding: 20px 0 20px;
  }
  .l-contents-mileage-entry-caution__text {
    font-size: 14px;
    font-weight: bold;
    color: #bf321e;
  }
  .l-contents-mileage-app__img {
    margin-bottom: 30px;
  }
  .l-contents-mileage-point__block {
    width: 710px;
    margin: 0 auto;
    background: #fff963;
    padding: 34px 30px 30px;
    border: 2px solid #bf321e;
  }
  .l-contents-mileage-point__list {
    text-align: left;
    margin-bottom: 1em;
  }
  .l-contents-mileage-point__item {
    font-size: 14px;
    color: #252525;
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-mileage-point__item span {
    color: #bf321e;
  }
  .l-contents-mileage-point-link {
    text-align: left;
    margin-bottom: 30px;
  }
  .l-contents-mileage-point-link__item {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .l-contents-mileage-point-link__item:last-child {
    margin-bottom: 0;
  }
  .l-contents-mileage-point-link__item a {
    font-weight: 500;
    border-bottom: 1px solid #bf321e;
    color: #bf321e;
  }
  .l-contents-mileage-point-caution {
    background: #fff;
    padding: 21px 18px 20px;
  }
  .l-contents-mileage-point-caution__list {
    text-align: left;
  }
  .l-contents-mileage-point-caution__item {
    font-weight: 500;
    color: #bf321e;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-mileage-target__title {
    text-align: center;
    margin-bottom: 50px;
  }
  .l-contents-mileage-target__pop {
    text-align: center;
    margin-bottom: 70px;
  }
  .l-contents-mileage-target-slider {
    width: 710px;
    margin: 0 auto 50px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 5px 0;
    overflow: hidden;
  }
  .l-contents-mileage-target-slider__title {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-contents-mileage-target-slider__img img {
    margin: 0 auto;
  }
  .l-contents-mileage-target__area {
    width: 750px;
    margin: 0 auto;
    background-color: #0d67b3;
    border-radius: 10px;
  }
  .l-contents-mileage-target-accordion {
    padding: 12px 0 11px;
  }
  .l-contents-mileage-target-accordion::after {
    content: "";
    background-image: url(../img/mileage_target_item01_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40px;
    height: 27px;
    position: absolute;
    right: 78px;
    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);
  }
  .l-contents-mileage-target-accordion.open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  .l-contents-mileage-target-accordion__title {
    text-align: center;
    line-height: 1;
  }
  .l-contents-mileage-target__table {
    padding: 0 4px 4px;
  }
  .l-contents-mileage-target__cell {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .l-contents-mileage-target__cell span {
    text-align: left;
    font-size: 18px;
    color: #2b2b2b;
    line-height: 1;
    vertical-align: middle;
    padding: 15px 0 15px;
  }
  .l-contents-mileage-target__cell span:first-of-type {
    width: 15%;
    padding-left: 22px;
  }
  .l-contents-mileage-target__cell span:nth-child(2) {
    width: 45%;
    text-align: left;
  }
  .l-contents-mileage-target__cell span:nth-child(3) {
    width: 9%;
    text-align: center;
  }
  .l-contents-mileage-target__cell span:last-child {
    width: 31%;
    text-align: center;
  }
  .l-contents-mileage-target__cell:nth-child(even) {
    background: #f0f0f0;
  }
  .l-contents-mileage-target__cell:nth-child(odd) {
    background: #ffffff;
  }
  .l-contents-mileage-target__cell:last-child {
    border-radius: 0 0 5px 5px;
  }
  .l-contents-mileage-target__cell:first-of-type {
    background: #252525;
    border-radius: 5px 5px 0 0;
  }
  .l-contents-mileage-target__cell:first-of-type span {
    text-align: center;
    font-size: 20px;
    color: #fffdf6;
    padding: 10px 0;
    line-height: 1;
  }
  .l-contents-mileage-target__cell:first-of-type span:first-child {
    text-align: center;
  }
  .l-contents-mileage-target__cell:first-of-type span:last-child {
    text-align: center;
    padding-right: 0;
  }
  .l-contents-mileage-caution__title {
    margin-bottom: 40px;
  }
  .l-contents-mileage-caution__inner {
    width: 720px;
    margin: 0 auto;
  }
  .l-contents-mileage-caution-block {
    margin-bottom: 1em;
  }
  .l-contents-mileage-caution-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-mileage-caution-block__title {
    text-align: left;
    color: #252525;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1em;
    text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 0 2px #ffffff, -2px 0 2px #ffffff, 0 2px 2px #ffffff, 0 -2px 2px #ffffff;
  }
  .l-contents-mileage-caution__list {
    text-align: left;
  }
  .l-contents-mileage-caution__item {
    font-weight: 500;
    color: #252525;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 0 2px #ffffff, -2px 0 2px #ffffff, 0 2px 2px #ffffff, 0 -2px 2px #ffffff;
  }
  .l-contents-mileage-caution-link {
    margin-top: 1em;
    text-align: left;
  }
  .l-contents-mileage-caution-link__item {
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    margin-bottom: 0.5em;
    text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 0 2px #ffffff, -2px 0 2px #ffffff, 0 2px 2px #ffffff, 0 -2px 2px #ffffff;
  }
  .l-contents-mileage-caution-link__item:last-child {
    margin-bottom: 0;
  }
  .l-contents-mileage-caution-link__item a {
    color: #bf321e;
    border-bottom: 1px solid #bf321e;
  }
  .l-contents-xpost__title {
    background-image: url(../img/xpost_title_bg.png);
    background-position: center top;
    background-repeat: repeat-x;
    text-align: center;
    padding: 25px 0 27px;
    margin-bottom: 60px;
  }
  .l-contents-xpost__read {
    text-align: center;
    margin-bottom: 40px;
  }
  .l-contents-xpost__img {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 50px;
  }
  .l-contents-xpost__note {
    position: relative;
    margin: 0 40px 50px;
  }
  .l-contents-xpost__btn {
    position: relative;
    text-align: center;
  }
  .l-contents-xpost__block {
    background-image: url(../img/contents_border_xpost.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
  .l-contents-xpost-caution {
    width: 720px;
    margin: 0 auto;
  }
  .l-contents-xpost-caution__contents {
    position: relative;
    margin-bottom: 80px;
  }
  .l-contents-xpost-caution__contents:last-child {
    margin-bottom: 0;
  }
  .l-contents-xpost-caution__title {
    position: absolute;
    top: -29px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .l-contents-xpost-caution__inner {
    background-color: #ffffff;
    border: 2px solid #42210b;
    padding: 97px 35px 50px;
  }
  .l-contents-xpost-caution__block {
    margin-bottom: 1em;
  }
  .l-contents-xpost-caution__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-xpost-caution__item {
    font-weight: 500;
    text-align: left;
    color: #333333;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-xpost-caution__item.typeA {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .l-contents-xpost-caution__link {
    text-align: left;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-xpost-caution__link a {
    font-weight: 500;
    color: #0d67b3;
  }
  .l-contents-broadcast__title {
    background-image: url(../img/broadcast_title_bg.png);
    background-repeat: repeat-x;
    background-position: center top;
    text-align: center;
    padding: 33px 0 33px;
    margin-bottom: 45px;
  }
  .l-contents-broadcast__border {
    background-image: url(../img/contents_border_xpost.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  .l-contents-broadcast-block {
    position: relative;
    margin-bottom: 70px;
  }
  .l-contents-broadcast-block.typeA {
    margin-bottom: 30px;
  }
  .l-contents-broadcast-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-broadcast-block__title {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .l-contents-broadcast-block__inner {
    border: 2px solid #42210b;
    background-color: #fff;
    padding: 80px 30px 60px;
  }
  .l-contents-broadcast-block-product__title {
    line-height: 1;
    text-align: center;
  }
  .l-contents-broadcast-block-product__text {
    margin-top: 35px;
    font-weight: bold;
    text-align: left;
    font-size: 30px;
    color: #222222;
    display: inline-block;
  }
  .l-contents-broadcast-block-product__text.typeA {
    text-align: center;
  }
  .l-contents-broadcast-time__block {
    text-align: center;
    margin-bottom: 80px;
  }
  .l-contents-broadcast-time__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-broadcast-time__title {
    text-align: center;
    margin-bottom: 25px;
  }
  .l-contents-broadcast-time__length {
    margin-bottom: 55px;
  }

  .accordion-title {
    position: relative;
    margin: 0;
    cursor: pointer;
  }
  .accordion-content {
    display: none;
  }

  .slider .slick-slide {
    margin-right: 0.3vw !important;
    margin-left: 0.3vw !important;
  }
  .slider .slick-slide img {
    margin: 0 auto;
  }
  .slider .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .slider .slide-arrow.prev-arrow {
    left: 2%;
    z-index: 1;
  }
  .slider .slide-arrow.next-arrow {
    right: 2%;
  }

  .pagetop {
    z-index: 1;
    right: 58px;
  }

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

  #wrapper {
    overflow: hidden;
  }

  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;
  }

  #makaiwrwrd_article {
    margin: auto;
    background-image: url(../img/outer_bg.png);
    background-position: center top;
    background-size: 2.5%;
  }
  #makaiwrwrd_article img {
    vertical-align: top;
  }
  #makaiwrwrd_contents {
    background-color: #fef4db;
  }

  .makaiwrwrd-container {
    background-image: url(../img/outer_head_sp.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 2.5%;
  }

  .l-contents.typeA {
    margin-top: 8%;
  }
  .l-contents-caution__area {
    margin: 0 3% 6%;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 2%;
  }
  .l-contents-caution__text {
    font-size: 70%;
    color: #e60012;
  }
  .l-contents-caution__text .mark {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents__section {
    text-align: center;
    margin: 0 auto;
  }
  .l-contents-block {
    margin-bottom: 6%;
  }
  .l-contents-block.typeA {
    margin-bottom: 0;
  }
  .l-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-block-title {
    text-align: center;
  }
  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__list.typeB {
    margin-bottom: 1em;
  }
  .l-contents-block__item {
    color: #252525;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 70%;
    font-weight: 500;
    text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 0 2px #ffffff, -2px 0 2px #ffffff, 0 2px 2px #ffffff, 0 -2px 2px #ffffff;
  }
  .l-contents-block__item.typeA {
    font-size: 80%;
    font-weight: bold;
  }
  .l-contents-block__item.space {
    padding-left: 0;
    text-indent: 0;
  }
  .l-contents-goods-store__title {
    margin-bottom: 7%;
  }
  .l-contents-goods-store__block {
    background-image: url(../img/contents_border_xpost.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 45%;
    padding-bottom: 12%;
    margin-bottom: 10%;
  }
  .l-contents-goods-store__block:nth-last-child(2) {
    margin-bottom: 8%;
    padding-bottom: 0;
    background-image: none;
  }
  .l-contents-goods-store__block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: none;
  }
  .l-contents-goods-store__img.typeA {
    margin: 0 3% 6% 4%;
  }
  .l-contents-goods-store__img.typeB {
    margin: 0 2% 6%;
  }
  .l-contents-goods-store__img.typeC {
    margin: 0 3% 6%;
  }
  .l-contents-goods-store__note {
    margin: 0 2%;
  }
  .l-contents-goods-store-btn {
    width: 85%;
    margin: 0 auto 1%;
  }
  .l-contents-goods-store-btn__list {
    margin: 5% auto;
  }
  .l-contents-goods-store-loppi-btn__item {
    width: 85%;
    margin: 0 auto;
  }
  .l-contents-goods-store-loppi-btn__item:first-child {
    margin-bottom: 2%;
  }
  .l-contents-goods-reserve__title {
    margin-bottom: 7%;
  }
  .l-contents-goods-reserve__block {
    background-image: url(../img/contents_border_xpost.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 45%;
    padding-bottom: 12%;
    margin-bottom: 10%;
  }
  .l-contents-goods-reserve__block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: none;
  }
  .l-contents-goods-reserve__length {
    margin: 0 3% 6%;
  }
  .l-contents-goods-reserve__img.typeA {
    margin: 0 2% 6%;
  }
  .l-contents-goods-reserve__img.typeB {
    margin: 0 8% 6%;
  }
  .l-contents-goods-reserve__img.typeC {
    margin: 0 5% 6%;
  }
  .l-contents-goods-reserve__img.typeD {
    margin: 0 8% 6% 3%;
  }
  .l-contents-goods-reserve-loppi-btn__list {
    margin-top: 5%;
  }
  .l-contents-goods-reserve-loppi-btn__item {
    width: 85%;
    margin: 0 auto;
  }
  .l-contents-goods-reserve-loppi-btn__item:first-child {
    margin-bottom: 3%;
  }
  .l-contents-goods-loppi__title {
    margin-bottom: 4%;
  }
  .l-contents-goods-loppi__img {
    margin: 0 1% 4% 2%;
  }
  .l-contents-goods-loppi__img:last-child {
    margin-bottom: 0;
  }
  .l-contents-goods-loppi-reserve__title {
    margin-bottom: 6%;
  }
  .l-contents-goods-loppi-reserve__block {
    margin-bottom: 8%;
  }
  .l-contents-goods-loppi-reserve__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-food__title {
    margin-bottom: 6%;
  }
  .l-contents-food__title.typeA {
    margin-bottom: 6%;
  }
  .l-contents-food__block {
    position: relative;
    margin-bottom: 6%;
  }
  .l-contents-food__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-food__img {
    margin: 0 2% 7%;
  }
  .l-contents-food__price {
    width: 54%;
    margin: 0 auto 5%;
  }
  .l-contents-food__btn {
    width: 85%;
    margin: 0 auto 1%;
  }
  .l-contents-food__length {
    margin: 0 2% 6%;
  }
  .l-contents-food-reserve__name {
    margin: 0 1%;
  }
  .l-contents-food-reserve__number {
    width: 60%;
    margin: 0 auto;
  }
  .l-contents-food-loppi__title {
    margin: 0 3% 3%;
  }
  .l-contents-food-loppi__inner {
    width: 85%;
    margin: 0 auto;
  }
  .l-contents-food-loppi__text {
    text-align: left;
  }
  .l-contents-food-loppi__text.typeA {
    border-bottom: 1px solid #0b67b4;
    padding-bottom: 4%;
    margin-bottom: 5%;
  }
  .l-contents-food-loppi__text.typeB {
    margin-right: 4%;
    margin-bottom: 7%;
  }
  .l-contents-food-loppi-btn__list {
    margin: 0 -3%;
  }
  .l-contents-food-loppi-btn__item:first-child {
    margin-bottom: 3%;
  }
  .l-contents-food__note {
    margin: 0 2%;
  }
  .l-contents-bromide__title {
    margin-bottom: 6%;
  }
  .l-contents-bromide__block {
    position: relative;
  }
  .l-contents-bromide__length {
    margin: 0 3% 6%;
  }
  .l-contents-bromide__img {
    margin: 0 2% 8%;
  }
  .l-contents-bromide__price {
    margin: 0 3% 8% 2%;
  }
  .l-contents-bromide__btn {
    width: 85%;
    margin: 0 auto 9%;
  }
  .l-contents-bromide__note {
    margin: 0 2%;
  }
  .l-contents-card__title {
    margin-bottom: 7%;
  }
  .l-contents-card__section {
    margin: 0 1%;
  }
  .l-contents-card-block {
    position: relative;
    margin-bottom: 6%;
  }
  .l-contents-card-block.typeA {
    background-image: url(../img/contents_border_xpost.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 45%;
    padding-bottom: 6%;
    margin-bottom: 8%;
  }
  .l-contents-card-block.typeB {
    margin-bottom: 8%;
  }
  .l-contents-card-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-card-block__note {
    margin: 0 1%;
  }
  .l-contents-card__length {
    margin: 0 1.5% 6%;
  }
  .l-contents-card__read {
    margin: 0 3%;
  }
  .l-contents-card-goods__block {
    margin-bottom: 7%;
  }
  .l-contents-card-goods__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-card-goods__img {
    margin: 0 3%;
  }
  .l-contents-card-goods__img.typeA {
    margin-bottom: 6%;
  }
  .l-contents-card-goods__img.typeB {
    margin-bottom: 9%;
  }
  .l-contents-card-goods__img.typeC {
    margin: 0 1% 5%;
  }
  .l-contents-card-goods__img.typeD {
    margin: 0 1% 5%;
  }
  .l-contents-card-target__block {
    margin-bottom: 8%;
  }
  .l-contents-card-target__text {
    margin: 0 3% 5%;
  }
  .l-contents-card-step__title {
    width: 56%;
    text-align: center;
    margin: 0 auto 4%;
  }
  .l-contents-card-step__img {
    text-align: center;
    width: 76%;
    margin: 0 auto;
  }
  .l-contents-card-caution__title {
    margin: 0 2% 2%;
  }
  .l-contents-mileage__title {
    margin-bottom: 5%;
  }
  .l-contents-mileage__section {
    margin: 0 1%;
  }
  .l-contents-mileage-block {
    position: relative;
    margin-bottom: 6%;
  }
  .l-contents-mileage-block.typeA {
    margin-bottom: 9%;
  }
  .l-contents-mileage-block.typeB {
    margin-bottom: 7%;
  }
  .l-contents-mileage-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-mileage-block__note {
    margin: 0 1%;
  }
  .l-contents-mileage__read {
    margin-bottom: 5%;
  }
  .l-contents-mileage__length {
    margin: 0 1%;
  }
  .l-contents-mileage__length.typeA {
    margin-bottom: 2%;
  }
  .l-contents-mileage__list {
    display: flex;
    justify-content: center;
    margin: 0 4%;
  }
  .l-contents-mileage__item {
    margin-right: 2%;
  }
  .l-contents-mileage__item:last-child {
    margin-right: 0;
  }
  .l-contents-mileage-goods__block {
    margin-bottom: 5%;
  }
  .l-contents-mileage-goods__img.typeA {
    margin-bottom: 5%;
  }
  .l-contents-mileage-goods__img.typeB {
    margin-bottom: 5%;
  }
  .l-contents-mileage-goods-btn {
    margin-bottom: 7%;
  }
  .l-contents-mileage-goods-btn__item {
    width: 85%;
    margin: 0 auto 6%;
  }
  .l-contents-mileage-goods-btn__item:last-child {
    width: 50%;
    margin-bottom: 0;
  }
  .l-contents-mileage-entry-caution {
    margin: 0 1%;
    background-color: #fff963;
    border: 1px solid #bf321e;
    text-align: center;
    padding: 2% 0;
  }
  .l-contents-mileage-entry-caution__text {
    font-size: 70%;
    font-weight: bold;
    color: #bf321e;
  }
  .l-contents-mileage-app__img {
    margin: 0 1% 3%;
  }
  .l-contents-mileage-point__block {
    border: 1px solid #bf321e;
    margin: 0 1%;
    background: #fff963;
    padding: 3% 3% 3%;
  }
  .l-contents-mileage-point__list {
    text-align: left;
    margin-bottom: 1em;
  }
  .l-contents-mileage-point__item {
    font-size: 70%;
    color: #252525;
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-mileage-point__item span {
    color: #bf321e;
  }
  .l-contents-mileage-point-link {
    text-align: left;
    margin-bottom: 1em;
  }
  .l-contents-mileage-point-link__item {
    font-size: 70%;
    margin-bottom: 1em;
  }
  .l-contents-mileage-point-link__item:last-child {
    margin-bottom: 0;
  }
  .l-contents-mileage-point-link__item a {
    font-weight: 500;
    border-bottom: 1px solid #bf321e;
    color: #bf321e;
  }
  .l-contents-mileage-point-caution {
    background: #fff;
    padding: 3% 3% 3%;
  }
  .l-contents-mileage-point-caution__list {
    text-align: left;
  }
  .l-contents-mileage-point-caution__item {
    font-weight: 500;
    color: #bf321e;
    font-size: 70%;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-mileage-target__title {
    width: 56%;
    text-align: center;
    margin: 0 auto 6%;
  }
  .l-contents-mileage-target__pop {
    width: 92%;
    text-align: center;
    margin: 0 auto 9%;
  }
  .l-contents-mileage-target-slider {
    width: 97%;
    margin: 0 auto 8%;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .l-contents-mileage-target-slider__title {
    width: 56%;
    text-align: center;
    margin: 0 auto 3%;
  }
  .l-contents-mileage-target-slider__img img {
    margin: 0 auto;
  }
  .l-contents-mileage-target__area {
    width: 97%;
    margin: 0 auto;
    background-color: #0d67b3;
    border-radius: 5px;
  }
  .l-contents-mileage-target-accordion {
    padding: 2% 28%;
    line-height: 1;
  }
  .l-contents-mileage-target-accordion::after {
    content: "";
    background-image: url(../img/mileage_target_item01_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 44%;
    width: 5.6%;
    position: absolute;
    right: 8%;
    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);
  }
  .l-contents-mileage-target-accordion.open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  .l-contents-mileage-target-accordion__title {
    text-align: center;
    line-height: 1;
  }
  .l-contents-mileage-target__table {
    padding: 0 0.8% 0.8%;
  }
  .l-contents-mileage-target__cell {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.5% 3.5%;
  }
  .l-contents-mileage-target__cell span {
    text-align: left;
    font-size: 85%;
    color: #2b2b2b;
    vertical-align: middle;
  }
  .l-contents-mileage-target__cell span.typeA {
    font-size: 80%;
    letter-spacing: -2px;
  }
  .l-contents-mileage-target__cell span:first-of-type {
    width: 11%;
    margin-right: auto;
  }
  .l-contents-mileage-target__cell span:nth-child(2) {
    width: 85%;
  }
  .l-contents-mileage-target__cell span:nth-child(3) {
    margin-right: 1em;
  }
  .l-contents-mileage-target__cell span:last-child {
    width: 85%;
  }
  .l-contents-mileage-target__cell:nth-child(even) {
    background: #f0f0f0;
  }
  .l-contents-mileage-target__cell:nth-child(odd) {
    background: #ffffff;
  }
  .l-contents-mileage-target__cell:last-child {
    border-radius: 0 0 5px 5px;
  }
  .l-contents-mileage-target__cell:first-of-type {
    background: #252525;
    padding: 1.5% 3.5% 1.5%;
    justify-content: center;
    border-radius: 5px 5px 0 0;
  }
  .l-contents-mileage-target__cell:first-of-type span {
    line-height: 1;
    text-align: center;
    font-size: 85%;
    color: #fffdf6;
  }
  .l-contents-mileage-target__cell:first-of-type span:after {
    content: "／";
  }
  .l-contents-mileage-target__cell:first-of-type span:first-child {
    width: auto;
    margin-right: 0;
  }
  .l-contents-mileage-target__cell:first-of-type span:nth-child(2) {
    width: auto;
    margin-right: 0;
  }
  .l-contents-mileage-target__cell:first-of-type span:nth-child(3) {
    width: auto;
    margin-right: 0;
  }
  .l-contents-mileage-target__cell:first-of-type span:last-child {
    width: auto;
    margin-left: 0;
  }
  .l-contents-mileage-target__cell:first-of-type span:last-child:after {
    content: none;
  }
  .l-contents-mileage-caution__title {
    margin: 0 2% 4%;
  }
  .l-contents-mileage-caution__inner {
    width: 95%;
    margin: 0 auto;
  }
  .l-contents-mileage-caution-block {
    margin-bottom: 1em;
  }
  .l-contents-mileage-caution-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-mileage-caution-block__title {
    text-align: left;
    color: #252525;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 80%;
    font-weight: 500;
    margin-bottom: 1em;
    text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 0 2px #ffffff, -2px 0 2px #ffffff, 0 2px 2px #ffffff, 0 -2px 2px #ffffff;
  }
  .l-contents-mileage-caution__list {
    text-align: left;
  }
  .l-contents-mileage-caution__item {
    font-weight: 500;
    color: #252525;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 70%;
    text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 0 2px #ffffff, -2px 0 2px #ffffff, 0 2px 2px #ffffff, 0 -2px 2px #ffffff;
  }
  .l-contents-mileage-caution-link {
    margin-top: 1em;
    text-align: left;
  }
  .l-contents-mileage-caution-link__item {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 70%;
    font-weight: 500;
    margin-bottom: 0.5em;
    text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px 0 2px #ffffff, -2px 0 2px #ffffff, 0 2px 2px #ffffff, 0 -2px 2px #ffffff;
  }
  .l-contents-mileage-caution-link__item:last-child {
    margin-bottom: 0;
  }
  .l-contents-mileage-caution-link__item a {
    color: #bf321e;
    border-bottom: 1px solid #bf321e;
  }
  .l-contents-xpost__title {
    margin-bottom: 6%;
  }
  .l-contents-xpost__read {
    text-align: center;
    margin: 0 3% 5%;
  }
  .l-contents-xpost-length {
    margin: 0 3%;
  }
  .l-contents-xpost__img {
    position: relative;
    z-index: 1;
    width: 53%;
    margin: 0 auto 5%;
  }
  .l-contents-xpost__note {
    position: relative;
    margin: 0 3% 5%;
  }
  .l-contents-xpost__btn {
    margin: 0 8%;
    position: relative;
    text-align: center;
  }
  .l-contents-xpost__block {
    background-image: url(../img/contents_border_xpost.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 45%;
    padding-bottom: 13%;
    margin-bottom: 13%;
  }
  .l-contents-xpost-caution {
    margin: 0 3%;
  }
  .l-contents-xpost-caution__contents {
    position: relative;
    margin-bottom: 10%;
  }
  .l-contents-xpost-caution__contents:last-child {
    margin-bottom: 0;
  }
  .l-contents-xpost-caution__title {
    position: absolute;
    top: -8%;
    left: 0;
    right: 0;
    width: 65%;
    margin: 0 auto;
  }
  .l-contents-xpost-caution__title.typeA {
    top: -8.5%;
  }
  .l-contents-xpost-caution__title.typeB {
    top: -19%;
  }
  .l-contents-xpost-caution__inner {
    background-color: #ffffff;
    border: 1px solid #42210b;
    padding: 11% 3% 5%;
  }
  .l-contents-xpost-caution__block {
    margin-bottom: 1em;
  }
  .l-contents-xpost-caution__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-xpost-caution__item {
    text-align: left;
    color: #333333;
    font-size: 70%;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-xpost-caution__item.typeA {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .l-contents-xpost-caution__link {
    text-align: left;
    font-size: 70%;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-xpost-caution__link a {
    color: #0d67b3;
  }
  .l-contents-broadcast__title {
    margin-bottom: 6%;
  }
  .l-contents-broadcast__read {
    width: 85%;
    margin: 0 auto;
  }
  .l-contents-broadcast__border {
    background-image: url(../img/contents_border_xpost.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 45%;
    padding-bottom: 9%;
    margin-bottom: 10%;
  }
  .l-contents-broadcast-block {
    position: relative;
    margin-bottom: 11%;
  }
  .l-contents-broadcast-block.typeA {
    margin-bottom: 4%;
  }
  .l-contents-broadcast-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-broadcast-block__title {
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
  }
  .l-contents-broadcast-block__inner {
    border: 1px solid #42210b;
    background-color: #fff;
    padding: 9% 8%;
    width: 96%;
    margin: 0 auto;
  }
  .l-contents-broadcast-block-product__title {
    text-align: center;
    width: 65%;
    margin: 0 auto;
    line-height: 1;
  }
  .l-contents-broadcast-block-product__text {
    font-weight: 500;
    text-align: left;
    margin: 0 auto;
    font-size: 105%;
    color: #222222;
    display: inline-block;
  }
  .l-contents-broadcast-block-product__text.typeA {
    margin-top: 6%;
    font-weight: bold;
    text-align: center;
  }
  .l-contents-broadcast-time__block {
    text-align: center;
    margin-bottom: 8%;
  }
  .l-contents-broadcast-time__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-broadcast-time__title {
    text-align: center;
    width: 65%;
    margin: 0 auto 3%;
    line-height: 1;
  }
  .l-contents-broadcast-time__length {
    margin: 0 auto 7%;
  }
  .l-contents-broadcast-time__length.typeA {
    width: 62%;
    margin: 0 auto 7%;
  }
  .l-contents-broadcast__note {
    margin: 0 2%;
  }

  .pagetop {
    right: 3%;
    width: 16%;
    z-index: 1;
  }

  .accordion-title {
    position: relative;
    margin: 0;
    cursor: pointer;
  }
  .accordion-content {
    display: none;
  }

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

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

  .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .slide-arrow.prev-arrow {
    left: 1.5%;
    z-index: 1;
  }
  .slide-arrow.next-arrow {
    right: 1.5%;
  }
}
/* Common
------------------------------------------------------------- */
.wf-hannari {
  font-family: "Hannari";
}

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

.color-red {
  color: #da4218;
}
.color-green {
  color: #009944;
}
.color-blue {
  color: #033256;
}
.color-pink {
  color: #e60012;
}
.color-white {
  color: #ffffff;
}

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

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

@media screen and (min-width: 751px) {
  div#wrapper-content .coming {
    padding: 10px 0 8px;
  }
  div#wrapper-content .coming img {
    width: 60px;
  }

  .main__block {
    position: relative;
  }
  .main__visual {
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  .main__img {
    line-height: 0;
  }
}
@media screen and (max-width: 750px) {
  div#wrapper-content .coming {
    padding: 1.5% 0 1.5%;
    line-height: 1;
  }
  div#wrapper-content .coming img {
    width: 15%;
  }

  .main__block {
    position: relative;
  }
  .main__visual {
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  .main__img {
    line-height: 0;
  }
}
/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-foot {
    background-image: url(../img/foot_bg.png);
    background-repeat: repeat-x;
    background-position: center bottom;
  }

  .l-contact {
    background-color: #42210b;
    padding: 10px 0 9px;
    margin: 80px auto 59px;
    position: relative;
  }
  .l-contact.typeA {
    margin: 60px auto 93px;
  }
  .l-contact__area {
    position: relative;
  }
  .l-contact__inner {
    text-align: center;
  }

  .foot__btn {
    margin-top: 40px;
  }

  .snslist {
    z-index: 1;
    position: relative;
    text-align: center;
    letter-spacing: -0.4em;
    padding-bottom: 20px;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }

  .l-bnr {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 70px;
  }
  .l-bnr__item {
    margin-bottom: 30px;
    line-height: 0;
  }
  .l-bnr__item:last-child {
    margin-bottom: 0;
  }
  .l-bnr__item a:hover {
    opacity: 0.6;
  }

  .pagemenu {
    margin-top: 60px;
    text-align: center;
  }
  .l-copy__area {
    text-align: center;
    margin: 0 auto 50px;
    position: relative;
  }
  .l-copy__text {
    text-align: center;
    line-height: 0;
  }
}
@media screen and (max-width: 750px) {
  .l-foot {
    background-image: url(../img/foot_bg_sp.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 2.5%;
  }
  .l-foot.typeA {
    margin-top: 10%;
  }

  .page__bnr {
    text-align: center;
    margin: 0 2% 6%;
  }

  .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 {
    background-color: #42210b;
    padding: 1% 1% 1%;
    margin: 0 0 9%;
    position: relative;
  }
  .l-contact__area {
    position: relative;
  }
  .l-contact__inner {
    text-align: center;
  }
  .l-contact__body {
    position: relative;
  }

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

  .snslist {
    z-index: 1;
    position: relative;
    text-align: center;
    letter-spacing: -0.4em;
    padding-bottom: 4%;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }

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

  .pagemenu {
    margin: 8% 3% 0;
    text-align: center;
  }
  .l-copy__area {
    width: 48%;
    margin: 0 auto 8%;
    position: relative;
  }
  .l-copy__text {
    text-align: center;
    line-height: 0;
  }
}
.icon {
  display: inline;
}

div#wrapper-content img.text {
  width: 99%;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-nav__body {
    margin-top: 40px;
  }
  .l-nav__inner {
    text-align: center;
    margin: 0 auto;
  }
  .l-nav-block {
    margin-bottom: 60px;
  }
  .l-nav-block:last-child {
    margin-bottom: 0;
  }
  .l-nav-block__title {
    margin-bottom: 10px;
  }
  .l-nav__item {
    margin-bottom: 40px;
  }
  .l-nav__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .l-nav__body {
    margin: 5% 0 10%;
  }
  .l-nav__body.typeA {
    padding-bottom: 0;
  }
  .l-nav__inner {
    margin: 0 1%;
  }
  .l-nav-block {
    margin-bottom: 8%;
  }
  .l-nav-block:last-child {
    margin-bottom: 0;
  }
  .l-nav-block__title {
    width: 65%;
    margin: 0 auto 1%;
  }
  .l-nav-block__title.typeA {
    width: 60%;
  }
  .l-nav__item {
    margin-bottom: 4%;
  }
  .l-nav__item:last-child {
    margin-bottom: 0;
  }
}