@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap&subset=japanese");


.breadcrumb {
  display: none;
}
/*.footer {
  margin-top: 0;
}*/

/*----------------[Base]----------------*/
.specialContents{
  margin: 0 auto;
  padding: 0 0 100px;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4;
  background: #111111;
  color: #fff;
}

/*----------------[Layout]----------------*/
.l_pointMv{
  margin: 0;
  background: #98addd;
}
.l_specialProduct {
  margin: 0 auto;
  background: url(bg_03_pc.png) no-repeat center top;
  /*! background-size: cover; */
  height: 920px;
  background-size: 1920px;
}
.l_specialPoint {
  margin: 0 auto;
  background: url(bg_02_pc.png) no-repeat center top 15px;
  background-size: auto;
}


/*----------------[Module]----------------*/
/*-----mv-----*/
.m_userMv_inner {
  max-width: 1920px;
  height: 510px;
  margin: 0 auto;
  background: url(bg_01_pc.png) no-repeat right 0;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
}
.m_userTitle_inner{
  width: 580px;
  position: absolute;
  right: 12%;
  bottom: 60px;
  text-align: center;
}
.m_userTitle{
  font-size: 4.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
}
.m_userTitle::after {
  content: '';
  width: 580px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 290px)
}

/*-----section-----*/
.m_section_inner {
  width: 1160px;
  margin: 0 auto;
  padding: 80px 0 80px;
  text-align: center;
}
.m_section_ttl {
  font-size: 3.6rem;
  font-family: noto sans jp,sans-serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
  padding: 0px 0 2.3rem 0;
  text-align: center;
  margin-bottom: 55px;
}
.m_section_ttl:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  width: 100px;
  height: 2px;
  content: '';
  background: #fff;
}
.m_section_box{
  margin: 45px auto 0;
}
.m_section_txt {
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.m_section_txt + .m_section_txt {
  margin-top: 15px;
}
.m_txtBold{
  font-weight: bold;
}
.m_txtRed{
  color: #c00;
}
.m_txtLine{
  background: linear-gradient(#fff79b 0%, #fff79b 100%);
}
.m_txtCut{
  font-size: 1.3rem;
  margin-top: 10px;
}


/*----------------[original]----------------*/
/*-----mv-----*/
.mv_list{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.mv_ttl{
  font-size: 7rem;
  background: rgb(234,46,130);
background: linear-gradient(120deg, rgba(234,46,130,1) 0%, rgba(234,46,130,1) 0%, rgba(27,108,199,1) 100%);
  line-height: 1;
  margin-right: 6px;
  display: inline-block;
  height: 84px;
  width: 84px;
  padding: 4px 5px 5px;
}

/*-----specialProduct-----*/
.ProductItem{
  position: relative;
  width: 1160px;
  height: 450px;
}

.businessProductBox01 .productTxtBox{
  width: 450px;
  position: absolute;
  top: 0px;
  right: 0px;
  border: 1px solid #fff;
  background: #111;
  padding: 18px 0 20px;
}
.businessProductBox01 .productSpacAccordion{
  margin-top:-30px; 
}
.productTxt{
  line-height: 1.6;
}
.productName{
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}
.productName span{
  font-size: 1.8rem;
}
.productPrice{
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 15px;
}
.productPrice span {
  font-size: 1.6rem;
}
.productFree{
  font-size: 1.4rem;
  color: #b7b7b7;
}
.productCartBtn{
  text-align: center;
  font-size: 1.8rem;
  margin: 18px 0px;
}
.productCartBtn a{
  display: block;
  background: linear-gradient(80deg, rgb(234, 46, 130), rgb(27, 108, 199));
  border-radius: 30px;
  width: 330px;
  padding: 16px 15px 17px;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  height: 60px;
}
.productCartBtn a:hover{
  background: #fff;
  color: #0f1730;
}
.productRead{
  font-size: 1.4rem;
  line-height: 1.6;
}
.productNotes{
  /*! position: absolute; */
  /*! bottom: -100px; */
  font-size: 1.2rem;
  text-align: left;
  width: 1160px;
  margin: 0 auto;
}


/*-----specialPoint-----*/
.specialPointBox{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.PointBoxTtl{
  font-size: 3.2rem;
  font-family: noto sans jp,sans-serif;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  padding: 8px 0px 0px;
  text-align: center;
  background: url(bg_04.png) center no-repeat;
  height: 61px;
  margin-bottom: 45px;
  letter-spacing: 0.1em;
}
.pointUnit{
  width: calc((100% - 140px) / 2);
}
.pointItemFlex{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.pointTtl{
  margin-bottom: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
}
.pointRead{
  line-height: 1.6;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
}
.pointTxtBox{
  padding: 25px 0px;
  width: 260px;
  height: 220px;
  border: 1px solid #fff;
  font-size: 1.4rem;
  margin-left: 30px;
  background: #111;
}
.pointLink a{
  color: #fff;
  text-underline-offset: 10px;
}
.pointLink a:hover {
  opacity: 0.4;
  color: #fff;
}



@media screen and (max-width: 767px) {
/*----------------[Base]----------------*/
.pcOnly{
  display: none;
}
.specialContents{
  font-size: 1.6rem;
  padding: 0 0 50px;
}
.specialContents img{
  width: 100%;
  height: auto;
}

/*----------------[Layout]----------------*/
.l_specialProduct {
  background: url(bg_03_sp.png) no-repeat center top;
  background-size: contain;
  height: auto;
}
.l_specialPoint {
  background: url(bg_02_sp.png) repeat-y center top;
  background-size: contain;
}


/*----------------[Module]----------------*/
/*-----mv-----*/
.m_userMv_inner {
  max-width: 100%;
  height: 415px;
  background: url(bg_01_sp.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.m_userTitle_inner{
  width: 100%;
  padding: 0px 10px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 25px;
}
.m_userTitle{
  font-size: 3rem;
  text-align: center;
  font-weight: 500;
  /*! line-height: 1.3; */
}

.m_userTitle::after {
  content: '';
  width: 330px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 164px);
}

/*-----section-----*/
.m_section_inner {
  width: 100%;
  padding: 40px 10px 40px;
}
.m_section_ttl {
  font-size: 2.4rem;
}
.m_section_ttl::before{
  height: 1px;
}
.l_specialProduct .m_section_ttl{
  line-height: 0.5;
}
.m_section_txt{
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.m_section_box{
  margin: 30px auto 0;
}
/*----------------[original]----------------*/
/*-----mv-----*/
.mv_ttl{
  font-size: 4.5rem;
  padding: 3px 4px;
  height: 55px;
  width: 55px;
  margin-right: 4px;
}
.mv_list {
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 30px;
  font-size: 1.5rem;
}


/*-----specialProduct-----*/
.ProductItem{
  width: 100%;
  height: auto;
  margin-top: 75%;
}

.businessProductBox01 .ProductItemFlex{
  display: block;
}
.businessProductBox01 .productImg{
  width: 65%;
  margin: 0 auto;
}
.businessProductBox01 .productTxtBox{
  width: 100%;
  position: static;
}
.businessProductBox01 .productSpacAccordion{
  margin-top: 20px; 
}
.productTxt{
  line-height: 1.4;
}
.productName{
  font-size: 2rem;
}
.productName span {
  font-size: 1.5rem;
}
.productPrice{
  font-size: 2.4rem;
}
.productPrice span{
  font-size: 1.4rem;
}
.productFree{
  margin-left: 5px;
}
.productRead{
  font-size: 1.2rem;
  line-height: 1.5;
}
.productCartBtn a{
  width: 80%;
}
.productNotes{
  position: static;
  margin-top: 20px;
}
.productNotes {
  width: 100%;
  padding: 0 10px;
}


/*-----specialPoint-----*/
.specialPointBox{
  display: block;
}
.pointUnit{
  width: 100%;
}
.pointUnit:nth-of-type(n+2){
  margin-top: 30px;
}
.PointBoxTtl{
  font-size: 2rem;
  padding: 8px;
  height: 45px;
  margin-bottom: 30px;
}
.pointTtl{
  font-size: 3.8vw;
  padding: 0px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.pointRead{
  line-height: 1.4;
}
.pointTxtBox{
  font-size: 2.8vw;
  margin-left: 7px;
  height: auto;
  width: 60%;
  padding: 10px 0px;
  align-items: center;
  display: grid;
}
.pointtImg{
  width: 40%;
}
.pointLink{
  font-size: 3.4vw;
  margin-top: 5px;
  font-weight: 600;
}
.pointLink a{
  text-underline-offset: 8px;
}

}