@charset "UTF-8";
/* トップページ */
/* OKASAN Plusの特徴 */
.app h1{
  font-size: 0 !important;
}
.app main{
  margin-top: 72px;
  color: #392927;
}
.appContent{
  position: relative;
}
.appContentInner{
  width: calc(100% - 80px);
  max-width: 1200px;
  margin-inline: auto;
}
.appContentTitle{
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 28px;
}
.appContentTitle::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 162px;
  height: 20px;
  background: url(../img/img_ttl-deco.png) no-repeat center center / contain;
}

@media screen and (max-width: 768px) {
  .appContentTitle{
    font-size: 28px;
    padding-bottom: 26px;
  }
  .appContentTitle::after{
    width: 130px;
    height: 17px;
  }
  .appContentInner{
    width: calc(100% - 40px);
  }
}

/* MV */
.appMv{
  width: 100%;
  height: 100%;
  aspect-ratio: 320 / 139;
  background: url(../img/img_mv-pc.png) no-repeat center center / cover;
}
.appMv .appMvInner{
  width: calc(100% - 80px);
  margin-inline: auto;
  max-width: 1200px;
  height: 100%;
  position: relative;
}
.appMv .appMvContent{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.appMv .appMvTitle{
  color: #BAA376;
  font-size: clamp(16px, 4.2vw, 48px);
  line-height: 141.667%;
}
.appMv .appMvImg{
  max-width: 321px;
  margin-top: 24px;
}
.appMv .appMvImg img{
  width: 100%;
  height: auto;
}
.appMv .appMvLnks{
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 5.5%;
  width: 50%;
  max-width: 599px;
}
.appMv .appMvLnksItem{
  display: flex;
  align-items: center;
  gap: 12px;
}
.appMv .appMvLnksItem figure{
  display: block;
  max-width: 102px;
}
.appMv .appMvLnksItem a{
  display: block;
  max-width: 185px;
}
.appMv .appMvLnks img{
  width: 100%;
  height: auto;
}
.appMv .appMvLnksItem .appStore{
  max-width: 154px;
}
@media screen and (max-width: 768px){
  .appMv{
    aspect-ratio: 39 / 62;
    background: url(../img/img_mv-sp.png) no-repeat center center / cover;
  }
  .appMv .appMvInner{
    width: calc(100% - 40px);
    box-sizing: border-box;
    padding: 9.7% 0 14%;
  }
  .appMv .appMvTitle{
    font-size: clamp(29px, 7vw, 50px);
  }
  .appMv .appMvTitle span{
    display: inline-block;
  }
  .appMv .appMvImg {
    margin-top: 3.5%;
    width: 74%;
  }
  .appMv .appMvContent{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transform: inherit;
    top: inherit;
    height: 100%;
  }
  .appMv .appMvLnks {
    gap: 15px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .appMv .appMvLnksItem figure {
    display: none;
  }
}

/* OKASAN Plusの特徴 */
.appContent01{
  overflow: hidden;
  padding: 60px 0 120px;
}
.appContent01::after{
  content: "";
  position: absolute;
  top: -130px;
  right: 390px;
  transform: rotate(45deg);
  width: 844px;
  height: calc(100% + 42vw);
  background: rgba(245, 242, 231, 0.4);
  z-index: -1;
}
.appContentTitle + .appContentBox{
  margin-top: 64px;
}
.appContentBox{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 126px;
  margin-top: 114px;
}
div.appContentBox:nth-of-type(even){
  flex-direction: row-reverse;
}
.appContentText{
  min-width: 382px;
  max-width: 382px;
  flex: 1;
}
.appContentText .point{
  position: relative;
  color: #AA8E64;
  font-size: 30px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  width: fit-content;
  margin-top: 0;
}
.appContentText .point::after{
  content: "";
  position: absolute;
  top: 0;
  right: -45px;
  width: 90px;
  height: 55px;
  background: url(../img/img_subttl-deco.png) no-repeat center center / contain;
}
.appContentText .title{
  font-size: 36px;
  margin-top: 48px;
  line-height: 54px;
}
.appContentText .title span{
  display: inline-block;
}
.appContentText .text{
  font-size: 16px;
  margin-top: 36px;
  line-height: 30px;
  color: #333;
}
.appContentText .text span{
  display: inline-block;
}
.appContentImg{
  max-width: 610px;
  flex: 1;
}
.appContentImg img{
  width: 100%;
  height: auto;
}
.appContentImg figcaption{
  font-size: 14px;
  text-align: right;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .appContentTitle + .appContentBox {
    margin-top: 25px;
  }
  .appContent01 {
    padding: 50px 0 60px;
  }
  .appContent01::after {
    top: 360px;
    right: 0;
    transform: rotate(45deg);
    width: 690px;
  }
  .appContent01 .appContentInner {
    width: calc(100% - 24px);
  }
  .appContentBox{
    flex-direction: column;
    gap: 24px;
    margin-top: 50px;
  }
  div.appContentBox:nth-of-type(even){
    flex-direction: column;
  } 
  .appContentText {
    max-width: 100%;
  }
  .appContentText .point {
    font-size: 20px;
    margin-inline: auto;
  }
  .appContentText .point::after {
    top: -7px;
    right: -38px;
    width: 82px;
    height: 50px;
    transform: rotate(5deg);
  }
  .appContentText .title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-top: 20px;
  }
  .appContentText .text{
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-top: 16px;
  }
  .appContentImg {
    width: 85%;
  }
  .appContentImg figcaption {
    font-size: 12px;
    text-align: center;
    width: 100vw;
    margin-inline: calc(-50vw + 50%);
    padding: 0 20px;
    box-sizing: border-box;
  }
}


/* 便利な機能が充実 */
.appContent02{
  padding: 60px 0 100px;
  background: url(../img/img_bg02-pc.png) no-repeat center top / cover;
}
.appContentFunction{
  max-width: 890px;
  margin: 64px auto 0;
}
.appContentFunction .functionList{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.appContentFunction .functionListItem{
  position: relative;
  width: calc(50% - 12px);
  background: #fff;
  padding: 44px 30px 40px;
  box-sizing: border-box;
} 
.appContentFunction .functionListItem::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #AA8E64;
}
.appContentFunction .functionListItem::after{
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 22px;
  height: 22px;
  background: #AA8E64;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  box-sizing: border-box;  
}
.appContentFunction .functionListInner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.appContentFunction .functionListImg{
  max-width: 237px;
  margin-inline: auto;
}
.appContentFunction .functionListImg img{
  width: 100%;
  height: auto;
}
.functionListText{
  font-size: 22px;
  line-height: 33.6px;
  text-align: center;
  font-weight: 500;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .appContent02 {
    padding: 48px 0 80px;
    background: url(../img/img_bg02-sp.png) no-repeat center top / cover;
  }
  .appContentFunction {
    margin: 32px auto 0;
  }
  .appContentFunction .functionList {
    flex-direction: column;
    gap: 12px;
  }
  .appContentFunction .functionListItem {
    width: 100%;
    padding: 28px 24px 30px;
  }
  .appContentFunction .functionListItem::before {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .appContentFunction .functionListItem::after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
  }
  .appContentFunction .functionListInner {
    flex-direction: row;
    gap: 22px;
  }
  .appContentFunction .functionListImg {
    width: 30%;
  }
  .functionListText {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    width: calc(70% - 22px);
  }
}


/* OKASAN Plusはじめかた */
.appContent03{
  padding: 78px 0 100px;
  background: url(../img/img_bg03-pc.png) no-repeat center top / cover;
}
.appContent03 .appContentTitle{
  color: #fff;
}
.appContent03 .appContentTitle::after{
  background-image: url(../img/img_ttl-deco-w.png);
}
.appContentStep{
  margin-top: 88px;
}
.appContentStep .stepList{
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.appContentStep .stepListItem{
  position: relative;
  width: calc(33.3333% - 42px);
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(163, 135, 128, 0.5);
  padding: 46px 20px 18px;
  box-sizing: border-box;
}
.appContentStep .stepListItem:not(:last-child)::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -42px;
  transform: translateY(-50%);
  width: 21px;
  height: 32px;
  background: url(../img/img_arrow.png) no-repeat center center / contain;
  
}
.appContentStep .stepListNumber{
  position: absolute;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-top: 0;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  color: #33221D;
  text-align: center;
  line-height: 40px;
  width: 228px;
  height: 45px;
  background: url(../img/img_step-bg.png) no-repeat center center / contain;
}
.appContentStep .stepListImg{
  max-width: 229px;
  margin-inline: auto;
}
.appContentStep .stepListImg img{
  width: 100%;
  height: auto;
}
.appContentStep .stepListText{
  font-size: 22px;
  line-height: 33.6px;
  text-align: center;
  color: #fff;
  margin-top: 22px;
}
.appContentStep .stepListNote{
  font-size: 14px;
  line-height: 33.6px;
  text-align: center;
  color: #fff;
  margin-top: 14px;
}
.appContentStep .stepListNote a{
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.appContentStep .stepListNote a:hover{
  opacity: 0.7;
}
.appContentStep .stepText{
  font-size: 20px;
  line-height: 33.6px;
  color: #fff;
  text-align: center;
  margin-top: 52px;
}
.appContentStep .stepLink{
  position: relative;
  display: block;
  max-width: 438px;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1;
  padding: 40px 80px 43px 70px;
  color: #fff;
  text-align: center;
  margin-top: 60px;
  background: #B19A65;
  margin: 40px auto 0;
  transition: all 0.3s ease;
}
.appContentStep .stepLink::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%);
  width: 14px;
  height: 22px;
  margin-top: -1px;
  background: url(../img/img_arrow-w.png) no-repeat center center / contain;
}
.appContentStep .stepLink:hover{
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .appContent03 {
    padding: 56px 0 80px;
    background: url(../img/img_bg03-sp.png) no-repeat center top / cover;
  }
  .appContentStep {
    margin-top: 54px;
  }
  .appContentStep .stepList{
    flex-direction: column;
    width: calc(100% - 50px);
    margin-inline: auto;
    gap: 70px;
  }
  .appContentStep .stepListItem{
    width: 100%;
    padding: 20px 18px 50px;
  }
  .appContentStep .stepListItem:not(:last-child)::after {
    bottom: -45px;
    top: inherit;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
    width: 21px;
    height: 32px;
  }
  .appContentStep .stepListNumber{
    font-size: 20px;
    line-height: 36px;
    width: 108px;
    height: 38px;
    top: -20px;
  }
  .appContentStep .stepListImg {
    width: 62%;
  }
  .appContentStep .stepListText {
    font-size: 20px;
    margin-top: 0;
    line-height: 24px;
  }
  .appContentStep .stepListNote {
    font-size: 12px;
    line-height: 17px;
    margin-top: 13px;
  }
  .appContentStep .stepText {
    font-size: 18px;
    margin-top: 34px;
  }
  .appContentStep .stepLink {
    font-size: 22px;
    padding: 28px 32px 28px 27px;
    margin-top: 60px;
    margin: 10px auto 0;
  }
  .appContentStep .stepLink::after {
    right: 12px;
  }
}
/* FAQ */
.appContent04{
  padding: 64px 0 80px;
}
.appContentFaq{
  width: calc(100% - 80px);
  max-width: 778px;
  margin: 48px auto 0;
  border-top: 1px solid #EAEAEA;
}
.faqListItem{
  box-sizing: border-box;
  padding: 25px 0;
  border-bottom: 1px solid #EAEAEA;
}
.faqListItemQ,
.faqListItemA{
  position: relative;
  padding-left: 40px;
}
.faqListItemQ::before,
.faqListItemA::before{
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
}
.faqListItemQ::before{
  width: 22px;
  height: 37px;
  background: url(../img/icon_q.svg) no-repeat center center / contain;
}
.faqListItemA::before{
  width: 19px;
  height: 37px;
  background: url(../img/icon_a.svg) no-repeat center center / contain;
}
.faqListItemQ{
  cursor: pointer;
}
.faqListItemQ:hover{
  opacity: 0.7;
}
.faqListItemQ p{
  position: relative;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  padding-right: 70px;
}
.faqListItemQ p::before,
.faqListItemQ p::after{
  content: "";
  position: absolute;
  top: 13px;
  right: 37px;
  width: 20px;
  height: 2px;
  background: #333;
  transition: all 0.3s ease;
}
.faqListItemQ p::after{
  transform: rotate(90deg);
}
.faqListItemQ.is-active p::after{
  transform: rotate(0deg);
}
.faqListItemA{
  display: none;
  margin-top: 20px;
}
.faqListItemA p{
  font-size: 16px;
  margin: 0;
}
.faqListItemA p a{
  color: #392927;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.faqListItemA p a:hover{
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .appContent04 {
    padding: 50px 0 64px;
  }
  .appContentFaq {
    width: 100%;
    margin: 32px auto 0;
  }
  .faqListItem {
    padding: 16px 0;
  }
  .faqListItemQ, .faqListItemA {
    padding-left: 30px;
  }
  .faqListItemA {
    margin-top: 10px;
  }
  .faqListItemQ p {
    font-size: 16px;
  }
  .faqListItemQ::before, .faqListItemA::before {
    top: -3px;
  }
  .faqListItemQ::before {
    width: 17px;
    height: 29px;
  }
  .faqListItemA::before {
    width: 15px;
    height: 29px;
  }
  .faqListItemQ p::before, .faqListItemQ p::after{
    right: 0;
  }
  .faqListItemQ p {
    padding-right: 34px;
  }
}

