@charset "UTF-8";
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav, ul, ol {
  list-style: none;
  margin: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #534741;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

.l-wrapper {
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .u-visible-pc {
    display: none;
  }
}

.u-visible-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-visible-sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-font-sans {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.l-container {
  max-width: 655px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: 100%;
    padding: 0 20px;
  }
}

.p-index__hero__top {
  text-align: center;
  background: url(../img/bg-circle_bottom.png) no-repeat center top/auto 100%;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-index__hero__top {
    height: 22.9166666667vw;
  }
}
.p-index__hero__top__txt {
  font-size: 47px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-index__hero__top__txt {
    font-size: 6.5277777778vw;
  }
}
.p-index__hero__top__txt .em {
  font-weight: 500;
  color: #ffe758;
}
.p-index__hero__top__txt .small {
  font-size: 37px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .p-index__hero__top__txt .small {
    font-size: 5.1388888889vw;
  }
}
.p-index__hero__point {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .p-index__hero__point {
    margin: 6.9444444444vw;
  }
}
.p-index__hero__point .l-container {
  position: relative;
}
.p-index__hero__point .l-container::before {
  content: "";
  background: url(../img/img-coin_01.png) no-repeat center center/contain;
  width: 228px;
  height: 157px;
  position: absolute;
  bottom: -70px;
  left: -117px;
}
@media screen and (max-width: 768px) {
  .p-index__hero__point .l-container::before {
    width: 31.6666666667vw;
    height: 21.8055555556vw;
    bottom: -9.7222222222vw;
    left: -16.25vw;
  }
}
.p-index__hero__point .l-container::after {
  content: "";
  background: url(../img/img-ill_man.png) no-repeat center center/contain;
  width: 237px;
  height: 111px;
  position: absolute;
  right: -180px;
  bottom: -128px;
}
@media screen and (max-width: 768px) {
  .p-index__hero__point .l-container::after {
    width: 32.9166666667vw;
    height: 15.4166666667vw;
    right: -25vw;
    bottom: -17.7777777778vw;
  }
}
.p-index__hero__point__top {
  max-width: 387px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-index__hero__point__top {
    max-width: 53.75vw;
  }
}
.p-index__hero__lead {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .p-index__hero__lead {
    margin: 6.9444444444vw;
  }
}
.p-index__hero__lead__txt {
  font-weight: 500;
  font-size: 39px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-index__hero__lead__txt {
    font-size: 5.4166666667vw;
  }
}
.p-index__hero__lead__txt .em {
  color: #00b900;
  border-bottom: 5px solid #ffe758;
  padding: 0 0 5px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-index__hero__lead__txt .em {
    border-bottom-width: 2px;
  }
}
.p-index__hero__lead__txt .num {
  font-size: 55px;
}
@media screen and (max-width: 768px) {
  .p-index__hero__lead__txt .num {
    font-size: 7.6388888889vw;
  }
}
.p-index__hero__ttl {
  width: 100%;
  max-width: 600px;
  margin: 25px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-index__hero__ttl {
    max-width: 90%;
    margin: 3.4722222222vw auto 0;
  }
}
.p-index__hero__ttl__inner {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #004F95;
  margin: 0 auto;
  padding: 14px 32px;
  position: relative;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-index__hero__ttl__inner {
    font-size: 4.1666666667vw;
    line-height: 1.2;
    padding: 1.9444444444vw 4.4444444444vw;
  }
}
.p-index__hero__ttl__inner::before, .p-index__hero__ttl__inner::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-index__hero__ttl__inner::before {
  border-width: 27px 0 27px 14px;
  border-color: transparent transparent transparent #fff;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-index__hero__ttl__inner::before {
    border-width: 6.9444444444vw 0 6.9444444444vw 3.8888888889vw;
  }
}
.p-index__hero__ttl__inner::after {
  border-width: 27px 14px 27px 0;
  border-color: transparent #fff transparent transparent;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-index__hero__ttl__inner::after {
    border-width: 6.9444444444vw 3.8888888889vw 6.9444444444vw 0;
  }
}
.p-index__hero__period {
  padding: 24px 0 11.9444444444%;
  background: linear-gradient(to top, #ffff00 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  .p-index__hero__period {
    padding: 3.3333333333vw 0 16.1111111111vw;
  }
}
.p-index__hero__period__inner {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__hero__period__inner {
    display: block;
  }
}
.p-index__hero__period__inner::before {
  content: "";
  background: url(../img/img-ill_man2.png) no-repeat center center/contain;
  width: 278px;
  height: 110px;
  position: absolute;
  top: 156px;
  left: -80px;
}
@media screen and (max-width: 768px) {
  .p-index__hero__period__inner::before {
    width: 38.6111111111vw;
    height: 15.2777777778vw;
    top: auto;
    bottom: -16.6666666667vw;
  }
}
.p-index__hero__period__times {
  flex: 0 0 105px;
  width: 100%;
  max-width: 105px;
  margin: 10px 25px 0 0;
}
@media screen and (max-width: 768px) {
  .p-index__hero__period__times {
    max-width: 14.5833333333vw;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-index__hero__period__date {
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-index__hero__period__date {
    text-align: center;
  }
}
.p-index__hero__period__date__start {
  letter-spacing: 0.06em;
}
.p-index__hero__period__date__start .small {
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .p-index__hero__period__date__start .small {
    font-size: 5vw;
  }
}
.p-index__hero__period__date__start .medium {
  font-size: 39px;
}
@media screen and (max-width: 768px) {
  .p-index__hero__period__date__start .medium {
    font-size: 6.9444444444vw;
  }
}
.p-index__hero__period__date__start .dayofweek {
  font-size: 17px;
  color: #fff;
  background: #534741;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-index__hero__period__date__start .dayofweek {
    font-size: 3.3333333333vw;
    width: 5vw;
    height: 5vw;
  }
}
.p-index__hero__period__date__end {
  letter-spacing: 0.06em;
}
.p-index__hero__period__date__end .small {
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .p-index__hero__period__date__end .small {
    font-size: 5vw;
  }
}
.p-index__hero__period__date__end .medium {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .p-index__hero__period__date__end .medium {
    font-size: 6.6666666667vw;
  }
}
.p-index__hero__period__date__end .large {
  font-size: 78px;
}
@media screen and (max-width: 768px) {
  .p-index__hero__period__date__end .large {
    font-size: 10.8333333333vw;
  }
}
.p-index__hero__period__date__end .dayofweek {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  background: #29A9E0;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-index__hero__period__date__end .dayofweek {
    font-size: 3.6111111111vw;
    width: 5.1388888889vw;
    height: 5.1388888889vw;
  }
}
.p-index__hero__period__date__txt {
  font-size: 19px;
  font-weight: 700;
  color: #00b900;
  text-align: center;
  margin: 16px 0 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-index__hero__period__date__txt {
    font-size: 3.6111111111vw;
    margin: 2.2222222222vw 0 0;
  }
}

