@charset "utf-8";

/*=== 共通設定 ===*/
#primary {
  color: #232b35;
  font: 1.6rem/1.75 /*"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",*/ "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap : break-word;
}
#primary *,
#primary *::before,
#primary *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#primary a {
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
#primary a:link    {color:#232b35;text-decoration:none;}
#primary a:visited {color:#232b35;text-decoration:none;}
#primary a:hover   {color:#232b35;text-decoration:underline;}
#primary a:active  {color:#232b35;text-decoration:underline;}
#primary img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
#primary strong {
  font-weight: bold;
}


/*=== メインエリア ===*/
.main-inner {
  background-color: #fff;
}
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 85px;
}
.main-ttl {
  max-width: 578px;
  margin: 0 auto;
}


/*=== キャンペーン終了 ===*/
.end {
  max-width: 1200px;
  margin: 0 auto 15px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.end-inner {
  padding: 10px;
  border: 1px solid #ccc;
}
#primary .end-inner a,
#primary .end-inner a:visited {
  color: #ac2330;
}


/*=== キャンペーン期間 ===*/
.keyHeder {
  max-width: 1200px;
  margin: 0 auto 10px;
  padding: 0 20px;
}
.keyHeder-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.period {
  margin-left: 15px;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  line-height: 1.4;
}
.period-day {
  display: inline-block;
}
.period-day strong {
  font-size: 24px;
}
.period-extension {
  color: #ac2330;
  font-weight: bold;
}


/*=== メインビジュアル ===*/
.mainvisual {
  position: relative;
  background: url(../images/mv_bg_001.png) no-repeat right bottom / auto 100%;
  background-color: #fae9ac;
}
.mainvisual-area {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.mainvisual-txt {
  position: absolute;
  right: 0;
  bottom: -57px;
}


/*=== プレミアムとは ===*/
.premium .main-section {
  padding: 55px 20px 30px;
}
.premium-column {
  display: flex;
}
.premium-lead {
  width: 141px;
  margin-right: 18px;
  flex-shrink: 0;
}
.premium-ttl {
  padding-bottom: 4px;
  border-bottom: 1px solid #5b4530;
  color: #5b4530;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
.premium-ttl span {
  display: inline-block;
  position: relative;
  top: -8px;
  width: 264px;
  height: 27px;
  margin: 0 4px 4px 0;
}
.premium-cont {
  width: 100%;
  margin-top: 10px;
}
.premium-list {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.premium-item:not(:last-child) {
  margin-right: 20px;
}
#primary a.premium-link {
  display: flex;
  align-items: center;
  color: #5b4530;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}
#primary a.premium-link:visited {
  color: #5b4530;
}
#primary a.premium-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.premium-icon {
  width: 60px;
  min-width: 60px;
  margin-right: 10px;
}


/*=== コース ===*/
.course {
  color: #5b4530;
  background: url(../images/course_bg_001.png) repeat center;
}
.course .main-section {
  padding: 55px 20px 60px;
}
.course-ttl {
  width: 100%;
  max-width: 397px;
  margin: 0 auto;
}
.course-list {
  margin-top: 20px;
}
.course-label {
  font-size: 0;
}
.course-label span {
  display: inline-block;
  position: relative;
  height: 28px;
  margin-left: 10px;
  padding: 5px 20px 0 12px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  background-color: #5b4530;
}
.course-label span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 10px;
  border-color: transparent transparent #5b4530 transparent;
  transform: translateY(-50%);
  z-index: 1;
}
#primary a.course-link {
  display: block;
  text-decoration: none;
}
#primary a.course-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.course-cont {
  display: flex;
  align-items: center;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 0 6px 6px 6px;
  box-shadow: 0 5px 4px rgba(0,0,0,0.2);
}
.course-name {
  flex-shrink: 0;
  width: 265px;
  text-align: center;
}
.course-txt {
  width: 100%;
  padding: 10px 35px 10px 20px;
  border-left: 1px solid #5b4530;
  color: #5b4530;
  font-size: 18px;
  line-height: 1.5;
}
.course-note {
  margin-top: 5px;
  text-align: right;
}


