@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*---------------------------------------------------

楽天ペイ ご利用キャンペーン

Copyright (c) THIRDWAVE CORP. All Rights Reserved.
----------------------------------------------------*/

/*レスポンシブ対応は各ブロックに記載してください*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/
.column2R #main {
  float: none;
  width: auto;
}
#lp_page {
  background-color: #fff;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: 'palt';
  font-size: 18px;
  letter-spacing: 1.2px;
  margin: 0 auto;
  width: 100%;
}
#lp_page h2 {
  color: #bf0000;
}
#lp_page h2,
#lp_page h3 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
}
#lp_page h2 span,
#lp_page h3 span {
  border-bottom: 3px solid #333;
  padding: 0 20px;
}
section {
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.spOnly {
  display: none;
}
.pcOnly {
  display: block;
}
@media screen and (max-width:479px){
  #lp_page {
   font-size: 1rem;
  }
  #lp_page h2,
  #lp_page h3 {
    font-size: 2rem;
  }
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}

.mainVisual {
  margin-top: 40px;
}
.mainVisual img {
	border: 1px solid #666;
}

@media screen and (max-width:479px){
  .mainVisual {
    margin-top: 0;
  }
}

/*-------------------------------------
　注意点(#campNotice)
---------------------------------------*/
#campNotice {
  font-size: 14px;
  margin: 20px auto 40px;
  width: 90%;
  padding: 50px;
}

#campNotice li::before {
  content: "※";
}
@media screen and (max-width:479px){
  #campNotice {
    font-size: .8rem;
    width: auto;
    padding: 20px;
  }
}

/*-------------------------------------
　キャンペーンリスト(#campList)
---------------------------------------*/
#campList {
}
.campList-block {
  border: 2px solid #b90000;
  text-align: center;
  padding: 20px;
  margin-bottom: 60px;
}

.campList-block p.sub {
  color: #fff;
  background: #b90000;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  line-height: 1;
  padding-bottom: 8px;
  
}
.campList-block h3 {
  font-size: 28px;
  margin-bottom: 40px;
}
.entryDate {
 font-size: 22px;
  margin-bottom: 40px;
}

.campList-block .infoBtn {
  margin-bottom: 20px;
}

  @media screen and (max-width:479px){
    .campList-block {
      margin-bottom: 40px;
    }
    .entryDate {
      letter-spacing: 1px;
    }
  }

/*-------------------------------------
　キャンペーンスケジュール(#campDate)
---------------------------------------*/
#campDate {
  margin: 0 auto 80px;
  text-align: center;
  width: 90%;
}
.cal-ttl {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.cal-ttl p {
  font-size: 36px;
}
.cal-ttl p.year {
  font-size: 30px;
}
.cal-ttl p span {
  font-size: 48px;
}
.point-cal {
  width: 600px;
  margin: 0 auto;
}
.point-cal table {
 border-collapse: collapse;
  margin: 0 auto;
  margin-bottom: 20px;
}
.point-cal th {
  width: 14.28%;
  text-align: center;
}
.point-cal th.sun,
.point-cal td.sun {
  color: #b60400;
}
.point-cal th.sat,
.point-cal td.sat {
  color: #00a4db;
}
.point-cal td  {
  position: relative;
  border: 2px solid #333;
  font-weight: bold;
  color: #333;
  height: 70px;
}
.point-cal td.nextMonth {
  color: #999;
}
.point-cal td.pointday {
  background: #b90000;
  color: #fff;
}
.point-cal td.pointday2 {
  background: orange;
  color: #fff;
}
.point-cal td.pointday3 {
  background: #03a9f4;
  color: #fff;
}
.point-cal td.pointday4 {
  background: #4caf50;
  color: #fff;
}
.point-cal td.gray1 {
  background: #b7b7b7;
  color: #fff;
}
.point-cal td.gray2 {
  background: #757575;
  color: #fff;
}
.point-cal td.rakutenpayday {
  background: #0062b0;
  color: #fff;
}
.point-cal td span {
  position: absolute;
  top: 5px;
  left: 5px;
}
.cal-detail {
  text-align: left;
}

.cal-attention {
  font-size: 14px;
}

.cal-detail p.pointday2 span {
  font-size: 100%;
  color: orange;
}
.cal-detail p.pointday3 span {
  font-size: 100%;
  color: #03a9f4;
}
.cal-detail p.pointday4 span {
  font-size: 100%;
  color: #4caf50;
}
.cal-detail p.gray1 span {
  font-size: 100%;
  color: #b7b7b7;
}
.cal-detail p.gray2 span {
  font-size: 100%;
  color: #757575;
}
.cal-detail p.pointday span {
  font-size: 100%;
  color: #b90000;
}
.cal-detail p.rakutenpayday span {
  font-size: 100%;
  color: #0062b0;
}
  @media screen and (max-width:479px){
  .point-cal {
    width: 100%;
    margin: 0 auto;
  }
  .point-cal td {
    height: 50px;
  }


}
/*-------------------------------------
　キャンペーン詳細(#campDetails)
---------------------------------------*/
#campDetails {
  margin-bottom: 80px;
}
.campDetails-block {
  margin-bottom: 60px;
}
.campDetails-block p.sub {
  color: #fff;
  background: #b90000;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  line-height: 1;
  padding-bottom: 8px;
  margin-left: 20px;
}
#lp_page .campDetails-block h3 {
  font-size: 30px;
}

