body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500; }

.header .band {
  background-color: #008e9c; }
  .header .band > span {
    display: none; }

@media (min-width: 768px) {
  .container {
    width: 1030px;
    max-width: 1030px; }

  main, footer, .header {
    position: relative; }

  .anchor_link {
    padding-bottom: 20px;
    margin-top: -20px; } }
@media (max-width: 767.98px) {
  main {
    position: relative; }

  .container {
    width: 100%; }

  .anchor_link {
    padding-bottom: 150px;
    margin-top: -150px; } }
.nami_top {
  -webkit-mask: var(--mask);
  mask: var(--mask); }

@media (min-width: 768px) {
  .nami_top {
    margin-top: -20px;
    --mask:
    radial-gradient(25.82px at 50% 35.7px,#000 99%,#0000 101%) calc(50% - 28px) 0/56px 100%,
    radial-gradient(25.82px at 50% -21.7px,#0000 99%,#000 101%) 50% 14px/56px 100% repeat-x; } }
@media (max-width: 767.98px) {
  .nami_top {
    margin-top: -30px;
    --mask:
    radial-gradient(31.36px at 50% 43.35px,#000 99%,#0000 101%) calc(50% - 34px) 0/68px 100%,
    radial-gradient(31.36px at 50% -26.35px,#0000 99%,#000 101%) 50% 17px/68px 100% repeat-x; } }
.dia_back {
  position: relative; }
  .dia_back::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .1; }

@media (min-width: 768px) {
  .dia_back::before {
    background: url("../images/back.svg") repeat center/70px; } }
@media (max-width: 767.98px) {
  .dia_back::before {
    background: url("../images/back.svg") repeat center/50px; } }
@media (min-width: 768px) {
  .dia_top {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(50% + 164.85px) calc(100% - 60px), 50% 100%, calc(50% - 164.85px) calc(100% - 60px), 0 calc(100% - 60px)); }

  .dia_bottom {
    clip-path: polygon(0 0, calc(50% - 0px - 164.85px) 0, 50% calc(60px + 0px), calc(50% + 0px + 164.85px) 0, 100% 0, 100% 100%, 0 100%);
    margin-top: -60px; } }
@media (max-width: 767.98px) {
  .dia_top {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 50% 100%, 0 calc(100% - 100px)); }

  .dia_bottom {
    clip-path: polygon(0 0, 50% 90px, 100% 0, 100% 100%, 0 100%);
    margin-top: -100px; } }
.vip_main {
  background: linear-gradient(0deg, #9bd6bc 20%, #3aa5b3 100%); }
  .vip_main.dia_back::before {
    opacity: 0.06; }
  .vip_main > .vip_main_inner {
    position: relative; }
    .vip_main > .vip_main_inner::before, .vip_main > .vip_main_inner::after {
      content: '';
      background: url("../images/main/deco.svg") no-repeat center/100%;
      position: absolute;
      aspect-ratio: 360/ 261; }
    .vip_main > .vip_main_inner::after {
      transform: scale(-1, 1); }
    .vip_main > .vip_main_inner > h1 > img {
      clip-path: inset(0 100% 0 0);
      opacity: 0;
      animation: slideIn 1.2s ease-out forwards; }
    .vip_main > .vip_main_inner > h1 > img:nth-child(1) {
      animation-delay: 1s; }
    .vip_main > .vip_main_inner > h1 > img:nth-child(2) {
      animation-delay: 1.4s; }
@keyframes slideIn {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0; }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1; } }
    .vip_main > .vip_main_inner > figure {
      position: relative;
      z-index: 0; }
      .vip_main > .vip_main_inner > figure::before {
        content: '';
        background: url("../images/main/sofa.png") no-repeat center/100%;
        aspect-ratio: 606/ 298;
        position: absolute;
        z-index: -1; }
    .vip_main > .vip_main_inner > .deco01 > span {
      transform: translateY(-160px);
      animation: vip_main_deco01_drop 1s cubic-bezier(0.7, 1.5, 0.48, 1.01) forwards; }
    .vip_main > .vip_main_inner > .deco01 > span:nth-of-type(1) {
      animation-delay: 0s; }
    .vip_main > .vip_main_inner > .deco01 > span:nth-of-type(2) {
      animation-delay: 0.2s; }
    .vip_main > .vip_main_inner > .deco01 > span:nth-of-type(3) {
      animation-delay: 0.4s; }
@keyframes vip_main_deco01_drop {
  to {
    transform: translateY(0); } }
    .vip_main > .vip_main_inner > .deco02 > span {
      position: absolute; }
    .vip_main > .vip_main_inner > .deco_kira > span {
      position: absolute;
      animation: twinkle 2.5s ease-out infinite;
      opacity: 0; }
      .vip_main > .vip_main_inner > .deco_kira > span:nth-child(1) {
        animation-delay: 1s; }
      .vip_main > .vip_main_inner > .deco_kira > span:nth-child(2) {
        animation-delay: 2s; }
      .vip_main > .vip_main_inner > .deco_kira > span:nth-child(3) {
        animation-delay: 2.6s; }

@keyframes twinkle {
  0% {
    opacity: 1; }
  30% {
    opacity: 0; }
  80%, 100% {
    opacity: 0; } }
@media (min-width: 768px) {
  .vip_main {
    height: 555px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .vip_main > .vip_main_inner {
      width: 1000px;
      height: 520px; }
      .vip_main > .vip_main_inner::before {
        width: 140px;
        top: 0;
        left: 0; }
      .vip_main > .vip_main_inner::after {
        width: 140px;
        top: 0;
        right: 0; }
      .vip_main > .vip_main_inner > h1 {
        width: 350px;
        position: absolute;
        top: 155px;
        right: calc(50% + 30px); }
        .vip_main > .vip_main_inner > h1 > img:nth-child(2) {
          padding: 15px 10px; }
      .vip_main > .vip_main_inner > figure {
        width: 240px;
        position: absolute;
        top: 160px;
        left: calc(50% + 55px); }
        .vip_main > .vip_main_inner > figure::before {
          width: 305px;
          right: 20px;
          bottom: -35px; }
      .vip_main > .vip_main_inner > .deco01 > span {
        position: absolute; }
        .vip_main > .vip_main_inner > .deco01 > span:nth-child(1) {
          width: 75px;
          top: -25px;
          left: 0;
          right: 0;
          margin: auto; }
        .vip_main > .vip_main_inner > .deco01 > span:nth-child(2) {
          width: 60px;
          top: -205px;
          right: calc(50% + 150px); }
        .vip_main > .vip_main_inner > .deco01 > span:nth-child(3) {
          width: 60px;
          top: -205px;
          left: calc(50% + 150px); }
      .vip_main > .vip_main_inner > .deco02 > span:nth-child(1) {
        width: 87px;
        bottom: 90px;
        left: 30px; }
      .vip_main > .vip_main_inner > .deco02 > span:nth-child(2) {
        width: 150px;
        bottom: 85px;
        right: 35px; }
      .vip_main > .vip_main_inner > .deco_kira > span:nth-child(1) {
        width: 125px;
        top: 60px;
        left: 0;
        right: 0;
        margin: auto; }
      .vip_main > .vip_main_inner > .deco_kira > span:nth-child(2) {
        width: 95px;
        top: 0px;
        right: calc(50% + 135px);
        transform: scale(-1, 1); }
      .vip_main > .vip_main_inner > .deco_kira > span:nth-child(3) {
        width: 95px;
        top: 0px;
        left: calc(50% + 135px); }
      .vip_main > .vip_main_inner > .deco_side > span {
        position: absolute; }
        .vip_main > .vip_main_inner > .deco_side > span:nth-child(1) {
          width: 60px;
          top: -20px;
          right: calc(50% + 580px); }
        .vip_main > .vip_main_inner > .deco_side > span:nth-child(2) {
          width: 60px;
          top: -20px;
          left: calc(50% + 580px); }
        .vip_main > .vip_main_inner > .deco_side > span:nth-child(3) {
          width: 95px;
          top: 185px;
          right: calc(50% + 565px);
          transform: scale(-1, 1); }
        .vip_main > .vip_main_inner > .deco_side > span:nth-child(4) {
          width: 95px;
          top: 185px;
          left: calc(50% + 565px); }
        .vip_main > .vip_main_inner > .deco_side > span:nth-child(5) {
          width: 57px;
          top: 310px;
          right: calc(50% + 585px);
          transform: scale(-1, 1); }
        .vip_main > .vip_main_inner > .deco_side > span:nth-child(6) {
          width: 57px;
          top: 310px;
          left: calc(50% + 585px); }
        .vip_main > .vip_main_inner > .deco_side > span:nth-child(1), .vip_main > .vip_main_inner > .deco_side > span:nth-child(2) {
          transform: translateY(-290px);
          animation: vip_main_deco_side_drop 1s 0.3s cubic-bezier(0.7, 1.5, 0.48, 1.01) forwards; }
  @keyframes vip_main_deco_side_drop {
    to {
      transform: translateY(0); } }
        .vip_main > .vip_main_inner > .deco_side > span:nth-child(3), .vip_main > .vip_main_inner > .deco_side > span:nth-child(4), .vip_main > .vip_main_inner > .deco_side > span:nth-child(5), .vip_main > .vip_main_inner > .deco_side > span:nth-child(6) {
          animation: twinkle 2s ease-out infinite;
          opacity: 0; }
        .vip_main > .vip_main_inner > .deco_side > span:nth-child(3) {
          animation-delay: 1s; }
        .vip_main > .vip_main_inner > .deco_side > span:nth-child(4) {
          animation-delay: 1.4s; }
        .vip_main > .vip_main_inner > .deco_side > span:nth-child(5) {
          animation-delay: 1.9s; }
        .vip_main > .vip_main_inner > .deco_side > span:nth-child(6) {
          animation-delay: 2.1s; }
      .vip_main > .vip_main_inner > .deco_btm > span {
        position: absolute;
        width: 140px; }
        .vip_main > .vip_main_inner > .deco_btm > span:nth-child(1) {
          bottom: 0;
          left: 0;
          transform: scale(1, -1); }
        .vip_main > .vip_main_inner > .deco_btm > span:nth-child(2) {
          bottom: 0;
          right: 0;
          transform: scale(-1, -1); } }
@media (max-width: 767.98px) {
  .vip_main {
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 50% 100%, 0 calc(100% - 100px));
    padding-bottom: 100px; }
    .vip_main > .vip_main_inner::before {
      width: 40%;
      top: 0;
      left: 0;
      z-index: 1; }
    .vip_main > .vip_main_inner::after {
      width: 40%;
      top: 0;
      right: 0;
      z-index: 1; }
    .vip_main > .vip_main_inner > h1 {
      width: 80%;
      margin: 10px auto 0; }
      .vip_main > .vip_main_inner > h1 > img:nth-child(1) {
        padding: 8px 30px; }
    .vip_main > .vip_main_inner > figure {
      width: 50%;
      z-index: 1;
      margin: 0 50px 0 auto; }
      .vip_main > .vip_main_inner > figure::before {
        width: 130%;
        right: 20px;
        bottom: -30px; }
    .vip_main > .vip_main_inner > .deco01 {
      display: flex;
      justify-content: center;
      margin-top: -20px; }
      .vip_main > .vip_main_inner > .deco01 > span:nth-child(1) {
        width: 65px; }
      .vip_main > .vip_main_inner > .deco01 > span:nth-child(2) {
        width: 40px;
        position: absolute;
        left: 20px; }
      .vip_main > .vip_main_inner > .deco01 > span:nth-child(3) {
        width: 40px;
        position: absolute;
        right: 20px; }
    .vip_main > .vip_main_inner > .deco02 > span:nth-child(1) {
      width: 25%;
      top: 275px;
      right: 15px; }
    .vip_main > .vip_main_inner > .deco02 > span:nth-child(2) {
      width: 25%;
      top: 275px;
      left: 15px; }
    .vip_main > .vip_main_inner > .deco_kira > span:nth-child(1) {
      width: 125px;
      top: 60px;
      left: 0;
      right: 0;
      margin: auto; }
    .vip_main > .vip_main_inner > .deco_kira > span:nth-child(2) {
      width: 95px;
      top: 0px;
      right: calc(50% + 135px);
      transform: scale(-1, 1); }
    .vip_main > .vip_main_inner > .deco_kira > span:nth-child(3) {
      width: 95px;
      top: 0px;
      left: calc(50% + 135px); } }
.vip_lead > .container > .lead_top {
  color: #fff;
  background: url("../images/lead/zabuton.svg") no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  animation: vip_lead_lead_top_anim 1s 2s ease-out forwards;
  opacity: 0; }
@keyframes vip_lead_lead_top_anim {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.vip_lead > .container > h2 {
  position: relative;
  clip-path: inset(-40px 100% 0 0);
  opacity: 0;
  animation: vip_lead_h2_anim 1.2s 2.7s ease-out forwards; }
  .vip_lead > .container > h2::before {
    content: '';
    background: url("../images/lead/deco.svg") no-repeat center/100%;
    aspect-ratio: 90/81;
    position: absolute; }
  .vip_lead > .container > h2::after {
    content: '';
    background: url("../images/lead/deco.svg") no-repeat center/100%;
    aspect-ratio: 90/81;
    position: absolute;
    transform: scale(-1, 1); }
@keyframes vip_lead_h2_anim {
  0% {
    clip-path: inset(-40px 100% 0 0);
    opacity: 0; }
  100% {
    clip-path: inset(-40px 0 0 0);
    opacity: 1; } }
.vip_lead > .container > .lead_p01 {
  color: #666666;
  line-height: 2em; }
.vip_lead > .container > .lead_p02 > span {
  color: #f76e86; }
.vip_lead > .container > .lead_btn {
  display: flex; }
.vip_lead > .container > small {
  color: #666666; }
.vip_lead > .container > .warukeru {
  position: relative; }
  .vip_lead > .container > .warukeru::before {
    content: '';
    background: url("../images/deco/kira_g.png") no-repeat center/100%;
    aspect-ratio: 711/141;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .vip_lead > .container > .warukeru::after {
    content: '';
    background: url("../images/lead/warukeru_hand.png") no-repeat center/100%;
    aspect-ratio: 62/54;
    position: absolute;
    z-index: 1; }
  .vip_lead > .container > .warukeru::before {
    transform-origin: 50% 100%;
    animation: vip_lead_warukeru_pika_anim 2.5s ease-out infinite; }

@keyframes vip_lead_warukeru_pika_anim {
  0% {
    transform: translate3d(-50%, 0, 0) scale(0.9);
    opacity: 1; }
  75% {
    transform: translate3d(-50%, -10px, 0) scale(1.33);
    opacity: 0; }
  100% {
    transform: translate3d(-50%, 0, 0) scale(1);
    opacity: 0; } }
@media (min-width: 768px) {
  .vip_lead {
    text-align: center;
    position: relative; }
    .vip_lead > .container > .lead_top {
      width: 350px;
      height: 177px;
      font-size: 15px;
      line-height: 2.3em;
      margin: -90px auto 0; }
    .vip_lead > .container > h2 {
      width: 400px;
      margin: 75px auto 30px;
      display: flex;
      justify-content: center; }
      .vip_lead > .container > h2::before {
        width: 65px;
        top: -40px;
        right: calc(50% + 130px); }
      .vip_lead > .container > h2::after {
        width: 65px;
        top: -40px;
        left: calc(50% + 130px); }
      .vip_lead > .container > h2 > img {
        width: 260px; }
    .vip_lead > .container > .lead_p01 {
      font-size: 15px; }
    .vip_lead > .container > .lead_line {
      width: 890px;
      margin: 55px auto 30px; }
    .vip_lead > .container > .lead_btn {
      width: 660px;
      margin: 0 auto 30px;
      justify-content: space-between; }
      .vip_lead > .container > .lead_btn > a {
        width: 300px; }
    .vip_lead > .container > small {
      font-size: 12px; }
    .vip_lead > .container > .warukeru {
      width: 130px;
      margin: 45px auto -140px;
      padding-left: 10px; }
      .vip_lead > .container > .warukeru::before {
        width: 237px;
        top: 10px; }
      .vip_lead > .container > .warukeru::after {
        width: 30px;
        left: 10px;
        top: 80px; }
    .vip_lead > .container .deco > span {
      position: absolute;
      width: 40px;
      top: 250px; }
      .vip_lead > .container .deco > span:nth-child(1) {
        right: calc(50% + 600px); }
      .vip_lead > .container .deco > span:nth-child(2) {
        left: calc(50% + 600px);
        transform: scale(-1, 1); } }
@media (max-width: 767.98px) {
  .vip_lead {
    text-align: center; }
    .vip_lead > .container > .lead_top {
      aspect-ratio: 350/177;
      width: 80%;
      font-size: 15px;
      line-height: 1.8em;
      margin: -60px auto 0; }
    .vip_lead > .container > h2 {
      margin: 30px auto;
      display: flex;
      justify-content: center; }
      .vip_lead > .container > h2::before {
        width: 65px;
        top: -20px;
        left: 10px; }
      .vip_lead > .container > h2::after {
        width: 65px;
        top: -20px;
        right: 10px; }
      .vip_lead > .container > h2 > img {
        width: 50%;
        margin: 0 auto; }
    .vip_lead > .container > .lead_p01 {
      font-size: 15px; }
    .vip_lead > .container > .lead_line {
      width: 100%;
      margin: 20px auto 30px; }
    .vip_lead > .container > .lead_btn {
      margin: 0 auto 20px;
      justify-content: space-between; }
      .vip_lead > .container > .lead_btn > a {
        width: calc( 50% - 3px ); }
    .vip_lead > .container > small {
      font-size: 12px; }
    .vip_lead > .container > .warukeru {
      width: 130px;
      margin: 20px auto -160px;
      padding-left: 10px; }
      .vip_lead > .container > .warukeru::before {
        width: 237px;
        top: 10px; }
      .vip_lead > .container > .warukeru::after {
        width: 30px;
        left: 10px;
        top: 80px; } }
.item_wrap::before {
  z-index: -3; }
.item_wrap > .container .ribbon {
  background-color: #004ea2;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
  display: flex;
  justify-content: center;
  align-items: center; }
.item_wrap > .container > .item_lead::before {
  content: '';
  background: url("../images/deco/kira_w.png") no-repeat center/100%;
  position: absolute;
  aspect-ratio: 81/156;
  transform: scale(-1, 1); }
.item_wrap > .container > .item_lead > h3 {
  font-weight: bold; }
.item_wrap > .container > .item_lead::after {
  content: '';
  background: url("../images/deco/kira_w.png") no-repeat center/100%;
  position: absolute;
  aspect-ratio: 81/156; }
.item_wrap > .container > .item_lead > h3 {
  font-weight: bold; }
.item_wrap > .container > .item_lead > .label {
  display: flex; }
  .item_wrap > .container > .item_lead > .label > span {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center; }
.item_wrap > .container > .item_lead > small {
  color: #dc0000; }
.item_wrap > .container .box {
  position: relative; }
  .item_wrap > .container .box > .dia {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    transition: transform 1s .7s ease-out, opacity 1s .7s;
    transform: translateY(20px);
    opacity: 0; }
    .item_wrap > .container .box > .dia.inview {
      transform: translateY(0);
      opacity: 1; }
.item_wrap > .container .item_box {
  letter-spacing: 0.03em;
  position: relative;
  transition: transform 1s 0s ease-out, opacity 1s .5s;
  transform: translateY(40px);
  opacity: .75; }
  .item_wrap > .container .item_box::before {
    content: '';
    width: 100%;
    background-color: #dcb900;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2; }
  .item_wrap > .container .item_box::after {
    content: '';
    width: calc( 100% - 2px );
    background-color: #fff;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2; }
  .item_wrap > .container .item_box > .item_ttl {
    text-align: center;
    position: relative; }
    .item_wrap > .container .item_box > .item_ttl::before {
      content: '';
      width: 100%;
      background-color: #dcb900;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2; }
    .item_wrap > .container .item_box > .item_ttl::after {
      content: '';
      width: calc( 100% - 2px );
      background-color: #f7f0c7;
      position: absolute;
      top: 3px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: -2; }
    .item_wrap > .container .item_box > .item_ttl > div {
      background-color: #f7f0c7;
      border-right: 3px solid #dcb900;
      border-left: 3px solid #dcb900; }
      .item_wrap > .container .item_box > .item_ttl > div .mini {
        font-size: 11px;
        color: #666666; }
      .item_wrap > .container .item_box > .item_ttl > div span {
        font-size: 10px;
        color: #666666;
        vertical-align: top; }
  .item_wrap > .container .item_box > .item_box_inner {
    position: relative; }
    .item_wrap > .container .item_box > .item_box_inner::before {
      content: '';
      width: 100%;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .item_wrap > .container .item_box > .item_box_inner .side_border {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      z-index: -1; }
      .item_wrap > .container .item_box > .item_box_inner .side_border::before {
        background-color: #dcb900;
        content: '';
        height: 100%;
        width: 3px;
        position: absolute;
        top: 0;
        left: 0; }
      .item_wrap > .container .item_box > .item_box_inner .side_border::after {
        background-color: #dcb900;
        content: '';
        height: 100%;
        width: 3px;
        position: absolute;
        top: 0;
        right: 0; }
  .item_wrap > .container .item_box.inview {
    transform: translateY(0);
    opacity: 1; }
.item_wrap > .container .fl_btn_a01 img {
  position: absolute; }

@media (min-width: 768px) {
  .item_wrap {
    padding: 100px 0; }
    .item_wrap > .container {
      position: relative; }
      .item_wrap > .container .ribbon {
        width: 200px;
        margin: 0 auto 15px;
        height: 30px; }
      .item_wrap > .container > .item_lead {
        text-align: center; }
        .item_wrap > .container > .item_lead::before {
          width: 28px;
          top: -13px;
          right: calc(50% + 130px); }
        .item_wrap > .container > .item_lead::after {
          width: 28px;
          top: -13px;
          left: calc(50% + 130px); }
        .item_wrap > .container > .item_lead > .ribbon {
          margin-bottom: 25px; }
          .item_wrap > .container > .item_lead > .ribbon::before {
            width: 30px;
            top: 0;
            left: 0; }
        .item_wrap > .container > .item_lead > h3 {
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 20px;
          gap: 10px; }
          .item_wrap > .container > .item_lead > h3 > span {
            width: 255px; }
        .item_wrap > .container > .item_lead > .label {
          justify-content: center;
          gap: 20px;
          margin: 25px 0 20px;
          font-size: 12px; }
          .item_wrap > .container > .item_lead > .label > span {
            width: 180px;
            height: 26px; }
        .item_wrap > .container > .item_lead > small {
          font-size: 12px; }
      .item_wrap > .container .box > .dia {
        width: 85px;
        top: -20px; }
      .item_wrap > .container .item_box {
        width: 1000px;
        margin: 50px auto; }
        .item_wrap > .container .item_box::before {
          height: 40px;
          clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%); }
        .item_wrap > .container .item_box::after {
          height: 40px;
          clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%); }
        .item_wrap > .container .item_box > .item_ttl::before {
          height: 40px;
          clip-path: polygon(4% 0, 96% 0, 100% 100%, 0 100%); }
        .item_wrap > .container .item_box > .item_ttl::after {
          height: 40px;
          clip-path: polygon(4% 0, 96% 0, 100% 100%, 0 100%); }
        .item_wrap > .container .item_box > .item_box_inner::before {
          height: calc( 100% - 40px ); }
        .item_wrap > .container .item_box > .item_box_inner .side_border {
          height: calc( 100% - 39px ); }
      .item_wrap > .container .fl_btn_a01 a {
        font-size: 18px; }
      .item_wrap > .container .fl_btn_a01 img {
        width: 30px;
        left: 30px; } }
@media (max-width: 767.98px) {
  .item_wrap {
    padding: 100px 0; }
    .item_wrap > .container .ribbon {
      width: 200px;
      margin: 0 auto 15px;
      height: 30px; }
    .item_wrap > .container > .item_lead {
      text-align: center; }
      .item_wrap > .container > .item_lead::before {
        width: 28px;
        top: 130px;
        left: 30px; }
      .item_wrap > .container > .item_lead::after {
        width: 28px;
        top: 130px;
        right: 30px; }
      .item_wrap > .container > .item_lead > .ribbon::before {
        width: 30px;
        top: 0;
        left: 0; }
      .item_wrap > .container > .item_lead > h3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 20px;
        gap: 10px;
        width: 75%;
        margin: 15px auto; }
      .item_wrap > .container > .item_lead > .label {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 6px 0;
        margin: 25px 0 20px;
        font-size: 12px;
        width: 75%;
        margin: 0 auto; }
        .item_wrap > .container > .item_lead > .label > span {
          width: calc( 50% - 3px );
          height: 26px; }
          .item_wrap > .container > .item_lead > .label > span:nth-child(3) {
            width: 100%; }
      .item_wrap > .container > .item_lead > small {
        font-size: 12px;
        width: 75%;
        margin: 0 auto;
        display: block;
        text-align: left;
        margin-top: 10px;
        line-height: 1.5em; }
    .item_wrap > .container .box > .dia {
      width: 80px;
      top: -15px; }
    .item_wrap > .container .item_box {
      margin: 40px auto; }
      .item_wrap > .container .item_box::before {
        height: 25px;
        clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%); }
      .item_wrap > .container .item_box::after {
        height: 25px;
        clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%); }
      .item_wrap > .container .item_box > .item_ttl::before {
        height: 25px;
        clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%); }
      .item_wrap > .container .item_box > .item_ttl::after {
        height: 25px;
        clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%); }
      .item_wrap > .container .item_box > .item_box_inner::before {
        height: calc( 100% - 25px ); }
      .item_wrap > .container .item_box > .item_box_inner .side_border {
        height: calc( 100% - 24px ); }
    .item_wrap > .container .fl_btn_a01 a {
      font-size: 18px; }
    .item_wrap > .container .fl_btn_a01 img {
      width: 30px;
      left: 30px; } }
.point_wrap {
  background-color: #9bd6bc; }
  .point_wrap .item_box01 > .item_ttl {
    border-bottom: 3px solid #dcb900; }
  .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_price {
    color: #f76e86; }
    .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_price > small {
      font-weight: bold; }
  .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_point {
    display: flex;
    justify-content: center; }
    .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_point > span {
      border-radius: 6px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_point > span:nth-child(1) {
        border: 1px solid #f76e86;
        color: #f76e86; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_point > span:nth-child(1)::before {
          content: "";
          position: absolute;
          width: 2px;
          height: 12px;
          background-color: #f76e86;
          right: -14px;
          top: 50%;
          transform: translateY(-50%); }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_point > span:nth-child(1)::after {
          content: "";
          position: absolute;
          width: 12px;
          height: 2px;
          background-color: #f76e86;
          right: -19px;
          top: 50%;
          transform: translateY(-50%); }
      .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_point > span:nth-child(2) {
        background-color: #f76e86;
        color: #fff; }
  .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 600; }
    .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_link > span {
      width: 100%; }
    .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_link > a {
      color: #004ea2 !important; }
  .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .btn_box {
    display: flex;
    flex-wrap: wrap;
    color: #666666; }
  .point_wrap .item_box01 > .item_box_inner .caution_box {
    display: block; }
  .point_wrap .item_box01 > .item_box_inner .item_desc {
    color: #666666; }
  .point_wrap .warukeru {
    position: relative; }
    .point_wrap .warukeru::before {
      content: '';
      background: url("../images/deco/kira_g.png") no-repeat center/100%;
      aspect-ratio: 711/141;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .point_wrap .warukeru::before {
      transform-origin: 50% 100%;
      animation: vip_lead_warukeru_pika_anim 2.5s ease-out infinite; }

@media (min-width: 768px) {
  .point_wrap {
    padding-bottom: 0; }
    .point_wrap .container::before {
      content: '';
      width: 85px;
      height: calc( 100% - 300px );
      position: absolute;
      top: 0;
      right: calc(50% + 580px);
      background: url("../images/deco/pc_side02.png") repeat-y top/100%;
      transform: scale(-1, 1); }
    .point_wrap .container::after {
      content: '';
      width: 85px;
      height: calc( 100% - 300px );
      position: absolute;
      top: 0;
      left: calc(50% + 580px);
      background: url("../images/deco/pc_side02.png") repeat-y top/100%; }
    .point_wrap .item_box01 > .item_ttl {
      font-size: 20px;
      padding: 40px 0 0 0; }
      .point_wrap .item_box01 > .item_ttl > div {
        padding: 10px 0 20px; }
    .point_wrap .item_box01 > .item_box_inner > .item_box_flex {
      display: flex;
      align-items: center; }
      .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .img {
        width: calc( 100% - 580px);
        padding: 50px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .img > img {
          margin-left: 50px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .img.img03 {
          padding: 30px; }
          .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .img.img03 > img {
            margin-bottom: 25px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .img.img05 {
          padding-top: 30px; }
          .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .img.img05 > img {
            margin-left: 20px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .img.img06 > img {
          margin-left: 30px; }
      .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt {
        width: 580px;
        text-align: center; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .ribbon {
          margin-top: 40px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_name {
          font-size: 18px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_price {
          font-size: 26px;
          margin: 10px 0 15px; }
          .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_price > span {
            font-size: 14px; }
          .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_price > small {
            font-size: 12px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_point {
          gap: 24px;
          margin-bottom: 15px; }
          .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_point > span {
            width: 95px;
            height: 35px;
            font-size: 12px;
            padding-top: 2px; }
            .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_point > span > span {
              font-size: 18px;
              margin-bottom: 3px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .fl_btn_a01 {
          margin: 15px auto 0; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .btn_box {
          justify-content: center;
          border-top: 2px solid #efeded;
          gap: 10px 20px;
          padding: 15px 0 0 0;
          width: 480px;
          margin: 15px auto 0;
          font-size: 12px; }
          .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .btn_box > div {
            width: 230px; }
            .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .btn_box > div > small {
              display: block;
              margin-bottom: 5px; }
            .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .btn_box > div a {
              width: 230px;
              height: 40px; }
              .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .btn_box > div a > img {
                left: 15px;
                width: 25px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_link {
          font-size: 12px;
          gap: 5px 10px;
          margin: 20px 0 30px; }
    .point_wrap .item_box01 > .item_box_inner .caution_box {
      margin-top: -1px;
      padding: 0 40px 40px 40px; }
    .point_wrap .item_box01 > .item_box_inner .item_desc {
      font-size: 12px; }
    .point_wrap .warukeru {
      width: 120px;
      margin: 60px auto -160px; }
      .point_wrap .warukeru::before {
        width: 237px;
        top: 10px; }
      .point_wrap .warukeru::after {
        width: 30px;
        left: 10px;
        top: 80px; } }
@media (max-width: 767.98px) {
  .point_wrap {
    padding-top: 120px; }
    .point_wrap .item_box01 > .item_ttl {
      font-size: 20px;
      padding: 25px 0 0 0; }
      .point_wrap .item_box01 > .item_ttl > div {
        padding: 35px 0 20px; }
    .point_wrap .item_box01 > .item_box_inner > .item_box_flex {
      padding-top: 30px; }
      .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .img {
        padding: 0 30px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .img.img02 {
          padding-right: 20px;
          padding-left: 40px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .img.img03 {
          padding: 0 25px;
          margin: -30px 0 -20px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .img.img04 {
          padding: 0 40px;
          margin: -20px 0; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .img.img05 {
          padding: 0 70px 0 10px;
          margin-top: -20px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .img.img06 {
          margin: -20px 0 10px; }
      .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt {
        text-align: center; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .ribbon {
          margin-top: 20px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_name {
          font-size: 14px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_price {
          font-size: 26px;
          margin: 5px 0 15px; }
          .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_price > span {
            font-size: 14px; }
          .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_price > small {
            font-size: 12px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_point {
          gap: 24px;
          margin-bottom: 10px; }
          .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_point > span {
            width: 95px;
            height: 35px;
            font-size: 12px; }
            .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_point > span > span {
              font-size: 18px;
              margin-bottom: 3px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .fl_btn_a01 {
          margin: 15px auto 0; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .btn_box {
          justify-content: center;
          flex-wrap: wrap;
          padding: 15px 10px 0;
          margin: 0 auto;
          font-size: 17px;
          text-align: left; }
          .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .btn_box > div {
            border-top: 2px solid #efeded;
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 8px 3px 2px; }
            .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .btn_box > div:last-child {
              border-bottom: 2px solid #efeded; }
            .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .btn_box > div > small {
              display: block;
              margin-bottom: 5px;
              width: 30%; }
            .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .btn_box > div > div {
              padding: 0;
              width: 70%; }
              .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .btn_box > div > div a {
                width: 100%;
                height: 40px; }
                .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .btn_box > div > div a > img {
                  left: 15px;
                  width: 25px; }
        .point_wrap .item_box01 > .item_box_inner > .item_box_flex > .txt > .item_link {
          font-size: 12px;
          flex-direction: column;
          gap: 10px 0px;
          padding: 20px 0 30px; }
    .point_wrap .item_box01 > .item_box_inner .caution_box {
      padding: 20px 20px 0 20px;
      text-align: left; }
    .point_wrap .item_box01 > .item_box_inner .item_desc {
      font-size: 12px; }
    .point_wrap .item_box01 > .item_box_inner .font_small {
      font-size: 11px;
      color: #666666; }
    .point_wrap .warukeru {
      width: 120px;
      margin: 0px auto -190px; }
      .point_wrap .warukeru::before {
        width: 237px;
        top: 10px; }
      .point_wrap .warukeru::after {
        width: 30px;
        left: 10px;
        top: 80px; } }
.review_wrap {
  background-color: #dcb900; }
  .review_wrap > .container .item_box02::before {
    background-color: #A7D4BD; }
  .review_wrap > .container .item_box02::after {
    background-color: #fff; }
  .review_wrap > .container .item_box02 > .item_ttl {
    border-bottom: 3px solid #A7D4BD;
    color: #666666; }
    .review_wrap > .container .item_box02 > .item_ttl::before {
      background-color: #A7D4BD; }
    .review_wrap > .container .item_box02 > .item_ttl::after {
      background-color: #ebf7f2; }
    .review_wrap > .container .item_box02 > .item_ttl > div {
      background-color: #ebf7f2;
      border-right: 3px solid #A7D4BD;
      border-left: 3px solid #A7D4BD; }
  .review_wrap > .container .item_box02 > .item_box_inner::before {
    background-color: #fff; }
  .review_wrap > .container .item_box02 > .item_box_inner .side_border::before {
    background-color: #A7D4BD; }
  .review_wrap > .container .item_box02 > .item_box_inner .side_border::after {
    background-color: #A7D4BD; }
  .review_wrap > .container .item_box02 > .item_box_inner > .item_name {
    text-align: center;
    font-weight: bold; }
  .review_wrap > .container .item_box02 > .item_box_inner > .item_box_flex > .txt > dl > dt {
    background-color: #32b496;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .review_wrap > .container .item_box02 > .item_box_inner > .item_box_flex > .txt > dl > dt::before {
      content: '';
      clip-path: polygon(50% 100%, 0 0, 100% 0);
      background-color: #32b496;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
  .review_wrap > .container .item_box02 > .item_box_inner > .item_box_flex > .txt > dl > dd {
    color: #666666;
    border-bottom: 2px dotted;
    display: flex;
    letter-spacing: 0; }
    .review_wrap > .container .item_box02 > .item_box_inner > .item_box_flex > .txt > dl > dd:nth-child(4) {
      border: none; }
    .review_wrap > .container .item_box02 > .item_box_inner > .item_box_flex > .txt > dl > dd > span {
      display: flex;
      justify-content: center; }
      .review_wrap > .container .item_box02 > .item_box_inner > .item_box_flex > .txt > dl > dd > span > img {
        width: auto; }
  .review_wrap > .container .item_box02 > .item_box_inner > .review_box > .review_box_inner {
    background-color: #ebf7f2;
    color: #666666;
    line-height: 1.3em; }
    .review_wrap > .container .item_box02 > .item_box_inner > .review_box > .review_box_inner > .ttl {
      color: #004ea2;
      text-align: center;
      font-weight: bold; }
    .review_wrap > .container .item_box02 > .item_box_inner > .review_box > .review_box_inner > .txt {
      border-bottom: 1px solid; }
  .review_wrap > .container .item_box02 > .item_box_inner > .info_flex .amount {
    color: #004ea2; }
  .review_wrap > .container .item_box02 > .item_box_inner > .info_flex .content {
    color: #666666; }
  .review_wrap > .container .item_box02 > .item_box_inner > .info_flex .item_price {
    display: flex; }
    .review_wrap > .container .item_box02 > .item_box_inner > .info_flex .item_price > span {
      font-weight: 400; }
      .review_wrap > .container .item_box02 > .item_box_inner > .info_flex .item_price > span:nth-child(1) {
        color: #666666;
        position: relative; }
        .review_wrap > .container .item_box02 > .item_box_inner > .info_flex .item_price > span:nth-child(1)::before {
          content: '';
          background-color: #666666;
          position: absolute; }
      .review_wrap > .container .item_box02 > .item_box_inner > .info_flex .item_price > span:nth-child(2) {
        color: #f76e86; }
  .review_wrap > .container .item_box02 > .item_box_inner > .info_flex .info_caution {
    color: #666666; }

@media (min-width: 768px) {
  .review_wrap .container::before {
    content: '';
    width: 85px;
    height: calc( 100% - 0px );
    position: absolute;
    top: 0;
    right: calc(50% + 580px);
    background: url("../images/deco/pc_side03.png") repeat-y top/100%; }
  .review_wrap .container::after {
    content: '';
    width: 85px;
    height: calc( 100% - 0px );
    position: absolute;
    top: 0;
    left: calc(50% + 580px);
    background: url("../images/deco/pc_side03.png") repeat-y top/100%;
    transform: scale(-1, 1); }
  .review_wrap .item_box02:last-child {
    margin-bottom: 0; }
  .review_wrap .item_box02 > .item_ttl {
    font-size: 16px;
    padding-top: 40px; }
    .review_wrap .item_box02 > .item_ttl > div {
      padding: 15px 0;
      position: relative; }
      .review_wrap .item_box02 > .item_ttl > div > img {
        width: 100px;
        display: inline-block;
        margin: 0 10px 3px; }
      .review_wrap .item_box02 > .item_ttl > div > small {
        font-size: 10px; }
      .review_wrap .item_box02 > .item_ttl > div::before, .review_wrap .item_box02 > .item_ttl > div::after {
        content: '';
        background: url("../images/item/rose_line.png") no-repeat center/100%;
        aspect-ratio: 511/44;
        width: 255px;
        position: absolute;
        top: 10px; }
      .review_wrap .item_box02 > .item_ttl > div::before {
        left: 50px; }
      .review_wrap .item_box02 > .item_ttl > div::after {
        right: 50px; }
  .review_wrap .item_box02 > .item_box_inner {
    padding-top: 40px; }
    .review_wrap .item_box02 > .item_box_inner > .item_name {
      font-size: 20px; }
    .review_wrap .item_box02 > .item_box_inner > .item_box_flex {
      display: flex;
      justify-content: space-between;
      width: 800px;
      margin: 0 auto; }
      .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .img {
        width: 350px; }
      .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .txt {
        width: 405px; }
        .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .txt > dl {
          margin-top: 50px; }
          .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .txt > dl > dt {
            font-size: 15px;
            height: 45px;
            margin-bottom: 20px; }
            .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .txt > dl > dt::before {
              width: 12px;
              height: 12px;
              bottom: -11px; }
          .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .txt > dl > dd {
            font-size: 13px;
            padding: 16px 0; }
            .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .txt > dl > dd > span {
              height: 20px;
              width: 15px;
              margin: 0 10px 0 15px; }
            .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .txt > dl > dd:nth-child(4) > span {
              height: 25px; }
    .review_wrap .item_box02 > .item_box_inner > .review_box {
      width: 800px;
      margin: 0 auto;
      text-align: center; }
      .review_wrap .item_box02 > .item_box_inner > .review_box > .review_icon {
        width: 93px;
        margin: 0 auto -18px; }
      .review_wrap .item_box02 > .item_box_inner > .review_box > .review_box_inner {
        padding: 30px 30px 20px; }
        .review_wrap .item_box02 > .item_box_inner > .review_box > .review_box_inner > .ttl {
          font-size: 15px; }
        .review_wrap .item_box02 > .item_box_inner > .review_box > .review_box_inner > .txt {
          font-size: 12px;
          padding: 20px 0 10px; }
        .review_wrap .item_box02 > .item_box_inner > .review_box > .review_box_inner > small {
          font-size: 10px; }
    .review_wrap .item_box02 > .item_box_inner .attention {
      text-align: center;
      margin-top: 10px; }
    .review_wrap .item_box02 > .item_box_inner > .info_flex {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 40px;
      padding-bottom: 35px;
      margin-top: 30px;
      text-align: center; }
      .review_wrap .item_box02 > .item_box_inner > .info_flex > div .amount, .review_wrap .item_box02 > .item_box_inner > .info_flex > div .content {
        font-size: 15px;
        margin-bottom: 5px; }
      .review_wrap .item_box02 > .item_box_inner > .info_flex > div .item_price {
        margin-bottom: 20px;
        gap: 30px;
        align-items: baseline;
        justify-content: center; }
        .review_wrap .item_box02 > .item_box_inner > .info_flex > div .item_price > span > small {
          font-size: 12px; }
        .review_wrap .item_box02 > .item_box_inner > .info_flex > div .item_price > span:nth-child(1) {
          font-size: 18px; }
          .review_wrap .item_box02 > .item_box_inner > .info_flex > div .item_price > span:nth-child(1)::before {
            width: 13px;
            height: 20px;
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
            top: 5px;
            right: -20px; }
        .review_wrap .item_box02 > .item_box_inner > .info_flex > div .item_price > span:nth-child(2) {
          font-size: 26px; }
          .review_wrap .item_box02 > .item_box_inner > .info_flex > div .item_price > span:nth-child(2) > small:nth-child(1) {
            font-size: 14px; }
      .review_wrap .item_box02 > .item_box_inner > .info_flex > div .fl_btn_a01 {
        margin: 0 auto; }
      .review_wrap .item_box02 > .item_box_inner > .info_flex > .info_caution {
        width: 100%;
        font-size: 12px; } }
@media (max-width: 767.98px) {
  .review_wrap {
    padding: 120px 0 230px; }
    .review_wrap .item_box02:last-child {
      margin-bottom: 0; }
    .review_wrap .item_box02 > .item_ttl {
      font-size: 15px;
      padding-top: 25px; }
      .review_wrap .item_box02 > .item_ttl > div {
        padding: 35px 0 15px;
        position: relative; }
        .review_wrap .item_box02 > .item_ttl > div > img {
          width: 100px;
          display: inline-block;
          margin: 0 5px 3px; }
        .review_wrap .item_box02 > .item_ttl > div > small {
          font-size: 10px; }
    .review_wrap .item_box02 > .item_box_inner {
      padding-top: 20px; }
      .review_wrap .item_box02 > .item_box_inner > .item_name {
        font-size: 17px;
        z-index: 1;
        position: relative; }
      .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .img {
        padding: 5px; }
        .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .img.img02 {
          margin: -30px 0 -20px; }
        .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .img.img03 {
          margin: -30px 0 -20px; }
        .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .img.img04 {
          margin: -30px 0 -20px; }
        .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .img.img05 {
          margin: -20px 0 -30px; }
        .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .img.img06 {
          margin: -20px 0 -10px; }
        .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .img.img07 {
          margin: -20px 0; }
      .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .txt {
        padding: 0 3px; }
        .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .txt > dl > dt {
          font-size: 15px;
          height: 45px;
          margin-bottom: 20px; }
          .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .txt > dl > dt::before {
            width: 12px;
            height: 12px;
            bottom: -11px; }
        .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .txt > dl > dd {
          font-size: 13px;
          padding: 15px 0;
          margin: 0 15px;
          align-items: center; }
          .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .txt > dl > dd > span {
            height: 20px;
            width: 15px;
            margin: 0 10px 0 0px; }
          .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .txt > dl > dd:nth-child(4) > span {
            height: 25px; }
      .review_wrap .item_box02 > .item_box_inner > .item_box_flex > .content {
        color: #666666;
        font-size: 13px;
        text-align: center;
        margin-bottom: 20px; }
      .review_wrap .item_box02 > .item_box_inner > .review_box {
        padding: 0 3px;
        margin: 10px 0 0 0; }
        .review_wrap .item_box02 > .item_box_inner > .review_box > .review_icon {
          width: 93px;
          margin: 0 auto -18px; }
        .review_wrap .item_box02 > .item_box_inner > .review_box > .review_box_inner {
          padding: 30px 30px 20px; }
          .review_wrap .item_box02 > .item_box_inner > .review_box > .review_box_inner > .ttl {
            font-size: 15px; }
          .review_wrap .item_box02 > .item_box_inner > .review_box > .review_box_inner > .txt {
            font-size: 12px;
            padding: 20px 0 10px; }
          .review_wrap .item_box02 > .item_box_inner > .review_box > .review_box_inner > small {
            font-size: 10px;
            display: block;
            line-height: 1.7em;
            margin-top: 10px; }
      .review_wrap .item_box02 > .item_box_inner > .info_flex {
        padding-bottom: 30px;
        margin-top: 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 20px; }
        .review_wrap .item_box02 > .item_box_inner > .info_flex > div .amount, .review_wrap .item_box02 > .item_box_inner > .info_flex > div .content {
          font-size: 15px;
          margin-bottom: 5px; }
        .review_wrap .item_box02 > .item_box_inner > .info_flex > div .item_price {
          flex-direction: column;
          margin-bottom: 15px;
          gap: 20px; }
          .review_wrap .item_box02 > .item_box_inner > .info_flex > div .item_price > span > small {
            font-size: 12px; }
          .review_wrap .item_box02 > .item_box_inner > .info_flex > div .item_price > span:nth-child(1) {
            font-size: 18px; }
            .review_wrap .item_box02 > .item_box_inner > .info_flex > div .item_price > span:nth-child(1)::before {
              width: 13px;
              height: 10px;
              clip-path: polygon(50% 100%, 0 0, 100% 0);
              bottom: -18px;
              left: 0;
              right: 0;
              margin: auto; }
          .review_wrap .item_box02 > .item_box_inner > .info_flex > div .item_price > span:nth-child(2) {
            font-size: 26px; }
            .review_wrap .item_box02 > .item_box_inner > .info_flex > div .item_price > span:nth-child(2) > small:nth-child(1) {
              font-size: 14px; }
        .review_wrap .item_box02 > .item_box_inner > .info_flex > div .fl_btn_a01 {
          margin: 0 auto; }
        .review_wrap .item_box02 > .item_box_inner > .info_flex > .info_caution {
          width: 100%;
          font-size: 12px; } }
.vip_try {
  background: linear-gradient(0deg, #9bd6bc 20%, #3aa5b3 100%);
  z-index: 0; }
  .vip_try.dia_back::before {
    opacity: 0.06;
    z-index: -1; }

@media (min-width: 768px) {
  .vip_try .container .try_flex {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    margin-bottom: -100px; }
    .vip_try .container .try_flex > div:nth-child(1) {
      width: 220px; }
      .vip_try .container .try_flex > div:nth-child(1) > img {
        transition: transform .8s ease-out;
        transform: translateY(100%); }
      .vip_try .container .try_flex > div:nth-child(1).inview > img {
        transform: translateY(0%); }
    .vip_try .container .try_flex > div:nth-child(2) {
      width: 350px; } }
@media (max-width: 767.98px) {
  .vip_try {
    clip-path: polygon(0 0, 50% 90px, 100% 0, 100% 100%, 0 100%);
    margin-top: -200px;
    padding: 100px 0 50px; }
    .vip_try .container .try_flex {
      display: flex; }
      .vip_try .container .try_flex > div:nth-child(1) {
        width: 45%; }
        .vip_try .container .try_flex > div:nth-child(1) > img {
          position: absolute;
          transform: rotate(45deg);
          width: 60%;
          left: -10%;
          top: 70px; }
        .vip_try .container .try_flex > div:nth-child(1) > img {
          transition: transform .8s ease-out;
          transform: translateX(-100%) rotate(15deg); }
        .vip_try .container .try_flex > div:nth-child(1).inview > img {
          transform: translateX(0%) rotate(45deg); }
      .vip_try .container .try_flex > div:nth-child(2) {
        width: 55%; } }
.etc_container {
  background-color: #8675df;
  z-index: 1;
  position: relative; }
  .etc_container > .container > .etc_div {
    display: flex;
    align-items: center; }
    .etc_container > .container > .etc_div > .mokumoku > img {
      animation: mokumoku_anim 60s ease-in-out infinite; }
      .etc_container > .container > .etc_div > .mokumoku > img:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        animation-direction: reverse; }
@keyframes mokumoku_anim {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg); }
  10% {
    transform: translate(-80px, 0) scale(1.1) rotate(-10deg); }
  20% {
    transform: translate(60px, 0) scale(0.9) rotate(14deg); }
  30% {
    transform: translate(-70px, 0) scale(1.2) rotate(-16deg); }
  40% {
    transform: translate(40px, 0) scale(0.85) rotate(6deg); }
  50% {
    transform: translate(0px, 0px) scale(1) rotate(0deg); }
  60% {
    transform: translate(-50px, 0) scale(1.15) rotate(-8deg); }
  70% {
    transform: translate(80px, 0) scale(0.95) rotate(12deg); }
  80% {
    transform: translate(-60px, 0) scale(1.05) rotate(-4deg); }
  90% {
    transform: translate(40px, 0) scale(0.9) rotate(10deg); }
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg); } }
  .etc_container::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: calc(100% - .5px);
    width: 100%;
    height: 20px;
    background: url(../images/etc/back.png) repeat left bottom;
    background-size: 43px 30px; }
  @media (min-width: 768px) {
    .etc_container {
      padding: 60px 0 40px; }
      .etc_container > .container > .etc_div {
        justify-content: center;
        justify-content: center; }
        .etc_container > .container > .etc_div > p {
          width: 270px;
          margin: 0 50px 0 0; }
        .etc_container > .container > .etc_div > a {
          width: 436px; }
        .etc_container > .container > .etc_div > .mokumoku {
          position: absolute;
          width: 600px;
          bottom: -290px;
          left: calc(50% - 140px);
          z-index: -1; } }
  @media (max-width: 767.98px) {
    .etc_container {
      padding: 50px 0 40px; }
      .etc_container > .container > .etc_div {
        flex-direction: column; }
        .etc_container > .container > .etc_div > p {
          width: 250px;
          margin: 0 auto 15px; }
        .etc_container > .container > .etc_div > a {
          width: 300px; }
        .etc_container > .container > .etc_div > .mokumoku {
          position: absolute;
          width: 150%;
          top: 20%;
          z-index: -1; } }

@media (min-width: 768px) {
  .fl_btn_a01 > a::after {
    right: 32px; } }
@media (max-width: 767.98px) {
  .fl_btn_a01 > a::after {
    right: 23px; } }

.last_contents {
  font-size: 12px;
  color: #666666;
  margin-top: 20px;
  text-align: center; }

@media (min-width: 768px) {
  .white_back {
    position: relative;
    padding-bottom: 50px; }
    .white_back .container::before {
      content: '';
      background: url("../img/deco/deco02.svg") repeat-y top center/100%;
      width: 100px;
      height: calc(100% - 800px);
      position: absolute;
      left: -150px;
      top: 430px; }
    .white_back .container::after {
      content: '';
      background: url("../img/deco/deco03.svg") repeat-y top center/100%;
      width: 100px;
      height: calc(100% - 400px);
      position: absolute;
      right: -150px;
      top: 50px; }
    .white_back .white_back_deco > span {
      position: absolute;
      animation: white_back_deco_anim 1.5s infinite; }
      .white_back .white_back_deco > span.cat {
        width: 140px;
        right: calc(50% + 530px);
        top: 250px;
        animation-delay: 0s; }
      .white_back .white_back_deco > span.rabbit {
        width: 150px;
        left: calc(50% + 530px);
        top: 890px;
        animation-delay: 0.2s; }
      .white_back .white_back_deco > span.penguin {
        width: 93px;
        right: calc(50% + 570px);
        top: 1220px;
        animation-delay: 0.4s; }
      .white_back .white_back_deco > span.bird {
        width: 120px;
        left: calc(50% + 570px);
        bottom: 450px;
        animation-delay: 0.6s; }
    .white_back .white_ttl {
      position: relative; }
      .white_back .white_ttl .ttl {
        width: 385px;
        margin: 80px auto 0; }
      .white_back .white_ttl .white_ttl_deco > span {
        position: absolute; }
        .white_back .white_ttl .white_ttl_deco > span:nth-child(1) {
          width: 104px;
          right: calc(50% + 300px);
          top: -10px; }
        .white_back .white_ttl .white_ttl_deco > span:nth-child(2) {
          width: 138px;
          left: calc(50% + 300px);
          bottom: 20px; } }
@media (max-width: 767.98px) {
  .white_back {
    padding-bottom: 30px; }
    .white_back .white_ttl {
      position: relative; }
      .white_back .white_ttl .ttl {
        width: 85%;
        margin: 65px auto 25px;
        z-index: 1;
        position: relative; }
      .white_back .white_ttl .white_ttl_deco > span {
        position: absolute; }
        .white_back .white_ttl .white_ttl_deco > span:nth-child(1) {
          width: 22%;
          left: 15px;
          top: -40px; }
        .white_back .white_ttl .white_ttl_deco > span:nth-child(2) {
          width: 26%;
          right: -30px;
          bottom: 50px; } }
.fl_btn_box > .fl_btn_flex01 > a, .fl_btn_box .fl_btn_flex02 > a {
  display: flex;
  align-items: flex-end;
  border: 2px solid #004ea2;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 5px 5px 0px rgba(0, 78, 162, 0.4);
  line-height: 1.3em; }
  .fl_btn_box > .fl_btn_flex01 > a > div, .fl_btn_box .fl_btn_flex02 > a > div {
    background-color: #fff;
    color: #004ea2;
    display: flex;
    align-items: center;
    position: relative; }
    .fl_btn_box > .fl_btn_flex01 > a > div > p, .fl_btn_box .fl_btn_flex02 > a > div > p {
      margin-bottom: 0; }
    .fl_btn_box > .fl_btn_flex01 > a > div::before, .fl_btn_box .fl_btn_flex02 > a > div::before {
      content: '';
      background: url("../img/btn/a_btn.svg") no-repeat center/100%;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
  .fl_btn_box > .fl_btn_flex01 > a.sale, .fl_btn_box .fl_btn_flex02 > a.sale {
    background: url("../../img/btn/sale.png") no-repeat center/100%; }
    .fl_btn_box > .fl_btn_flex01 > a.sale > div, .fl_btn_box .fl_btn_flex02 > a.sale > div {
      background-color: #004ea2;
      color: #fff; }
      .fl_btn_box > .fl_btn_flex01 > a.sale > div::before, .fl_btn_box .fl_btn_flex02 > a.sale > div::before {
        background: url("../../img/btn/a_btn02.svg") no-repeat center/100%; }
  .fl_btn_box > .fl_btn_flex01 > a.vip, .fl_btn_box .fl_btn_flex02 > a.vip {
    background: url("../../../img/btn/vip.png") no-repeat center/100%;
    border: 2px solid #d9b500; }
    .fl_btn_box > .fl_btn_flex01 > a.vip > div, .fl_btn_box .fl_btn_flex02 > a.vip > div {
      background-color: #d9b500;
      color: #fff; }
      .fl_btn_box > .fl_btn_flex01 > a.vip > div::before, .fl_btn_box .fl_btn_flex02 > a.vip > div::before {
        background: url("../img/btn/a_btn03.svg") no-repeat center/100%; }
    .fl_btn_box > .fl_btn_flex01 > a.vip::before, .fl_btn_box .fl_btn_flex02 > a.vip::before {
      content: '';
      background: url("../../img/btn/key.png") no-repeat center/100%;
      position: absolute;
      aspect-ratio: 70/204; }
    .fl_btn_box > .fl_btn_flex01 > a.vip::after, .fl_btn_box .fl_btn_flex02 > a.vip::after {
      content: '';
      background: url("../../img/btn/rose.png") no-repeat center/100%;
      position: absolute;
      aspect-ratio: 120/222; }

@media (min-width: 768px) {
  .fl_btn_box {
    width: 900px;
    margin: 0 auto; }
    .fl_btn_box > .fl_btn_flex01 {
      display: flex;
      justify-content: center;
      margin-top: 40px; }
      .fl_btn_box > .fl_btn_flex01 > a {
        width: 420px;
        height: 240px; }
        .fl_btn_box > .fl_btn_flex01 > a > div {
          width: 100%;
          height: 38px;
          justify-content: center; }
          .fl_btn_box > .fl_btn_flex01 > a > div::before {
            width: 24px;
            height: 24px;
            right: 12px; }
        .fl_btn_box > .fl_btn_flex01 > a.vip {
          position: relative;
          border-bottom: none; }
          .fl_btn_box > .fl_btn_flex01 > a.vip::before {
            width: 34px;
            bottom: 14px;
            left: 31px;
            z-index: 1; }
          .fl_btn_box > .fl_btn_flex01 > a.vip::after {
            width: 60px;
            bottom: 0;
            right: 14px; }
          .fl_btn_box > .fl_btn_flex01 > a.vip > div::before {
            right: 31px;
            z-index: 1; }
    .fl_btn_box > .fl_btn_flex02 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 40px;
      margin-top: 50px; }
      .fl_btn_box > .fl_btn_flex02 > a {
        width: 270px;
        height: 270px; }
        .fl_btn_box > .fl_btn_flex02 > a > div {
          width: 100%;
          height: 66px;
          padding-left: 12px; }
          .fl_btn_box > .fl_btn_flex02 > a > div::before {
            width: 30px;
            height: 30px;
            right: 12px; }
    .fl_btn_box > .fl_btn_flex03 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 40px;
      margin-top: 50px; }
      .fl_btn_box > .fl_btn_flex03 > a {
        width: 270px;
        height: auto;
        border: none;
        border-radius: 0; }
        .fl_btn_box > .fl_btn_flex03 > a > img {
          box-shadow: 0px 5px 5px rgba(0, 78, 162, 0.4);
          border: 2px solid #004ea2;
          border-radius: 15px; }
          .fl_btn_box > .fl_btn_flex03 > a > img:hover {
            opacity: 1; } }
@media (max-width: 767.98px) {
  .fl_btn_box {
    padding: 0 10px; }
    .fl_btn_box > .fl_btn_flex01 > a {
      width: 100%;
      aspect-ratio: 700/400;
      font-size: .95rem; }
      .fl_btn_box > .fl_btn_flex01 > a > div {
        width: 100%;
        height: 32px;
        justify-content: center; }
        .fl_btn_box > .fl_btn_flex01 > a > div::before {
          width: 20px;
          height: 20px;
          right: 25px; }
      .fl_btn_box > .fl_btn_flex01 > a.vip {
        position: relative;
        border-bottom: none; }
        .fl_btn_box > .fl_btn_flex01 > a.vip::before {
          width: 28px;
          bottom: 14px;
          left: 25px;
          z-index: 1; }
        .fl_btn_box > .fl_btn_flex01 > a.vip::after {
          width: 45px;
          bottom: 0;
          right: 18px; }
        .fl_btn_box > .fl_btn_flex01 > a.vip > div::before {
          right: 31px;
          z-index: 1; }
    .fl_btn_box > .fl_btn_flex02 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 15px 0;
      margin-top: 15px; }
      .fl_btn_box > .fl_btn_flex02 > a {
        width: calc( 50% - 6px );
        aspect-ratio: 330/340;
        font-size: .66rem;
        line-height: 1.2em; }
        .fl_btn_box > .fl_btn_flex02 > a > div {
          width: 100%;
          padding: 7px 30px 7px 7px; }
          .fl_btn_box > .fl_btn_flex02 > a > div::before {
            width: 20px;
            height: 20px;
            right: 7px; }
    .fl_btn_box > .fl_btn_flex03 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 15px 0;
      margin-top: 15px; }
      .fl_btn_box > .fl_btn_flex03 > a {
        width: calc( 50% - 6px ); }
        .fl_btn_box > .fl_btn_flex03 > a > img {
          box-shadow: 0px 5px 5px rgba(0, 78, 162, 0.4);
          border: 2px solid #004ea2;
          border-radius: 15px; }
          .fl_btn_box > .fl_btn_flex03 > a > img:hover {
            opacity: 1; } }