/*=== リード文 ===*/
.lead .main-section {
  padding-bottom: 55px;
}
.lead-txt {
  color: #5b4530;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}
.lead-txt strong {
  color: #dd2525;
  font-size: 24px;
}
.lead-transition {
  margin-top: 30px;
}
#primary a.lead-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
  padding: 28px 60px 23px 20px;
  border: 4px solid #e64000;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  text-decoration: none;
  line-height: 1.2;
  background-color: #e64000;
  border-radius: 10px;
  box-shadow: 5px 7px 0 #a12d00;
}
#primary a.lead-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  background: url(../images/arrow_ic_001.png) no-repeat 0 0 / 100% auto;
  transform: translateY(-50%) rotate(90deg);
}
#primary a.lead-btn:visited {
  color: #fff;
}
#primary a.lead-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}


/*=== おすすめ特典のご紹介 ===*/
.benefit {
  background-color: #faf7f0;
}
.benefit-sec {
  margin-top: 40px;
  border: 2px solid #f6e9c5;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.benefit-sec:first-of-type {
  margin-top: 20px;
}
.benefit-head {
  position: relative;
  padding: 22px 10px 18px;
  background: rgb(244,229,185);
  background: linear-gradient(0deg, rgba(244,229,185,1) 0%, rgba(248,238,209,1) 50%, rgba(244,229,185,1) 100%);
}
.discount .benefit-head,
.support .benefit-head,
.remote .benefit-head {
  padding-left: 205px;
}
.benefit-course {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 175px;
  height: 60px;
}
.benefit-label {
  width: 100%;
  height: 27px;
  color: #5b4530;
  font-size: 16px;
  text-align: center;
  line-height: 27px;
  background-color: #fff;
}
.benefit-label:not(:first-child) {
  margin-top: 6px;
}
.benefit-label.pattern-wide {
  background-color: #e2d388;
}
.benefit-main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.discount .benefit-main,
.support .benefit-main,
.remote .benefit-main {
  justify-content: flex-start;
}
.benefit-icon {
  width: 50px;
  min-width: 50px;
  margin-right: 10px;
}
.benefit-ttl {
  color: #ff4800;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
}
.benefit-ttl_sub {
  margin-right: 10px;
  color: #5b4530;
  font-size: 24px;
  vertical-align: middle;
}
.benefit-ttl_sub u {
  text-decoration: none;
  border-bottom: 2px solid #5b4530;
}
.benefit-ttl_number {
  display: inline-block;
  width: 39px;
  min-width: 39px;
  margin-left: 8px;
}
.benefit-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 20px 15px;
  text-align: center;
  background-color: #fff;
}
.benefit-inner.pattern-wide {
  max-width: 100%;
}
.benefit-inner > *:first-child {
  margin-top: 0;
}
.benefit-txt {
  margin-top: 25px;
  font-size: 18px;
  text-align: left;
}
.benefit-detail {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.benefit-detail.pattern-two {
  justify-content: space-between;
}
.benefit-note {
  margin-right: 10px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  line-height: 1.3;
}
.benefit-transition {
  flex-shrink: 0;
}
#primary a.benefit-btn {
  display: inline-block;
  position: relative;
  padding: 4px 25px 2px 15px;
  border: 1px solid #5b4530;
  color: #5b4530;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 4px;
}
#primary a.benefit-btn:visited {
  color: #5b4530;
}
#primary a.benefit-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #5b4530;
  border-right: 2px solid #5b4530;
  transform: translateY(-50%) rotate(45deg);
}
#primary a.benefit-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.example {
  margin-top: 40px;
}
.repair .example {
  margin-top: -46px;
}
.example-label {
  display: inline-block;
  padding: 4px 18px 2px;
  color: #5b4530;
  font-weight: bold;
  font-size: 23px;
  background-color: #f6e9c5;
  border-radius: 30px;
}
.example-cont {
  margin-top: -23px;
  padding: 42px 20px 24px;
  background-color: #fcf9f0;
}


/*=== ソフ得とは？ ===*/
.soft .benefit-subttl {
  max-width: 184px;
  margin: 28px auto 0;
}
.soft-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.soft-item {
  position: relative;
  width: calc((100% - (27px * 3)) / 4);
  font-size: 18px;
  line-height: 1.5;
  background-color: #fcf9f0;
}
.soft-number {
  position: absolute;
  top: -22px;
  left: 50%;
  width: 47px;
  height: 47px;
  transform: translateX(-50%);
}
.soft-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 105px;
  padding: 34px 10px 10px;
  border-bottom: 1px solid #e7dabf;
  color: #ff4800;
  font-weight: bold;
  font-size: 20px;
}
.soft-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 145px;
  padding: 10px 5px;
}
.soft-txt strong {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fef5a9 0%);
}