.p-index__howto {
  background: #00b900;
  padding: 0 0 47px;
  position: relative;
}
.p-index__howto::before {
  content: "";
  background: url(../img/bg-circle_top.png) no-repeat center top/cover;
  width: 100%;
  height: 7.9166666667vw;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.p-index__howto .l-container {
  position: relative;
}
.p-index__howto .l-container::after {
  content: "";
  background: url(../img/img-coin_02.png) no-repeat center center/contain;
  width: 304px;
  height: 222px;
  position: absolute;
  top: -130px;
  right: -100px;
}
@media screen and (max-width: 768px) {
  .p-index__howto .l-container::after {
    width: 42.2222222222vw;
    height: 30.8333333333vw;
    top: -11.1111111111vw;
    right: -13.8888888889vw;
  }
}
.p-index__howto__ttl {
  text-align: center;
}
.p-index__howto__ttl__inner {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
  padding: 5px 35px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-index__howto__ttl__inner {
    font-size: 18px;
    border-width: 3px;
    padding: 3px 16px;
  }
}
.p-index__howto__cont {
  background: #fff;
  border-radius: 32px;
  margin: 20px 0 0;
  padding: 46px 33px;
}
@media screen and (max-width: 768px) {
  .p-index__howto__cont {
    border-radius: 16px;
    max-width: 350px;
    margin: 20px auto 0;
    padding: 20px 15px;
  }
}
.p-index__howto__list__item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  counter-reset: unset;
  counter-increment: step;
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__item {
    display: block;
  }
}
.p-index__howto__list__item:not(:first-of-type) {
  margin: 67px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__item:not(:first-of-type) {
    margin: 50px 0 0;
  }
}
.p-index__howto__list__item:not(:first-of-type)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #00b900 transparent transparent transparent;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__item:not(:first-of-type)::after {
    border-width: 10px 15px 0 15px;
  }
}
.p-index__howto__list__top {
  flex: 0 0 208px;
  width: 100%;
  max-width: 208px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__top {
    display: block;
    max-width: none;
  }
}
.p-index__howto__list__counter {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #534741;
  border-radius: 8px;
  width: 45px;
  max-width: 45px;
  height: 45px;
  margin: 0 24px 0 0;
  padding: 0 0 24px;
  position: relative;
  flex: 0 0 45px;
  width: 100%;
  max-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__counter {
    letter-spacing: 0.08em;
    width: auto;
    max-width: 80px;
    height: auto;
    margin: 0 auto 10px;
    padding: 2px 10px;
  }
}
.p-index__howto__list__counter::after {
  content: counter(step);
  font-size: 19px;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__counter::after {
    font-size: 16px;
    margin-left: 2px;
    position: relative;
    bottom: 1px;
    left: auto;
    transform: none;
  }
}
.p-index__howto__list__img {
  text-align: center;
  flex: 0 0 135px;
  width: 100%;
  max-width: 135px;
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__img {
    margin: auto;
  }
}
.p-index__howto__list__detail {
  margin: 25px 0 0 24px;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__detail {
    margin: 16px 0 0;
  }
}
.p-index__howto__list__detail__txt {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.49;
  letter-spacing: -0.04em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__detail__txt {
    font-size: 16px;
    text-align: center;
    margin: 0;
  }
}
.p-index__howto__list__detail__note {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__detail__note {
    margin: 8px 0 0;
  }
}
.p-index__howto__list__detail__note__item {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__detail__note__item {
    font-size: 12px;
  }
}
.p-index__howto__list__detail__note__item::before {
  content: "※";
  position: absolute;
  left: 0;
}
.p-index__howto__list__detail__note__item:not(:first-of-type) {
  margin: 8px 0 0;
}
.p-index__howto__list__detail__btn {
  margin: 12px 0 0;
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__detail__btn {
    text-align: center;
  }
}
.p-index__howto__list__detail__btn__link {
  font-size: 20px;
  font-weight: 500;
  color: #00b900;
  line-height: 1;
  background: #fff;
  border: 2px solid #00b900;
  border-radius: 14px;
  padding: 7px 14px 7px 38px;
  box-shadow: 0 0 5px #a6a6a7;
  position: relative;
  display: inline-block;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__detail__btn__link {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .p-index__howto__list__detail__btn__link:hover {
    background: #00b900;
    color: #fff;
    box-shadow: none;
  }
  .p-index__howto__list__detail__btn__link:hover::before {
    background: #fff;
  }
  .p-index__howto__list__detail__btn__link:hover::after {
    border-left-color: #00b900;
  }
}
.p-index__howto__list__detail__btn__link::before, .p-index__howto__list__detail__btn__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.p-index__howto__list__detail__btn__link::before {
  background: #00b900;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  left: 15px;
}
.p-index__howto__list__detail__btn__link::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
  left: 22px;
}
.p-index__howto__list__flow {
  color: #fff;
  background: #00b900;
  border-radius: 20px;
  max-width: 521px;
  margin: 24px auto 0;
  padding: 28px 24px;
  flex: 1 1 100%;
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__flow {
    margin: 16px auto 0;
    padding: 20px;
  }
}
.p-index__howto__list__flow__ttl {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__flow__ttl {
    font-size: 18px;
  }
}
.p-index__howto__list__flow__list {
  margin: 18px 0 0;
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__flow__list {
    margin: 14px 0 0;
  }
}
.p-index__howto__list__flow__list__item {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.27;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__flow__list__item {
    font-size: 14px;
  }
}
.p-index__howto__list__flow__list__item:not(:first-of-type) {
  margin: 17px 0 0;
}
@media screen and (max-width: 768px) {
  .p-index__howto__list__flow__list__item:not(:first-of-type) {
    margin: 14px 0 0;
  }
}
.p-index__howto__list__flow__list__item .num {
  color: #ffe758;
}
.p-index__howto__note {
  max-width: 100%;
  margin: 31px 0 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-index__howto__note {
    margin: 15px 0 0;
  }
}
.p-index__howto__note__item {
  font-size: 15px;
  font-weight: 500;
  color: #00b900;
  max-width: 100%;
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
.p-index__howto__note__item::before {
  content: "※";
  position: absolute;
  left: 0;
}

.p-index__friend {
  padding: 20px 0;
}
.p-index__friend__inner {
  background: #ffe758;
  padding: 43px 0 60px;
}
@media screen and (max-width: 768px) {
  .p-index__friend__inner {
    padding: 30px 0 40px;
  }
}
.p-index__friend .l-container {
  position: relative;
}
.p-index__friend .l-container::before {
  content: "";
  background: url(../img/img-coin_03.png) no-repeat center center/contain;
  width: 268px;
  height: 195px;
  position: absolute;
  top: -14px;
  left: -162px;
}
@media screen and (max-width: 768px) {
  .p-index__friend .l-container::before {
    width: 37.2222222222vw;
    height: 27.0833333333vw;
    top: 100px;
    left: -19.4444444444vw;
  }
}
.p-index__friend .l-container::after {
  content: "";
  background: url(../img/img-ill_tap.png) no-repeat center center/contain;
  width: 228px;
  height: 195px;
  position: absolute;
  top: -14px;
  right: -70px;
}
@media screen and (max-width: 768px) {
  .p-index__friend .l-container::after {
    width: 31.6666666667vw;
    height: 27.0833333333vw;
    top: 100px;
    right: -9.7222222222vw;
  }
}
.p-index__friend__ttl {
  text-align: center;
}
.p-index__friend__ttl__inner {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  border-left: 6px solid #534741;
  border-right: 6px solid #534741;
  padding: 5px 35px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-index__friend__ttl__inner {
    font-size: 18px;
    border-width: 3px;
    padding: 3px 16px;
  }
}
.p-index__friend__cont {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-index__friend__cont {
    margin: 14px 0 0;
  }
}
.p-index__friend__lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-index__friend__lead {
    font-size: 14px;
  }
}
.p-index__friend__link {
  margin: 42px auto 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-index__friend__link {
    display: block;
  }
}
.p-index__friend__link__item {
  flex: 0 0 220px;
  width: 100%;
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  .p-index__friend__link__item {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin: auto;
  }
}
.p-index__friend__link__item:not(:first-of-type) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-index__friend__link__item:not(:first-of-type) {
    margin: 16px auto 0;
  }
}
.p-index__friend__link__head {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 13px;
}
@media screen and (max-width: 768px) {
  .p-index__friend__link__head {
    font-size: 14px;
    margin: 0 0 6px;
  }
}
.p-index__friend__link__btn {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border: 1px solid #534741;
  border-radius: 17px;
  width: 100%;
  padding: 8px;
  display: block;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .p-index__friend__link__btn {
    font-size: 18px;
    padding: 14px;
  }
}
.p-index__friend__link__btn.line {
  color: #fff;
  background: #00b900;
}
@media screen and (min-width: 769px) {
  .p-index__friend__link__btn.line:hover {
    color: #00b900;
    background: #fff;
  }
}
.p-index__friend__link__btn.search {
  background: #fff;
  position: relative;
}
.p-index__friend__link__btn.search::after {
  content: "";
  background: url(../img/icon-search_bl.png) no-repeat center center/contain;
  width: 23px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .p-index__friend__link__btn.search::after {
    right: 10px;
  }
}

