@charset "UTF-8";
/*--------------------------
 ブレークポイント設定
----------------------------*/
.pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none; } }
.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block; } }
/*--------------------------
	style
----------------------------*/
@media screen and (min-width: 767px) and (max-width: 1200px) {
  html {
    height: auto; } }

@media (min-width: 767px) {
  main {
    margin-top: -50px;
    min-height: calc(100vh - 288px); } }
  @media (min-width: 767px) and (min-width: 960px) {
    main {
      margin-top: -100px;
      min-height: calc(100vh - 343px); } }
@media screen and (max-width: 767px) {
  main {
    margin-top: -20px;
    min-height: inherit; } }

/*=============================
	akitabi
=============================*/
.akitabi {
  background-color: #fff; }
  .akitabi *,
  .akitabi *:before,
  .akitabi *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .akitabi img {
    -ms-user-select: auto;
    user-select: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-drag: auto;
    -khtml-user-drag: auto; }
  .akitabi img {
    vertical-align: bottom; }
  .akitabi a:hover {
    text-decoration: none; }
  .akitabi .btn:hover {
    opacity: 0.75; }
  .akitabi svg {
    vertical-align: bottom;
    width: 100%;
    height: auto;
    fill: currentColor; }

/*=============================
	kv
=============================*/
.kv {
  /* max-widthコメントアウト202410 */
  /* max-width: 1360px; */
  margin: 0 auto; }

/*=============================
	secret
=============================*/
.secret {
  padding: 70px 20px 90px;
  /* background-color: #fce9ee; */
  /* 背景色変更202410 */
  background-color: #fbfae2;
}
  @media screen and (max-width: 767px) {
    .secret {
      padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw; } }
.secret__wrap {
  max-width: 720px;
  margin: 0 auto; }

.secret__head {
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .secret__head {
      margin-bottom: 6.6666666667vw; } }
.secret__txt {
  /* marginコメントアウト202410 */
  /* margin-bottom: 70px; */
  font-size: 16px;
  line-height: 2.2; }
  @media screen and (max-width: 767px) {
    .secret__txt {
      /* marginコメントアウト202410 */
      /* margin-bottom: 17.3333333333vw; */
      font-size: 3.7333333333vw; } }
.secret__movie__head {
  max-width: 413px;
  margin: 0 auto 20px; }
  @media screen and (max-width: 767px) {
    .secret__movie__head {
      max-width: 79.4666666667vw;
      margin-bottom: 4vw; } }
.secret__movie__youtube {
  margin-bottom: 25px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .secret__movie__youtube {
      margin: 0 -5.3333333333vw 4vw; } }
.secret__movie__btn .txt {
  max-width: 290px;
  margin: 0 auto 12px; }
  @media screen and (max-width: 767px) {
    .secret__movie__btn .txt {
      max-width: 56vw;
      margin-bottom: 1.0666666667vw; } }
.secret__movie__btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 330px;
  height: 56px;
  margin: 0 auto;
  background-color: #de6198;
  font-size: 18px;
  font-weight: 500;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .secret__movie__btn .btn {
      max-width: 62.6666666667vw;
      height: 10.6666666667vw;
      font-size: 3.7333333333vw; } }
/*=============================
	worries
=============================*/
.worries {
  padding: 35px 20px 130px; }
  @media screen and (max-width: 767px) {
    .worries {
      padding: 4vw 5.3333333333vw 18.6666666667vw; } }
.worries__wrap {
  max-width: 720px;
  margin: 0 auto; }

.worries__head {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .worries__head {
      margin-bottom: 10.6666666667vw; } }
.worries__btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 330px;
  height: 56px;
  margin: 0 auto;
  background-color: #de6198;
  font-size: 18px;
  font-weight: 500;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .worries__btn .btn {
      max-width: 62.6666666667vw;
      height: 10.6666666667vw;
      font-size: 3.7333333333vw; } }
/*=============================
	tips
=============================*/
.tips {
  padding: 0 0 110px; }
  @media screen and (max-width: 767px) {
    .tips {
      padding: 0 0 18.6666666667vw; } }
.tips__wrap {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__wrap {
      width: 100vw; } }
  @media screen and (max-width: 767px) {
    .tips__wrap {
      width: auto; } }
