@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");
#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;
  }

  #idolish7_article {
    margin: auto;
    background-color: #64B4C6;
  }
  #idolish7_article img {
    vertical-align: top;
  }
  #idolish7_contents {
    overflow: hidden;
    background-color: #ffffff;
  }

  .idolish7-container {
    width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    background-image: url(../img/outer_bg.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
  }

  .l-contents-block {
    margin-bottom: 40px;
  }
  .l-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-block-title {
    text-align: center;
  }
  .l-contents-block-title__inner {
    padding: 26px 0 30px;
  }
  .l-contents-block-title__inner.typeA {
    padding: 10px 0 14px;
  }
  .l-contents-block__border {
    border: 2px solid #18808D;
  }
  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__item {
    color: #000;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
  }
  .l-contents-block__item.space {
    padding-left: 0;
    text-indent: 0;
  }
  .l-contents-block__item .paragraph {
    margin-left: 1.5em;
  }
  .l-contents-block__bg {
    background-color: #18808D;
    border-radius: 8px 8px;
    padding: 8px 8px 8px;
  }
  .l-contents-block__bg.typeB {
    border-radius: 0;
  }
  .l-contents-block__inner {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
  }
  .l-contents-block__inner.typeA {
    border-radius: 4px 4px;
  }
  .l-contents-block__inner.typeB {
    border-radius: 0;
  }
  .l-contents-section {
    width: 712px;
    margin: 0 auto 60px;
  }
  .l-contents-section:last-child {
    margin-bottom: 0;
  }
  .l-food__inner {
    padding: 30px 25px 30px;
  }
  .l-food-length {
    margin-bottom: 30px;
    background-color: #D9EEF0;
  }
  .l-food-length__inner {
    padding: 25px 30px 20px;
  }
  .l-food-length__title {
    text-align: center;
    background-color: #64B4C6;
    padding: 20px 0 18px;
  }
  .l-food-length__date {
    text-align: center;
    margin-bottom: 20px;
  }
  .l-food__block {
    margin: 20px 20px 30px;
  }
  .l-food__title {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 2px solid #18808D;
  }
  .l-food__price {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-food__img {
    text-align: center;
  }
  .l-food__img.typeA {
    margin-bottom: 50px;
  }
  .l-food__img.typeB {
    margin-bottom: 40px;
  }
  .l-food__btn {
    text-align: center;
    margin: 30px 0 10px;
  }
  .l-goods__inner {
    padding: 30px 25px 30px;
  }
  .l-goods__section {
    margin-bottom: 30px;
  }
  .l-goods__section.typeA {
    margin-bottom: 60px;
  }
  .l-goods__section:last-child {
    margin-bottom: 0;
  }
  .l-goods-length {
    margin-bottom: 30px;
    background-color: #D9EEF0;
  }
  .l-goods-length__inner {
    padding: 25px 30px 20px;
  }
  .l-goods-length__title {
    text-align: center;
    background-color: #64B4C6;
    padding: 20px 0 18px;
  }
  .l-goods-length__date {
    text-align: center;
    margin-bottom: 20px;
  }
  .l-goods__block {
    margin: 20px 20px 30px;
  }
  .l-goods__title {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid #18808D;
  }
  .l-goods__title.typeB {
    padding-left: 10px;
  }
  .l-goods__price {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .l-goods__area {
    position: relative;
  }
  .l-goods__badge {
    position: absolute;
  }
  .l-goods__badge.typeA {
    bottom: -84px;
    right: 0;
  }
  .l-goods__badge.typeB {
    bottom: 30px;
    right: 86px;
  }
  .l-goods__img {
    text-align: center;
  }
  .l-goods__img.typeA {
    margin-bottom: 31px;
  }
  .l-goods__img.typeB {
    margin-bottom: 80px;
  }
  .l-goods__btn {
    text-align: center;
    margin: 30px 0 10px;
  }
  .l-reserve__inner {
    padding: 30px 25px 30px;
  }
  .l-reserve__section {
    margin-bottom: 30px;
  }
  .l-reserve__section:last-child {
    margin-bottom: 0;
  }
  .l-reserve-length {
    margin-bottom: 30px;
    background-color: #D9EEF0;
  }
  .l-reserve-length__inner {
    padding: 25px 30px 20px;
  }
  .l-reserve-length__title {
    text-align: center;
    background-color: #64B4C6;
    padding: 20px 0 18px;
  }
  .l-reserve-length__date {
    text-align: center;
    margin-bottom: 20px;
  }
  .l-reserve__block {
    margin: 20px 20px 30px;
  }
  .l-reserve__title {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 2px solid #18808D;
  }
  .l-reserve__price {
    text-align: center;
    margin-bottom: 20px;
  }
  .l-reserve__area {
    position: relative;
  }
  .l-reserve__badge {
    position: absolute;
  }
  .l-reserve__badge.typeA {
    right: 0;
    bottom: -125px;
  }
  .l-reserve__badge.typeB {
    right: 20px;
    bottom: 80px;
  }
  .l-reserve__badge.typeC {
    right: 0;
    bottom: -70px;
  }
  .l-reserve__img {
    text-align: center;
  }
  .l-reserve__img.typeA {
    margin-bottom: 70px;
  }
  .l-reserve__img.typeC {
    margin-bottom: 20px;
  }
  .l-reserve__note.typeA {
    position: absolute;
    width: 140px;
    bottom: 0;
    right: 0;
  }
  .l-loppi__inner {
    padding: 30px 25px 30px;
  }
  .l-loppi-length {
    margin-bottom: 30px;
    background-color: #D9EEF0;
  }
  .l-loppi-length__inner {
    padding: 25px 30px 20px;
  }
  .l-loppi-length__title {
    text-align: center;
    background-color: #64B4C6;
    padding: 20px 0 18px;
  }
  .l-loppi-length__date {
    text-align: center;
    margin-bottom: 20px;
  }
  .l-loppi__title {
    text-align: center;
    background-color: #64B4C6;
    padding: 5px 0;
  }
  .l-loppi-number {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-loppi-number:last-child {
    margin-bottom: 0;
  }
  .l-loppi-number__text {
    font-size: 20px;
    font-weight: bold;
  }
  .l-loppi-number__text.typeA {
    margin-bottom: 10px;
  }
  .l-loppi-number__price {
    font-size: 20px;
    font-weight: bold;
  }
  .l-loppi-section {
    margin-bottom: 30px;
  }
  .l-loppi-section:last-child {
    margin-bottom: 0;
  }
  .l-loppi-section__inner {
    background-color: #D9EEF0;
    padding: 25px 30px 20px;
  }
  .l-loppi__text {
    text-align: left;
    margin-left: 50px;
  }
  .l-loppi__text.typeA {
    margin-bottom: 20px;
  }
  .l-loppi__btn {
    text-align: center;
    margin-top: 30px;
  }
  .l-loppi__btn.typeA {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .l-tweet__inner {
    padding: 30px 25px 30px;
  }
  .l-tweet__read {
    text-align: center;
    margin-bottom: 60px;
  }
  .l-tweet-length {
    margin-bottom: 30px;
  }
  .l-tweet-length__title {
    text-align: center;
    background-color: #64B4C6;
    padding: 10px 0 8px;
  }
  .l-tweet-length__date {
    text-align: center;
    margin-top: 15px;
  }
  .l-tweet__img {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-tweet__btn {
    text-align: center;
  }
  .l-tweet-caution__block {
    margin-bottom: 1em;
  }
  .l-tweet-caution__block:last-child {
    margin-bottom: 0;
  }
  .l-tweet-caution__text {
    color: #000;
    font-size: 16px;
  }
  .l-tweet-caution__item {
    color: #000;
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-tweet-caution__item.typeA {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .l-tweet-caution__link {
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-tweet-caution__link a {
    color: #E60012;
  }
  .l-broadcast__inner {
    padding: 30px 25px 30px;
  }
  .l-broadcast__read {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-broadcast-length {
    margin-bottom: 30px;
    text-align: center;
  }
  .l-broadcast-length__title {
    text-align: center;
    background-color: #64B4C6;
    padding: 10px 0 8px;
  }
  .l-broadcast-length__date {
    text-align: center;
    margin-top: 15px;
  }
  .l-broadcast-length__time {
    display: inline-block;
    text-align: left;
    font-size: 30px;
    margin-top: 15px;
    line-height: 1.2;
  }
  .l-broadcast__img {
    text-align: center;
    margin-bottom: 30px;
    margin-right: -30px;
  }

  .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;
    /* テキスト長押しの選択ボックスを無効化 */
  }

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

  #idolish7_article {
    margin: auto;
  }
  #idolish7_article img {
    vertical-align: top;
  }
  #idolish7_contents {
    background-color: #ffffff;
  }

  .idolish7-container {
    background-color: #ffffff;
    background-image: url(../img/outer_bg.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
  }

  .l-contents-block {
    margin-bottom: 8%;
  }
  .l-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-block-title {
    text-align: center;
  }
  .l-contents-block-title__inner {
    padding: 2% 20% 2%;
    line-height: 1;
  }
  .l-contents-block-title__inner.typeA {
    padding: 2% 28% 2%;
  }
  .l-contents-block-title__inner.typeB {
    padding: 2% 16% 2%;
  }
  .l-contents-block-title__inner.typeC {
    padding: 2% 15% 2%;
  }
  .l-contents-block-title__inner.typeD {
    padding: 2% 14% 2%;
  }
  .l-contents-block-title__inner.typeE {
    padding: 2% 12% 2%;
  }
  .l-contents-block__border {
    border: 1px solid #18808D;
  }
  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__item {
    color: #000;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 70%;
  }
  .l-contents-block__item.space {
    padding-left: 0;
    text-indent: 0;
  }
  .l-contents-block__bg {
    background-color: #18808D;
    border-radius: 4px 4px;
    padding: 2px 2px 2px;
  }
  .l-contents-block__bg.typeB {
    border-radius: 0;
  }
  .l-contents-block__inner {
    background-color: #fff;
    border-radius: 0 0 2px 2px;
  }
  .l-contents-block__inner.typeA {
    border-radius: 2px 2px;
  }
  .l-contents-block__inner.typeB {
    border-radius: 0;
  }
  .l-contents-section {
    margin: 0 4% 8%;
  }
  .l-contents-section:last-child {
    margin-bottom: 0;
  }
  .l-food__inner {
    padding: 4% 3% 4%;
  }
  .l-food-length {
    margin-bottom: 6%;
    background-color: #D9EEF0;
  }
  .l-food-length__inner {
    padding: 4% 4% 4%;
  }
  .l-food-length__title {
    text-align: center;
    background-color: #64B4C6;
    padding: 2% 30%;
    line-height: 1;
  }
  .l-food-length__date {
    text-align: center;
    line-height: 1;
    margin: 0 10% 3%;
  }
  .l-food__block {
    margin: 3% 3% 4%;
  }
  .l-food__title {
    text-align: center;
    padding: 0 5% 2%;
    margin-bottom: 4%;
    border-bottom: 1px solid #18808D;
  }
  .l-food__price {
    text-align: center;
    width: 55%;
    line-height: 1;
    margin: 0 auto 8%;
  }
  .l-food__img {
    text-align: center;
  }
  .l-food__img.typeA {
    width: 85%;
    margin: 0 auto 6%;
  }
  .l-food__img.typeB {
    width: 90%;
    margin: 0 auto 5%;
  }
  .l-food__btn {
    text-align: center;
    margin: 6% 0 2%;
  }
  .l-goods__inner {
    padding: 4% 3% 4%;
  }
  .l-goods__section {
    margin-bottom: 6%;
  }
  .l-goods__section.typeA {
    margin-bottom: 10%;
  }
  .l-goods__section:last-child {
    margin-bottom: 0;
  }
  .l-goods-length {
    margin-bottom: 6%;
    background-color: #D9EEF0;
  }
  .l-goods-length__inner {
    padding: 4% 4% 4%;
  }
  .l-goods-length__title {
    text-align: center;
    background-color: #64B4C6;
    padding: 2% 30%;
    line-height: 1;
  }
  .l-goods-length__date {
    text-align: center;
    line-height: 1;
    margin: 0 10% 3%;
  }
  .l-goods__block {
    margin: 3% 3% 4%;
  }
  .l-goods__title {
    text-align: center;
    margin-bottom: 2%;
    border-bottom: 1px solid #18808D;
    line-height: 1;
  }
  .l-goods__title.typeA {
    padding: 0 8% 2%;
  }
  .l-goods__title.typeB {
    padding: 0 14% 2%;
  }
  .l-goods__price {
    text-align: center;
    line-height: 1;
    margin: 4% auto 6%;
  }
  .l-goods__price.typeA {
    width: 38%;
  }
  .l-goods__price.typeB {
    width: 35%;
  }
  .l-goods__area {
    position: relative;
  }
  .l-goods__badge {
    position: absolute;
    width: 20%;
  }
  .l-goods__badge.typeA {
    right: 0;
    bottom: -41%;
  }
  .l-goods__badge.typeB {
    right: 10%;
    bottom: 4%;
  }
  .l-goods__img {
    text-align: center;
  }
  .l-goods__img.typeA {
    margin-bottom: 10%;
  }
  .l-goods__img.typeB {
    margin-bottom: 6%;
  }
  .l-goods__btn {
    text-align: center;
    margin: 4% 0 2%;
  }
  .l-reserve__inner {
    padding: 4% 3% 4%;
  }
  .l-reserve__section {
    margin-bottom: 4%;
  }
  .l-reserve__section:last-child {
    margin-bottom: 0;
  }
  .l-reserve-length {
    margin-bottom: 4%;
    background-color: #D9EEF0;
  }
  .l-reserve-length__inner {
    padding: 4% 4% 4%;
  }
  .l-reserve-length__title {
    text-align: center;
    background-color: #64B4C6;
    padding: 3% 4% 2%;
    line-height: 1;
  }
  .l-reserve-length__date {
    text-align: center;
    margin-bottom: 4%;
    line-height: 1;
  }
  .l-reserve__block {
    margin: 3% 3% 4%;
  }
  .l-reserve__title {
    text-align: center;
    margin-bottom: 4%;
    border-bottom: 1px solid #18808D;
    line-height: 1;
  }
  .l-reserve__title.typeA {
    padding: 0 16% 2%;
  }
  .l-reserve__title.typeB {
    padding: 0 26% 2%;
  }
  .l-reserve__title.typeC {
    padding: 0 20% 2%;
  }
  .l-reserve__price {
    text-align: center;
    margin: 0 auto 4%;
    line-height: 1;
  }
  .l-reserve__price.typeA {
    width: 42%;
  }
  .l-reserve__price.typeB {
    width: 38%;
  }
  .l-reserve__price.typeC {
    width: 36%;
  }
  .l-reserve__area {
    position: relative;
  }
  .l-reserve__badge {
    position: absolute;
    width: 18%;
  }
  .l-reserve__badge.typeA {
    right: 0;
    bottom: -63%;
  }
  .l-reserve__badge.typeB {
    right: 0;
    bottom: 22%;
  }
  .l-reserve__badge.typeC {
    right: 0;
    bottom: -32%;
  }
  .l-reserve__img {
    text-align: center;
  }
  .l-reserve__img.typeA {
    margin-bottom: 10%;
  }
  .l-reserve__img.typeB {
    margin-bottom: 4%;
  }
  .l-reserve__img.typeC {
    margin-bottom: 10%;
  }
  .l-reserve__note.typeB {
    width: 74%;
  }
  .l-loppi__inner {
    padding: 4% 3% 4%;
  }
  .l-loppi-length {
    margin-bottom: 6%;
    background-color: #D9EEF0;
  }
  .l-loppi-length__inner {
    padding: 4% 4% 4%;
  }
  .l-loppi-length__title {
    text-align: center;
    background-color: #64B4C6;
    padding: 3% 4% 2%;
    line-height: 1;
  }
  .l-loppi-length__date {
    text-align: center;
    margin-bottom: 4%;
    line-height: 1;
  }
  .l-loppi__title {
    text-align: center;
    background-color: #64B4C6;
    line-height: 1;
  }
  .l-loppi__title.typeA {
    padding: 1% 32% 1%;
  }
  .l-loppi__title.typeB {
    padding: 1% 10% 1%;
  }
  .l-loppi-number {
    text-align: center;
    margin-bottom: 5%;
  }
  .l-loppi-number:last-child {
    margin-bottom: 0;
  }
  .l-loppi-number__text {
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 1%;
  }
  .l-loppi-number__text.typeA {
    margin-bottom: 3%;
  }
  .l-loppi-number__price {
    font-size: 90%;
    font-weight: bold;
  }
  .l-loppi-section {
    margin-bottom: 6%;
  }
  .l-loppi-section:last-child {
    margin-bottom: 0;
  }
  .l-loppi-section__inner {
    background-color: #D9EEF0;
    padding: 3% 3% 3%;
  }
  .l-loppi__text {
    text-align: left;
  }
  .l-loppi__text.typeA {
    margin: 0 3% 3%;
  }
  .l-loppi__text.typeB {
    margin: 0 35% 3% 3%;
  }
  .l-loppi__btn {
    text-align: center;
    margin-top: 4%;
  }
  .l-loppi__btn.typeA {
    margin-top: 0;
    margin-bottom: 4%;
  }
  .l-tweet__inner {
    padding: 4% 3% 4%;
  }
  .l-tweet__read {
    text-align: center;
    margin-bottom: 4%;
  }
  .l-tweet-length {
    margin-bottom: 8%;
    background-color: #D9EEF0;
  }
  .l-tweet-length__title {
    text-align: center;
    background-color: #64B4C6;
    line-height: 1;
    padding: 2% 26%;
  }
  .l-tweet-length__date {
    text-align: center;
    line-height: 1;
    padding: 3% 10% 3%;
  }
  .l-tweet__img {
    text-align: center;
    width: 70%;
    margin: 0 auto 6%;
  }
  .l-tweet__btn {
    text-align: center;
    width: 65%;
    margin: 0 auto;
  }
  .l-tweet-caution__block {
    margin-bottom: 1em;
  }
  .l-tweet-caution__block:last-child {
    margin-bottom: 0;
  }
  .l-tweet-caution__text {
    color: #000;
    font-size: 80%;
  }
  .l-tweet-caution__item {
    color: #000;
    font-size: 80%;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-tweet-caution__item.typeA {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .l-tweet-caution__link {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 80%;
  }
  .l-tweet-caution__link a {
    color: #E60012;
  }
  .l-broadcast__inner {
    padding: 4% 3% 4%;
  }
  .l-broadcast__read {
    text-align: center;
    margin-bottom: 4%;
  }
  .l-broadcast-length {
    text-align: center;
    margin-bottom: 6%;
  }
  .l-broadcast-length__title {
    text-align: center;
    background-color: #64B4C6;
    line-height: 1;
  }
  .l-broadcast-length__title.typeA {
    padding: 2% 40%;
  }
  .l-broadcast-length__title.typeB {
    padding: 2% 36%;
  }
  .l-broadcast-length__date {
    text-align: center;
    line-height: 1;
    padding: 3% 10% 0;
  }
  .l-broadcast-length__time {
    text-align: left;
    margin: 2% auto 0;
    display: inline-block;
    font-size: 120%;
  }
  .l-broadcast__img {
    text-align: center;
    margin: 0 10% 4% 15%;
  }

  .pagetop {
    right: 6%;
    width: 16%;
    z-index: 1;
  }
}
/* Common
------------------------------------------------------------- */
.wf-hannari {
  font-family: "Hannari";
}

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

.color-red {
  color: #D70059;
}
.color-green {
  color: #009944;
}
.color-blue {
  color: #033256;
}
.color-pink {
  color: #e95471;
}
.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) {
  .coming {
    padding: 10px 0 8px;
  }

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

  .main__block {
    padding: 6% 5% 0;
    position: relative;
  }
  .main__visual {
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
}
/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-contact {
    width: 712px;
    margin: 60px auto;
  }
  .l-contact__inner {
    text-align: center;
  }
  .l-contact__title {
    padding: 20px 0 18px;
    background-color: #18808D;
  }
  .l-contact__body {
    border: 2px solid #18808D;
    border-top: none;
    background-color: #fff;
    padding: 24px 0 30px;
  }
  .l-contact__item {
    margin-bottom: 30px;
  }
  .l-contact__item:last-child {
    margin-bottom: 0;
  }
  .l-contact__item a {
    transition: 0.3s;
    display: block;
  }
  .l-contact__item a:hover {
    opacity: 0.6;
  }

  .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: 25px;
  }
  .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;
  }

  .l-copy {
    text-align: center;
    line-height: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .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 {
    margin: 8% 4%;
  }
  .l-contact__inner {
    text-align: center;
  }
  .l-contact__title {
    line-height: 1;
    background-color: #18808D;
    padding: 3% 10%;
  }
  .l-contact__body {
    margin: 0;
    padding: 4% 2%;
    background-color: #fff;
    border: 2px solid #18808D;
    border-top: none;
  }
  .l-contact__text {
    padding: 0 15%;
  }
  .l-contact__item {
    margin-bottom: 4%;
  }
  .l-contact__item:last-child {
    margin-bottom: 0;
  }
  .l-contact__item a {
    display: block;
  }
  .l-contact__item.typeA {
    line-height: 1;
    margin-bottom: 5%;
  }
  .l-contact__item .text {
    width: 90%;
    margin: 0 auto;
  }
  .l-contact__link {
    margin-bottom: 4%;
  }
  .l-contact img {
    margin: auto;
  }

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

  .snslist {
    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 10% 5%;
  }
  .l-bnr__item {
    margin-bottom: 3%;
  }
  .l-bnr__item:last-child {
    margin-bottom: 0;
  }

  .l-copy {
    text-align: center;
    line-height: 0;
    width: 35%;
    margin: 0 auto 5%;
  }
}
.icon {
  display: inline;
}

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

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