@charset "utf-8";
/*=== 共通設定 ===*/
#primary {
    color: #232b35;
    font: 1.6rem/1.75 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, 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 img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
#primary strong {
  font-weight: bold;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 768px) { /*フォーマット合わせ*/
  .pcOnly { display: block; }
  img.pcOnly { display: inline-block; }
}
@media screen and (max-width: 767px) { /*フォーマット合わせ*/
  .pcOnly,img.pcOnly { display: none; }
  .spOnly { display: block; }
}

/*=== メインエリア ===*/
.main-inner {
  background-color: #fff;
}
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}
.main-ttl {
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.benefit .main-ttl,
.voice .main-ttl,
.overview .main-ttl { color: #4a2a21;}
.entry .main-ttl,
.apply .main-ttl { color: #d8671c;}
/*=== キャンペーン終了 ===*/
.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;
}
/*=== メインビジュアル ===*/
.mainvisual {
  background: #FFEBAE;
  background: linear-gradient(90deg,rgba(255, 243, 179, 1) 30%, rgba(255, 235, 174, 1) 70%);
}
.mainvisual-area {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/*=== プレミアムとは ===*/
.about {
  color: #292114;
  text-align: center;
  line-height: 1.65;
}
.about .main-section {
  padding: 30px 20px 35px;
}
.about-head {
  display: inline-block;
  position: relative;
  font-size: 27px;
}
.about-logo {
  font-weight: bold;
}
.about-main strong {
  position: relative;
  color: #d8671c;
  z-index: 1;
}
.about-transition {
  margin-top: 20px;
}
#primary a.about-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding: 20px 40px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  background-color: #d8671c;
  border-radius: 35px;
}
#primary a.about-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 32px;
  width: 14px;
  height: 11px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateY(-50%);
}
#primary a.about-btn:visited {
  color: #fff;
}
#primary a.about-btn:hover {
  opacity: 0.7;
}

/*=== おすすめ特典のご紹介 ===*/
.benefit {
  background-color: #fffbf2;
  padding-bottom: 50px;
}
.benefit .main-section {
  max-width: 100%;
  padding: 40px 0 0;
}
.benefit-list {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.benefit-item {
  width: 100%;
  max-width: 375px;
  margin: 0 10px;
}
.benefit-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 16px 0;
  border-radius: 10px;
  cursor: pointer;
  transition: all .2s ease-out 0s;
  color: #fff;
}
button.benefit-btn:hover,
button.benefit-btn:focus {
  box-shadow: none;
}
.benefit-btn.active {
  box-shadow: none;
  pointer-events: none;
}
.type-standard .benefit-btn:hover, 
.type-wide .benefit-btn:hover {
  opacity: .7;
}
.type-standard .benefit-btn {
  background-color: #0b3f86;
}
.type-standard .benefit-btn.active {
  border-bottom: solid 20px#0b3f86;
  border-radius: 10px 10px 0 0 ;
}
.type-wide .benefit-btn  {
  background-color: #0f1926;
}
.type-wide .benefit-btn.active {
  border-bottom: solid 20px#0f1926;
  border-radius: 10px 10px 0 0 ;
}

.benefit-btn.pattern-osusume::before {
  content: "おすすめ";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 80px;
  height: 80px;
  color: #0b3f86;
  font-weight: bold;
  background-color: #fff79e;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #0b3f86; 
}
.benefit-logo {
  display: block;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
}


/*=== 紹介エリア ===*/
.js-tabSwitchCont {
  display: none;
}
.js-tabSwitchCont.active {
  display: block;
}
.benefit-detail-std {
  background-color: #f5faff;
  border-top: 2px solid #0b3f86;
  border-bottom: 2px solid #0b3f86;
}
.benefit-detail-wid {
  background-color: #e6e6e6;
  border-top: 2px solid #0f1926;
  border-bottom: 2px solid #0f1926;
}

.intro {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 40px 20px 55px;
}

.intro-list { 
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  margin-right: -20px;
}
.intro-item {
  max-width: 372px;
  margin-right: 30px;
  background-color: #fff;
  box-shadow: 0 8px 8px rgba(0,0,0,0.1);
  border-radius: 20px;
  overflow: hidden;
}
.intro-item:hover {
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
#standard .intro-item:not(:nth-child(-n+2)) {
  margin-top: 30px;
}
#wide .intro-item:not(:nth-child(-n+3)) {
  margin-top: 30px;
}
#wide .intro-item:nth-child(3n) {
  margin-right: 0;
}
.intro-balloon {
  width: 160px;
}
.intro-link {
  display: block;
  height: 100%;
}
#primary a.intro-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.intro-cont {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  height: calc(100% - 174px);
  padding: 15px;
}
.intro-txt {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
.intro-txt strong {
  color: #d8671c;
  font-size: 24px;
  line-height: 1.2;
}
.intro-detail {
  position: relative;
  width: 100%;
  margin-top: 5px;
  padding-right: 20px;
  color: #5b4530;
  font-size: 20px;
  text-align: right;
  line-height: 1.2;
}
.intro-detail::after {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #5b4530;
  border-right: 2px solid #5b4530;
  transform: translateY(-50%) rotate(45deg);
}
.intro-transition {
  margin-top: 40px;
}

#primary a.intro-btn{
  display: block;
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 26px;

}
#primary a.intro-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
#primary a.intro-btn:hover {  
  opacity: 0.7;
}
#standard a.intro-btn {
  background-color: #0b3f86;
  border: 3px solid #0b3f86;
}
#wide a.intro-btn {
  background-color: #0f1926;
  border: 3px solid #0f1926;
}