/*=== ソフ得無料特典人気ランキング ===*/
.ranking {
  margin-top: 45px;
  background-color: #faf4e4;
  background-image: linear-gradient(-90deg, #fcf9f0 50%, rgba(255,255,255,0) 50%);
  background-size: 48px 48px;
  padding: 10px 20px 20px;
}
.ranking-ttl {
  color: #ff4800;
  font-weight: bold;
  font-size: 28px;
}
.ranking-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5px;
}
.ranking-item {
  display: flex;
  justify-content: center;
  width: calc((100% - 20px) / 2);
  padding: 25px 22px;
  text-align: left;
  line-height: 1.4;
  background-color: #fff;
}
.ranking-thumb {
  width: 70px;
  min-width: 70px;
  margin-right: 20px;
}
.ranking-name {
  font-weight: bold;
  font-size: 18px;
}
.ranking-txt {
  margin-top: 5px;
}
.ranking-emphasis {
  margin-top: 10px;
  color: #ff4800;
}
.ranking-item.pattern-large {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 30px;
}
.ranking-item.pattern-large .ranking-thumb {
  width: 74px;
  min-width: 74px;
}
.ranking-item.pattern-large .ranking-cont {
  font-size: 18px;
}
.ranking-item.pattern-large .ranking-name {
  font-size: 24px;
}


/*=== 優待特典・クーポン・ゲーム ===*/
.discount-sec {
  position: relative;
  max-width: 1040px;
  margin: 60px auto 0;
}
.discount-note {
  margin-top: 14px;
  font-size: 14px;
  text-align: left;
}
.discount .benefit-subttl {
  margin: 0 auto;
}


/*=== クラブオフ ===*/
.cluboff-list {
  display: flex;
  justify-content: space-between;
}
.cluboff-item {
  width: 100%;
  max-width: 310px;
  margin: 0 8px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  background-color: #fff;
}
.cluboff-head {
  display: flex;
  align-items: center;
  position: relative;
  padding: 11px 5px;
  margin-left: -20px;
  text-align: left;
  background-color: #f6e9c5;
}
.cluboff-head::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 6px transparent;
  border-right: solid 9px #a96a44;
}
.cluboff-head::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 27px 8px 27px 0px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
}
.cluboff-icon {
  width: 32px;
  min-width: 32px;
  margin-right: 5px;
}
.cluboff-lead {
  color: #5b4530;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
.cluboff-item:nth-of-type(1) .cluboff-thumb {
  max-width: 256px;
  margin: 10px auto 0;
}
.cluboff-item:nth-of-type(3) .cluboff-thumb {
  max-width: 144px;
  margin: 15px auto 10px;
}
.coupon {
  display: flex;
  justify-content: space-between;
  margin: 10px -10px 0;
}
.coupon-item {
  width: 50%;
  padding: 0 10px;
  line-height: 1.4;
}
.coupon-thumb {
  width: 62px;
  margin: 0 auto;
}
.coupon-lead {
  margin: 12px auto;
  font-weight: bold;
  font-size: 17px;
}


/*=== ビンゴ ===*/
.bingo .benefit-subttl {
  max-width: 394px;
}
.bingo .benefit-txt {
  margin-top: 15px;
  text-align: center;
}
.bingo .benefit-thumb {
  margin-top: 25px;
}


/*=== オンラインゲーム ===*/
.game .benefit-subttl {
  max-width: 298px;
}
.game-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.game-item {
  width: calc((100% - 20px) / 2);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
#primary a.game-link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 40px 18px 20px;
  color: #232b35;
  text-align: left;
  line-height: 1.5;
  text-decoration: none;
}
#primary a.game-link:visited {
  color: #232b35;
}
#primary a.game-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
#primary a.game-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #232b35;
  border-right: 2px solid #232b35;
  transform: translateY(-50%) rotate(45deg);
}
#primary a.game-link strong {
  color: #ff4800;
  font-size: 20px;
}
.game-icon {
  width: 77px;
  min-width: 77px;
  margin-right: 22px;
}