.tips__head {
  max-width: 425px;
  margin: 0 auto 43px; }
  @media screen and (max-width: 767px) {
    .tips__head {
      max-width: 80vw;
      margin-bottom: 5.3333333333vw; } }
.tips__nav {
  position: relative;
  height: 130px; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__nav {
      height: 10.8333333333vw; } }
  @media screen and (max-width: 767px) {
    .tips__nav {
      height: 25.3333333333vw; } }
.tips__nav__list {
  display: flex; }
  @media screen and (max-width: 767px) {
    .tips__nav__list {
      display: block;
      overflow: auto;
      font-size: 0;
      white-space: nowrap; } }
  .tips__nav__list.-fixed {
    position: fixed;
    top: 67px;
    right: 0;
    left: 0;
    width: 1200px;
    margin: 0 auto;
    z-index: 1000; }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .tips__nav__list.-fixed {
        width: 100vw; } }
    @media (max-width: 960px) {
      .tips__nav__list.-fixed {
        top: 49px; } }
    @media screen and (max-width: 767px) {
      .tips__nav__list.-fixed {
        width: auto; } }
.tips__nav__item {
  position: relative;
  flex: 1;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .tips__nav__item {
      display: inline-block;
      width: 29.3333333333vw !important;
      min-width: 29.3333333333vw !important; } }
  .tips__nav__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border: 6px solid #000;
    border-width: 6px;
    mix-blend-mode: overlay;
    opacity: 0; }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .tips__nav__item::before {
        border-width: 0.5vw; } }
    @media screen and (max-width: 767px) {
      .tips__nav__item::before {
        border-width: 1.3333333333vw; } }
  .tips__nav__item.-active::before, .tips__nav__item:hover::before {
    opacity: 0.5; }

.tips__content__item {
  position: relative;
  padding-top: 72px;
  padding-right: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
  position: fixed;
  top: -1000vh;
  left: -1000vw;
  opacity: 0;
  pointer-events: none; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__item {
      padding-top: 6vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__item {
      padding-right: 6.6666666667vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__item {
      padding-bottom: 6.6666666667vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__item {
      padding-left: 6.6666666667vw; } }
  @media screen and (max-width: 767px) {
    .tips__content__item {
      padding: 8vw 5.3333333333vw 5.3333333333vw; } }
  .tips__content__item.-active {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    pointer-events: auto; }
  .tips__content__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 12px;
    background: url(../images/im_tips_bar.png) repeat-x center center;
    background-size: contain; }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .tips__content__item::before {
        height: 1vw; } }
    @media screen and (max-width: 767px) {
      .tips__content__item::before {
        height: 2.6666666667vw; } }
  .tips__content__item#item1 {
    background-color: #fff4f7; }
    .tips__content__item#item1::before {
      background-color: #e2758f; }
    .tips__content__item#item1 .tips__content__comment__head {
      color: #de6198; }
    .tips__content__item#item1 .tips__product__btn .btn {
      background-color: #de6198; }
  .tips__content__item#item2 {
    background-color: #e6f1f7; }
    .tips__content__item#item2::before {
      background-color: #5baed5; }
    .tips__content__item#item2 .tips__content__comment__head {
      color: #3c9fc3; }
    .tips__content__item#item2 .tips__product__btn .btn {
      background-color: #3c9fc3; }
  .tips__content__item#item3 {
    background-color: #ecf9ef; }
    .tips__content__item#item3::before {
      background-color: #72b87f; }
    .tips__content__item#item3 .tips__content__head {
      margin-right: -40px;
      margin-left: -40px; }
      @media screen and (min-width: 767px) and (max-width: 1200px) {
        .tips__content__item#item3 .tips__content__head {
          margin-right: -3.3333333333vw; } }
      @media screen and (min-width: 767px) and (max-width: 1200px) {
        .tips__content__item#item3 .tips__content__head {
          margin-left: -3.3333333333vw; } }
      @media screen and (max-width: 767px) {
        .tips__content__item#item3 .tips__content__head {
          margin: 0 -5.3333333333vw 5.3333333333vw; } }
    .tips__content__item#item3 .tips__content__comment__head {
      color: #62a86f; }
    .tips__content__item#item3 .tips__product__btn .btn {
      background-color: #62a86f; }
  .tips__content__item#item4 {
    background-color: #fbfae2; }
    .tips__content__item#item4::before {
      background-color: #c5bd34; }
    .tips__content__item#item4 .tips__content__head {
      margin-right: -40px;
      margin-left: -40px; }
      @media screen and (min-width: 767px) and (max-width: 1200px) {
        .tips__content__item#item4 .tips__content__head {
          margin-right: -3.3333333333vw; } }
      @media screen and (min-width: 767px) and (max-width: 1200px) {
        .tips__content__item#item4 .tips__content__head {
          margin-left: -3.3333333333vw; } }
      @media screen and (max-width: 767px) {
        .tips__content__item#item4 .tips__content__head {
          margin: 0 -5.3333333333vw 5.3333333333vw; } }
    .tips__content__item#item4 .tips__content__comment__head {
      color: #c3ba2d; }
    .tips__content__item#item4 .tips__product__btn .btn {
      background-color: #c3ba2d; }
  .tips__content__item#item5 {
    background-color: #e6f4f3; }
    .tips__content__item#item5::before {
      background-color: #47bdb3; }
    .tips__content__item#item5 .tips__content__comment__head {
      color: #2ba79d; }
    .tips__content__item#item5 .tips__product__btn .btn {
      background-color: #2ba79d; }
  .tips__content__item#item6 {
    background-color: #fdf2fd; }
    .tips__content__item#item6::before {
      background-color: #d47fb8; }
    .tips__content__item#item6 .tips__content__comment__head {
      color: #d563af; }
    .tips__content__item#item6 .tips__product__btn .btn {
      background-color: #d563af; }
  .tips__content__item#item7 {
    background-color: #fdf3e8; }
    .tips__content__item#item7::before {
      background-color: #e29c4e; }
    .tips__content__item#item7 .tips__content__comment__head {
      color: #e5943a; }
    .tips__content__item#item7 .tips__product__btn .btn {
      background-color: #e5943a; }

