@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;
}sup {
  font-size: 65%;
}

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

/*----------------[Layout]----------------*/
.l_collabMv {
  margin: 0 auto;
  background: #f0f2f4;
}.l_collabProduct {
  margin: 0 auto;
  width: 100%;
  background: linear-gradient(45deg, #fff 0%, #fff 90%, #0096d4 90%, #0096d4 100%);
}.l_information {
  margin: 0 auto;
}.l_otherProduct {
  margin: 0 auto;
  background: linear-gradient(45deg, #f0f2f4 0%, #f0f2f4 90%, #0096d4 90%, #0096d4 100%);
}

/*----------------[Module]----------------*/
/*-----mv-----*/
.m_collabMv_inner {
  max-width: 1160px;
  margin: 0 auto;
}
.m_collabTitle_inner {
  text-align: center;
  padding: 60px 0;
  letter-spacing: 0.2em;
}

/*-----section-----*/
.m_section_inner {
  width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
}
.m_section_ttl {
  font-size: 3.2rem;
  /*! font-family: noto sans jp,sans-serif; */
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  /*! padding: 0px 0 2.3rem 0; */
  text-align: center;
}
.m_section_ttl:before {
  /*! position: absolute; */
  /*! bottom: 0; */
  /*! left: calc(50% - 40px); */
  /*! width: 80px; */
  /*! height: 2px; */
  /*! content: ''; */
  /*! background: #fff; */
}
.m_section_box {
  margin: 50px auto 0;
}
.m_section_txt {
  /*! font-size: 1.6rem; */
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
.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-----*/
.collabTitle {
  font-size: 3rem;
  font-weight: 500;
  color: #0096D4;
}
.collabTitle span {
  font-size: 4rem;
}
.collabTitle_line01 {
  background: #0096D4;
  padding: 0px 8px 3px;
  margin: 0 5px 0 0;
  color: #fff;
}
.collabTitle_img {
  margin: 30px auto 20px;
}
.collabTitle_read {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}
.collabTitle_read > span {
  background: #0096D4;
  padding: 2px 5px 4px;
  margin: 0 5px;
  color: #fff;
}

.collabSpCoupon{
  margin: 65px auto 0;
  letter-spacing: 0.1em;
}
.collabSpCoupon_img{
  position: relative;
}
.collabSpCoupon_txt{
  position: absolute;
  top: 18px;
  right: 12%;
  width: 390px;
  font-size: 2rem;
  font-weight: 600;
}
.collabSpCoupon_txt dl{
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.collabSpCoupon_txt dl dt{
  width: 43%;
}
.collabSpCoupon_txt dl dd,.collabSpCoupon_txt dl dd a{
  width: 55%;
  color: #0096d4;
}
.collabSpCoupon_txt dl dd a:hover{
  opacity: 0.4;
}

/*-----collabProduct-----*/
.l_collabProduct .m_section_inner:nth-of-type(1n) {
  padding: 80px 0 40px;
}
.l_collabProduct .m_section_inner:nth-of-type(2n) {
  padding: 60px 0 80px;
  background: linear-gradient(45deg, #0096d4 0%, #0096d4 25%, #dbf3ff 25%, #dbf3ff 100%);
  width: 100%;
}
.collabProductRead span {
  color: #0096D4;
  font-weight: 600;
}
.collabProduct_underline {
  padding: 0 5px 5px;
  border-bottom: 5px dotted #ecb82b;
  font-size: 2rem;
}
.collabProductArea {
  position: relative;
  margin: 45px auto 0;
  border: 4px solid #0096D4;
}
.collabProductArea::before {
  content: "";
  position: absolute;
  bottom: -138px;
  right: 44.5%;
  border: 69px solid transparent;
  border-top: 69px solid #fff;
  z-index: 2;
}
.collabProductArea::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: 44%;
  border: 75px solid transparent;
  border-top: 75px solid #0096d4;
  z-index: 1;
}
.collabProductTtl {
  background: #0096D4;
  padding: 15px;
  text-align: center;
  color: #ffdf90;
  font-size: 2rem;
  font-weight: 600;
}
.collabProductTtl span {
  position: relative;
  padding-left: 45px;
}
.collabProductTtl span::before {
  content: url(./icn_present.svg);
  position: absolute;
  left: 0;
  top: -3px;
  width: 30px;
  height: 34px;
}
.collabProductBox {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 20px 40px;
}
.productItem {
  width: 47%;
}
.ProductItemFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}
.productTtlBox {
  width: 310px;
  padding: 0 0 10px 5px;
  border-bottom: 4px solid #dbf3ff;
}
.productTtlBox > div {
  border-left: 10px solid #0096D4;
  padding-left: 10px;
}
.productTtl01 {
  color: #0096D4;
  font-size: 2rem;
}
.productTxtBox {
  margin-top: 25px;
}
.productRead {
  padding: 5px 10px;
  background: #dbf3ff;
  color: #0096D4;
  font-weight: 600;
}
.productTxt {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 400;
}
.productTxt span {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2rem;
}
.collabFmvArea {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  border: 4px solid #fff;
}
.collabFmvTtl {
  background: #dbf3ff;
  padding: 15px;
  text-align: center;
  color: #0096d4;
  font-size: 2rem;
  font-weight: 600;
}
.collabFmvTtl span {
  position: relative;
  padding-left: 60px;
}
.collabFmvTtl span::before {
  content: url(./icn_pc.svg);
  position: absolute;
  left: 0;
  top: -2px;
  width: 38px;
  height: 33px;
}
.collabFmvBox {
  padding: 30px 30px 20px;
}
.fmvItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px 5px;
  border-bottom: 4px solid #dbf3ff;
}
.fmvItem + li {
  margin-top: 10px;
}
.fmvItem:last-child {
  border: none;
}
.fmvItemTxt {
  width: 76%;
  display: flex;
  justify-content: start;
  align-items: center;
  border-left: 10px solid #0096D4;
  padding: 5px 0 5px 10px;
}
.fmvName {
  color: #0096D4;
  font-size: 2rem;
  font-weight: 600;
}
.fmvName span {
  font-size: 1.6rem;
  margin-left: 5px;
}
.fmvRead {
  margin-left: 20px;
}
.fmvBtn {
  width: 23%;
}
.fmvBtn a {
  display: block;
  background: #0096d4;
  padding: 8px 15px 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 25px;
  border: 2px solid #0096d4;
}
.fmvBtn a:hover {
  background: #fff;
  color: #0096d4;
}

/*-----information-----*/
.informationBox {
  margin: 40px auto 0;
  color: #151f3d;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.shopInformation {
  width: 560px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shopInformation figure {
  width: 320px;
}
.shopTxt {
  width: 240px;
  text-align: center;
}
.shopName {
  padding-bottom: 10px;
  border-bottom: 4px solid #dbf3ff;
  color: #0096D4;
  font-size: 2rem;
  font-weight: 600;
}
.shopHours {
  margin: 10px 10px 0;
  font-size: 1.3rem;
  font-weight: 400;
}
.shopBtn {
  margin: 15px 20px 0;
}
.shopBtn a {
  display: block;
  background: #0096d4;
  padding: 8px 15px 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 25px;
  border: 2px solid #0096d4;
}
.shopBtn a:hover {
  background: #fff;
  color: #0096d4;
}

/*-----otherProduct-----*/
.otherProductBox {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 40px auto 0;
}
.otherProductUnit {
  width: 23%;
  text-align: center;
}
.otherProductTtl {
  color: #0096D4;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 15px;
}
.otherProductTxt {
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: 400;
  min-height: 40px;
}
.otherProductPrice {
  margin-top: 10px;
  font-weight: 600;
}
.otherProductBtn {
  margin: 20px 10px 0;
}
.otherProductBtn a {
  display: block;
  background: #0096d4;
  padding: 8px 15px 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 25px;
  border: 2px solid #0096d4;
}
.otherProductBtn a:hover {
  background: #fff;
  color: #0096d4;
}

.cauTxt {
  width: 1160px;
  margin: 30px auto 0;
  font-size: 1.2rem;
  font-weight: 400;
}

/*modal*/
.modal-openBtn {
  margin: 0 40px 20px;
  text-align: right;
  font-size: 1.4rem;
  color: #0096D4;
}
.modal-open {
  cursor: pointer;
  text-decoration: underline;
}
.modal-open:hover {
  opacity: 0.4;
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #000000a1;
  padding: 80px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 100;
}
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1080px;
  width: 95%;
}
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #0f1730;
}

.couponStepTtl{
  padding-bottom: 7px;
  border-bottom: 6px solid #dbf3ff;
  /*! border-image: linear-gradient(to left, #c3a12a 0%, #f2d369 100%); */
  /*! border-image-slice: 100%; */
  /*! border-image-slice: 1; */
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.3rem;
  color: #0096d4;
  font-weight: 600;
}
.couponStepTtl span{
  position: relative;
  padding-left: 55px;
}
.couponStepTtl span::before {
  content: '？';
  background: #0096d4;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 1px;
  left: 1px;
  border-radius: 20px;
  font-size: 2.8rem;
  color: #fff;
}
.service_tabBox_pdpstep{
  margin-top: 20px;
  text-align: center;
}
.couponStep_cauTxt{
  text-align: right;
  margin-top: 10px;
  font-size: 1.4rem;
}


@media screen and (max-width: 767px) {
  
  /*----------------[Base]----------------*/
  .specialContents {
    padding: 0 0 70px;
  }
  .specialContents img {
    width: 100%;
    height: auto;
  }
  
  /*----------------[Layout]----------------*/
  .l_collabMv {
    padding: 0 10px;
  }
  .l_collabProduct {
    background: linear-gradient(45deg, #fff 0%, #fff 97%, #0096d4 97%, #0096d4 100%);
  }
  .l_otherProduct {
    background: linear-gradient(45deg, #f0f2f4 0%, #f0f2f4 95%, #0096d4 95%, #0096d4 100%);
  }
  
  /*----------------[Module]----------------*/
  /*-----mv-----*/
  .m_collabMv_inner {
    max-width: 100%;
  }
  .m_collabTitle_inner {
    padding: 50px 0;
    letter-spacing: 0.1em;
  }
  
  /*-----section-----*/
  .m_section_inner {
    width: 100%;
    padding: 50px 10px;
  }
  .m_section_ttl {
    font-size: 2.4rem;
  }
  .m_section_box {
  margin: 40px auto 0;
}
  .m_section_txt {
  line-height: 1.6;
  text-align: left;
}
  
  /*----------------[original]----------------*/
  /*-----mv-----*/
  /*-----mv-----*/
.collabTitle {
  font-size: 2.2rem;
  line-height: 1.6;
  }
.collabTitle span {
  font-size: 2.8rem;
  margin: 0 0 5px 0;
  display: inline-block;
}
.collabTitle_line01 {
  padding: 0px 3px 3px 5px;
  margin: 0 3px 0 0;
}
.collabTitle_img {
  margin: 15px 10px;
}
.collabTitle_read {
  font-size: 1.6rem;
  line-height: 1.8;
}
.collabTitle_read > span {
  padding: 0 4px 2px;
  margin: 0 3px;
}
  
.collabSpCoupon{
  margin: 40px auto 0;
}
.collabSpCoupon_txt{
  top: 22vw;
  right: 4%;
  width: 90%;
  font-size: 4.4vw;
}
.collabSpCoupon .cauTxt{
  text-align: left;
  padding: 0;
}
  

/*-----collabProduct-----*/
.l_collabProduct .m_section_inner:nth-of-type(1n) {
  padding: 50px 10px 35px;
}
.l_collabProduct .m_section_inner:nth-of-type(2n) {
  padding: 35px 10px 50px;
  background: linear-gradient(45deg, #0096d4 0%, #0096d4 20%, #dbf3ff 20%, #dbf3ff 100%);
}
.collabProduct_underline {
  padding: 0;
  border-bottom: 3px dotted #ecb82b;
  font-size: 1.8rem;
  line-height: 1.8;
}
.collabProductArea::before {
  bottom: -100px;
  right: 37%;
  border: 50px solid transparent;
  border-top: 50px solid #fff;
}
.collabProductArea::after {
  bottom: -110px;
  right: 35.8%;
  border: 55px solid transparent;
  border-top: 55px solid #0096d4;
}
.collabProductTtl {
  padding: 10px;
  font-size: 1.8rem;
}
.collabProductTtl span {
  display: block;
}
.collabProductTtl span::before {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.collabProductBox {
  display: block;
  padding: 20px 10px;
}
.productItem {
  width: 100%;
}
  .productItem +li{
    margin-top: 30px;
  }
.productTtlBox {
  width: 80%;
}
.productTtl01 {
  font-size: 1.8rem;
}
.productTxtBox {
  margin-top: 15px;
}
  
.collabFmvArea {
  width: 100%;
}
.collabFmvTtl {
  padding: 15px;
  font-size: 1.8rem;
}
.collabFmvTtl span {
  display: block;
  padding-left: 45px;
}
.collabFmvTtl span::before {
  top: 0;
  bottom: 0;
  margin: auto 0;
}

  
.collabFmvBox {
  padding: 20px 10px;
}
.fmvItem + li {
  margin-top: 20px;
}
.fmvItemTxt {
  width: 53%;
  display: block;
}
.fmvName {
  font-size: 1.8rem;
}
.fmvName span {
  font-size: 1.4rem;
}
.fmvRead {
  margin: 10px 0 0 0;
  font-size: 1.5rem;
}
.fmvBtn {
  width: 45%;
}
.fmvBtn a {
  font-size: 1.6rem;
}

/*-----information-----*/
.informationBox {
  display: block;
}
.shopInformation {
  width: 100%;
}
  .shopInformation + li{
    margin-top: 40px;
  }
.shopInformation figure {
  width: 53%;
}
.shopTxt {
  width: 47%;
}
.shopName {
  font-size: 1.8rem;
  padding: 0 5px 10px;
}
.shopHours {
  font-size: 1.2rem;
  /*! padding: 0 5px; */
}
.shopBtn {
  margin: 15px 10px 0;
}
.shopBtn a {
  font-size: 1.6rem;
}


/*-----otherProduct-----*/
.otherProductBox {
  flex-wrap: wrap;
}
.otherProductUnit {
  width: 48%;
}
  .otherProductUnit:nth-of-type(n+3){
    margin-top: 40px;
  }
  .otherProductUnit figure {
    width: 90%;
    margin: 0 auto;
  }
.otherProductTtl {
  font-size: 1.8rem;
  min-height: 50px;
  margin-top: 5px;
}
.otherProductTxt {
  font-size: 1.2rem;
  min-height: 50px;
  margin-top: 5px;
}
.otherProductPrice {
  margin-top: 5px;
}
.otherProductBtn {
  width: 90%;
  margin: 10px auto 0;
}
.otherProductBtn a {
  font-size: 1.6rem;
}


.cauTxt {
  width: 100%;
  padding: 0 10px;
}
  
  
  /*modal*/
  .modal-openBtn {
    margin: 0px 10px 20px;
  }
  .modal-container {
    padding: 80px 10px;
  }
  .modal-close {
    right: -20px;
  }
  .modal-content {
    padding: 30px 15px;
  }
  .couponStepTtl {
    font-size: 2rem;
  }
  .couponStepTtl span {
    padding-left: 35px;
  }
  .couponStepTtl span::before {
    width: 30px;
    height: 30px;
    font-size: 2rem;
    top: 1px;
    left: 2px;
  }
  .service_tabBox_pdpstep img {
    width: 75%;
  }
  .couponStep_txt {
    font-size: 1.4rem;
  }
}