/*概要*/
section.about {
  text-align: center;
  margin-bottom: 60px;
}
.about h2 {
  margin-bottom: 30px;
}
.about img {
  width: 50%;
}
.about p {
  font-size: 4vw;
  font-weight: bold;
  margin: 30px auto;
  width: 90%;
  text-align: left;
}
.aboutBtn {
  margin-bottom: 60px;
  text-align: center;
}
#container .aboutBtn a {
  display: inline-block;
  color: #fff;
  background: #0062B0;
  padding: 10px 0;
  width: 90%;
  font-size: 4vw;
  font-weight: bold;
}
/*詳細*/
section.camp_detail {}
.detail_txt {
  line-height: 1.84;
  font-size: 3.7vw /*14px*/ ;
  color: #36404a;
  margin-bottom: 35px;
}
.cap_box {
  background: #ccc;
  font-size: 3.7vw /*14px*/ ;
  margin-bottom: 35px;
  height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow_box {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  margin-bottom: 35px;
}
.arrow_box p {
  padding: 10px;
  width: 220px;
  background: #292637;
  font-size: 4.8vw /*18px*/ ;
  color: #fff;
  position: relative;
}
.arrow_box p:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -73px;
  width: calc(100% - 20px);
  height: 48px;
  background: url(/5info/img/camp_amazonpay/icn_arrow.png) no-repeat 50% 50%;
}
.arrow_box p + p {
  margin-top: 98px;
}
.arrow_box p:last-child:after {
  content: none;
}
.info_box {
  border: 4px solid #bf0000;
  border-radius: 6px;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  width: 96%;
  margin: 0 auto 30px;
}
.info_box h3, .about-title, .flow h3 {
  font-size: 6.4vw;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  text-align: center;
}
.info_box h3 span, .about-title span, .flow h3 span {
  padding: 0 20px;
}
.info_box p {
  font-size: 5vw;
  font-weight: bold;
}
.info_box p span {
  color: #bf0000;
  font-size: 130%;
}
.info_box p + h3 {
  margin-top: 30px;
}
.info_box .leftTxt p, .info_box .leftTxt ul.attention {
  text-align: left;
}
.info_box .leftTxt p {
  font-size: 4vw;
  margin-bottom: 10px;
}
.info_box .leftTxt ul.attention {
  font-size: 3.2vw;
  margin-bottom: 30px;
}
.caution {}
.caution {
  text-indent: -1em;
}
.caution li {
  padding-left: 1em;
  font-size: 3.2vw;
}
.caution li::before {
  content: "※";
}

#campDetails table {
  border: 1px solid #ccc;
}
#campDetails table th,
#campDetails table td {
  padding: 6px;
  font-size: 3.6vw;
  border: 1px solid #aaa;
}
#campDetails table th {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  font-weight: bold;
  background: #bf0000;
  color: #fff;
  width: 24%;
  font-size: 3.8vw;
}
#campDetails table tr:last-of-type th {
  border-bottom: 1px solid #aaa;
}
#campDetails table td {
  border: 1px solid #aaa;
}
.infoBtn {
  margin-bottom: 60px;
  text-align: center;
}
.infoBtn img {
  width: 100%;
}
.pcBr::before {
  content: none;
}
.spBr::before {
  content: "\A";
  white-space: pre;
}
@media screen and (min-width: 480px) {
  .pcBr::before {
    content: "\A";
    white-space: pre;
  }
  .spBr::before {
    content: none;
  }

  h2.contents-title {
    font-size: 18px;
    margin-top: 20px;
  }
  section > .section-body {
    width: 100%;
    margin-bottom: 30px;
  }
  /*メインビジュアル*/
  section.info {
    width: 300%;
    margin-left: -100%;
    background: #bf0000;
    padding: 60px 0;
    margin-bottom: 30px;
  }
  .info_box {
    padding: 60px;
    width: 880px;
    background: #fff;
    border-radius: 60px;
    margin: 0 auto;
  }
  .info_box h3, .about-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .info_box p + h3 {
    margin-top: 60px;
  }

#campDetails table th, #campDetails table td {
    padding: 10px;
    font-size: 16px;
  }

