@charset "utf-8";
/* CSS Document */
/* subscription.css */


.sbsc__mv {
  display: block;
  margin: clamp(50px,calc(100 / 750 * 100%),100px) auto clamp(30px,calc(60 / 750 * 100%), 60px);
  width: calc(670 / 750 * 100%);
}
.sbsc__mvtext {
  margin-top: clamp(30px,calc(60 / 750 * 100%), 60px);
}
@media screen and (min-width:750px){
  .sbsc__mv {
    display: block;
    margin: 80px auto 60px;
    width: 100%;
    max-width: 1200px;
    text-align: center;
  }
  .sbsc__mvtext {
    margin-top: clamp(30px,calc(60 / 750 * 100%), 60px);
    max-width: 900px;
    padding: 0 clamp(35px,calc(70 / 900 * 100%),70px);
  }
  .sbsc__mvtext .text {
    line-height: calc(36 / 16 * 1em);
  }
}

/*---------------------------*/
.sbsc__pointbox {
  background: var(--c-wh);
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: clamp(20px,calc(40 / 670 * 100%),40px) clamp(20px,calc(40 / 670 * 100%),40px) clamp(40px,calc(80 / 670 * 100%),80px);
  margin: clamp(30px,calc(60 / 670 * 100%),60px) auto;
}
.sbsc__pointbox > *:last-child {
  margin-bottom: 0;
}
.sbsc__pointbox .sbsc__pointlabel {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--c-bl01);
  color: var(--c-wh);
  font-family: var(--font-en-b);
  font-weight: 500;
  padding: .1em 1.2em;
  transform: translate3d(0,-50%,0);
  z-index: 3;
}
.sbsc__pointtitle {
  box-sizing: border-box;
  border-bottom: 1px solid var(--c-bk);
  color: var(--c-bl01);
  font-size: clamp(23px,calc(46 / 750 * 100vw),46px);
  font-weight: 500;
  display: block;
  padding-bottom: clamp(15px,calc(30 / 670 * 100%),30px);
  margin: clamp(15px,calc(30 / 670 * 100%),30px) auto;
}
.sbsc__pointtitle + .text {
  margin-top: clamp(15px,calc(30 / 670 * 100%),30px);
}
.sbsc__pointimage {
  display: block;
  width: 100%;
  margin: clamp(25px,calc(50 / 670 * 100%),50px) auto;
}
.sbsc__pointimage--01 {
  width: calc(530 / 590 * 100%);
  margin: clamp(25px,calc(50 / 670 * 100%),50px) auto clamp(20px,calc(40 / 670 * 100%),40px);
}
.sbsc__pointtext--01 {
  text-align: center;
  color: #e68e34;
  font-size: clamp(18px,calc(36 / 750 * 100vw),36px);
  font-weight: 700;
  margin: 0 auto;
}
.sbsc__pointtext--01 span {
  display: inline-block;
  border-bottom: 2px solid ;
  padding-bottom: .15em;
}


@media screen and (min-width:750px){
  .sbsc__pointbox {
    padding: clamp(25px,calc(50 / 900 * 100%),50px) clamp(35px,calc(70 / 900 * 100%),70px);
    margin: 80px auto;
    max-width: 900px;
  }
  .sbsc__pointbox > *:last-child {
    margin-bottom: 0;
  }
  .sbsc__pointbox .sbsc__pointlabel {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--c-bl01);
    color: var(--c-wh);
    font-family: var(--font-en-b);
    font-weight: 700;
    font-size: var(--fs-14);
    padding: .2em 1.5em;
    transform: translate3d(0,-50%,0);
    z-index: 3;
  }
  .sbsc__pointtitle {
    font-size: var(--fs-36);
    padding-bottom: 20px;
    margin: 0px auto 30px;
  }
  .sbsc__pointtitle + .text {
    margin-top: 30px;
  }
  .sbsc__pointimage {
    display: block;
    width: 100%;
    margin: 40px auto;
  }
  .sbsc__pointimage--01 {
    width: 100%;
    margin: 30px auto;
  }
  .sbsc__pointtext--01 {
    text-align: center;
    color: #e68e34;
    font-size: var(--fs-26);
    font-weight: 700;
    margin: 0 auto;
  }
  .sbsc__pointtext--01 span {
    display: inline-block;
    border-bottom: 2px solid ;
    padding-bottom: .15em;
  }
  .sbsc__pointimage--02 {
    width: 100%;
    text-align: center;
    max-width: 590px;
  }
}