/*=== プレミアムサービスご利用中お客様の声 ===*/
.voice {
  background-color: #f0ede8;
}
.voice-list {
  position: relative;
  margin: 20px 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;
}

/*=== コース ===*/
.course-list {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.course-item {
  width: calc((100% - 4px ) / 2);
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(110, 112, 116, 0.15);
  overflow: hidden;
  border: 1px solid #e6e6e6;
  font-size: 32px;
  font-weight: bold;
}
.course-item.type-standard .course-head {
  background-color: #0b3f86;
}
.course-item.type-wide .course-head {
  background-color: #0f1926;
}
.course-head {
  padding: 18px 0 16px;
  text-align: center;
  color: #fff;
}
.course-inner {
  display: flex;
  justify-content: space-between;
}
.course-cashback {
  width: 50%;
  padding: 20px 0 25px;
  text-align: center;
  background-color: #fff;
}
.course-cashback:nth-of-type(2n+1) {
  border-right: 1px solid #e6e6e6;
}
.course-price {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.2;
}
.course-price span {
  color: #d8671c;
  font-size: 28px;
  line-height: 1;
}
.course-transition {
  margin: 20px 10px 0;
}
#primary a.course-btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  background-color: #e02500;
  border-radius: 26px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
#primary a.course-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 13px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
#primary a.course-btn:hover {
  opacity: 0.7;
  text-decoration: none;
  box-shadow:none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.6);
}


/*=== キャッシュバックにエントリー ===*/
.entry-lead {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.entry-transition {
  margin-top: 20px;
}
#primary a.entry-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding: 20px 30px 20px 0;
  border: 4px solid #e02500;
  color: #e02500;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  background-color: #fff1ee;
  border-radius: 46px;
}
#primary a.entry-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 38px;
  width: 36px;
  height: 36px;
  background: url(../images/arrow_ic_002.png) no-repeat 0 0 / 100% auto;
  transform: translateY(-50%);
}
#primary a.entry-btn:hover {
  opacity: 0.5;
}
.entry-note {
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
.entry-cont {
  position: relative;
  max-width: 764px;
  margin: 25px auto 0;
  padding: 25px 10px 30px;
  text-align: center;
  background-color: #faf7ec;
}
.entry-cont::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #faf7ec transparent;
  transform: translateX(-50%);
}
.entry-cont > *:first-child {
  margin-top: 0;
}
.entry-txt {
  font-size: 18px;
}
.entry-txt span {
  color: #d8671c;
  font-weight: bold;
}
.entry-thumb {
  margin-top: 15px;
}


/*=== キャンペーン概要 ===*/
.overview {
  background-color: #faf7ec;
}
.overview-table {
  width: 100%;
  margin-top: 20px;
  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;
}
#primary .overview-table a:link,
#primary .overview-table a:visited,
#primary .overview-table a:hover,
#primary .overview-table a:active {
  color: #206ac5;
  text-decoration: underline;
}