/* CTA */
.appContent05{
  padding: 64px 0;
  background: url(../img/img_bg05-pc.png) no-repeat center top / cover;
}
.appContentCta{
  max-width: 920px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  margin-inline: auto;
}
.appContentCtaText p{
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 27px;
  font-weight: 500;
  margin-top: 0;
}
.appContentCtaText figure{
  max-width: 362px;
  margin: 20px auto 0;
}
.appContentCtaText figure img{
  width: 100%;
  height: auto;
}
.appContentCtaDownload{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.downloadItem{
  display: flex;
  align-items: center;
  gap: 24px;
}
.downloadItem figure{
  display: block;
  max-width: 104px;
}
.downloadItem a{
  display: block;
}
.downloadItem .googlePlay{
  max-width: 270px;
}
.downloadItem .appStore{
  max-width: 217px;
}
.downloadItem a img,
.downloadItem figure img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .appContent05 {
    padding: 50px 0 74px;
    background: url(../img/img_bg05-sp.png) no-repeat center top / cover;
  }
  .appContentCta {
    flex-direction: column;
    gap: 24px;
  }
  .appContentCtaDownload {
    flex-direction: row-reverse;
    gap: 15px;
  }
  .appContentCtaText p {
    font-size: 24px;
    line-height: 32px;
  }
  .appContentCtaText figure {
    max-width: 255px;
    margin: 16px auto 0;
  }
  .downloadItem figure {
    display: none;
  }
  .downloadItem a {
    max-width: 175px;
  }
}

/* 既存スタイルの打ち消し */
.app .boxFrame03 {
  margin-top: 0;
}
.app #footer03 {
    padding: 20px 0 18px;
}
.app #footerCopyright01{
  margin: 0;
}
@media screen and (max-width: 768px) {
  .app .boxFrame03 {
    margin-top: 20px;
  }
  .app #footer{
    margin: 0;
  }
  .app #footer03 {
    padding: 15px 10px;
  }
}