#campDetails table th {
    width: 160px;
    font-size: 16px;
  }

  .flow h3 {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .info_box .caution h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .info_box h3 span, .about-title span, .flow h3 span {
    background-image: linear-gradient(transparent 94%, #605b5a 0);
    background-position: 0 1.4em;
  }
  .info_box p {
    font-size: 24px;
  }
  .info_box .leftTxt p {
    font-size: 18px;
  }
  .info_box .leftTxt ul.attention {
    font-size: 14px;
    width: 96%;
    margin: 0 auto 60px;
  }
  .caution {
    margin: 10px;
  }
  .caution li {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .infoBtn {
    margin-bottom: 90px;
  }
  .infoBtn img {
    width: 618px;
  }
  .infoBtn a:hover {
    opacity: 0.6;
  }
  /*概要*/
  .about h2 {
    margin-bottom: 60px;
  }
  .about img {
    width: 280px;
  }
  .about p {
    font-size: 23px;
    margin: 60px auto;
    width: 100%;
  }
  .aboutBtn {
    margin-bottom: 90px;
  }
  #container .aboutBtn a {
    width: 460px;
    font-size: 32px;
  }
  .aboutBtn a:hover {
    opacity: 0.6;
  }
  /*詳細*/
  .detail_txt {
    font-size: 14px;
  }
  .cap_box {
    font-size: 14px;
  }
  .arrow_box {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .arrow_box p {
    font-size: 18px;
  }
  /* .arrow_box p:after{
        right: -65px;
        width: 49px;
        height: 48px;
        bottom: 19%;
        transform: rotate( -90deg );
    }*/
  .arrow_box p + p {
    margin-top: 0;
    margin-left: 80px;
  }
}
.img_sc {
  width: 240px;
}
@media screen and (min-width: 480px) {
  .arrow_box p {
    width: 220px;
    background: #292637;
    color: #fff;
    height: 3.2em;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-right: 55px;
    padding: 10px;
  }
  .arrow_box p::after {
    content: "";
    display: block;
    position: absolute;
    width: 44px; /* calc(100% - 20px) */
    height: 48px;
    right: -48px;
    /* top: 100%; */
    bottom: -73px;
    background: url(/5info/img/camp_amazonpay/icn_arrow.png) no-repeat 50% 50%;
    transform: rotate(-90deg);
  }
  .arrow_box span:last-child p::after {
    content: none;
  }
  .arrow_box p + p {
    margin-top: 0;
    margin-left: 80px;
  }
  .order {
    width: 15px !important;
    height: 110px;
    margin-right: 0 !important;
    text-align: center;
  }
}
@media screen and (max-width:479px) {

  .campDetails-block p.sub {
    width: 120px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .br_pc {
    display: none;
  }
  #ap_title {
    padding: 10px;
    width: 95%;
    background: #ff7b00;
    color: #fff;
    margin: 0 auto;
    text-align: center;
  }
  #ap_title h3 {
    font-size: 1.2em;
    color: #fff;
  }
  .arrow_box {
    margin-bottom: 5em;
    text-align: center;
  }
  .arrow_box p {
    padding: 10px;
    width: 90%;
    background: #292637;
    font-size: 3.4vw;
    color: #fff;
    position: relative;
    margin: 0 auto;
    top: 1em;
    text-align: center;
  }
  .arrow_box p:after {
    background: none;
  }
  .arrow_box span:after {
    content: "";
    display: block;
    position: relative;
    height: 48px;
    background: url(/5info/img/camp_amazonpay/icn_arrow.png) no-repeat 50% 50%;
  }
  .arrow_box span:last-child::after {
    content: none;
  }
  .arrow_box p + p {
    margin-top: 98px;
  }
  .arrow_box p:last-child:before {
    content: none;
  }
  .order {
    padding: 10px;
    width: 90%;
    background: #292637;
    font-size: 1.2em;
    color: #fff;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  .img_sc {
    width: 90%;
    border: 1px solid #aaa;
    margin: 0 auto;
    padding: 50px 10px 10px;
    margin-top: -29px;
  }
}
.point_example {
  margin: 15px 8px;
}

@media screen and (max-width: 479px) {
#campDetails table th {
    border-bottom: none;
    border-right: none;
    font-weight: bold;
    background: #bf0000;
    color: #fff;
    width: 100%;
    font-size: 3.8vw;
    display: inline-block;
    box-sizing: border-box;
}
#campDetails table td {
    border: none;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}
}