/* common */
body {
  color: #333;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W5", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W5", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
img {
  width: 100%;
  height: auto;
}
p {
  font-size: 16px;
}
sup {
  position: relative;
  top: -1em;
  font-size: .6em;
  font-weight:400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}
.-red {
  color: #D90000;
}
.-green {
  color: var(--green);
}
.-pinkred {
  color: var(--pink);
}
.-yellow {
  color: var(--yellow) !important;
}
.sec-inr {
  margin: 0 20px;
}
.-black {
  color: #333E;
}
.-white {
  color: #FAFAFA !important;
}
/* color */
:root {
	--yellow: #FFF200;
	--green: #00967D;
	--light-green: #E6F5F2;
  --pink:#EE0C6F;
}
/* more */
.more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}
.more img {
  width: 40px;
}
.more.-open img {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .more {
    font-size: 18px;
  }
  .more img {
    width: 32px;
  }
}
/* utility */
.mt-0 {
  margin-top: 0 !important;
}
.mt-4 {
  margin-top: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-14 {
  margin-top: 14px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-28 {
  margin-top: 28px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mt-36 {
  margin-top: 36px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mr-14 {
  margin-right: 14px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-14 {
  margin-left: 14px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.mh1{
  margin: 0 20px;
}
.fs-10 {
  font-size: 10px;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-23 {
  font-size: 23px;
}
.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-27 {
  font-size: 27px;
}
.fs-29 {
  font-size: 29px;
}
.fs-40 {
  font-size: 40px;
  line-height: 1;
}
.fs-52 {
  font-size: 52px;
  line-height: 1;
}
.fw-400 {
  font-weight: 400;
}
.fw-600 {
  font-weight: 600;
}
.menu-list-btn{
  padding: 32px 0;
}
/* section */
.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section_inner {
  width: 850px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 40px;
  }
  .section_inner {
    padding-right: 5%;
    padding-left: 5%;
  }
}
/* headline */
.sectionTitle {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  max-width: 850px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.sectionTitle::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: linear-gradient(
    271.91deg,
    var(--green) 48.23%,
    var(--green) 52.55%,
    #89c686 52.55%,
    #89c686 62.9%
  );
  content: "";
}
.headline_2 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
.headline_3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
.headline_4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sectionTitle {
    max-width: 90%;
    font-size: 20px;
  }
  .sectionTitle span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .headline_2 {
    font-size: 18px;
  }
  .headline_3 {
    font-size: 17px;
  }
  .headline_4 {
    font-size: 16px;
  }
  .headline_4 span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
/* btn */
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 34px 6px 34px;
  width: 400px;
  max-width: 100%;
  height: 64px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  transition: 0.3s;
}
.btn::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  border: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24.66px;
}
.btn-yellow {
  color: #302f2e;
  background-color: var(--yellow);
  box-shadow: 1px 2px 0 0 rgba(0,0,0,.3)
}
.btn-yellow::after {
  background-image: url(/camp/sumitomolife_oc/img2/arrow-right_btn-yellow.svg);
}
.btn-yellow:hover {
  transform: scale(1.1,1.1);
  background-color: var(--pink);
  color: #fff;
}
.btn-yellow:hover::after {
  background-image: url(/camp/sumitomolife_oc/img2/arrow-right_btn-green.svg);
}
.btn-outline {
  flex-wrap: wrap;
  margin: 0;
  color: var(--green);
  border: 2px solid var(--green);
  background-color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 14px;
}
.btn-outline span {
  font-size: 14px!important;
  font-weight: 600!important;
  color: var(--green)!important;
  line-height: 1;
}
.btn-outline span::after {
  display: none;
}
.btn-outline::after {
  position: absolute;
  right: 16px;
  width: 16px;
  height: 20px;
  background-image: url(/camp/sumitomolife_oc/img2/icon_ext-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.btn-outline:hover {
  background-color: var(--light-green);
}
.btn-green {
  color: #fafafa;
  background-color: var(--green);
  box-shadow: 5px 5px 8px 0px #08835c4d;
}
.btn-green::after {
  background-image: url(/camp/sumitomolife_oc/img2/arrow-right_btn-green.svg);
}
.btn-white {
  color: var(--green);
  background-color: #ffffff;
  border: 1px solid var(--green);
  box-shadow: 5px 5px 8px 0px #08835c4d;
}
.btn-white::after {
  background-image: url(/camp/sumitomolife_oc/img2/arrow-right_btn-white.svg);
}
.btn-info {
  font-size: 12px;
}
.btn span {
  font-size: 10px;
  font-weight: 300;
  color: #302F2E;
}
.btn.no_btn {
  background-color: #eee;
  pointer-events: none;
}
.btn-2 {
  border-radius: 50px;
}
.btn_wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.btn.pc_only {
  display: none;
}
.btn.sp_only {
  display: flex;
}
@media (min-width: 768px) {
  .btn.sp_only {
    display: none;
  }
  .btn.pc_only {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 6px 16px 4px 16px;
    font-size: 18px;
  }
  .btn_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .btn-outline {
    font-size: 14px;
  }
  .btn-outline span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 400px) {
  .btn-campaign {
    width: auto;
  }
}
/* note */
.note {
  margin-top: 4px;
}
.note.note_red{
  font-size: 11px;
  color: red;
}
.note-item {
  font-size: 11px;
  padding-left: 15px;
  position: relative;
}
.note-item.note_red{
  color: red;
}
.note-item::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.note-item:not(:first-child) {
  margin-top: 4px;
}
.note-item.-none {
  padding-left: 0 !important;
}
.note-item.-none::before {
  content: none!important;
}
.-num .note-item {
  padding-left: 23px;
}
.-num .note-item:nth-of-type(1)::before {
  content: "※1";
}
.-num .note-item:nth-of-type(2)::before {
  content: "※2";
}
.-num .note-item:nth-of-type(3)::before {
  content: "※3";
}
.-num .note-item:nth-of-type(4)::before {
  content: "※4";
}
.-num-z .note-item {
  padding-left: 23px;
}
.-num-z .note-item:nth-of-type(1)::before {
  content: "※";
}
.-num-z .note-item:nth-of-type(2)::before {
  content: "※1";
}
.-num-z .note-item:nth-of-type(3)::before {
  content: "※2";
}
.-num-z .note-item:nth-of-type(4)::before {
  content: "※3";
}
.note_sokujimodal {
  padding:  0 16px 16px;
}
/* link */
.icon-link,
.ext-link {
  position: relative;
  margin-right: 20px;
}
.icon-link::after {
  content: "";
  display: inline-block;
  background-image: url(/camp/sumitomolife_oc/img2/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
}
.ext-link::after {
  content: "";
  display: inline-block;
  background-image: url(/camp/sumitomolife_oc/img2/icon_ext-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  margin-left: 4px;
  position: absolute;
  bottom: 0;
}
/* list */
.list-item {
  padding-left: 14px;
  position: relative;
}
.list-item::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
/* tab */
.tab {
  display: flex;
  justify-content: center;
}
.tab-contents {
  display: none;
}
.tab-contents.is-active {
  display: flex;
}
/* header */
#header {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  gap: 24px;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  box-shadow: 0px 1px 5px 0px #00000026;
}
.header-logo {
  display: flex;
  gap: 16px;
}
.header-logo img:nth-child(1) {
  width: 260px;
}
.header-logo img:nth-child(2) {
  width: 24px;
}
.header-logo img:nth-child(3) {
  width: 160px;
}
.menu-btn {
  position: relative;
  cursor: pointer;
  width: 45px;
  height: 45px;
}
.menu-btn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  right: 12px;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: var(--green);
}
.menu-btn span:nth-of-type(1) {
  top: 14px;
}
.menu-btn span:nth-of-type(2) {
  top: 21px;
}
.menu-btn span:nth-of-type(3) {
  top: 28px;
}
.menu-btn.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#menu.panelactive {
  right: 0;
  overflow-y: scroll;
}
#menu, #menu.panelactive #menu-list {
  width: 100%;
}
#menu {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  height: 100vh;
  background-color: var(--light-green);
  transition: all .6s;
}
#menu::after {
  content: "";
  position: fixed;
  z-index: 999;
  top: 130px;
  right: -100%;
  height: 100vh;
  transition: all .6s;
}
#menu.panelactive::after {
  background-image: url(/camp/sumitomolife_oc/img2/hamburger_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  width: 100%;
  z-index: -1;
}
#menu.panelactive #menu-list {
  top: 0;
  width: auto;
  height: 100vh;
}
#menu-list {
  padding: 63px 40px 0;
}
#menu-list li {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  padding: 14px 10px;
  border-bottom: 1px solid #EBF1EE;
}
#menu-list a {
  text-decoration: none;
}
/* header-btn */
.header-btn {
  margin-left: auto;
  width: 288px;
  height: 100%;
}
.header-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--yellow);
  box-shadow: none;
  border-radius: 0;
  text-decoration: none;
}
.header-btn a::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  border: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background-image: url(/camp/sumitomolife_oc/img2/arrow-right_btn-yellow.svg);
}
.header-btn a span {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
}
.header-btn a:hover {
  background-color: var(--pink);
}
.header-btn a:hover::after {
  background-image: url(/camp/sumitomolife_oc/img2/arrow-right_btn-green.svg);
}
.header-btn a:hover span {
  transform: scale(1.1,1.1);
  color: #fff;
}
@media screen and (max-width: 767px) {
  #header {
    padding: 0 0 0 8px;
    height: 40px;
    gap: 0;
  }
  .header-logo {
    gap: 4px;
  }
  .header-logo img:nth-child(1) {
    width: 80px;
  }
  .header-logo img:nth-child(2) {
    width: 8px;
  }
  .header-logo img:nth-child(3) {
    width: 64px;
  }
  .header-btn {
    width: 110px;
  }
  .header-btn a {
    padding-top: 2px;
  }
  .header-btn a::after {
    display: none;
  }
  .header-btn a span {
    font-size: 14px;
  }
  .header-btn a span span {
    display: none;
  }
}
/* mv */
.mv {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  align-items: center;
  padding: 110px 0 24px;
  background-image: url(/camp/sumitomolife_oc/img2/mv_bg.jpg);
}
.mv::after {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/camp/sumitomolife_oc/img2/mv_kirakira.svg);
  background-size: 100% auto;
  background-position: center top;
  opacity: .6;
  content: "";
}
.mv_img {
  position: relative;
  width: 1045px;
  max-width: 100%;
}
.mv_img_woman {
  z-index: 2;
  position: absolute;
  left: 60%;
  top: 60%;
  height:40%
}
.mv_img_woman img {
  width: auto;
  height: 100%;
}
.mv .note {
  position: relative;
  z-index: 2;
  max-width: 80%;
}
/* mv--金額の位置調整 ***************/
.mv_price_left,
.mv_price_right,
.mv_price_main {
  position: absolute;
  display: flex;
  align-items: flex-end;
}
.mv_price_left img,
.mv_price_right img {
  margin-right: -4px;
  width: auto;
}
.mv_price_left .no,
.mv_price_right .no,
.mv_price_main .no {
  height: 100%;
}
.mv_price_left .comma,
.mv_price_right .comma,
.mv_price_main .comma {
  height: 30%;
}
.mv_price_main img {
  margin-right: -24px;
  width: auto;
}
.mv_price_left {
  top: 22%;
  left: 12%;
}
.mv_price_right {
  top: 23%;
  left: 33.8%;
}
.mv_price_left,
.mv_price_right {
  height: 7%;
}
.mv_price_main {
  top: 36%;
  left: 23.3%;
  height: 23.5%;
}
@media screen and (max-width: 1357px) {
  .mv_img_woman {
    left: auto;
    right:-50px;
  }
}
@media screen and (max-width: 1044px) {
  /* mv--金額の位置調整 ***************/
  .mv_price_left {
    top: 22%;
    left: 12.3%;
  }
  .mv_price_right {
    top: 23%;
    left: 33.7%;
  }
  .mv_price_main {
    top: 36%;
  }
}
@media screen and (max-width: 881px) {
  /* mv--金額の位置調整 ***************/
  .mv_price_main {
    height: 24.5%;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 56px 0 0;
  }
  .mv_img {
    order: 1;
    width: 100%;
    max-width: 640px;
  }
  .mv .note {
    order: 2;
    max-width: 10100%;
  }
  .mv_img_woman {
    order: 3;
    position: static;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: -30%;
    margin-right: -15%;
  }
  .mv_img_woman img {
    position: relative;
    z-index: 2;
    width: 90%;
    height: auto;
  }
  /* mv--金額の位置調整 ***************/
  .mv_price_main img {
    margin-right: -12px;
  }
  .mv_price_left {
    top: 30%;
    left: 10%;
  }
  .mv_price_right {
    top:32%;
    left: 54.5%;
  }
  .mv_price_left,
  .mv_price_right {
    height: 9.5%;
  }
  .mv_price_main {
    top: 51%;
    left: 39%;
    transform: translateX(-50%);
    height: 18.5%;
  }
}
@media screen and (max-width: 438px) {
  /* mv--金額の位置調整 ***************/
  .mv_price_left,
  .mv_price_right {
    height: 10%;
  }
  .mv_price_main {
    top: 50%;
    left: 38.5%;
    height: 20.5%;
  }
}
/* cv */
.cv_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cv_women {
  display: flex;
  justify-content: center;
}
.cv_women img {
  width: 80%;
  max-width: 540px;
}
.cv {
  position: relative;
  z-index:2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: -2px;
  width: 100%;
  height: 160px;
  background-color: var(--green);
}
.cv p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cv {
    padding-right: 5%;
    padding-left: 5%;
  }
}
/* about */
.about_item {
  display: flex;
  gap: 40px;
}
.about_item > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: calc(calc(100% - 40px) /2);
}
.about_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.about_title {
  font-size: 20px;
  font-weight: 600;
}
.about_icon img {
  width: auto;
  height: 144px;
}
.about_title span {
  font-size: 24px;
  color: var(--green);
}
.about .btn {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .about_title {
    font-size: 16px;
  }
  .about_title span {
    font-size: 20px;
  }
  .about .section_inner {
    flex-direction: column;
    gap: 64px;
  }
  .about_item > li {
    width: 100%;
  }
  .about_icon img {
    width: 100%;
    height: auto;
  }
}
/* add */
.add {
  overflow-x: hidden;
  background-image: url(/camp/sumitomolife_oc/img2/add_bg.jpg);
  background-size: cover;
}
.add .section_inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.add_item {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.add .add_item > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  width: 360px;
  height: 360px;
  border-radius: 30px;
  background-color: #fff;
  background-size: 160px auto;
  background-position: center bottom -4px;
  background-repeat: no-repeat;
}
.add_item::after {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 54px;
  height: 80px;
  background-image: url(/camp/sumitomolife_oc/img2/plus.svg);
  background-size: 100% auto;
  content: "";
  background-repeat: no-repeat;
}
.add .add_item > li:first-child {
  border: 4px solid var(--green);
  background-image: url(/camp/sumitomolife_oc/img2/add_1.svg);
}
.add .add_item > li:last-child {
  border: 4px solid var(--pink);
  background-image: url(/camp/sumitomolife_oc/img2/add_2.svg);
}
.add .add_item > li:last-child::after {
  position: absolute;
  right: -70px;
  top: -80px;
  width: 120px;
  height: 120px;
  background-image: url(/camp/sumitomolife_oc/img2/new2.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
.add_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  justify-content: center;
  height: 108px;
  text-align: center;
}
.add_title span {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
.add_text,
.add_text span span {
  font-size: 24px;
  font-weight: 600;
  color: var(--green);
  text-align: center;
  line-height: 1;
}
.add_text span {
  font-size: 64px;
  font-weight: 600;
  color: var(--pink);
  line-height: 1;
}
.add .new {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .add_title {
    height: auto;
  }
  .add_item {
    flex-direction: column;
    justify-content: flex-start;
    gap: 80px;
  }
  .add .add_item > li {
    padding: 16px 16px 24% 16px;
    width: 100%;
    height: auto;
    background-size: auto 30%;
  }
  .add .add_item > li:first-child::after {
    left: 50%;
    top: auto;
    bottom: -76px;
    transform: translate(-50%,0);
    width: 64px;
    height: 64px;
  }
  .add .add_item > li:last-child::after {
    right: -50px;
    top: -55px;
    width: 80px;
    height: 80px;
  }
  .add_title span {
    font-size: 20px;
  }
  .add_text,
  .add_text span span {
    font-size: 22px;
  }
  .add_text span {
    font-size: 64px;
  }
  .add .new {
    width: 64px;
  }
}
/* add_more */
.add_more {
  overflow: hidden
}
.add_more .headline_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.add_more .headline_2 sup {
  top: 0;
}
.add_more_item {
  display: flex;
  flex-direction: column;
  gap: 128px;
}
.add_more_item > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px;
  border: 5px solid var(--green);
  border-radius: 30px;
}
.add_more_item > li:first-child {
  position: relative;
}
.add_more_item > li:first-child::after {
  position: absolute;
  left: 50%;
  bottom: -112px;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background-image: url(/camp/sumitomolife_oc/img2/accordion-plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.add_more_item > li:last-child {
  border-color: var(--pink);
}
.add_more_item > li:last-child::after {
  position: absolute;
  right: -90px;
  top: -100px;
  width: 160px;
  height: 160px;
  background-image: url(/camp/sumitomolife_oc/img2/new2.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
.add_more_item_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.add_more_item_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.add_more .add_text,
.add_more .add_text span span {
  font-size: 48px;
}
.add_more .add_text span {
  font-size: 80px;
}
.add_more_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
	padding: 40px;
  width: 100%;
  border-radius: 10px;
  background-color: var(--light-green);
}
.add_more_box .headline_4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.add_more .new {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 160px;
}
.cp-seven-content {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.cp-seven-content img {
  width: 290px;
}
.cp-seven-content .notesTable {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .add_more_item {
    gap: 80px;
  }
  .add_more_item >  li {
    gap: 24px;
    padding: 24px 16px;
    border: 4px solid var(--green);
  }
  .add_more_item > li:first-child::after {
    left: 50%;
    top: auto;
    bottom: -76px;
    transform: translate(-50%,0);
    width: 64px;
    height: 64px;
  }
  .add_more_item_wrap {
    gap: 24px;
  }
  .add_more .add_text,
  .add_more .add_text span span {
    font-size: 22px;
  }
  .add_more .add_text span {
    font-size: 64px;
  }
  .add_more_item_inner:first-child {
    gap: 8px;
  }
  .add_more_box {
    gap: 24px;
    padding: 24px 16px;
  }
  .add_more .new {
    width: 80px;
  }
  .add_more_item > li:last-child::after {
    right: -50px;
    top: -55px;
    width: 80px;
    height: 80px;
  }
  .cp-seven-content {
    flex-direction: column;
    align-items: center;
  }
  .cp-seven-content img {
    order: 1;
  }
  .cp-seven-content .notesTable {
    order: 2;
  }
}
/* cp */
.cp {
  background-image: url(/camp/sumitomolife_oc/img2/cp_bg.png);
  background-size: 200% auto;
  background-position: center top;
  background-repeat: repeat;
}
.cp .section_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cp_item {
  display: flex;
  width: 100%;
}
.cp_item > li {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.cp_item > li:not(:last-child)::before,
.cp_item > li:not(:last-child)::after {
  position: absolute;
  content: "";
}
.cp_item > li:not(:last-child)::before {
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 218px;
  background-image: repeating-linear-gradient(180deg, #cccaca, #cccaca 4px, transparent 8px, transparent 10px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 100%;
}
.cp_item > li:not(:last-child)::after {
  z-index: 2;
  right: -20px;
  top: 60%;
  width: 40px;
  height: 40px;
  background-image: url(/camp/sumitomolife_oc/img2/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.cp_tokuten {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--green);
  border-radius: 50px;
  width: 128px;
  height: 72px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.cp_tokuten::after {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid var(--green);
  content: "";
}
.cp_tokuten span {
 font-size: 36px;
}
.cp_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
  padding: 24px 16px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.cp_price {
  font-size: 20px;
  font-weight: 600;
  color: var(--green);
  text-align: center;
  line-height: 1;
}
.cp_price .pink {
  color: var(--pink);
}
.cp_price .big {
  font-size: 48px;
}
@media screen and (min-width: 768px) {
.cp_price_tokuten {
  font-size: 16px;
}
.cp_price_tokuten .big {
  font-size: 46px;
}
}
.cp_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 2em;
  font-weight: 600;
}
.cp_icon img {
  width: auto;
  height: 96px;
}
.cp_note {
  margin-top: -6%;
  font-size: 14px;
  font-weight: 500;
}
.cp_img_wrapper {
  width: 1045px;
  max-width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.cp_img {
  position: relative;
  width: 1045px;
  max-width: 100%;
}
/* mv--金額の位置調整 ***************/
.cp_price_main {
  position: absolute;
  display: flex;
  align-items: flex-end;
}
.cp_price_main .no {
  width: auto;
  height: 100%;
}
.cp_price_main .comma {
  height: 30%;
}
.cp_price_main {
  top: 15%;
  left: 17%;
  height: 49%;
}
.cp_price_main img {
  margin-right: -24px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .cp .section_inner {
    gap: 24px;
  }
  .cp_item {
    order: 1;
    flex-direction: column;
    gap: 40px;
  }
  .cp_note {
    order: 2;
    margin-top: 0;
  }
  .cp_item_after {
    order: 3;
    width: 60%;
  }
  .cp_item > li:not(:last-child)::before {
    display: none;
  }
  .cp_item > li:not(:last-child)::after {
    right: auto;
    left: 50%;
    top: 95%;
    transform: translateX(-50%);
    width: 54px;
    height: 54px;
  }
  .cp_body {
    gap: 16px;
    padding: 24px 16px;
    border-radius: 30px;
  }
  .cp .note {
    width: 90%;
  }
  .cp_img_wrapper {
    gap: 16px;
  }
  /* 金額の位置調整 ***************/
  .cp_price_main {
    top: 18%;
    left: 16.5%;
    height: 44.5%;
  }
  .cp_price_main img {
    margin-right: -12px;
  }
}
@media screen and (max-width: 552px) {
  /* 金額の位置調整 ***************/
  .cp_price_main {
    top: 15%;
    height: 40.5%;
  }
}
@media screen and (max-width: 499px) {
  /* 金額の位置調整 ***************/
  .cp_price_main {
    top: 11%;
    height: 39%;
  }
}
@media screen and (max-width: 381px) {
  /* 金額の位置調整 ***************/
  .cp_price_main {
    top: 9%;
    height: 17.8vw;
  }
}
/* cp_more */
.cp_more .cp_item {
  flex-direction: column;
  gap: 160px;
}
.cp_more .cp_item .cp_body {
  padding: 40px;
  background-color: var(--light-green);
  border-radius: 30px;
  box-shadow: 3px 4px 2px 0 #ddd;
}
.cp_more .cp_item > li:not(:last-child)::before {
  display: none;
}
.cp_more .cp_item > li:not(:last-child)::after {
  top: auto;
  right: auto;
  left: 50%;
  bottom: -120px;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
}
.cp_body_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--green);
}
.cp_more .cp_item > li:not(:first-child) .cp_body_inner {
  flex-direction: row;
}
.cp_more .cp_body_inner img {
  width: 340px;
  max-width: 100%;
}
.cp_title_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.cp_more .cp_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  font-size: 32px;
}
.cp_text_2 {
  font-size: 18px;
  font-weight: 600;
}
.cp_more .cp_price {
  font-size: 40px;
  line-height: 1;
}
.cp_more .cp_price .big {
  font-size: 80px;
}
.cp_more .cp_price .midium {
  font-size: 47px;
}
.cp_more a:hover img {
  opacity: .7;
}
.privilege h1 img {
  padding-top: 30px;
}
.privilege_acc-item-body-sec:not(:first-child) {
  margin-top: 16px;
}
.privilege-item {
  width: 100%;
}
.privilege-item_limited {
  width: 201px;
  margin: auto;
  margin-bottom: 6px;
}
.privilege-item_txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.privilege-item_img {
  width: 277px;
  margin: auto;
}
.privilege-item_banner {
  margin: auto;
  width: 300px;
}
@media only screen and (max-width: 375px){
  .privilege-item_banner {
    width: auto;
  }
  .menu-btn-yellow {
    width: auto;
   }
}
.privilege-item:nth-of-type(1) .privilege-item_img {
  width: 222px;
}
.privilege-item:nth-of-type(1) .privilege-item_banner {
  width: 300px;
}
.privilege-item_period {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cp_more .cp_item {
    gap: 40px;
  }
  .cp_more .cp_item .cp_body {
    padding: 24px 16px;
  }
  .cp_more .cp_text {
    font-size: 22px;
    height: auto;
  }
  .cp_text_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
  }
  .cp_more .cp_price {
    font-size: 20px;
  }
  .cp_more .cp_price .big {
    font-size: 48px;
  }
  .cp_more .cp_price .midium {
    font-size: 20px;
  }
  .cp_body_inner {
    padding-bottom: 32px;
  }
  .cp_more .cp_item > li:not(:first-child) .cp_body_inner {
    flex-direction: column;
  }
  .cp_more .cp_item > li:not(:last-child)::after {
    right: auto;
    left: 50%;
    top: 98%;
    bottom: auto;
    transform: translateX(-50%);
    width: 54px;
    height: 54px;
  }
}
/* lifestyle */
.lifestyle.section {
  align-items: flex-start;
  overflow-x: hidden;
  padding-bottom: 0;
}
.lifestyle .section_inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.lifestyle .section_inner img {
  width: 580px;
  max-width: 100%;
}
.lifestyle .sectionTitle {
  margin-right: auto;
  margin-left: auto;
}
.lifestyle-table {
  width: 100%;
}
.lifestyle-table_ex {
  padding-left: 18px;
}
.scrollTable {
  overflow-x: auto;
  padding-bottom: 24px;
}
.lifestyle-table table {
  font-size: 13px;
  width: 508px;
  margin: 24.39px 9.5px 0;
  border-collapse: collapse;
}
.lifestyle-table tr {
  border-bottom: 1px solid #ffffff;
}
.lifestyle-table tr:first-child,
.lifestyle-table tr:last-child {
  border-bottom: none;
}
.lifestyle-table th {
  background-color: #CCE7CA;
  width: 60px;
  height: 120px;
  font-weight: 300;
}
.lifestyle-table td {
  padding: 12.5px 7px;
  text-align: center;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.lifestyle-table_th th {
  color: #FAFAFA;
  padding: 12.5px 10px;
  height: 55px;
  border-right: 1px solid #ffffff;
}
.lifestyle-table_th th#cell_none {
  background-color: #ffffff;
}
.lifestyle-table_th th#cell_nl {
  background-color: #108761;
}
.lifestyle-table_th th#cell_gold {
  background-color: #E3BF15;
}
.lifestyle-table_th th#cell_platinum {
  background-color: #3C3A32;
}
.lifestyle-tab-wrp .tab {
  justify-content: space-between;
  align-items: flex-start;
}
.lifestyle-tab-wrp .tab li img {
  opacity: 0.2;
}
.lifestyle-tab-wrp .tab li.active img {
  opacity: 1;
}
.lifestyle-tab-wrp a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lifestyle-tab-wrp a img {
  width: 92px;
  margin-bottom: 8px;
  box-shadow: 0px 4px 15px 0px #00000026;
}
.lifestyle-tab-wrp .active a img {
  width: 105px;
}
.lifestyle-tab-wrp p {
  font-size: 10px;
  color: #cfcfcf;
  font-weight: 600;
  line-height: 16.5px;
  text-align: center;
}
.lifestyle-tab-wrp .active p {
  color: #108761;
}
.lifestyle .tabgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.tab-contents-wrp {
  width: 850px;
  max-width: 100%;
}
.lifestyle .tab-contents.is-active {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 16px 40px;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
}
.lifestyle .tab-contents:nth-of-type(2).is-active::before {
  left: calc(50% - 18px);
}
.lifestyle .tab-contents:nth-of-type(3).is-active::before {
  right: 77px;
}
.lifestyle-step .flow-step {
  font-size: 12px;
  line-height: 1.1;
  height: 56px;
  padding-left: 52.64px;
  padding-right: 2px;
  vertical-align: middle;
  width: auto;
  background-color: #53AA7C !important;
}
.lifestyle-step .flow-step p {
  display: table-cell;
}
.lifestyle-step .flow-step::before {
  width: 52px;
  height: 56px;
}
.lifestyle .flow-step_wrp .flow-step::after {
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
}
.lifestyle-step .flow-step_wrp:nth-of-type(1) .flow-step::after {
  content: url(/camp/sumitomolife_oc/img/vpoint_01.svg);
}
.lifestyle-step .flow-step_wrp:nth-of-type(2) .flow-step::after {
  content: url(/camp/sumitomolife_oc/img/vpoint_02.svg);
}
.lifestyle-details {
  padding: 80px 0;
  width: 100%;
  background-color: #FBF6F6;
}
.lifestyle-details_lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lifestyle-details_lead span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  line-height: 25.2px;
}
.lifestyle-details_cardInfo_lead-cardName {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  font-weight: 600;
}
.lifestyle-details_cardInfo_lead img {
  width: 234px;
  box-shadow: 0px 4px 15px 0px #00000026;
  margin: auto;
}
.lifestyle-details_cardInfo_lead-copy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
  text-align: center;
}
.lifestyle-details_cardInfo_point {
  display: flex;
  justify-content: space-around;
}
.lifestyle-details_cardInfo_point-item {
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: var(--green);
  width: 105px;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.lifestyle-details_cardInfo_point-item::before {
  transform: skewX(-5deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #fafafa;
  box-shadow: 2px 2px 0px 0px #A4CDAB;
}
.lifestyle-details_point-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px;
  background-color: var(--light-green);
  border-radius: 30px;
  box-shadow: 3px 4px 2px 0 #ddd;
}
.lifestyle-details_point-item_contents {
  width: 100%;
}
.lifestyle-details_point-item_contents-text_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.lifestyle-details_point-item_contents-sec_sb {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lifestyle-details_point-item_contents-sec_sb-img.tenpo_log {
  padding: 48px 171px;
  width: 920px;
  max-width: 100%;
}
.lifestyle-details_point-item_contents-txt {
  font-size: 16px;
  max-width: 918px;
  margin-bottom: 0!important;
}
.lifestyle-details_point-item {
  position: relative;
  margin-top: 68px;
}
.lifestyle_no {
  position: absolute;
  top: -40px;
  left: 16px;
  width: 128px;
  opacity: .3;
}
.lifestyle-details_point-item_title p {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--green);
  font-weight: 600;
  text-align: center;
}
.lifestyle-details_point-item_title p > span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lifestyle-details_point-item_title-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
}
.lifestyle-details_point-item_title-sub.-yellow {
  font-weight: 600;
}
.lifestyle-details_point-item_title-sub span {
  position: relative;
  font-weight: 600;
}
.lifestyle-details_point-item_title-sub span::after {
  border-bottom: 2px solid #074F35;
  border-right: 2px solid #074F35;
  bottom: -4px;
  right: -17px;
}
.lifestyle-details_point-item_contents .-num-z .note-item:nth-of-type(1)::before {
  content: "※2";
}
.lifestyle-details_point-item_contents .-num-z .note-item:nth-of-type(2)::before {
  content: "※2";
}
.lifestyle-details_point-item_contents .-num-z .note-item:nth-of-type(3)::before {
  content: "※3";
}
.lifestyle-details_point-item_contents-inr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.lifestyle-details_point-item_contents-inr .cp_body {
  gap: 8px;
  width: 100%;
}
.lifestyle-details_point-item_contents-inr .cp_price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 8px;
}
.lifestyle-details_point-item_contents-inr .cp_price span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.lifestyle-details_point-item_contents-inr .cp_text {
  height: auto;
}
.lifestyle-details_point-item_contents-inr .lifestyle-details_point-item_contents_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  padding-top: 24px;
  border-top: 1px solid var(--light-green);
  font-weight: 500;
}
.lifestyle-details_point-item_contents-inr .lifestyle-details_point-item_contents_text span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  row-gap: 8px;
}
.lifestyle-details_point-item_contents-inr .cp_body .note {
  width: auto;
  max-width: none;
}
.lifestyle-details_point-item_contents-inr .plus {
  width: 40px;
}
.lifestyle-details_point-item_contents-inr p .b {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1;
}
.lifestyle-details_point-item_contents-plus {
  font-size: 15px;
  font-weight: 600;
  line-height: 22.5px;
  text-align: center;
}
.lifestyle-details_point-item_contents-img {
  display: flex;
  justify-content: space-around;
}
.lifestyle-details_point-item_contents-img_wrapper {
  display: flex;
  justify-content: center;
}
.lifestyle-details_point-item_contents-img_wrapper > div {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.lifestyle-details_point-item_contents-img_wrapper img {
  width: 240px;
  max-width: 100%;
  height: 131px;
}
.lifestyle-details_point-item_contents-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  color: var(--green);
  font-weight: 600;
  text-align: center;
}
.lifestyle-details_point-item_contents-lead span {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.lifestyle-details_point-item_contents-txt {
  font-size: 14px;
}
.lifestyle-details_point-item_contents-sec_ttl {
  background-color: #53AA7C;
  color: #FAFAFA;
  text-align: center;
  padding: 15px 0;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 600;
}
.lifestyle .add_more_box {
  border: 1px solid var(--green);
}
.container {
  width: 110px;
}
.lifestyle-details_point-item_contents-sec_sb-lead {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 27px;
  color: var(--green);
}
.lifestyle-details_point-item_contents-sec_sb-lead::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: var(--green);
  margin: 8px auto 0;
}
.lifestyle-details_point-item_contents-sec_sb-img {
  border-radius: 10px;
  background-color: #ffffff;
  margin: auto;
  padding: 20px 53px;
}
.lifestyle-details_point-item_contents-sec_sb-img.tenpo_log {
  padding: 24px 9px;
}
.lifestyle-details_point-item_contents-sec_sb-img img{
  margin: 0 auto;
  text-align: center;
}
.lifestyle-details_point-item_contents-bf {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 32px 15px;
  border-top: 1px solid var(--green);
}
.lifestyle-details_point-item_contents-bf:not(:first-child) {
  margin-top: 16px;
}
.lifestyle-details_point-item_contents-bf_ttl {
  font-size: 16px;
  font-weight: 600;
}
.lifestyle-details_point-item_contents-bf_kw {
  font-size: 45px;
  color: var(--green);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.lifestyle-details_point-item_contents-bf_ttl {
  font-size: 24px;
}
.lifestyle-details_point-item_contents-bf_kw {
  font-size: 50px;
}
.modal-info {
  max-width: 1400px !important;
}
.lifestyle-details_point-item_contents-plus {
  font-size: 20px;
  padding-top: 30px;
}
.lifestyle-details_point-item_contents-img-maB20 img {
  margin: 20px 0 !important;
}
.lifestyle-details_point-item:first-child .note-item:nth-of-type(1)::before,
.lifestyle-details_point-item:first-child .note-item:nth-of-type(2)::before {
  content: "※1" !important;
}
.lifestyle-details_point-item:first-child .note-item:nth-of-type(3)::before {
  content: "※2" !important;
}
@media screen and (max-width: 767px) {
  .lifestyle-details {
    padding: 40px 5%;
  }
  .lifestyle .tab-contents.is-active {
    gap: 24px;
    padding: 24px 16px;
  }
  .lifestyle_no {
    width: 80px;
  }
  .lifestyle-details_point-item {
    padding: 40px 16px 24px 16px;
    gap: 16px;
  }
  .lifestyle-details_point-item_title p {
    font-size: 22px;
  }
  .lifestyle-details_point-item_contents-img.sp_only {
    display: flex;
  }
  .lifestyle-details_point-item_contents-img_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
  }
  .lifestyle-details_point-item_contents-img_wrapper > div {
    width: 100%;
  }
  .lifestyle-details_lead::before,
  .lifestyle-details_lead::after {
    display: none;
  }
  .lifestyle .lifestyle-tab-wrp {
    width: 100%;
  }
  .lifestyle-details_point-item_contents-inr {
    padding: 0 10%;
    gap: 16px;
  }
  .lifestyle-details_point-item_contents-inr {
    padding: 0;
  }
  .lifestyle-details_point-item_contents-inr .cp_price .big {
    font-size: 32px;
  }
  .lifestyle-details_point-item_contents-inr .lifestyle-details_point-item_contents_text {
    padding-top: 16px;
  }
}
/* flow */
.flow-tab-wrp {
  border-bottom: 1px solid #d2d2d2;
}
.flow .tabgroup {
  width: 100%;
}
.flow .tab {
  align-items: flex-end;
}
.flow .tab-contents.is-active {
  flex-direction: column;
}
.flow .tab li {
  color: var(--green);
  background-color: #EDEDED;
  width: 47%;
  padding: 8.5px 0;
  border-radius: 6px 6px 0 0;
  text-align: center;
  height: 40px;
  font-weight: 600;
  cursor: pointer;
}
.flow .tab li.active {
  color: #fafafa;
  background-color: var(--green);
  padding: 14px;
  height: 51px;
}
.flow .tab li a {
  text-decoration: none;
}
.flow-step {
  font-size: 14px;
  font-weight: 600;
  height: 63px;
  color: #fafafa;
  position: relative;
  padding-left: 78px;
  display: flex;
  align-items: center;
  background-color: #96CC96;
  border-radius: 10px;
  overflow: hidden;
}
.flow-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  width: 70px;
  height: 63px;
  background-color: #D9D9D9;
  opacity: 0.4;
  transform: skewX(-14deg);
  z-index: 1;
}
.flow-step_wrp:nth-of-type(1) .flow-step {
  background-color: #96CC96;
}
.flow-step_wrp:nth-of-type(2) .flow-step {
  background-color: #6EB482;
}
.flow-step_wrp:nth-of-type(3) .flow-step {
  background-color: #53AA7C;
}
.flow-step_wrp:nth-of-type(4) .flow-step {
  background-color: #32986E;
}
.flow-step_wrp:nth-of-type(5) .flow-step {
  background-color: var(--green);
}
.flow-step_wrp:nth-of-type(6) .flow-step {
  background-color: #0F7353;
}
.flow-step_wrp .flow-step::after {
  content: url(/camp/sumitomolife_oc/img2/flow_step01.svg);
  position: absolute;
  top: 9px;
  left: 13px;
  z-index: 2;
}
.flow-step_wrp:nth-of-type(1) .flow-step::after {
  content: url(/camp/sumitomolife_oc/img2/flow_step01.svg);
}
.flow-step_wrp:nth-of-type(2) .flow-step::after {
  content: url(/camp/sumitomolife_oc/img2/flow_step02.svg);
}
.flow-step_wrp:nth-of-type(3) .flow-step::after {
  content: url(/camp/sumitomolife_oc/img2/flow_step03.svg);
}
.flow-step_wrp:nth-of-type(4) .flow-step::after {
  content: url(/camp/sumitomolife_oc/img2/flow_step04.svg);
}
.flow-step_wrp:nth-of-type(5) .flow-step::after {
  content: url(/camp/sumitomolife_oc/img2/flow_step05.svg);
}
.flow-step_wrp:nth-of-type(6) .flow-step::after {
  content: url(/camp/sumitomolife_oc/img2/flow_step06.svg);
}
.flow-arrow {
  position: relative;
  padding-top: 30px;
}
.flow-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border-right: 2px solid #96CC96;
  border-bottom: 2px solid #96CC96;
  transform: rotate(45deg);
}
.flow-step_wrp:nth-of-type(1) .flow-arrow::before {
  border-right: 2px solid #96CC96;
  border-bottom: 2px solid #96CC96;
}
.flow-step_wrp:nth-of-type(2) .flow-arrow::before {
  border-right: 2px solid #75BB89;
  border-bottom: 2px solid #75BB89;
}
.flow-step_wrp:nth-of-type(3) .flow-arrow::before {
  border-right: 2px solid #53AA7C;
  border-bottom: 2px solid #53AA7C;
}
.flow-step_wrp:nth-of-type(4) .flow-arrow::before {
  border-right: 2px solid #32986E;
  border-bottom: 2px solid #32986E;
}
.flow-step_wrp:nth-of-type(5) .flow-arrow::before {
  border-right: 2px solid #32986E;
  border-bottom: 2px solid #32986E;
}
@media screen and (max-width: 767px) {
  .lifestyle-tab-wrp .tab {
    gap: 8px;
  }
  .lifestyle-tab-wrp .tab .container {
    flex: 1;
  }
}
/* info */
.info {
  background-color: #FBF6F6;
}
.info .tabgroup {
  width: 100%;
}
.info .tab-contents.is-active {
  flex-direction: column;
}
.info-tab-wrp {
  border-bottom: 1px solid #d2d2d2;
}
.info .tab {
  align-items: flex-end;
}
.info .tab li {
  color: #fafafa;
  background-color: var(--green);
  width: 31%;
  border-radius: 6px 6px 0 0;
  text-align: center;
  height: 59px;
  font-weight: 600;
  font-size: 13px;
  line-height: 14.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.info .tab li.active {
  height: 70px;
}
.info .tab li a {
  text-decoration: none;
}
.info .tab li#info-tab_card-nl {
  background-color: var(--green);
}
.info .tab li#info-tab_card-gold {
  background-color: #E3BF15;
}
.info .tab li#info-tab_card-platinum {
  background-color: #3C3A32;
}
.info-img {
  width: 295px;
  max-width: 100%;
  margin: auto;
}
.info-lead {
  font-size: 22px;
  font-weight: 600;
  line-height: 30.8px;
  color: var(--green);
}
.info .list {
  font-size: 14px;
}
.info-caution {
  font-size: 11px;
  line-height: 16.5px;
  color: #D90000;
  padding-left: 38px;
  position: relative;
}
.info-caution::before {
  content: url(/camp/sumitomolife_oc/img2/icon-caution.svg);
  position: absolute;
  top: 0;
  left: 0;
}
.info-table {
  font-size: 13px;
  line-height: 15.6px;
  width: 100%;
  border-collapse: collapse;
}
.info-table,
.info-table th,
.info-table td {
  border: 1px solid #cecece;
}
.info-table th,
.info-table td {
  padding: 15px 8px;
}
.info-table th {
  background-color: var(--light-green);
  font-weight: 600;
  text-align: center;
  width: 25%;
}
.info-table td {
  background-color: #FAFAFA;
  line-height: 18.2px;
}
.info-table .list {
  font-size: 13px;
}
.info-table b {
  font-weight: 500;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .info-table,
  .info-table tbody,
  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
  }
  .info-table tr {
    display: flex;
    flex-direction: column;
  }
}
/* footer */
footer {
  padding-top: 40px;
}
.footer_inner {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
}
.footer_caption {
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 72px;
}
.footer_caption-text {
  font-size: 13px;
}
.caption--normal,
.caption--indent {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.caption--normal::before {
    content: "・";
    display: inline;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    width: auto;
    margin: 0 20px;
  }
  .footer_caption {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.footer-info {
  font-size: 12px;
}
.footer-info_ttl {
  font-size: 14px;
  font-weight: 600;
}
.copyright {
  margin-top: 40px;
  text-align: center;
  background-color: #EDEDED;
  padding: 20px 0 22px 0;
}
.copyright small {
  font-size: 10px;
}
/* modal */
.modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #302F2E;
  opacity: 0.7;
}
.modal-window {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  width: 100%;
}
.modal-close {
  position: absolute;
  top: -45px;
  right: 20px;
  cursor: pointer;
  z-index: 10000;
}
.modal-window-inner {
  max-height: calc(100vh - 104px);
  display: none;
  overflow: auto;
  box-sizing: border-box;
}
.modal-window-inner.-show {
  display: block;
}
.modal-list-item {
  padding-left: 20px;
  font-size: 13px;
  line-height: 19.5px;
  position: relative;
}
.modal-list-item:not(:first-child) {
  margin-top: 16px;
}
.modal-list-item::before {
  content: "";
  background-image: url(/camp/sumitomolife_oc/img2/icon_list.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 0;
}
.modal-list-item_ttl {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.modal h2 {
  font-size: 20px;
  font-weight: 600;
}
.modal-txt {
  font-size: 14px;
}
.modal-window-inner#modal-campain,
.modal-window-inner#modal-campain2,
.modal-window-inner#modal-select,
.modal-window-inner#modal-card_nl,
.modal-window-inner#modal-card_gold,
.modal-window-inner#modal-card_platinum {
  background-color: var(--light-green);
  width: calc(100% - 40px);
  margin: auto;
  padding: 0 15px;
}
.modal-window-inner#modal-term_nl,
.modal-window-inner#modal-term_gold,
.modal-window-inner#modal-tell {
  background-color: #ffffff;
  border-radius: 10px;
  width: calc(100% - 20px);
  margin: auto;
}
/* modal-select */
.modal-select {
  text-align: center;
  padding: 34px 0 57px;
}
.select-btn {
  background-color: #FAFAFA;
  box-shadow: 3px 3px 8px 0px #0054394D;
  width: 295px;
  max-width: 100%;
  height: 105px;
  padding: 26px 0 26px 32px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 22.5px;
  border-radius: 150px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  margin: 0 auto;
}
.select-btn::after {
  content: "";
  background-image: url(/camp/sumitomolife_oc/img2/arrow-right_btn-yellow.svg);
  background-size: contain;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21.66px;
}
.select-btn:not(:first-child) {
  margin-top: 24px;
}
.select-btn-wrp {
  margin-top: 31px;
}
.select-btn p {
  text-align: left;
}
/* modal-card, modal-card,modal-card */
.modal-card {
  text-align: center;
  padding: 34px 0 24px;
}
.modal-card_img {
  margin: 25px auto;
}
.modal-card_img img {
  margin: auto;
}
.modal-card_btn-wrp p {
  font-size: 12px;
  margin-bottom: 3px;
}
.modal-card_back {
  text-decoration: none;
  font-size: 14px;
  position: relative;
  padding-left: 17.64px;
  margin-top: 35px;
  display: inline-block;
}
.modal-card_back::before {
  content: "";
  background-image: url(/camp/sumitomolife_oc/img2/icon_arrow-back.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8.98px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
/* modal-term */
.modal-term-top {
  background-image: url(/camp/sumitomolife_oc/img2/modal-term-bg.jpg);
  background-size: cover;
  padding: 16px 16px;
}
.modal-term-top h2 {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #016D4F;
  margin-top: 4px;
}
.modal-term-top h2 + p {
  font-size: 11px;
  color: #016D4F;
  margin-top: 4px;
  text-align: center;
}
.modal-term-text {
  background-color: #fff;
  padding: 16px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  margin-top: 20px;
  overflow: auto;
  height: calc(100vh - 380px);
}
.modal-term-text::-webkit-scrollbar {
  width: 10px;
}
.modal-term-text::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}
.modal-term-text::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.modal-term-text h3 {
  color: #016D4F;
  font-size: 14px;
}
.modal-term-text h4 {
  font-size: 12px;
  margin-top: 12px;
}
.modal-term-text li {
  margin-top: 4px;
  font-size: 10px;
}
.modal-term-bottom {
  text-align: center;
  padding: 16px
}
.modal-term-bottom .button {
  width: 275px;
  margin-left: auto;
  margin-right: auto;
}
.left-alignment{
  display: flex;
  justify-content: space-between;
}
.btn-modal-green {
  color: #ffffff;
  background: linear-gradient(270deg, #016d4f 0%, #119d76 100%);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.btn-modal-green::after {
  background-image: url(/camp/sumitomolife_oc/img2/arrow-right_btn-modal-green.svg);
}
/* modal-campain */
.modal-campain {
  padding: 34px 0;
}
/* modal-tell */
.modal-tell {
  text-align: center;
  padding: 36px 20px;
}
.modal-tell h2 {
  text-align: center;
}
.modal-tell h3 {
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  margin-top: 32px;
}
.modal-tell .modal-tell-number img {
  margin-top: 10px;
  width: 290px;
}
.scroll_img{
  width: auto;
}
.sp_only {
  display: block;
}
.pc_only {
  display: none;
}
/*PC*/
@media (min-width: 768px) {
  .mv_area {
    background-color: var(--light-green);
    margin-top: 30px;
  }
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .mh1,
  .lifestyle-details_point-item_contents-bf {
    margin: 0 auto;
  }
  .note-item-detail {
    font-size: 13px;
    margin: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .note-item-detail::before {
    content: "※";
    display: block;
    position: relative;
    left: 0;
  }
  .note-item {
    font-size: 13px;
  }
  .cta_buttom {
    margin: 0 auto;
  }
  .privilege-item_img {
    width: 580px;
    margin: 0 auto;
  }
  .privilege-item_banner {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .shadow-h,
  .modal-window-inner#modal-tell {
    margin: 0 auto;
    max-width: 920px;
  }
  .shadow-h {
    border-radius: 5px;
    box-shadow: 5px 5px 1px 0px #A4CDAB;
  }
  .mt-32,
  .vpoint-list {
    width: 850px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .vpoint-main {
    background-image: url(/camp/sumitomolife_oc/img2/vpoint_bg_pc.svg);
  }
  .vpoint img {
    margin: 0 auto;
    width: 750px;
    height: 770px;
  }
  .sectionTitle.pc_link::after {
    display: none;
  }
  .btn-2 {
    width: 580px;
    margin: 40px auto;
  }
  .ttl30 {
    font-size: 30px;
  }
  .lifestyle-table_th img {
    max-inline-size: none;
    margin-bottom: 40px;
  }
  .lifestyle-table table {
    margin: 0 auto;
  }
  .-num.note-item {
    max-width: 895px;
    margin: 0 auto;
  }
  .lifestyle-details_lead {
    font-size: 14px;
  }
  .lifestyle-tab-wrp .tab,
  .lifestyle-details_cardInfo_point {
    justify-content: center;
  }
  .lifestyle-details_cardInfo_point-item {
    margin-left: 19px;
  }
  .container {
    margin-left: 15px;
  }
  .privilege h1 {
    background-image: none;
  }
  .note-item-center {
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .lifestyle-step {
    margin: 0 auto 30px auto;
    max-width: 920px;
    font-size: 13px;
  }
  .flow .tab li {
    width: 285px;
  }
  .info .tab li {
    width: 185px;
  }
  .info-caution::before {
    top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .info-caution {
    font-size: 14px;
  }
  .info-table th {
    width: 100px;
  }
  .info-table td {
    width: 480px;
  }
  .btn-white {
    width: 580px;
  }
  .menu-btn {
    margin-right: 30px;
  }
  section {
    padding-top: 0;
  }
  .select-btn {
    width: 400px;
    border-radius: 10px
  }
  .modal-window-inner#modal-campain,
  .modal-window-inner#modal-campain2,
  .modal-window-inner#modal-select,
  .modal-window-inner#modal-card_nl,
  .modal-window-inner#modal-card_gold,
  .modal-window-inner#modal-card_platinum {
    max-width: 920px;
    border-radius: 10px;
  }
  .pc_ttl {
    margin-top: 130px;
  }
  #menu.panelactive #menu-list {
    margin-top: 50px;
  }
  #menu.panelactive {
    overflow-y: hidden;
    width: 400px;
    border-radius: 0px 0px 0px 15px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background-color: #FFF;
  }
  #menu.panelactive::after {
    background-image: none;
  }
  .modal-close {
    position: absolute;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .vpoint-list-item {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .maT60 {
    margin-top: 60px;
  }
  .maT40 {
    margin-top: 40px;
  }
  .maB40 {
    margin-bottom: 40px !important;
  }
  .maT30 {
    margin-top: 30px;
  }
  .maT10 {
    margin-top: 10px;
  }
  .maB30 {
    margin-bottom: 30px;
  }
  .maT130 {
    margin-top: 130px;
  }
  .maB43 {
    margin-bottom: 43px;
  }
  .maT0 {
    margin-top: 0 !important;
  }
  .fs-30 {
    font-size: 30px;
  }
  .fs-16 {
    font-size: 16px !important;
  }
  .fs-18 {
    font-size: 18px !important;
  }
  .info-lead {
    text-align: center;
    margin-top: 30px !important;
  }
  .txt-middle {
    text-align: center;
    margin-bottom: 24px;
  }
  .nl_contents img {
    margin: 0 auto 40px auto;
  }
  .btn-gl {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
  }
  .btn-gl .btn {
    width: 315px;
  }
  .btn-nl {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
  }
  .btn-nl .btn {
    width: 315px;
  }
  .modal-card_back {
    margin-left: 90%;
  }
  .modal-tell h3 {
    text-align: center;
  }
  .modal-tell .modal-tell-number img {
    margin: 30px auto;
    width: 290px;
  }
  .note-item::before {
    left: -5px;
  }
  .flow-step::before,
  .lifestyle-step .flow-step::before {
    width: 150px;
  }
  .flow-step,
  .lifestyle-step .flow-step {
    padding-left: 170px;
  }
  .flow-step_wrp .flow-step::after,
  .lifestyle .flow-step_wrp .flow-step::after {
    left: 53px;
  }
  .lifestyle .tab-contents:nth-of-type(3).is-active::before {
    left: calc(50% - 18px);
    right: auto;
  }
  .modal-window {
    max-width: 920px;
  }
  .privilege-item_limited {
    width: 580px;
  }
  .privilege-item {
    padding-bottom: 3px;
  }
  .modal-btn-cat {
    max-width: 315px;
    text-align: left;
  }
  .privilege-item_banner img:hover {
    opacity: 0.5;
  }
  .-none {
    left: -5px;
  }
}
@media (min-width: 550px) and (max-width: 769px) {
  .tab_menu {
    max-width: 700px;
  }
  .note-item {
    text-align: left;
  }
  .note-item-detail::before {
    content: "※";
    display: block;
    position: relative;
    left: 0;
  }
  .info-lead {
    text-align: center;
  }
  .modal-tell h3 {
    text-align: center;
  }
  .modal-tell .modal-tell-number img {
    margin: 10px auto;
    max-width: 290px;
  }
}
a[href*="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
      pointer-events: initial;
  }
}
.cp-seven-link{
	position: relative;
	text-align: left;
	padding: 0 21px 0 13px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}
.seven_notesTable{
	text-align: left;
}
.seven_notesTable span::after{
	top: 0;
	width: 20px;
	height: auto;
}
.notesTable p , .notesTable a {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
  .modal .btn {
    font-size: 16px;
  }
  .seven_table img {
    max-width: 100%;
    height: auto;
    margin-right: 0px;
    display: inline;
  }
}
.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
.add_item::after {
  width: 75px;
  }
}
@media screen and (max-width: 767px) {
.btn-grid {
  display: grid;
  }
  }