/*=== 訪問サポート ===*/
.support .benefit-inner {
  padding-bottom: 40px;
}
.support-line {
  max-width: 672px;
  margin: 0 auto;
}
.support-list {
  margin-right: -62px;
  font-size: 0;
  line-height: 1.2;
}
.support-item {
  display: inline-block;
  width: 100%;
  max-width: 305px;
  margin-top: 30px;
  margin-right: 62px;
  text-align: left;
}
.support-lead {
  font-weight: bold;
  font-size: 20px;
}
.support-txt {
  margin-bottom: 8px;
  color: #ff4800;
  font-size: 18px;
}


/*=== スマホ・タブレットサポート ===*/
.remote .benefit-inner {
  padding-bottom: 40px;
}
.remote .benefit-thumb {
  margin-top: 20px;
}


/*=== 特典ジャンル ===*/
.others .benefit-inner {
  padding-bottom: 40px;
}
.others-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.others-item {
  width: calc((100% - (10px * 4)) / 5);
  border: 1px solid #cdcdcd;
  border-radius: 10px;
}
#primary a.others-link {
  display: block;
  height: 100%;
  padding: 10px 10px 20px;
  color: #5b4530;
  text-decoration: none;
  line-height: 1.4;
}
#primary a.others-link:visited {
  color: #5b4530;
}
#primary a.others-link:hover {
  text-decoration: none;
}
#primary a.others-link:hover .others-btn {
  background-color: #faf7f0;
  opacity: 0.5;
}
.others-head {
  display: flex;
  align-items: center;
}
.others-icon {
  width: 60px;
  min-width: 60px;
  margin-right: 10px;
}
.others-lead {
  color: #ff4800;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
.others-btn {
  position: relative;
  margin-top: 20px;
  padding: 5px 20px 2px;
  border: 1px solid #5b4530;
  font-size: 20px;
  border-radius: 4px;
}
.others-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #5b4530;
  border-right: 2px solid #5b4530;
  transform: translateY(-50%) rotate(45deg);
}


