/* st-PageIntro
-----------------------------------*/
.is-planfr .st-PageIntro {
  background-image: url("../img/bg_planfr_01.jpg");
}

.is-plande .st-PageIntro_Title {
  line-height: 0.95;
  padding-top: 20px;
}
.is-plande .st-PageIntro_Title_Sm {
  font-size: 60%;
}

.is-smart .st-PageIntro {
  background-image: url("../img/bg_smart_01.jpg");
}

.is-light .st-PageIntro {
  background-image: url("../img/bg_light_01.jpg");
}

.is-basic .st-PageIntro {
  background-image: url("../img/bg_basic_01.jpg");
}

/* plan-Lnav
-----------------------------------*/
.plan-Lnav_Title {
  padding: 0 20px;
}
.plan-Lnav_Title .sw-Btn02 {
  width: 240px;
  margin: 0 auto;
}
.plan-Lnav_Inner {
  background-color: #e6e6e6;
  margin-top: 60px;
  padding: 38px 20px;
}
.plan-Lnav_List {
  max-width: 860px;
}
.plan-Lnav_List_Item {
  list-style: none;
  text-align: center;
}
.plan-Lnav_List_Item + .plan-Lnav_List_Item {
  margin-top: 21px;
}
.plan-Lnav_List_Link {
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.plan-Lnav_List_Image {
  width: 200px;
  height: auto;
}

@media only screen and (min-width: 960px) {
  .plan-Lnav_Title {
    padding: 0 50px;
  }
  .plan-Lnav_Inner {
    margin-top: 50px;
    padding: 49px 50px 51px;
  }
  .plan-Lnav_List {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .plan-Lnav_List_Item + .plan-Lnav_List_Item {
    margin-top: 0;
  }
  .plan-Lnav_List_Link:hover .plan-Lnav_List_Image {
    transform: scale(1.12);
  }
  .plan-Lnav_List_Image {
    transition: all 0.4s ease;
  }
}
/* planfr-Intro
-----------------------------------*/
.planfr-Intro {
  max-width: 720px;
  margin: 45px auto 0;
  padding: 0 20px;
  font-size: 123.1%;
  line-height: 1.625;
}

@media only screen and (min-width: 960px) {
  .planfr-Intro {
    margin-top: 84px;
  }
}
/* planfr-Content
-----------------------------------*/
.planfr-Content {
  position: relative;
  padding: 82px 0 227px;
}
.planfr-Content::before {
  content: "";
  display: block;
  background: center/cover no-repeat;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 184px;
}
.planfr-Content-smart {
  padding-top: 54px;
}
.planfr-Content-smart::before {
  background-image: url(../img/img_planfr_01.jpg);
}
.planfr-Content-light::before {
  background-image: url(../img/img_planfr_02.jpg);
}
.planfr-Content-basic::before {
  background-image: url(../img/img_planfr_03.jpg);
}
.planfr-Content-basic .planfr-Content_Btn {
  margin-top: 33px;
}
.planfr-Content_Inner {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
.planfr-Content_Title {
  font-family: "Noto Serif JP", serif;
  font-size: 167%;
  font-weight: 700;
  color: #8f2238;
}
.planfr-Content_Title_Sm {
  font-size: 70%;
}
.planfr-Content_Text {
  font-size: 123.1%;
  line-height: 1.625;
}
.planfr-Content_Title + .planfr-Content_Text {
  margin-top: 15px;
}
.planfr-Content_Text + .planfr-Content_Text {
  margin-top: 12px;
}
.planfr-Content_Btn {
  margin-top: 38px;
}
.planfr-Content_Btn .sw-Btn03 {
  width: 180px;
}

@media only screen and (min-width: 600px) {
  .planfr-Content {
    padding-bottom: 377px;
  }
  .planfr-Content::before {
    height: 334px;
  }
}
@media only screen and (min-width: 960px) {
  .planfr-Content::before {
    width: 50%;
    height: auto;
    top: 0;
  }
  .planfr-Content:nth-of-type(even) .planfr-Content_Title,
  .planfr-Content:nth-of-type(even) .planfr-Content_Text,
  .planfr-Content:nth-of-type(even) .planfr-Content_Btn {
    margin-left: calc(50% + 50px);
  }
  .planfr-Content:nth-of-type(odd):before {
    left: auto;
    right: 0;
  }
  .planfr-Content:nth-of-type(odd) .planfr-Content_Title,
  .planfr-Content:nth-of-type(odd) .planfr-Content_Text,
  .planfr-Content:nth-of-type(odd) .planfr-Content_Btn {
    margin-right: calc(50% + 50px);
  }
  .planfr-Content-smart {
    margin-top: 94px;
    padding: 69px 0 76px;
  }
  .planfr-Content-light {
    padding: 94px 0 100px;
  }
  .planfr-Content-light .planfr-Content_Btn {
    margin-top: 35px;
  }
  .planfr-Content-basic {
    padding: 93px 0 100px;
  }
  .planfr-Content-basic .planfr-Content_Btn {
    margin-top: 34px;
  }
  .planfr-Content_Inner {
    padding: 0 50px;
  }
  .planfr-Content_Title .is-sp {
    display: none;
  }
  .planfr-Content_Title + .planfr-Content_Text {
    margin-top: 17px;
  }
  .planfr-Content_Btn {
    margin-top: 31px;
  }
}
/* planfr-Content_Menu01
-----------------------------------*/
.planfr-Content_Menu01 {
  margin-top: 107px;
}

@media only screen and (min-width: 960px) {
  .planfr-Content_Menu01 {
    margin-top: 170px;
  }
}
/* smart-Inrto
-----------------------------------*/
.smart-Intro {
  max-width: 720px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.smart-Intro_Title {
  padding-top: 57px;
  text-align: center;
  position: relative;
}
.smart-Intro_Title::before {
  content: "";
  display: block;
  background: url(../img/ico_smart_01.png) no-repeat center;
  background-size: contain;
  width: 48px;
  height: 47px;
  position: absolute;
  top: 0;
  left: 11px;
  right: 0;
  margin: 0 auto;
}
.smart-Intro_Text {
  font-size: 123.1%;
  line-height: 1.625;
  margin-top: 18px;
  padding-top: 13px;
  border-top: 1.2px solid rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 960px) {
  .smart-Intro {
    margin-top: 60px;
    padding: 0 20px;
  }
}
/* smart-Pack
-----------------------------------*/
.smart-Pack {
  max-width: 938px;
  margin: 37px auto 0;
  padding: 0 20px;
}
.smart-Pack_Title {
  font-family: "Noto Serif JP", serif;
  font-size: 167%;
  font-weight: 700;
  color: #8f2238;
  text-align: center;
}
.smart-Pack_List {
  margin-top: 24px;
  padding: 0 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.smart-Pack_List_Item {
  margin-top: 19px;
  list-style: none;
  position: relative;
  width: calc(33.33333% - 13px);
}
.smart-Pack_List_Item:nth-of-type(-n+3) {
  margin-top: 0;
}
.smart-Pack_List_Item + .smart-Pack_List_Item::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/ico_plan_01.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  bottom: 54%;
  left: -16px;
}
.smart-Pack_List_Item + .smart-Pack_List_Item:nth-of-type(3n+1)::before {
  display: none;
}
.smart-Pack_List_Image {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 700px) {
  .smart-Pack_List_Item {
    margin-top: 0;
    width: calc(17.33333% - 20px);
  }
  .smart-Pack_List_Item + .smart-Pack_List_Item:nth-of-type(3n+1)::before {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .smart-Pack {
    margin-top: 52px;
    padding: 0 50px;
  }
  .smart-Pack_List_Item {
    width: calc(17.33333% - 30px);
  }
  .smart-Pack_List_Item + .smart-Pack_List_Item::before {
    width: 20px;
    height: 20px;
    left: -24px;
    bottom: 54.1%;
  }
}
/* smart-ImageList
-----------------------------------*/
.smart-ImageList {
  max-width: 1180px;
  margin: 52px auto 0;
  padding: 0 20px;
}
.smart-ImageList_Item {
  list-style: none;
}
.smart-ImageList_Item + .smart-ImageList_Item {
  margin-top: 30px;
}
.smart-ImageList_Image {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 700px) {
  .smart-ImageList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .smart-ImageList_Item {
    width: calc(50% - 20px);
  }
  .smart-ImageList_Item + .smart-ImageList_Item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .smart-ImageList {
    margin-top: 100px;
    padding: 0 50px;
  }
  .smart-ImageList_Item {
    width: calc(50% - 50px);
  }
  .smart-ImageList_Item + .smart-ImageList_Item {
    margin-top: 50px;
  }
}
/* smart-Content
-----------------------------------*/
.smart-Content {
  max-width: 1180px;
  margin: 48px auto 0;
  padding: 0 20px;
}
.smart-Content_Col-image {
  margin-top: 50px;
}
.smart-Content_Text {
  font-size: 123.1%;
  line-height: 1.625;
}
.smart-Content_Text + .smart-Content_Text {
  margin-top: 12px;
}
.smart-Content_Image_Item {
  width: 100%;
  height: auto;
  max-width: 540px;
}

@media only screen and (min-width: 700px) {
  .smart-Content {
    display: flex;
    justify-content: space-between;
  }
  .smart-Content_Col {
    width: calc(50% - 20px);
  }
  .smart-Content_Col-image {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 960px) {
  .smart-Content {
    margin-top: 74px;
    padding: 0 50px;
  }
  .smart-Content_Col {
    width: calc(50% - 50px);
  }
}
/* smart-Lnav
-----------------------------------*/
.smart-Lnav {
  margin-top: 39px;
}

@media only screen and (min-width: 960px) {
  .smart-Lnav {
    margin-top: 99px;
  }
}
/* smart-Menu01
-----------------------------------*/
.smart-Menu01 {
  margin-top: 90px;
}

@media only screen and (min-width: 960px) {
  .smart-Menu01 {
    margin-top: 80px;
  }
}
/* light-Inrto
-----------------------------------*/
.light-Intro {
  max-width: 720px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.light-Intro_Title {
  padding-top: 57px;
  text-align: center;
  position: relative;
}
.light-Intro_Title::before {
  content: "";
  display: block;
  background: url(../img/ico_light_01.png) no-repeat center;
  background-size: contain;
  width: 56px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.light-Intro_Text {
  font-size: 123.1%;
  line-height: 1.625;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1.2px solid rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 960px) {
  .light-Intro {
    margin-top: 60px;
    padding: 0 20px;
  }
}
/* light-Pack
-----------------------------------*/
.light-Pack {
  max-width: 962px;
  margin: 37px auto 0;
  padding: 0 13px;
}
.light-Pack_Title {
  font-family: "Noto Serif JP", serif;
  font-size: 167%;
  font-weight: 700;
  color: #8f2238;
  text-align: center;
}
.light-Pack_List {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.light-Pack_Title + .light-Pack_List {
  margin-top: 24px;
}
.light-Pack_List_Item {
  margin-top: 18px;
  list-style: none;
  position: relative;
  width: 33.33333%;
  padding: 0 10px;
  box-sizing: border-box;
}
.light-Pack_List_Item:nth-of-type(-n+3) {
  margin-top: 0;
}
.light-Pack_List_Item + .light-Pack_List_Item::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/ico_plan_01.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  bottom: 54%;
  left: -6px;
}
.light-Pack_List_Item + .light-Pack_List_Item:nth-of-type(3n+1)::before {
  display: none;
}
.light-Pack_List_Image {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 700px) {
  .light-Pack {
    padding-right: 27px;
  }
  .light-Pack_List_Item {
    margin-top: 20px;
    width: 16.66666%;
  }
  .light-Pack_List_Item:nth-of-type(-n+6) {
    margin-top: 0;
  }
  .light-Pack_List_Item:nth-of-type(6)::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/ico_plan_01.svg) no-repeat center;
    background-size: contain;
    width: 14px;
    height: 14px;
    bottom: 54%;
    right: -6px;
  }
  .light-Pack_List_Item + .light-Pack_List_Item:nth-of-type(3n+1)::before {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .light-Pack {
    margin-top: 46px;
    padding: 0 50px;
  }
  .light-Pack_List_Item {
    padding: 0 15px;
    margin-top: 38px;
  }
  .light-Pack_List_Item:nth-of-type(6)::after {
    width: 20px;
    height: 20px;
    right: -10px;
    bottom: 53%;
  }
  .light-Pack_List_Item + .light-Pack_List_Item::before {
    width: 20px;
    height: 20px;
    left: -10px;
    bottom: 53%;
  }
}
/* light-ImageList
-----------------------------------*/
.light-ImageList {
  max-width: 1180px;
  margin: 53px auto 0;
  padding: 0 20px;
}
.light-ImageList_Item {
  list-style: none;
}
.light-ImageList_Item + .light-ImageList_Item {
  margin-top: 30px;
}
.light-ImageList_Image {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 700px) {
  .light-ImageList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .light-ImageList_Item {
    width: calc(50% - 20px);
  }
  .light-ImageList_Item + .light-ImageList_Item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .light-ImageList {
    margin-top: 130px;
    padding: 0 50px;
  }
  .light-ImageList_Item {
    width: calc(50% - 50px);
  }
  .light-ImageList_Item + .light-ImageList_Item {
    margin-top: 50px;
  }
}
/* light-Lnav
-----------------------------------*/
.light-Lnav {
  margin-top: 39px;
}

@media only screen and (min-width: 960px) {
  .light-Lnav {
    margin-top: 99px;
  }
}
/* light-Menu01
-----------------------------------*/
.light-Menu01 {
  margin-top: 90px;
}

@media only screen and (min-width: 960px) {
  .light-Menu01 {
    margin-top: 80px;
  }
}
/* basic-Inrto
-----------------------------------*/
.basic-Intro {
  max-width: 720px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.basic-Intro_Title {
  padding-top: 57px;
  text-align: center;
  position: relative;
}
.basic-Intro_Title::before {
  content: "";
  display: block;
  background: url(../img/ico_basic_01.png) no-repeat center;
  background-size: contain;
  width: 46px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.basic-Intro_Text {
  font-size: 123.1%;
  line-height: 1.625;
  margin-top: 17px;
  padding-top: 13px;
  border-top: 1.2px solid rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 960px) {
  .basic-Intro {
    margin-top: 60px;
    padding: 0 20px;
  }
}
/* basic-Pack
-----------------------------------*/
.basic-Pack {
  max-width: 962px;
  margin: 47px auto 0;
  padding: 0 13px;
}
.basic-Pack_Title {
  font-family: "Noto Serif JP", serif;
  font-size: 167%;
  font-weight: 700;
  color: #8f2238;
  text-align: center;
}
.basic-Pack_List {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.basic-Pack_Title + .basic-Pack_List {
  margin-top: 24px;
}
.basic-Pack_List_Item {
  margin-top: 18px;
  list-style: none;
  position: relative;
  width: 33.33333%;
  padding: 0 10px;
  box-sizing: border-box;
}
.basic-Pack_List_Item:nth-of-type(-n+3) {
  margin-top: 0;
}
.basic-Pack_List_Item + .basic-Pack_List_Item::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/ico_plan_01.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  bottom: 54%;
  left: -6px;
}
.basic-Pack_List_Item + .basic-Pack_List_Item:nth-of-type(3n+1)::before {
  display: none;
}
.basic-Pack_List_Image {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 700px) {
  .basic-Pack_List_Item {
    margin-top: 20px;
    width: 16.66666%;
  }
  .basic-Pack_List_Item:nth-of-type(-n+6) {
    margin-top: 0;
  }
  .basic-Pack_List_Item:nth-of-type(6)::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/ico_plan_01.svg) no-repeat center;
    background-size: contain;
    width: 14px;
    height: 14px;
    bottom: 54%;
    right: -6px;
  }
  .basic-Pack_List_Item + .basic-Pack_List_Item:nth-of-type(3n+1)::before {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .basic-Pack {
    margin-top: 49px;
    padding: 0 50px;
  }
  .basic-Pack_List_Item {
    padding: 0 15px;
    margin-top: 38px;
  }
  .basic-Pack_List_Item:nth-of-type(6)::after {
    width: 20px;
    height: 20px;
    right: -10px;
    bottom: 53%;
  }
  .basic-Pack_List_Item + .basic-Pack_List_Item::before {
    width: 20px;
    height: 20px;
    left: -10px;
    bottom: 53%;
  }
}
/* basic-ImageList
-----------------------------------*/
.basic-ImageList {
  max-width: 1180px;
  margin: 53px auto 0;
  padding: 0 20px;
}
.basic-ImageList_Item {
  list-style: none;
}
.basic-ImageList_Item + .basic-ImageList_Item {
  margin-top: 30px;
}
.basic-ImageList_Image {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 700px) {
  .basic-ImageList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .basic-ImageList_Item {
    width: calc(50% - 20px);
  }
  .basic-ImageList_Item + .basic-ImageList_Item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .basic-ImageList {
    margin-top: 120px;
    padding: 0 50px;
  }
  .basic-ImageList_Item {
    width: calc(50% - 50px);
  }
  .basic-ImageList_Item + .basic-ImageList_Item {
    margin-top: 50px;
  }
}
/* basic-Lnav
-----------------------------------*/
.basic-Lnav {
  margin-top: 75px;
}

@media only screen and (min-width: 960px) {
  .basic-Lnav {
    margin-top: 130px;
  }
}
/* basic-Menu01
-----------------------------------*/
.basic-Menu01 {
  margin-top: 90px;
}

@media only screen and (min-width: 960px) {
  .basic-Menu01 {
    margin-top: 80px;
  }
}