.p-index__product {
  color: #fff;
}
.p-index__product__inner {
  background: #00b900;
  border-radius: 40px;
  padding: 34px 50px 36px;
}
@media screen and (max-width: 768px) {
  .p-index__product__inner {
    border-radius: 20px;
    max-width: 350px;
    margin: auto;
    padding: 20px 15px;
  }
}
.p-index__product__head {
  text-align: center;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .p-index__product__head {
    margin: 0 0 12px;
  }
}
.p-index__product__head span {
  font-size: 24px;
  font-weight: 500;
  border: 1px solid #fff;
  padding: 0 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-index__product__head span {
    font-size: 14px;
  }
}
.p-index__product__head span:not(:first-of-type) {
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .p-index__product__head span:not(:first-of-type) {
    margin-top: 4px;
  }
}
.p-index__product__ttl {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.21;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-index__product__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 360px) {
  .p-index__product__ttl {
    font-size: 22px;
  }
}
.p-index__product__ttl .small {
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-index__product__ttl .small {
    font-size: 18px;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 360px) {
  .p-index__product__ttl .small {
    font-size: 16px;
  }
}
.p-index__product__ttl .em {
  border-bottom: 5px solid #ffe758;
  display: inline-block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-index__product__ttl .em {
    border-width: 2px;
  }
}
.p-index__product__introduction {
  padding: 0 30px;
  margin: 12px 0 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-index__product__introduction {
    padding: 0;
    margin: 30px 0 0;
    display: block;
  }
}
.p-index__product__introduction__img {
  position: relative;
  width: 100%;
  max-width: 232px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-index__product__introduction__img {
    max-width: 200px;
    margin: auto;
  }
}
.p-index__product__introduction__img::before {
  content: "";
  background: url(../img/txt-new.png) no-repeat center center/contain;
  width: 161px;
  height: 161px;
  position: absolute;
  top: 0;
  left: -175px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-index__product__introduction__img::before {
    width: 100px;
    height: 100px;
    top: -15px;
    left: -85px;
  }
}
.p-index__product__introduction__txt {
  font-weight: 500;
  margin: 0 17px 0 0;
}
@media screen and (max-width: 768px) {
  .p-index__product__introduction__txt {
    margin: 8px 0 0;
  }
}
.p-index__product__introduction__txt__name {
  font-size: 24px;
  line-height: 1.22;
}
@media screen and (max-width: 768px) {
  .p-index__product__introduction__txt__name {
    font-size: 22px;
    text-align: center;
  }
}
.p-index__product__introduction__txt__detail {
  font-size: 13px;
  line-height: 1.43;
}
@media screen and (max-width: 768px) {
  .p-index__product__introduction__txt__detail {
    margin: 4px 0 0;
  }
}
.p-index__product__introduction__txt__price {
  font-size: 28px;
  text-align: right;
  padding-left: 30px;
}
.p-index__product__introduction__txt__price span {
  font-size: 15px;
}
.p-index__product__recommendation {
  margin: 35px 0 0;
  position: relative;
}
.p-index__product__recommendation::after {
  content: "";
  background: #fff;
  border-radius: 100px;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
}
.p-index__product__recommendation__ttl {
  text-align: center;
  position: relative;
}
.p-index__product__recommendation__ttl::before, .p-index__product__recommendation__ttl::after {
  content: "";
  background: #fff;
  border-radius: 100px;
  width: 180px;
  height: 2px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-index__product__recommendation__ttl::before, .p-index__product__recommendation__ttl::after {
    width: calc((100% - 118px) / 2);
    bottom: 5px;
  }
}
.p-index__product__recommendation__ttl::before {
  left: 0;
}
.p-index__product__recommendation__ttl::after {
  right: 0;
}
.p-index__product__recommendation__ttl__inner {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-index__product__recommendation__ttl__inner {
    font-size: 18px;
  }
}
.p-index__product__recommendation__ttl__inner::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 49px 92px 0 92px;
  border-color: #029301 transparent transparent transparent;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-index__product__recommendation__ttl__inner::after {
    border-width: 39px 74px 0 74px;
    top: -1px;
  }
}
.p-index__product__recommendation__cont {
  padding: 50px 7px 30px 0px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__product__recommendation__cont {
    padding: 25px 5px 15px;
    display: block;
  }
}
.p-index__product__recommendation__list {
  flex: 0 0 auto;
}
.p-index__product__recommendation__list__item {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__product__recommendation__list__item {
    font-size: 16px;
    padding-left: 20px;
  }
}
.p-index__product__recommendation__list__item::before {
  content: "";
  background: url(../img/icon-check.png) no-repeat center center/contain;
  width: 31px;
  height: 28px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-index__product__recommendation__list__item::before {
    width: 15px;
    height: 14px;
    top: 4px;
  }
}
.p-index__product__recommendation__list__item:not(:first-of-type) {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-index__product__recommendation__list__item:not(:first-of-type) {
    margin-top: 6px;
  }
}
.p-index__product__recommendation__img {
  flex: 0 0 129px;
  width: 100%;
  max-width: 174px;
  position: absolute;
  top: 25px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .p-index__product__recommendation__img {
    right: 0px;
    max-width: 104px;
    margin: 10px auto 0;
  }
}
.p-index__product__calcium {
  margin: 34px 0 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-index__product__calcium {
    margin: 20px 0 0;
    display: block;
  }
}
.p-index__product__calcium__ttl {
  font-weight: 15;
  font-weight: 500;
  color: #00b900;
  text-align: center;
  background: #fff;
  flex: 0 0 170px;
  width: 100%;
  max-width: 170px;
  margin: 0 15px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-index__product__calcium__ttl {
    margin: auto;
    padding: 10px;
  }
}
.p-index__product__calcium__ttl::before, .p-index__product__calcium__ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  right: 0;
  position: absolute;
}
.p-index__product__calcium__ttl::before {
  border-width: 0 25px 56px 0;
  border-color: transparent #00b900 transparent transparent;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-index__product__calcium__ttl::before {
    border-width: 0 10px 19px 0;
  }
}
.p-index__product__calcium__ttl::after {
  border-width: 0 0 56px 25px;
  border-color: transparent transparent #00b900 transparent;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-index__product__calcium__ttl::after {
    border-width: 0 0 19px 10px;
  }
}
.p-index__product__calcium__txt {
  font-size: 13px;
  line-height: 1.74;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-index__product__calcium__txt {
    margin: 8px 0 0;
  }
}
.p-index__product__notification {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.59;
}
.p-index__product__notification__ttl {
  display: inline;
  font-weight: 500;
}
.p-index__product__notification__txt {
  display: inline;
  font-weight: 500;
}
.p-index__product__notion {
  margin: 24px 0 0;
  font-size: 13px;
  line-height: 1.59;
}
.p-index__product__notion__ttl {
  font-weight: 500;
}
.p-index__product__notion__list__item {
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}
.p-index__product__notion__list__item::before {
  content: "○";
  position: absolute;
  left: 0;
}
.p-index__product__notion__list__item2 {
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}
.p-index__product__notion__list__item2::before {
  content: "●";
  position: absolute;
  left: 0;
}

