body {
  font-family: -apple-system, blinkMacSystemFont, "lato", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.content-asset sup {
    top: -0.5em;
}
.content-asset sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.content-asset img {
	width: auto;
	display: initial;
}

.content-asset p {
  line-height: 1.6em;
  margin: 1em 0;
}

.wrapV5Sp {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp {
    max-width: 1022px;
  }
}

.wrapV5Sp .intro-content {
  margin-bottom: 2.5em;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .intro-content {
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 760px) {
  .wrapV5Sp .sp-block-wm {
    width: 100vw;
    margin-left: -24px;
  }
}

.wrapV5Sp img {
  max-width: 100%;
}

.wrapV5Sp .pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .pc {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .sp {
    display: none;
  }
}

.wrapV5Sp .youtube {
  position: relative;
  width: 100%;
  margin-top: 2em;
  padding-top: 52.25%;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .youtube {
    padding-top: 42.25%;
  }
}

.wrapV5Sp .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wrapV5Sp .v5main {
  margin-top: 4em;
}

.wrapV5Sp .img-content {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .img-content {
    text-align: center;
  }
}

.wrapV5Sp p {
  line-height: 22px;
}

.wrapV5Sp sup {
  font-size: 16px;
}

.wrapV5Sp .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wrapV5Sp p strong {
  color: #2D1B60;
  font-weight: bold;
}

.wrapV5Sp .t_center {
  text-align: center;
}

.wrapV5Sp .v5-feature {
  width: 88%;
  margin: auto;
  padding-top: 1em;
  padding-bottom: 3em;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-feature {
    width: 620px;
    margin-top: 3em;
  }
  .wrapV5Sp .v5-feature .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wrapV5Sp .v5-feature h3 {
  background-color: #2A1769;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 24px;
  margin-bottom: 0;
  box-sizing: content-box;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-feature h3 {
    border-radius: 0;
    font-size: 16px;
    width: 28%;
    margin: 0;
    font-weight: normal;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
  }
}

.wrapV5Sp .v5-feature ol {
  list-style: none;
  list-style-position: inside;
  padding: 0;
  margin-top: 14px;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-feature ol {
    margin: 0;
    padding: 0px 0 0px 32px;
  }
  .wrapV5Sp .v5-feature ol.osusume {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.wrapV5Sp .v5-feature ol li {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-feature ol li {
    font-size: 16px;
  }
}

.wrapV5Sp .v5-feature ol li span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F6FE00));
  background: linear-gradient(transparent 60%, #F6FE00 60%);
}

.wrapV5Sp .v5-feature .block:nth-child(1) {
  margin-bottom: 1.8em;
}

.wrapV5Sp .v5-seibun {
  color: #1D1D1D;
}

.wrapV5Sp .v5-seibun h3 {
  color: #2D1B60;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: revert;
  line-height: normal;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun h3 {
    font-size: 30px;
  }
}

.wrapV5Sp .v5-seibun h3 span {
  display: block;
  font-size: 14px;
  line-height: normal;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun h3 span {
    font-size: 18px;
  }
}

.wrapV5Sp .v5-seibun .bg {
  border-top: 4px #F6E8CA solid;
  background-color: #FFFAEE;
  padding: 1.5em 24px 2.5em 24px;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun .bg {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun .pc_flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapV5Sp .v5-seibun .pc_white {
    background-color: #fff;
    padding: 1em;
  }
}

.wrapV5Sp .v5-seibun p.v5-9 {
  font-size: 17.5px;
  text-align: center;
  color: #2D1B60;
}

.wrapV5Sp .v5-seibun p.v5-9 + .img-content p.note {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun p.v5-9 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    padding-right: 0;
    margin-bottom: 1px;
  }
}

.wrapV5Sp .v5-seibun .grain {
  text-align: center;
}

.wrapV5Sp .v5-seibun .grain p {
  margin-top: 0;
}

.wrapV5Sp .v5-seibun .grain + p {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun .grain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapV5Sp .v5-seibun .grain span {
    display: inline-block;
  }
  .wrapV5Sp .v5-seibun .grain .small {
    text-align: left;
  }
}

.wrapV5Sp .v5-seibun .v5-feature_03 {
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun .v5-feature_03 img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun .pcm {
    margin: 3.5em 0;
  }
}

.wrapV5Sp .v5-seibun .borderBox {
  border: 1px #ACACAC solid;
  padding: 2em 1.0em;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun .borderBox {
    border: none;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}

.wrapV5Sp .v5-seibun .borderBox .flex {
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun .borderBox .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.wrapV5Sp .v5-seibun .borderBox .flex div:nth-child(1) {
  width: 40%;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun .borderBox .flex div:nth-child(1) {
    width: 33%;
  }
}

.wrapV5Sp .v5-seibun .borderBox .flex div:nth-child(2) {
  width: 60%;
  padding-left: 6px;
}

.wrapV5Sp .v5-seibun .borderBox .flex:nth-child(2) {
  margin-bottom: 0;
}

.wrapV5Sp .v5-seibun .borderBox p {
  font-size: 13px;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun .borderBox p {
    font-size: 15px;
  }
}

.wrapV5Sp .v5-seibun .borderBox p.ttl {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun .borderBox p.ttl {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.wrapV5Sp .v5-seibun .borderBox.bB02 {
  margin-top: 2em;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun .borderBox.bB02 {
    width: 40%;
    padding-bottom: 20px;
  }
}

.wrapV5Sp .v5-seibun .perpleBox {
  background-color: #2A1769;
  padding: 16px 10px 10px 10px;
  margin-top: 1.6em;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun .perpleBox {
    padding-left: 2em;
    padding-right: 2em;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wrapV5Sp .v5-seibun .perpleBox h3 {
  margin-top: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.wrapV5Sp .v5-seibun .perpleBox h3 sup {
  font-size: 13px;
}

.wrapV5Sp .v5-seibun .v5-eat {
  margin-top: 2em;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun .v5-eat {
    margin-top: 0;
  }
}

.wrapV5Sp .v5-seibun .last {
  margin-top: 2em;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun .last {
    margin-top: 0;
  }
}

.wrapV5Sp .v5-seibun .last p.red {
  color: #E7181C;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun .last p.red {
    text-align: left;
    font-size: 21px;
    margin-top: 0;
  }
}

.wrapV5Sp .v5-seibun .last p.note {
  line-height: 18px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun .last p.note {
    text-align: left;
  }
}

.wrapV5Sp .v5-seibun .last p.chusyaku {
  font-size: 11px;
  text-align: left;
  margin-top: 1.8em;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .v5-seibun .last p.chusyaku {
    margin-top: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .graphArea {
    margin-top: 3em;
  }
  .wrapV5Sp .graphArea > p {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .eatArea {
    background-color: #fff;
    margin-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapV5Sp .eatArea.pc_flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapV5Sp .eatArea p.note {
    width: 100%;
  }
}

.wrapV5Sp p.note.chusyaku {
  width: 85%;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .wrapV5Sp p.note.chusyaku {
    width: 100%;
    margin-top: 3em;
    line-height: 18px;
  }
}

.wrapV5Sp .three_point {
  padding-top: 2.5em;
}

.wrapV5Sp .three_point h3 {
  color: #2A1769;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: revert;
}

.wrapV5Sp .three_point h4 {
  background-color: #2A1769;
  color: #fff;
  text-align: center;
  padding: 0.8em 0;
  margin-bottom: 0;
  line-height: normal;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .three_point h4 {
    font-size: 22px;
    padding: 0.6em 0;
  }
}

.wrapV5Sp .three_point .bg {
  background-color: #EEEBF6;
  padding-bottom: 1em;
}

.wrapV5Sp .three_point .block {
  padding: 0 24px;
  margin-bottom: 2.5em;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .three_point .block {
    padding: 0 4em;
    margin-bottom: 4.5em;
  }
  .wrapV5Sp .three_point .block .img-content img {
    margin-left: auto;
    margin-right: auto;
  }
}

.wrapV5Sp .three_point p.note {
  line-height: 17.5px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .three_point p.note {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .three_point .block {
    /* width: 80%; */
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapV5Sp .three_point .pc_flex {
    margin-top: 2em;
  }
  .wrapV5Sp .three_point .pc_flex > p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 15px;
  }
  .wrapV5Sp .three_point .pc_flex .img-content {
    width: 72%;
  }
  .wrapV5Sp .three_point .pc_flex .img-content img {
    margin-left: 0;
  }
  .wrapV5Sp .three_point .no2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapV5Sp .three_point .no2 .img-content {
    text-align: left;
  }
  .wrapV5Sp .three_point .no2 p {
    line-height: 1.6;
  }
}

.wrapV5Sp .use {
  margin-top: 4em;
}

.wrapV5Sp .use h3 {
  color: #2A1769;
  font-size: 24px;
  text-align: center;
  margin-bottom: 2px;
  font-weight: bold;
  line-height: normal;
}

.wrapV5Sp .use h4 {
  color: #2A1769;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.wrapV5Sp .use .block {
  border-top: 4px #B2A7D6 solid;
  background-color: #EEEBF6;
  padding: 0 24px 4px;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .use .block {
    padding-bottom: 3em;
  }
}

.wrapV5Sp .use p.name {
  margin-top: 4px;
  font-size: 14px;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .use p.name {
    font-size: 13px;
  }
}

.wrapV5Sp .use p.mt0 {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .use .pc_flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 84%;
  }
  .wrapV5Sp .use .pc_flex > p {
    text-align: left;
    padding-left: 2em;
    font-size: 15px;
    line-height: 1.6;
  }
  .wrapV5Sp .use .making {
    margin-top: 2em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapV5Sp .use .making > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .wrapV5Sp .use .making > div:nth-child(2) {
    width: 60%;
    padding-right: 2em;
  }
}

.wrapV5Sp .voice {
  margin-top: 4em;
  background-color: #FDF8E5;
  position: relative;
  padding-bottom: 2.5em;
  margin-bottom: 4em;
}

.wrapV5Sp .voice:before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EDB600;
  z-index: 1;
}

.wrapV5Sp .voice h3 {
  color: #fff;
  font-size: 22px;
  padding: 1em 0 0 20px;
  margin: revert;
  line-height: normal;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .voice h3 {
    font-size: 24px;
    text-align: center;
  }
}

.wrapV5Sp .voice .block {
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.wrapV5Sp .voice .wBox {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 0 8px rgba(0, 0, 0, 0.16);
  padding: 24px;
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .voice .wBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.wrapV5Sp .voice .wBox p {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .voice .wBox p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .voice .wBox p {
    padding-left: 2em;
  }
}

.wrapV5Sp .voice .wBox p span {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #EDB629));
  background: linear-gradient(transparent 90%, #EDB629 90%);
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .voice .wBox p span.name {
    font-weight: normal;
    background: none;
    margin-top: 10px;
  }
}

.wrapV5Sp .voice .wBox .flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 2em;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .voice .wBox .flex {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    margin-top: 0;
  }
}

.wrapV5Sp .voice .wBox .flex > div:nth-child(1) {
  width: 40%;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp .voice .wBox .flex > div:nth-child(1) {
    width: 115px;
  }
}

.wrapV5Sp .voice .wBox .flex > div:nth-child(2) {
  font-size: 14px;
  padding-left: 10px;
}

.wrapV5Sp p.note {
  color: #333;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp p.note {
    font-size: 10px;
    width: 74%;
    margin-left: auto;
    margin-right: auto;
  }
}

.wrapV5Sp p.small {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .wrapV5Sp p.small {
    font-size: 14px;
    line-height: 2;
  }
}

.wrapV5Sp p.small sup {
  font-size: 10px;
}

.wrapV5Sp .recommend {
  padding: 0 18px;
  margin-bottom: 4em;
  background: #EAEEF5;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.wrapV5Sp .content-asset .cmn-rad, .wrapV5Sp .content-slot .cmn-rad {
  border-radius: 8px;
}

.wrapV5Sp .recommendIn-item a {
  text-decoration: none;
}

.wrapV5Sp .content-asset .cmn-contents-wrap .recommendIn-itemIn__img-name, .wrapV5Sp .content-slot .cmn-contents-wrap .recommendIn-itemIn__img-name {
  padding-left: 10px;
}

.wrapV5Sp .content-asset .cmn-contents-wrap .recommendIn-itemIn__text, .wrapV5Sp .content-slot .cmn-contents-wrap .recommendIn-itemIn__text {
  margin-bottom: 1.5em;
}

.wrapV5Sp .content-asset .cmn-contents-wrap .recommend li {
  margin-bottom: 1em;
}

.wrapV5Sp .content-asset .cmn-contents-wrap .recommendIn-itemIn, .wrapV5Sp .content-slot .cmn-contents-wrap .recommendIn-itemIn {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .wrapV5Sp .content-asset {
    max-width: 1022px;
    margin: auto;
  }
  .wrapV5Sp .content-asset .cmn-contents-wrap, .wrapV5Sp .content-slot .cmn-contents-wrap {
    margin: 0;
  }
  .wrapV5Sp .cmn-contents-wrap {
    background: #EAEEF5;
  }
  .wrapV5Sp .content-asset .cmn-contents-wrap .recommend {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .wrapV5Sp .content-asset .cmn-contents-wrap .recommend h3 {
    text-align: center;
    font-size: 28px;
  }
  .wrapV5Sp .content-asset .cmn-contents-wrap .recommend ul.recommendIn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapV5Sp .content-asset .cmn-contents-wrap .recommend li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1em;
  }
  .wrapV5Sp .content-asset .cmn-contents-wrap .recommendIn .swiper-wrapper, .wrapV5Sp .content-slot .cmn-contents-wrap .recommendIn .swiper-wrapper {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .wrapV5Sp .content-asset .cmn-contents-wrap .recommend, .wrapV5Sp .content-slot .cmn-contents-wrap .recommend {
    background: transparent;
  }
}
/*# sourceMappingURL=v5_20210708.css.map */