@charset "shift_jis";
/* Updated 2025/12/24.T */

.introduction-btn:focus,
.feature-btn a:focus {
  outline: none !important;
}

.mv-title {
  color: #004831;
  text-align: center;
  position: relative;
  overflow-x: clip;
  padding: 34px 5% 20px;
}
.mv-title > .mv-titleMainTxt {
  margin: 0 auto;
  transition: all 1s;
}
.mv-title > .mv-titleMainTxt .mv_titleMainImg {
  max-width: 230px;
}

.mv-card {
  width: 100%;
  min-height: 333px;
  background-color: #f4ebda;
  margin: auto;
  padding: 20px 0;
  text-align: center;
}
.mv-cardCnt {
  position: relative;
  width: 100%;
  max-width: 288px;
  min-height: 333px;
  height: auto;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 350px) {
  .mv-title > .mv-titleMainTxt .mv_titleMainImg {
    max-width: 72%;
  }
  .mv-card {
    max-width: 320px;
}
.mv-cardCnt {
    max-width: 85%;
    transform-style: preserve-3d;
  }
}
.mv-cardItem {
  position: absolute;
}
[data-mvcardselect="1"] [data-mvcard="1"],
[data-mvcardselect="2"] [data-mvcard="2"],
[data-mvcardselect="3"] [data-mvcard="3"] {
  z-index: 10;
  animation: card-shuffle forwards .7s ease-in-out;
}

[data-mvcardselect="3"] [data-mvcard="1"],
[data-mvcardselect="1"] [data-mvcard="2"],
[data-mvcardselect="2"] [data-mvcard="3"] {
  transform: rotateZ(-5deg) translate3d(5px,0,-200px) scale(.98);
}
[data-mvcardselect="2"] [data-mvcard="1"],
[data-mvcardselect="3"] [data-mvcard="2"],
[data-mvcardselect="1"] [data-mvcard="3"] {
  transform: rotateZ(5deg) translate3d(-5px,0,-200px) scale(.98);
}
@keyframes card-shuffle {
  0% {
    transform: rotateZ(-5deg) translate3d(-5px,0,-200px) scale(.98);
  }
  50% {
    transform: rotateZ(-2deg) translate3d(-15px,-5px,-100px);
  }
  100% {
    transform: translate3d(0,0,0) rotateZ(0) scale(1);
  }
}

.mv-cardItemBtn {
  display: block;
}