/*---------------------------*/
.sbsc__pointlist {
  margin: clamp(30px,calc(60 / 670 * 100%),60px) auto;
  display: block;
  width: calc( 530 / 670 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-flow: column;
  gap: clamp(10px,calc(20 / 670 * 100%), 20px);
}
.sbsc__pointlistitem {
  text-align: center;
  display: block;
  box-sizing: border-box;
  border: 2px solid var(--c-bl01);
  padding: calc(20 / 670 * 100%);
  font-size: var(--fs-26);
  line-height: var(--lh-26);
  color: var(--c-bl01);
  font-weight: 500;
  width: 100%;
  
}

@media screen and (min-width:750px){
.sbsc__pointlist {
  margin: 40px auto;
  display: block;
  width: calc( 530 / 670 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items:stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-flow: wrap;
  gap: 20px;
  max-width: 600px;
  
}
.sbsc__pointlist .sbsc__pointlistitem {
  display: block;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid var(--c-bl01);
  padding: 13px 10px;
  font-size: var(--fs-16);
  line-height: var(--lh-16);
  color: var(--c-bl01);
  font-weight: 500;
  width: calc(50% - 10px);
}
  
}
/*---------------------------*/
.sbsc__tel {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: clamp(30px,calc(60 / 670 * 100%),60px) auto;
  border: 2px solid var(--c-bl01);
  text-align: center;
  padding: calc(20 / 610 * 100%) calc(20 / 610 * 100%) calc(30 / 610 * 100%);
}
.sbsc__tel .sbsc__teltext {
  box-sizing: border-box;
  padding-bottom: calc(20 / 610 * 100%);
  border-bottom: 1px solid var(--c-bl01);
  color: var(--c-bl01);
  font-size: var(--fs-26);
  line-height: var(--lh-26);
  font-weight: 700;
  }
.sbsc__tel .sbsc__telnum {
  box-sizing: border-box;
  padding: calc(20 / 610 * 100%);
  font-family: var(--font-en-b);
  font-weight: 500;
  font-size: clamp(30px,calc(60 / 750 * 100vw),60px);
  line-height: calc(80 / 60 * 1em);
  color: var(--c-bl01);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.sbsc__tel .sbsc__telnum:before {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  background: url(../shared/img/ic_tel_bl.svg) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: .2em;
}
.sbsc__tel .sbsc__telnum span {
}
.sbsc__tel .sbsc__teltime {
  color: var(--c-bl02);
  font-size: var(--fs-18);
  line-height: var(--lh-18);
}
.sbsc__tel .sbsc__teltime span {
  background: var(--c-bl02);
  color: var(--c-wh);
  display: inline-block;
  border-radius: 2em;
  padding: 1px 1.2em;
  margin-right: .8em;
}
@media screen and (min-width:750px){
  
  .sbsc__tel {
    margin: 60px auto;
    padding: 30px 40px 40px;
    width: 600px;
  }
  .sbsc__tel .sbsc__teltext {
    box-sizing: border-box;
    padding-bottom: 20px;
    font-size: var(--fs-20);
    line-height: var(--fs-20);
    }
  .sbsc__tel .sbsc__telnum {
    padding: 20px;
    font-weight: 700;
    font-size: var(--fs-50);
    line-height: var(--fs-50);
  }
  .sbsc__tel .sbsc__telnum:before {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    background: url(../shared/img/ic_tel_bl.svg) no-repeat 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: .25em;
  }
  .sbsc__tel .sbsc__teltime {
    color: var(--c-bl02);
    font-size: var(--fs-14);
    line-height: var(--lh-14);
  }
  .sbsc__tel .sbsc__teltime span {
    background: var(--c-bl02);
    color: var(--c-wh);
    display: inline-block;
    border-radius: 2em;
    padding: 1px 1.8em;
    margin-right: .8em;
  }
}

/* -------------------------------------------- */
.sbsc__prodcutlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  flex-flow: column;
  gap: clamp(20px,calc(40 / 670 * 100%), 40px);
}
.sbsc__prodcutitem {
  background: var(--c-wh);
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.sbsc__prodcutimage {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(380 / 670 * 100%);
  overflow: hidden;
}
.sbsc__prodcutimage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sbsc__prodcuttextbox {
  box-sizing: border-box;
  display: block;
  padding: calc(40 / 670 * 100%);
  letter-spacing: 0.04em;
}
.sbsc__prodcutname {
  display: inline-block;
  
}
.sbsc__prodcutname span {
  font-family: var(--font-en-b);
  font-weight: 500;
  font-size: var(--fs-36);
}
.sbsc__prodcutprice--normal {
  font-size: var(--fs-20);
  display: inline-block;
}
.sbsc__prodcutprice--normal .sbsc__prodcut--price {
  font-size: var(--fs-26);
  font-family: var(--font-en-b);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.sbsc__prodcut--tax {
  font-size: var(--fs-18);
  color: var(--c-bl02);
}
.sbsc__prodcutprice--sbsc {
  display: block;
  box-sizing: border-box;
  font-weight: 500;
  margin: clamp(5px,calc(10 / 590 * 100%), 10px) auto;
}
.sbsc__productsbsc .sbsc__prodcut--price {
  display: inline-block;
  padding-top: clamp(5px,calc(10 / 590 * 100%), 10px);
  font-size: var(--fs-50);
  line-height: var(--lh-50)
}
.sbsc__productsbsc--sbsc {
  box-sizing: border-box;
  color: var(--c-bl01);
  border-bottom: 1px solid var(--c-bk);
  font-size: var(--fs-26);
  padding-bottom: clamp(5px,calc(10 / 590 * 100%), 10px);
}
.sbsc__producticons span {
  display: inline-block;
  border-radius: 2em;
  border: 1px solid var(--c-bl01);
  box-sizing: border-box;
  padding: .1em 1.5em;
  font-size: var(--fs-20);
  line-height: var(--lh-20);
  color: var(--c-bl01);
  letter-spacing: 0.04em;
}
.sbsc__productlink {
  display: block;
}
.sbsc__prodcutlist .btn--ar {
  margin: calc(40 / 670 * 100%) auto 0;
}


@media screen and (min-width:750px){
  .sbsc__prodcut {
    max-width: 1200px;
  }
  .sbsc__prodcutlist {
    justify-content: center;
    flex-flow: row;
    gap: 30px;
  }
  .sbsc__prodcutitem {
    width: 100%;
    max-width: 382px
  }
  .sbsc__prodcuttextbox {
    box-sizing: border-box;
    display: block;
    padding: 30px 40px 40px;
    letter-spacing: 0.04em;
  }
  .sbsc__prodcutname {
    display: block;
    font-size: var(--fs-14);
  }
  .sbsc__prodcutname span {
    font-size: var(--fs-30);
    line-height: var(--fs-30);
  }
  .sbsc__prodcutprice--normal {
    font-size: var(--fs-14);
    line-height: var(--fs-26);
    display: block;
  }
  .sbsc__prodcutprice--normal .sbsc__prodcut--price {
    font-size: var(--fs-20);
  }
  .sbsc__prodcut--tax {
    font-size: var(--fs-12);
  }
  .sbsc__prodcutprice--sbsc {
    display: block;
    box-sizing: border-box;
    font-weight: 500;
    margin: clamp(5px,calc(10 / 590 * 100%), 10px) auto;
  }
  .sbsc__productsbsc .sbsc__prodcut--price {
    display: inline-block;
    padding-top: 10px;
    font-size: var(--fs-40);
    line-height: var(--lh-40);
  }
  .sbsc__productsbsc  .sbsc__prodcut--tax {
    font-size: var(--fs-12);
  }
  .sbsc__productsbsc--sbsc {
    box-sizing: border-box;
    color: var(--c-bl01);
    border-bottom: 1px solid var(--c-bk);
    font-size: var(--fs-20);
    padding-top: 10px;
    padding-bottom: clamp(5px,calc(10 / 590 * 100%), 10px);
  }
  .sbsc__producticons span {
    display: inline-block;
    border-radius: 2em;
    border: 1px solid var(--c-bl01);
    box-sizing: border-box;
    padding: 5px 25px;
    font-weight: 500;
    font-size: var(--fs-14);
    line-height: var(--lh-14);
    color: var(--c-bl01);
    letter-spacing: 0.04em;
  }
  .sbsc__productlink {
    display: block;
  }
  .sbsc__prodcutlist .btn--ar {
    font-size: var(--fs-20);
    margin: 30px auto 0;
    padding-left: 0;
    padding-right: 0;
  }
  
}


/* -------------------------------------------- */
.sbsc__pointimage--cycle01 {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  border-top: 1px solid var(--c-bk);
  border-bottom: 1px solid var(--c-bk);
  padding: calc(40 / 610 * 100%) calc( ( 610 - 514) / 610 * 100% / 2);
}
.sbsc__pointimage--cycle02 {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid var(--c-bk);
  padding: calc(40 / 610 * 100%) calc( ( 610 - 560) / 610 * 100% / 2);
}


@media screen and (min-width:750px){
  .sbsc__pointimage--cycle01 {
  width: 600px;
  padding: 40px 0;
}
  .sbsc__pointimage--cycle01 img {
    width: clamp(100px,calc(495 / 600 * 100%),495px);
    margin: 0 auto;
  }
.sbsc__pointimage--cycle02 {
  width: 600px;
  padding: 40px 0;
}
  .sbsc__pointimage--cycle02 img {
    width: clamp(100px,calc(537 / 600 * 100%),537px);
    margin: 0 auto;
  }
  .btnbox__2col--sbsc {
    position: relative;
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
    margin-top: 70px;
    justify-content: center;
  }
}
/* -------------------------------------------- */
@media screen and (min-width:750px){
}

@media screen and (min-width:1500px){
}