/*=== プレミアムサービスご利用中お客様の声 ===*/
.voice {
  background-color: #f0ede8;
}
.voice-list {
  position: relative;
  margin: 30px 40px 0;
}
.voice-item {
  margin: 0 10px;
  padding: 20px 0 30px;
  color: #5b4530;
  background-color: #fff;
}
.voice-head {
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-weight: bold;
}
.voice-icon {
  width: 122px;
  min-width: 122px;
  margin-right: 15px;
}
.voice-main {
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.voice-txt {
  margin-top: 22px;
  padding: 0 20px;
  font-size: 18px;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
button.slick-arrow,
button.slick-arrow:hover  {
  width: 20px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-shadow: none;
  z-index: 1;
}
button.slick-prev,
button.slick-prev:hover {
  left: -40px;
  background-image: url(../images/slide_ic_001.png);
}
button.slick-next,
button.slick-next:hover {
  right: -40px;
  background-image: url(../images/slide_ic_002.png);
}
button.slick-prev::before,
button.slick-next::before {
  content: none;
}


/*=== キャンペーンお申し込み手順 ===*/
.entry-list {
  margin-top: 30px;
}
.entry-item {
  display: flex;
}
.entry-item:not(:first-child) {
  margin-top: 40px;
}
.entry-number {
  width: 48px;
  min-width: 48px;
  margin-right: 10px;
}
.entry-cont {
  width: 100%;
  padding-top: 10px;
  color: #5b4530;
  font-size: 20px;
  line-height: 1.5;
}
.entry-txt strong {
  color: #e64000;
  font-weight: bold;
}
.entry-zoom {
  margin: 45px 0 0 58px;
}
.entry-detail {
  margin-top: -11%;
  margin-left: calc(58px + 40px);
  padding-right: 40%;
}
.entry-note {
  padding-left: 1em;
  font-size: 18px;
  text-indent: -1em;
}
.entry-note + .entry-note {
  margin-top: 10px;
}
.entry-transition {
  margin-top: 40px;
}
#primary a.entry-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 28px 60px 23px 20px;
  border: 4px solid #e64000;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  background-color: #e64000;
  border-radius: 10px;
  box-shadow: 5px 7px 0 #a12d00;
}
#primary a.entry-btn:visited {
  color: #fff;
}
#primary a.entry-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
#primary a.entry-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  background: url(../images/arrow_ic_001.png) no-repeat 0 0 / 100% auto;
  transform: translateY(-50%);
}
#primary a.entry-btn.pattern-cashback {
  color: #e64000;
  background-color: #ffebe3;
}
#primary a.entry-btn.pattern-cashback::after {
  background-image: url(../images/arrow_ic_002.png);
}
#primary a.entry-btn.pattern-disabled:hover {
  opacity: 1;
  cursor: default;
}
.entry-arrow {
  width: 160px;
  min-width: 160px;
  margin: 80px auto 15px;
}
.entry-lead {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.entry-attention {
  max-width: 650px;
  margin: 28px auto 0;
  padding: 18px 22px;
  font-size: 14px;
  text-align: center;
  background-color: #ededed;
}


/*=== キャンペーン概要 ===*/
.overview {
  background-color: #faf7f0;
}
.overview-table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
}
.overview-table th {
  width: 190px;
  padding: 10px;
  border: 1px solid #d0dde6;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background-color: #f0f4f7;
}
.overview-table td {
  padding: 13px 10px 10px;
  border: 1px solid #d0dde6;
  font-size: 14px;
  vertical-align: middle;
  background-color: #fff;
}
.overview-table ul {
  padding-left: 1em;
  text-indent: -1em;
}
.overview-table li > p:not(:first-child) {
  text-indent: 0;
}
.overview-table ol {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.overview-table .pattern-space {
  margin-top: 20px;
}


@media only screen and (max-width: 768px) {
  /*=== 共通設定 ===*/
  .primary {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  /*=== メインエリア ===*/
  .main-section {
    padding: 30px 10px 80px;
  }
  .main-ttl {
    max-width: 500px;
  }
  /*=== キャンペーン終了 ===*/
  .end {
    margin: 10px auto;
    padding: 0 10px;
    font-size: 16px;
  }
  /*=== キャンペーン期間 ===*/
  .keyHeder {
    margin: 5px 0;
    padding: 0 10px;
  }
  .keyHeder-cont {
    display: block;
  }
  .keyHeder-logo {
    width: 161px;
    margin: 0 auto;
  }
  .period {
    margin: 10px 0 0;
    padding-top: 15px;
    border-top: 1px solid #f7f7f7;
    font-size: 13px;
    text-align: left;
  }
  .period-day strong {
    font-size: 13px;
  }
  .keyHeder-extension {
    margin-top: 10px;
    font-size: 14px;
  }
  /*=== メインビジュアル ===*/
  .mainvisual {
    background-image: none;
  }
  .mainvisual-area {
    max-width: 550px;
    padding: 0;
  }
  .mainvisual-txt {
    max-width: 550px;
    margin: 0 auto;
    bottom: -12%;
  }
  /*=== プレミアムとは ===*/
  .premium .main-section {
    padding: 10% 10px 30px;
  }
  .premium-column {
    display: block;
    position: relative;
    max-width: 550px;
    margin: 0 auto;
  }
  .premium-lead {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    margin: 0;
    overflow: hidden;
  }
  .premium-ttl {
    position: relative;
    width: calc(100% - 110px - 10px);
    min-height: 110px;
    margin-left: auto;
    padding: 18px 0 15px;
    border-bottom: none;
    font-size: 14px;
  }
  .premium-ttl::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(0% - 110px - 10px);
    bottom: 0;
    width: calc(100% + 110px + 10px);
    height: 1px;
    background-color: #5b4530;
  }
  .premium-ttl span {
    top: -6px;
    width: 198px;
    height: 27px;
    margin-bottom: 6px;
  }
  .premium-cont {
    margin-top: 0;
  }
  .premium-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .premium-item:not(:last-child) {
    margin-right: 0;
  }
  .premium-item:not(:nth-child(-n+2)) {
    margin-top: 20px;
  }
  .premium-item {
    width: 50%;
  }
  #primary a.premium-link {
    font-size: 14px;
  }
  .premium-icon {
    width: 34px;
    min-width: 34px;
    margin-right: 8px;
  }
  /*=== コース ===*/
  .course {
    background-size: 64px 65px;
  }
  .course .main-section {
    padding: 30px 10px 35px;
  }
  .course-ttl {
    width: 68vw;
    min-width: 255px;
  }
  .course-item:not(:first-child) {
    margin-top: 15px;
  }
  .course-label span {
    height: 25px;
    padding: 6px 20px 0 10px;
    font-size: 14px;
  }
  .course-label span::before {
    border-width: 0 0 25px 10px;
  }
  .course-cont {
    display: block;
    padding: 20px 10px;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  }
  .course-name {
    width: 32vw;
    max-width: 184px;
    min-width: 120px;
    margin: 0 auto;
    padding: 0;
  }
  .course-txt {
    width: 100%;
    margin-top: 16px;
    padding: 0;
    border-left: none;
    font-size: 14px;
  }
  .course-note {
    margin-top: 8px;
    font-size: 12px;
  }
  /*=== リード文 ===*/
  .lead .main-section {
    padding-bottom: 40px;
  }
  .lead-txt {
    font-size: 14px;
  }
  .lead-txt strong {
    font-size: 16px;
  }
  .lead-transition {
    margin-top: 15px;
  }
  #primary a.lead-btn {
    max-width: 272px;
    padding: 18px 35px 16px 10px;
    border-width: 2px;
    font-size: 19px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 3px 5px 0 #a12d00;
  }
  #primary a.lead-btn::after {
    right: 8px;
    width: 23px;
    height: 23px;
  }
  /*=== おすすめ特典のご紹介 ===*/
  .benefit-sec {
    border-radius: 10px;
  }
  .benefit-head {
    padding: 8px 30px 12px 10px;
    cursor: pointer;
  }
  .benefit-head::after {
    content: "+";
    display: block;
    position: absolute;
    top: 50%;
    right: 3px;
    width: 25px;
    height: 25px;
    padding: 1px;
    color: #fff;
    font-size: 23px;
    text-align: center;
    line-height: 25px;
    background-color: #5b4530;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .is-AcorShow .benefit-head::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 15px;
    height: 2px;
    border-top: 2px solid #fff;
    transform: translateY(-50%);
    z-index: 10;
  }
  .is-AcorShow .benefit-head::after {
    content: "";
  }
  .discount .benefit-head,
  .support .benefit-head,
  .remote .benefit-head {
    padding-left: 10px;
  }
  .benefit-course {
    justify-content: center;
    position: static;
    width: 100%;
    height: auto;
    margin: 0 -5px 8px;
  }
  .benefit-label {
    width: calc((100% - (5px * 4)) / 2);
    max-width: 140px;
    margin: 0 5px;
    font-weight: bold;
    font-size: 13px;
  }
  .benefit-label:not(:first-child) {
    margin-top: 0;
  }
  .discount .benefit-main,
  .support .benefit-main,
  .remote .benefit-main {
    justify-content: center;
  }
  .benefit-icon {
    width: 42px;
    min-width: 42px;
    margin-right: 18px;
  }
  .benefit-ttl {
    font-size: 24px;
  }
  .benefit-ttl_sub {
    display: block;
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.7;
  }
  .benefit-ttl_number {
    width: 23px;
    min-width: 23px;
    margin-left: 4px;
  }
  .benefit-inner {
    padding: 30px 10px 20px;
  }
  .benefit-subttl {
    max-width: 500px;
    margin: 0 auto;
  }
  .benefit-txt {
    margin-top: 15px;
    font-size: 14px;
  }
  .benefit-thumb {
    max-width: 500px;
    margin: 0 auto;
  }
  .benefit-detail {
    display: block;
    margin-top: 15px;
  }
  .benefit-note {
    margin-right: 0;
    font-size: 13px;
  }
  .benefit-transition {
    margin-top: 20px;
    text-align: center;
  }
  #primary a.benefit-btn {
    min-width: 240px;
    padding: 11px 25px;
    font-size: 13px;
    border-radius: 8px;
  }
  #primary a.benefit-btn::after {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
  .example,
  .repair .example {
    margin-top: 15px;
  }
  .example-label {
    padding: 4px 30px 2px;
    font-size: 16px;
  }
  .example-cont {
    margin-top: -20px;
    padding: 33px 10px 20px;
  }
  .example-txt {
    max-width: 500px;
    margin: 0 auto;
  }
  .example-thumb {
    max-width: 500px;
    margin: 0 auto;
  }
  /*=== ソフ得とは？ ===*/
  .soft .benefit-subttl {
    width: 33.067vw;
    margin-top: 30px;
  }
  .soft-list {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .soft-item {
    width: calc((100% - 10px) / 2);
    max-width: 100%;
    margin: 0;
    font-size: 16px;
  }
  .soft-item:not(:nth-of-type(-n+2)) {
    margin-top: 30px;
  }
  .soft-number {
    top: -20px;
    width: 40px;
    height: 40px;
  }
  .soft-lead {
    min-height: 95px;
    padding: 30px 0 10px;
    font-size: 18px;
  }
  .soft-cont {
    min-height: auto;
    padding: 18px 5px;
  }
  /*=== ソフ得無料特典人気ランキング ===*/
  .ranking {
    margin-top: 30px;
    background-size: 24px 24px;
    padding: 25px 10px 20px;
    border-radius: 10px;
  }
  .ranking-ttl {
    font-size: 18px;
  }
  .ranking-list {
    display: block;
    margin-top: 12px;
  }
  .ranking-item {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 15px;
    padding: 20px 10px;
  }
  .ranking-thumb {
    position: absolute;
    top: 20px;
    left: 28px;
    width: 64px;
    min-width: auto;
    margin: 0;
    overflow: hidden;
  }
  .ranking-name {
    display: flex;
    align-items: center;
    width: calc(100% - 64px - 28px - 20px);
    margin-left: auto;
  }
  .ranking-txt {
    margin-top: 15px;
    font-size: 16px;
  }
  .ranking-emphasis {
    margin-top: 10px;
    font-size: 16px;
  }
  .ranking-item.pattern-large {
    margin: 0;
    padding: 20px 10px;
  }
  .ranking-item.pattern-large .ranking-thumb {
    width: 64px;
    min-width: auto;
  }
  .ranking-item.pattern-large .ranking-name {
    min-height: 92px;
    font-size: 18px;
  }
  .ranking-item:nth-child(2) .ranking-name {
    min-height: 103px;
  }
  .ranking-item:nth-child(3) .ranking-name {
    min-height: 85px;
  }
  /*=== 優待特典・クーポン・ゲーム ===*/
  .discount-sec {
    margin-top: 40px;
  }
  .discount-note {
    font-size: 13px;
  }
  .discount .benefit-subttl {
    width: 68.8vw;
    max-width: 375px;
    margin-bottom: 20px;
  }
  /*=== クラブオフ ===*/
  .cluboff-list {
    position: relative;
    display: block;
    margin-top: -6px;
    padding: 0 10px 0 20px;
    z-index: 1;
  }
  .cluboff-item {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 15px 15px;
    font-size: 16px;
  }
  .cluboff-item:not(:first-child) {
    margin-top: 20px;
  }
  .cluboff-head {
    width: calc(100% + 40px);
    height: 70px;
    margin-left: -25px;
    padding: 10px 20px 10px 30px;
  }
  .cluboff-head::after {
    border-width: 35px 10px 35px 0px;
  }
  .cluboff-icon {
    width: 38px;
    min-width: 38px;
    margin-right: 20px;
  }
  .cluboff-lead {
    font-size: 21px;
    text-align: left;
  }
  .cluboff-item:nth-of-type(1) .cluboff-thumb {
    max-width: 250px;
  }
  .cluboff-item:nth-of-type(3) .cluboff-thumb {
    max-width: 150px;
    margin: 20px auto 17px;
  }
  .coupon {
    margin-top: 20px;
  }
  .coupon-thumb {
    width: 92px;
  }
  .coupon-lead {
    margin: 15px 0 5px;
    font-size: 16px;
  }
  /*=== ビンゴ ===*/
  .bingo .benefit-subttl {
    width: 60vw;
    max-width: 326px;
  }
  .bingo .benefit-txt {
    max-width: 500px;
    margin: 20px auto 0;
  }
  .bingo .benefit-thumb {
    margin-top: 18px;
  }
  /*=== オンラインゲーム ===*/
  .game .benefit-subttl {
    width: 48.8vw;
    max-width: 262px;
  }
  .game-list {
    display: block;
  }
  .game-item {
    width: 100%;
  }
  .game-item:not(:first-child) {
    margin-top: 10px;
  }
  #primary a.game-link {
    font-size: 16px;
    padding: 16px 30px 10px 20px;
  }
  #primary a.game-link::after {
    right: 13px;
    width: 10px;
    height: 10px;
  }
  #primary a.game-link strong {
    font-size: 21px;
  }
  .game-icon {
    width: 50px;
    min-width: 50px;
    margin-right: 15px;
  }
  /*=== 訪問サポート ===*/
  .support .benefit-inner {
    padding: 30px 10px;
  }
  .support-lead {
    font-size: 16px;
  }
  .support-txt {
    margin-top: 4px;
    font-size: 14px;
  }
  /*=== スマホ・タブレットサポート ===*/
  .remote .benefit-inner {
    padding: 30px 10px;
  }
  /*=== 特典ジャンル ===*/
  .others .benefit-inner {
    padding-bottom: 30px;
  }
  .others-list {
    display: block;
    margin-top: 20px;
  }
  .others-item {
    width: 100%;
  }
  .others-item:not(:first-child) {
    margin-top: 15px;
  }
  #primary a.others-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: 13px;
  }
  .others-link::before {
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .others-link::after {
    bottom: 16px;
    right: 17px;
    width: 8px;
    height: 8px;
  }
  .others-head {
    width: 58%;
    margin-right: 10px;
  }
  .others-icon {
    width: 58px;
    min-width: 58px;
  }
  .others-lead {
    font-size: 16px;
  }
  .others-btn {
    width: 42%;
    margin-top: 0;
    padding: 10px 18px 10px 5px;
    font-size: 13px;
    border-radius: 8px;
  }
  .others-btn::before {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
  /*=== プレミアムサービスご利用中お客様の声 ===*/
  .voice-list {
    margin: 20px 0 0;
  }
  .voice-item {
    padding: 30px 0;
  }
  .voice-icon {
    width: 76px;
    min-width: 76px;
    margin-right: 10px;
  }
  .voice-lead {
    display: none;
  }
  .voice-main {
    margin-top: 0;
    font-size: 18px;
  }
  .voice-txt {
    margin-top: 15px;
    font-size: 16px;
  }
  button.slick-arrow,
  button.slick-arrow:hover  {
    width: 21px;
    height: 44px;
  }
  button.slick-prev,
  button.slick-prev:hover {
    left: 0;
    background-image: url(../images/slide_ic_003.png);
  }
  button.slick-next,
  button.slick-next:hover {
    right: 0;
    background-image: url(../images/slide_ic_004.png);
  }
  /*=== キャンペーンお申し込み手順 ===*/
  .entry-list {
    margin-top: 20px;
  }
  .entry-item:not(:first-child) {
    margin-top: 20px;
  }
  .entry-number {
    width: 24px;
    min-width: 24px;
  }
  .entry-cont {
    padding-top: 0;
    font-size: 16px;
  }
  .entry-zoom {
    max-width: 355px;
    margin: 15px auto 0;
  }
  .entry-detail {
    margin: 15px 0 0;
    padding-right: 0;
  }
  .entry-note {
    font-size: 13px;
  }
  .entry-note + .entry-note {
    margin-top: 5px;
  }
  .entry-transition {
    margin-top: 30px;
  }
  #primary a.entry-btn {
    padding: 18px 35px 16px 10px;
    border-width: 2px;
    font-size: 19px;
    border-radius: 8px;
    box-shadow: 3px 5px 0 #a12d00;
  }
  #primary a.entry-btn::after {
    right: 8px;
    width: 23px;
    height: 23px;
  }
  .entry-arrow {
    width: 111px;
    min-width: 111px;
    margin: 30px auto 10px;
  }
  .entry-lead {
    font-size: 14px;
  }
  .entry-attention {
    padding: 18px 10px;
    font-size: 13px;
    text-align: left;
  }
  /*=== キャンペーン概要 ===*/
  .overview-table {
    margin-top: 20px;
  }
  .overview-table th {
    width: 30%;
    padding: 12px 10px;
    font-size: 13px;
  }
  .overview-table td {
    width: 70%;
    padding: 12px 10px;
    font-size: 12px;
  }
  .overview-table .pattern-space {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 374px) {
  .cluboff-head {
    width: calc(100% + 10.695vw);
    height: 18.717vw;
    margin-left: -6.684vw;
    padding: 2.674vw 5.348vw 2.674vw 8.021vw;
  }
  .cluboff-head::after {
    border-width: 9.358vw 2.674vw 9.358vw 0px;
  }
  .cluboff-icon {
    width: 10.16vw;
    min-width: 10.16vw;
    margin-right: 5.348vw;
  }
  .cluboff-lead {
    font-size: 5.615vw;
  }
}