.p-index__essentials {
  margin: 27px 0 0;
}
@media screen and (max-width: 768px) {
  .p-index__essentials {
    margin: 14px 0 0;
  }
}
.p-index__essentials__cont {
  background: url(../img/ptn-grid.png) repeat center center/27px 27px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .p-index__essentials__cont {
    background-size: 13px 13px;
    padding: 20px 0;
  }
}
.p-index__essentials__ttl {
  text-align: center;
}
.p-index__essentials__ttl__inner {
  font-size: 24px;
  font-weight: 500;
  color: #004F95;
  line-height: 1;
  border-left: 6px solid #004F95;
  border-right: 6px solid #004F95;
  padding: 5px 35px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-index__essentials__ttl__inner {
    font-size: 18px;
    border-width: 3px;
    padding: 3px 16px;
  }
}
.p-index__essentials__detail {
  margin: 40px 0 0;
  padding: 24px 24px 5px;
  border-left: 5px solid #cbcbcb;
  border-right: 5px solid #cbcbcb;
}
@media screen and (max-width: 768px) {
  .p-index__essentials__detail {
    max-width: 350px;
    margin: 10px auto 0;
    padding: 8px 12px 5px;
    border-width: 2px;
  }
}
.p-index__essentials__detail__item:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-index__essentials__detail__item:not(:first-of-type) {
    margin-top: 12px;
  }
}
.p-index__essentials__detail__ttl {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.82;
}
@media screen and (max-width: 768px) {
  .p-index__essentials__detail__ttl {
    line-height: 1.6;
  }
}
.p-index__essentials__detail__txt {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.82;
}
.p-index__essentials__detail__list__item {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.82;
  padding-left: 1em;
  position: relative;
}
.p-index__essentials__detail__list__item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-index__essentials__detail__note__item {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.82;
  padding-left: 1em;
  position: relative;
}
.p-index__essentials__detail__note__item::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-index__essentials__detail a:hover {
    text-decoration: underline;
  }
}

.l-footer {
  background: #534741;
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin: 12px 0 0;
  }
}
.l-footer__contact {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact {
    font-size: 14px;
    padding: 15px 0 30px;
  }
}
.l-footer__contact a {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .l-footer__contact a:hover {
    text-decoration: underline;
  }
}