@media only screen and (max-width: 767px) {
  /*=== 共通設定 ===*/
  .primary {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  /*=== メインエリア ===*/
  .main-section {
    padding: 30px 10px 50px;
  }
  /*=== キャンペーン終了 ===*/
  .end {
    margin: 10px auto;
    padding: 0 10px;
    font-size: 16px;
  }
  /*=== キャンペーン期間 ===*/
  .keyHeder {
    margin: 5px 0;
    padding: 0 10px;
  }
  .keyHeder-cont {
    display: block;
  }
  .keyHeder-logo {
    width: auto;
    height: 46px;
    margin: 0 auto;
    text-align: center;
  }
  .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;
  }
  .main-ttl {
    font-size: 24px;
  }
  /*=== メインビジュアル ===*/
  .mainvisual-area {
    max-width: 550px;
    padding: 0;
  }
    .mainvisual-main img {
    width:100% - 20px;
    margin: 0 auto;
  }
  /*=== プレミアムとは ===*/
  .about .main-section {
    padding: 30px 10px;
  }
  .about-head {
    font-size: 16px;
  }
  #primary a.about-btn {
    width: 80%;
    min-width: 278px;
    max-width: 320px;
    padding: 10px 10px 12px 0;
    font-size: 16px;
    text-align: center;
    border-radius: 2em;
  }
  #primary a.about-btn::after {
    right: 22px;
    width: 13px;
    height: 11px;
  }
  /*=== おすすめ特典のご紹介 ===*/
  .benefit {
    padding-bottom: 30px;
  }
  .benefit .main-section {
    padding-top: 20px;
  }
  .benefit-list {
    margin-top: 30px;
    padding: 0 10px;
  }
  .benefit-item {
    max-width:42%;
    margin: 0 1%;
    line-height: 1.3;
  }
  .benefit-btn {
    padding: 10px;
    border-width: 4px;
    border-radius: 8px;
    box-shadow: 2px 4px 4px rgba(0,0,0,0.3);
  }
  .type-standard .benefit-btn:hover, 
  .type-wide .benefit-btn:hover {
    opacity: 1;
  }
  .benefit-btn.pattern-osusume::before {
    top: -17px;
    left: -10px;
    width: 47px;
    height: 47px;
    font-size: 10px;
    box-shadow: 0 0 0 3px #0b3f86;
  }
  .benefit-logo {
    font-size: 3.8vw;
  }
  /*=== 紹介エリア ===*/
  .intro {
    margin-top: 20px;
    padding: 20px 10px 30px;
  }
  .intro.active::before {
    top: -15px;
    border-width: 0 20px 15px 20px;
  }
  #standard.active::before {
    left: calc(50% - ((110px + 20px) / 2));
  }
  #wide.active::before {
    right: calc(50% - ((110px + 20px) / 2));
  }
  .intro-list {
    justify-content: space-between;
    max-width: 550px;
    margin: 0 auto;
  }
  .intro-item {
    width: calc((100% - 10px) / 2);
    margin: 20px 0 0;
    border-radius: 10px;
  }
  #wide .intro-item:not(:nth-child(-n+3)) {
    margin-top: 20px;
  }
  .intro-item:not(:nth-child(-n+3)) {
    margin-top: 20px;
  }
  .intro-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .intro-balloon {
    width: 100%;
    max-width: 115px;
  }
  .intro-cont {
    height: calc(100% - 126px);
    padding: 10px;
  }
  .intro-txt {
    font-size: 13px;
  }
  .intro-txt strong {
    font-size: 16px;
  }
  .intro-txt sup {
    font-size: 13px;
  }
  .intro-detail {
    padding-right: 12px;
    font-size: 14px;
  }
  .intro-detail::after {
    width: 8px;
    height: 8px;
  }
  .intro-transition {
    margin-top: 40px;
  }
  #primary a.intro-btn {
    max-width: 350px;
    padding: 12px 20px 11px 0;
    font-size: 16px;
    border-radius: 3rem;
  }
  #primary a.intro-btn::after {
    right: 15px;
  }
  .intro-all {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .intro-all strong {
    font-size: 19px;
  }
  .intro-logo {
    display: block;
    top: 0;
    width: 26.667vw;
    min-width: 100px;
    margin: 0 auto;
  }
  #standard .intro-logo {
    margin: 0 auto;
  }
  .intro-all::after {
    bottom: -16px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  /*=== プレミアムサービスご利用中お客様の声 ===*/
  .voice-list {
    margin: 20px 0 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);
  }

  
  /*=== コース ===*/
  .course-list {
    display: block;
    margin-top: 20px;
  }
  .course-item {
    width: 100%;
    margin-top: 18px;
    border: 2px solid #e6e6e6;
  }
  .course-head {
    padding: 8px 0 5px;
  }
  .course-logo {
    font-size: 20px;
    margin: 0 auto;
    padding: 7px;
  }
  .course-cashback {
    padding: 20px 0 10px;
  }
  .course-label {
    width: 70px;
    margin: 0 auto;
    line-height: 1;
  }
  .course-cashback:nth-of-type(2n+1) {
    border-right: 2px solid #e6e6e6;
}
  .course-price {
    font-size: 17px;
  }
  .course-price span {
    font-size: 22px;
  }
  .course-transition {
    margin: 20px 8px 10px;
  }
  #primary a.course-btn {
    padding: 7px 3vw 7px 2vw;
    font-size: 13px;
    border-radius: 3rem;
  }
  #primary a.course-btn::after {
    right: 15px;
    width: 10px;
    height: 13px;
  }
  /*=== キャッシュバックにエントリー ===*/
  .entry-lead {
    margin-top: 10px;
    font-size: 14px;
  }
  .entry-transition {
    margin-top: 20px;
    padding: 0 10px;
  }
  #primary a.entry-btn {
    max-width: 480px;
    padding: 15px 30px 15px 10px;
    border-width: 2px;
    font-size: 18px;
  }
  #primary a.entry-btn::after {
    right: 18px;
    width: 23px;
    height: 23px;
  }
  .entry-note {
    max-width: 500px;
    margin-top: 15px;
    padding: 0 10px;
    font-size: 13px;
  }
  .entry-cont {
    max-width: 500px;
    margin-top: 20px;
    padding: 15px 10px 20px;
  }
  .entry-cont::before {
    top: -15px;
    border-width: 0 15px 15px 15px;
  }
  .entry-txt {
    font-size: 14px;
  }
  .entry-thumb {
    max-width: 380px;
    margin: 8px auto 0;
  }
  /*=== キャンペーン概要 ===*/
  .overview-table {
    margin-top: 15px;
  }
  .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: 570px) {
  .intro-cont {
    height: calc(100% - 22.105vw);
  }
}