.mv-cardBtn {
  position: absolute;
  bottom: -10px;
  right: -20px;
  width: 68px;
  height: 68px;
  background-color:rgba(253, 251, 247, 0.8);
  border: solid 2px #004831;
  border-radius: 50%;
  text-align: right;
  z-index: 11;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mv-cardBtn::before {
  content: "";
  background: url(/kojin/olive-account/guide/top/imgs/index_ico_mv01.svg) no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (any-hover: hover){
  .mv-cardBtn:hover {
    background-color: rgba(229, 237, 234, 0.8);
    /* background: url(/kojin/olive-account/guide/top/imgs/index_ico_mv01_on.png)
      no-repeat;
    background-size: contain; */
  }
}

.mv-lead {
  width: 100%;
  box-sizing: border-box;
  background-color: #f4ebda;
  padding: 20px 0 40px;
}
.mv-lead .toggle-wrap01 {
  width: 83%;
  margin: auto;
}
.mv-lead .btn01 {
  padding: 13px 43px 13px 16px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}
.mv-lead .toggle-wrap01 .btn01[aria-expanded="true"] {
  border-radius: 8px 8px 0 0;
}
.mv-lead .btn01::after {
  content: "";
  background: url(/kojin/cmn/imgs/ico_arrow_right_01.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(90deg);
}
.mv-lead .btn01[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(-90deg);
}
.mv-lead .body01 {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 24px 16px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #141d1d;
  border-top: 1px solid #d5dedb;
}
.mv-lead .btn01 .switch-btnTxt {
  max-width: 253px;
  margin: 0 auto;
}
.mv-lead .guide-cautionTxt{
  color:#004831;
}
.introduction {
    background-color: #004831;
    padding: 40px 16px;
}
.introduction-title {
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 16px;
    position: relative;
}
.introduction-title > span {
    display: inline-block;
    width: auto;
    height: 28px;
    padding-right: 5px;
    box-sizing: content-box;
    transform: translateY(-6px);
}
.introduction-title > span > img {
    height: 100%;
    width: auto;
}
.introduction-title > .animation-txt {
  color: #fff;
  font-family: noto-sans;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  width: fit-content;
  margin: auto;
  transition: transform;
}
.introduction-title > .animation-txt::before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 16px;
    transform: rotate(-30deg);
    top: 5px;
    left: -15px;
}
.introduction-title > .animation-txt::after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 16px;
    transform: rotate(30deg);
    top: 5px;
    right: -15px;
}
.introduction-btn.fadein-active > .animation-txt {
    animation: shake-txt forwards 1s ease-in-out 1s;
}
.introduction-txtDitail {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 24px;
}
@keyframes shake-txt {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(-4deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.introduction-txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 343px;
  margin: 0 auto;
}
.introduction-img {
  width: 100%;
  max-width: 343px;
  margin: 24px auto;
}
.introduction-btn {
  width: 100%;
  max-width: 293px;
  margin: 0 auto;
  text-align: center;
}
.introduction-btn .btn-type01 {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.feature {
  background-color: #f4ebda;
  padding: 32px 5% 64px;
}
.feature-select-title {
  text-align: center;
  color: #004831;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 auto 16px;
  line-height: 1.35;
}
.feature-wrap {
  text-align: center;
  margin-bottom:40px;
  border-bottom: #A89346 solid 2px;
}
.feature-select-title > .animation-txt {
  position: relative;
  display: inline-block;
  font-family: noto-sans;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  transition: transform;
  transform-origin: center;
}
.feature-select-title > .animation-txt::before {
  content: "";
  position: absolute;
  background-color: #004831;
  width: 2px;
  height: 16px;
  transform: rotate(-30deg);
  top: 2px;
  left: -15px;
}
.feature-select-title > .animation-txt::after {
  content: "";
  position: absolute;
  background-color: #004831;
  width: 2px;
  height: 16px;
  transform: rotate(30deg);
  top: 1px;
  right: -12px;
}
.feature-select-title.fadein-active > .animation-txt {
    animation: shake-txt forwards 1s ease-in-out 1s;
}
.feature-logoOlive {
  vertical-align: inherit;
  margin-right: 7px;
  padding-top: 2px;
}
.feature-txtBaloon {
  position: relative;
  background-color: #a89346;
  display: inline-block;
  padding: 3px 24px 5px;
  margin: 0 auto;
  width: auto;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 50px;
  margin-bottom:10px;
}
.feature-txtBaloon::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 11px solid #a89346;
  border-bottom: 0;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}
.feature-select {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 40px;
}
.feature-selectBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.feature-selectBtnImg {
  width: 72px;
  height: 72px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
[data-selected="all"] [data-selectbtn="all"] .feature-selectBtnImg {
  background-color: #004831;
}
[data-selectbtn="all"] .feature-selectBtnImg::before {
  content: "";
  position: absolute;
  background: url(/kojin/olive-account/guide/top/imgs/index_ico_feature01.png)
    no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 15px);
}
[data-selected="all"] [data-selectbtn="all"] .feature-selectBtnImg::before {
  background: url(/kojin/olive-account/guide/top/imgs/index_ico_feature01_on.png)
    no-repeat;
  background-size: contain;
}
[data-selected="everyday"] [data-selectbtn="everyday"] .feature-selectBtnImg {
  background-color: #004831;
}
[data-selectbtn="everyday"] .feature-selectBtnImg::before {
  content: "";
  position: absolute;
  background: url(/kojin/olive-account/guide/top/imgs/index_ico_feature02.svg)
    no-repeat;
  background-size: contain;
  width: 34px;
  height: 45px;
  top: calc(50% - 20px);
  left: calc(50% - 12px);
}
[data-selected="everyday"]
  [data-selectbtn="everyday"]
  .feature-selectBtnImg::before {
  background: url(/kojin/olive-account/guide/top/imgs/index_ico_feature02_on.svg)
    no-repeat;
  background-size: contain;
}
[data-selected="value"] [data-selectbtn="value"] .feature-selectBtnImg {
  background-color: #004831;
}
[data-selectbtn="value"] .feature-selectBtnImg::before {
  content: "";
  position: absolute;
  background: url(/kojin/olive-account/guide/top/imgs/index_ico_feature03.svg)
    no-repeat;
  background-size: contain;
  width: 33px;
  height: 47px;
  top: calc(50% - 19px);
  left: calc(50% - 16px);
}
[data-selected="value"] [data-selectbtn="value"] .feature-selectBtnImg::before {
  background: url(/kojin/olive-account/guide/top/imgs/index_ico_feature03_on.svg)
    no-repeat;
  background-size: contain;
}
[data-selected="safe"] [data-selectbtn="safe"] .feature-selectBtnImg {
  background-color: #004831;
}
[data-selectbtn="safe"] .feature-selectBtnImg::before {
  content: "";
  position: absolute;
  background: url(/kojin/olive-account/guide/top/imgs/index_ico_feature04.svg)
    no-repeat;
  background-size: contain;
  width: 36px;
  height: 25px;
  top: calc(50% - 12px);
  left: calc(50% - 17px);
}
[data-selected="safe"] [data-selectbtn="safe"] .feature-selectBtnImg::before {
  background: url(/kojin/olive-account/guide/top/imgs/index_ico_feature04_on.svg)
    no-repeat;
  background-size: contain;
}

[data-selectbtn="all"] .feature-selectBtnImg,
[data-selectbtn="everyday"] .feature-selectBtnImg,
[data-selectbtn="value"] .feature-selectBtnImg,
[data-selectbtn="safe"] .feature-selectBtnImg{
    transition: all 1s ease;
}
@media screen and (any-hover: hover){
  [data-selectbtn="all"]:hover .feature-selectBtnImg,
  [data-selectbtn="everyday"]:hover .feature-selectBtnImg,
  [data-selectbtn="value"]:hover .feature-selectBtnImg,
  [data-selectbtn="safe"]:hover .feature-selectBtnImg{
      background-color: #004831;
  }
  [data-selectbtn="all"]:hover .feature-selectBtnImg::before{
      background: url(/kojin/olive-account/guide/top/imgs/index_ico_feature01_on.png) no-repeat;
      background-size: contain;
  }
  [data-selectbtn="everyday"]:hover .feature-selectBtnImg::before{
      background: url(/kojin/olive-account/guide/top/imgs/index_ico_feature02_on.svg) no-repeat;
      background-size: contain;
  }
  [data-selectbtn="value"]:hover .feature-selectBtnImg::before{
      background: url(/kojin/olive-account/guide/top/imgs/index_ico_feature03_on.svg) no-repeat;
      background-size: contain;
  }
  [data-selectbtn="safe"]:hover .feature-selectBtnImg::before{
      background: url(/kojin/olive-account/guide/top/imgs/index_ico_feature04_on.svg) no-repeat;
      background-size: contain;
  }
}

.feature-selectBtnTxt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #004831;
}
.feature-cnt {
  margin-bottom: 56px;
}
.feature-cnt:last-child,
.feature-cnt:last-child .feature-item{
  margin-bottom: 0;
}
.feature-title {
  text-align: center;
  color: #004831;
  margin-bottom: 24px;
}
.feature-title > .feature-titleCatch,
.feature-title > .feature-titleLead {
  position: relative;
  width: fit-content;
  margin: auto;
}
.feature-area .feature-cnt:first-of-type .feature-title > .feature-titleCatch{
  padding-left:42px;
}
.feature-title > .feature-titleLead {
  font-size: 1.4rem;
}
@media screen and (max-width: 350px) {
  .feature-title > .feature-titleLead {
    font-size: 1.3rem;
  }
}
.feature-title > .feature-titleCatch:first-of-type {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 11px 0 11px 56px;
  border-bottom: 2px dashed #a89346;
}
.feature-title > .feature-titleCatch:first-of-type::before {
  content: "";
  position: absolute;
  background: url(/kojin/olive-account/guide/top/imgs/index_ico_feature03.svg)
    no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
  top: 5px;
  left: 0;
}

.feature-cnt:first-of-type .feature-title > .feature-titleCatch:first-of-type::before {
  background: url(/kojin/olive-account/guide/top/imgs/index_ico_feature02.svg)
    no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  top: 7px;
}
.feature-cnt:last-of-type .feature-title > .feature-titleCatch:first-of-type::before {
  background: url(/kojin/olive-account/guide/top/imgs/index_ico_feature04.svg)
    no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  top: 16px;
}

.feature-item {
  margin-bottom: 40px;
}


.feature-subTitle {
  font-size: 1.8rem;
  font-weight: bold;
  color: #004831;
  text-align: center;
  margin-bottom: 12px;
}
.feature-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.feature-btn > a {
  width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fdfbf7;
  border-radius: 8px;
  padding: 16px;
  box-shadow: #d1c6af 4px 4px;
  text-decoration: none;
  position: relative;
}
.feature-btn > a:hover {
  background-color: #F5F5F5;
}
.feature-btnLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #a89346;
  border-radius: 32px;
  padding: 2px 8px;
  margin-bottom: 8px;
  line-height: 1.2;
  min-height: 32px;
}
.feature-btnLabel.feature-btnLabelFs{
  font-size: 1.1rem;
}
.feature-btnImg {
  max-width: 72px;
  margin: 12px auto;
}
.feature-btnTxt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #004831;
  text-align: center;
}
.feature-link {
  text-align: center;
}
.feature-link > a {
  display: inline-block;
  font-size: 1.6rem;
  padding-right: 12px;
  color: #004831;
  text-align: center;
  text-decoration: none;
  margin: auto;
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 350px) {
  .feature-link > .feature-linkFs {
    font-size: 1.4rem;
  }
  .feature-link > .feature-linkFsS {
    font-size: 1.3rem;
  }
}
.feature-link > a::after {
  content: "";
  position: absolute;
  border-bottom: solid 2px #004831;
  border-right: solid 2px #004831;
  display: inline-block;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  right: 0;
  bottom: calc(50% - 5px);
}

.info .info-store{
  margin-top:0;
}