.tips__content__inner {
  position: relative;
  width: 450px;
  min-height: 710px;
  margin-bottom: 45px; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__inner {
      width: 37.5vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__inner {
      min-height: 59.1666666667vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__inner {
      margin-bottom: 3.75vw; } }
  @media screen and (max-width: 767px) {
    .tips__content__inner {
      width: auto;
      min-height: auto;
      margin-bottom: 8vw; } }
.tips__content__head {
  margin-bottom: 42px; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__head {
      margin-bottom: 3.5vw; } }
  @media screen and (max-width: 767px) {
    .tips__content__head {
      margin: 0 -5.3333333333vw 5.3333333333vw; } }
.tips__content__img {
  position: absolute;
  top: 0px;
  left: 482px;
  width: 588px; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__img {
      top: 0vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__img {
      left: 40.1666666667vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__img {
      width: 49vw; } }
  @media screen and (max-width: 767px) {
    .tips__content__img {
      position: static;
      width: auto;
      margin: 0 -5.3333333333vw 1.3333333333vw; } }
.tips__content__txt {
  font-size: 16px;
  line-height: 2.1; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__txt {
      font-size: 1.3333333333vw; } }
  @media screen and (max-width: 767px) {
    .tips__content__txt {
      margin-bottom: 10.6666666667vw;
      padding: 0 2.6666666667vw;
      font-size: 3.7333333333vw;
      line-height: 2; } }
  .tips__content__txt .notes {
    font-size: 14px; }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .tips__content__txt .notes {
        font-size: 1.1666666667vw; } }
    @media screen and (max-width: 767px) {
      .tips__content__txt .notes {
        font-size: 3.2vw; } }
.tips__content__comment {
  position: absolute;
  bottom: 0px;
  left: 604px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  /* width変更202410 */
  /* width: 366px; */
  width: 348px;
  height: 209px;
  background: url(../images/im_tips_comment.png) no-repeat right center;
  background-size: contain; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__comment {
      bottom: 0vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__comment {
      left: 50.3333333333vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__comment {
      /* width変更202410 */
      width: 29vw;
    } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__comment {
      height: 17.4166666667vw; } }
  @media screen and (max-width: 767px) {
    .tips__content__comment {
      position: relative;
      left: 0;
      /* width変更202410 */
      width: 80vw;
      height: 51.4666666667vw;
      margin: 0 auto; } }
.tips__content__comment__head {
  width: 98px; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__comment__head {
      width: 8.1666666667vw; } }
  @media screen and (max-width: 767px) {
    .tips__content__comment__head {
      width: 23.7333333333vw; } }
.tips__content__comment__txt {
  width: 190px;
  padding-right: 25px;
  padding-bottom: 50px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.7; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__comment__txt {
      width: 15.8333333333vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__comment__txt {
      padding-right: 2.0833333333vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__comment__txt {
      padding-bottom: 4.1666666667vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__comment__txt {
      padding-left: 2.0833333333vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__content__comment__txt {
      font-size: 1.1666666667vw; } }
  @media screen and (max-width: 767px) {
    .tips__content__comment__txt {
      width: 40vw;
      padding: 0 0vw 13.3333333333vw 3.4666666667vw;
      font-size: 3.4666666667vw; } }
.tips__product {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .tips__product {
      display: block; } }
  .tips__product.-triple .tips__product__box {
    display: block;
    width: 330px; }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .tips__product.-triple .tips__product__box {
        width: 27.5vw; } }
    @media screen and (max-width: 767px) {
      .tips__product.-triple .tips__product__box {
        display: flex;
        width: auto; } }
  .tips__product.-triple .tips__product__img {
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .tips__product.-triple .tips__product__img {
        margin: 0; } }
  .tips__product.-triple .tips__product__btn .btn {
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .tips__product.-triple .tips__product__btn .btn {
        margin: 0; } }
.tips__product__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 500px;
  padding-top: 32px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #fff; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__product__box {
      width: 41.6666666667vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__product__box {
      padding-top: 2.6666666667vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__product__box {
      padding-right: 4.1666666667vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__product__box {
      padding-bottom: 2.5vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__product__box {
      padding-left: 2.5vw; } }
  @media screen and (max-width: 767px) {
    .tips__product__box {
      width: auto;
      padding: 8vw 6.6666666667vw 8vw 2.6666666667vw; } }
  @media screen and (max-width: 767px) {
    .tips__product__box + .tips__product__box {
      margin-top: 2.6666666667vw; } }
.tips__product__img {
  width: 120px; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__product__img {
      width: 10vw; } }
  @media screen and (max-width: 767px) {
    .tips__product__img {
      width: 26.6666666667vw; } }
  .tips__product__img.-large {
    width: 180px; }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .tips__product__img.-large {
        width: 15vw; } }
    @media screen and (max-width: 767px) {
      .tips__product__img.-large {
        width: 26.6666666667vw;
        transform: scale(1.1); } }
.tips__product__txt {
  width: 275px; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .tips__product__txt {
      width: 22.9166666667vw; } }
  @media screen and (max-width: 767px) {
    .tips__product__txt {
      width: 52vw; } }
  .tips__product__txt .head {
    line-height: 1.35; }
    .tips__product__txt .head .en {
      display: block;
      width: 180px;
      margin-bottom: 10px; }
      @media screen and (min-width: 767px) and (max-width: 1200px) {
        .tips__product__txt .head .en {
          width: 15vw; } }
      @media screen and (min-width: 767px) and (max-width: 1200px) {
        .tips__product__txt .head .en {
          margin-bottom: 0.8333333333vw; } }
      @media screen and (max-width: 767px) {
        .tips__product__txt .head .en {
          width: 42.6666666667vw;
          margin-bottom: 2.1333333333vw; } }
      .tips__product__txt .head .en.-long {
        width: 240px; }
        @media screen and (min-width: 767px) and (max-width: 1200px) {
          .tips__product__txt .head .en.-long {
            width: 20vw; } }
        @media screen and (max-width: 767px) {
          .tips__product__txt .head .en.-long {
            width: 42.6666666667vw; } }
    .tips__product__txt .head .jp {
      display: block;
      font-size: 18px;
      font-weight: 500; }
      @media screen and (min-width: 767px) and (max-width: 1200px) {
        .tips__product__txt .head .jp {
          font-size: 1.5vw; } }
      @media screen and (max-width: 767px) {
        .tips__product__txt .head .jp {
          font-size: 4.5333333333vw; } }
  .tips__product__txt .price {
    margin-bottom: 12px;
    padding-bottom: 12px;
    background: url(../images/im_tips_line.png) no-repeat left bottom;
    background-size: contain; }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .tips__product__txt .price {
        margin-bottom: 1vw; } }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .tips__product__txt .price {
        padding-bottom: 1vw; } }
    @media screen and (max-width: 767px) {
      .tips__product__txt .price {
        margin-bottom: 2.6666666667vw;
        padding-bottom: 2.6666666667vw;
        background-size: 70.6666666667vw auto; } }
    .tips__product__txt .price .num {
      font-size: 18px;
      font-weight: 500; }
      @media screen and (min-width: 767px) and (max-width: 1200px) {
        .tips__product__txt .price .num {
          font-size: 1.5vw; } }
      @media screen and (max-width: 767px) {
        .tips__product__txt .price .num {
          font-size: 4.5333333333vw; } }
    .tips__product__txt .price .tax {
      font-size: 12px;
      font-weight: 500; }
      @media screen and (min-width: 767px) and (max-width: 1200px) {
        .tips__product__txt .price .tax {
          font-size: 1vw; } }
      @media screen and (max-width: 767px) {
        .tips__product__txt .price .tax {
          font-size: 2.9333333333vw; } }
  .tips__product__txt .txt {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.7; }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .tips__product__txt .txt {
        margin-bottom: 1.5vw; } }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .tips__product__txt .txt {
        font-size: 1.1666666667vw; } }
    @media screen and (max-width: 767px) {
      .tips__product__txt .txt {
        margin-bottom: 5.3333333333vw;
        font-size: 3.7333333333vw;
        letter-spacing: -0.01em; } }
  .tips__product__txt .notes {
    font-size: 12px; }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .tips__product__txt .notes {
        font-size: 1vw; } }
    @media screen and (max-width: 767px) {
      .tips__product__txt .notes {
        font-size: 3.2vw; } }
  .tips__product__txt .tips__product__btn .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 40px;
    background-color: #de6198;
    font-size: 14px;
    font-weight: 500;
    color: #fff; }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .tips__product__txt .tips__product__btn .btn {
        width: 15.8333333333vw; } }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .tips__product__txt .tips__product__btn .btn {
        height: 3.3333333333vw; } }
    @media screen and (min-width: 767px) and (max-width: 1200px) {
      .tips__product__txt .tips__product__btn .btn {
        font-size: 1.1666666667vw; } }
    @media screen and (max-width: 767px) {
      .tips__product__txt .tips__product__btn .btn {
        width: auto;
        height: 10.6666666667vw;
        font-size: 3.7333333333vw; } }
/*=============================
	item
=============================*/
.item {
  padding: 0 20px 90px; }
  @media screen and (max-width: 767px) {
    .item {
      padding: 0 0 18.6666666667vw; } }
.item__wrap {
  max-width: 756px;
  margin: 0 auto; }

.item__img {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .item__img {
      margin-bottom: 3.2vw; } }
  .item__img a {
    display: block; }
    .item__img a:hover {
      opacity: 0.75; }

.item__txt {
  padding: 0 18px;
  font-size: 14px;
  line-height: 1.75; }
  @media screen and (max-width: 767px) {
    .item__txt {
      padding: 0 5.3333333333vw;
      font-size: 3.2vw;
      line-height: 1.65; } }
  .item__txt .num {
    font-weight: 500;
    color: #de6198; }

/*=============================
	campaign
=============================*/
.campaign {
  padding: 0 20px 40px; }
  @media screen and (max-width: 767px) {
    .campaign {
      padding: 0 5.3333333333vw 10.6666666667vw; } }
.campaign__wrap {
  max-width: 720px;
  margin: 0 auto; }
  .campaign__wrap a {
    display: block; }
    .campaign__wrap a:hover {
      opacity: 0.75; }

/*=============================
	modal
=============================*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  padding-top: 160px;
  padding-right: 40px;
  padding-bottom: 160px;
  padding-left: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
  transition: 0.3s all; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .modal {
      padding-top: 13.3333333333vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .modal {
      padding-right: 3.3333333333vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .modal {
      padding-bottom: 13.3333333333vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .modal {
      padding-left: 3.3333333333vw; } }
  @media screen and (max-width: 767px) {
    .modal {
      padding: 32vw 4vw; } }
  .modal.-active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1); }

.modal__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5); }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .modal__inner {
      width: 83.3333333333vw; } }
  @media screen and (max-width: 767px) {
    .modal__inner {
      width: auto; } }
.modal__youtube {
  position: relative; }
  .modal__youtube::before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .modal__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.modal__close {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  cursor: pointer; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .modal__close {
      width: 3.3333333333vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .modal__close {
      height: 3.3333333333vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .modal__close {
      margin-bottom: 0.8333333333vw; } }
  @media screen and (max-width: 767px) {
    .modal__close {
      width: 8vw;
      height: 8vw;
      margin-bottom: 2.6666666667vw; } }
  .modal__close::before, .modal__close::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #fff; }
  .modal__close::before {
    transform: rotate(45deg); }
  .modal__close::after {
    transform: rotate(-45deg); }

/*=============================
	result
=============================*/
.result {
  padding: 40px 20px; }
  @media screen and (max-width: 767px) {
    .result {
      padding: 10.6666666667vw 5.3333333333vw; } }
  .result .item {
    padding: 0 0 90px; }
    @media screen and (max-width: 767px) {
      .result .item {
        padding: 0 0 18.6666666667vw; } }
.result__wrap {
  max-width: 720px;
  margin: 0 auto; }
  .result__wrap .box {
    margin-bottom: 5em;
    padding: 2em;
    border: 1px solid #ccc; }
    @media screen and (max-width: 767px) {
      .result__wrap .box {
        padding: 4vw; } }
  .result__wrap section {
    margin-bottom: 4em; }
    .result__wrap section section {
      margin-bottom: 2em; }
  .result__wrap h2 {
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .result__wrap h2 {
        font-size: 4.8vw; } }
  .result__wrap h3 {
    position: relative;
    margin-bottom: 1.5em;
    padding: 0.5em 1em 0.5em 1em;
    background-color: #eee;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .result__wrap h3 {
        font-size: 4.2666666667vw; } }
  .result__wrap h4 {
    margin-bottom: 1.5em;
    padding: 0.5em 1em;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .result__wrap h4 {
        font-size: 3.7333333333vw; } }
  .result__wrap p {
    margin-bottom: 1em;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .result__wrap p {
        font-size: 3.4666666667vw; } }
    .result__wrap p + section {
      margin-top: 3em; }
  .result__wrap ul {
    margin-bottom: 1em;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .result__wrap ul {
        font-size: 3.4666666667vw; } }
  .result__wrap li {
    margin-bottom: 1em;
    margin-left: 1em;
    text-indent: -1em; }
  .result__wrap a {
    text-decoration: underline; }
  .result__wrap table {
    margin-bottom: 4em; }
    .result__wrap table th {
      padding: 1em;
      white-space: nowrap;
      border-bottom: 1px solid #ccc; }
      @media screen and (max-width: 767px) {
        .result__wrap table th {
          display: block;
          padding: 1em 0 0;
          border-bottom: 0;
          font-size: 3.7333333333vw;
          font-weight: bold; } }
    .result__wrap table td {
      padding: 1em;
      border-bottom: 1px solid #ccc; }
      @media screen and (max-width: 767px) {
        .result__wrap table td {
          display: block;
          padding: 0.5em 0 1em;
          font-size: 3.4666666667vw; } }
  .result__wrap b {
    font-weight: bold; }

/* 20241003追加 */
.secret__txt + .secret__txt {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .secret__txt + .secret__txt {
    margin-top: 2vw;
  }
  .tips__product__txt .head .jp {
    letter-spacing: -0.04em;
  }
}

/* 20241010追加 */
.img-sec {
  margin: 4em auto;
  max-width: 560px;
}
.bnr {
  transition: all .3s;
}
.result__wrap .large {
  font-size: 125%;
}
.result__wrap .mt-0 {
  margin-top: 0;
}
.result__wrap .mb-0 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bnr:hover {
    opacity: 0.6;
  }
}