<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


.marker {
  background: linear-gradient(transparent 0%, #fff835 0%);
  /* font-weight: bold;*/
}

/*.global_header_text {
  display: none;
}*/
button:focus {
  outline: 0;
}

.global_header nav.main_nav&gt;ul&gt;li ul {
  z-index: 100 !important;
}

aside.bnr_area {
  display: none;
}

@media only screen and (min-width: 768px) {

  .only_sp {
    display: none;
  }

  /*  .main_contents div.wrapper {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0!important;
    padding: 0!important;
}*/
  /*.pageslug_line */
  section.page_body div.wrapper {
    max-width: none;
    padding: 0;
  }

  /*div.bottom_common_block div.wrapper:first-child {
    display: none!important;
  }*/
  /*img {
    width: 100%;
  }*/
  .invitate {
    width: 100%;
    margin: 30px auto 0;
  }

  h2.page_ttl {
    display: none;
  }

  .page_contents .page_title {
    display: none;
  }

  .container div.wrapper .page_ttl {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 370px;
    background-image: url(/wp-content/themes/asterone_original/images/page/line/main.jpg);
    max-width: 760px;
    margin: 0 auto;
  }

  /*  .contsNormal {
    width: 100%;
    background: #fff;
    margin: 0 auto;
  }*/

  .contsInner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .fv_area {
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
    background: #feecd6;
    height: 452px;
    display: block;
    position: relative;
    z-index: 0 !important;
  }

  .fv_area::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    center: 0;
    width: 100%;
    height: 452px;
    margin: 0 auto;
    background-image: url(/wp-content/themes/asterone_original/images/page/invitate/pc_invitate_fv.png);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
  }

  .pageslug_regular h2.page_ttl {
    display: block;
    position: relative;
    width: 100%;
    height: 491px;
    padding: 0;
    margin: 0 0 -161px 0;
    background: linear-gradient(90deg, #fee0b9, #fbcbc9);
    overflow: hidden;
  }

  /*  section h3 {
    display: none!important;
  }*/

  .present_area {
    margin: 0 auto 1em;
    padding: 0;
    text-align: center;
  }

  .present_area h3 {
    position: relative;
    display: inline-block;
    margin: 0 auto 3em;
    padding: 2em 0;
    width: 100%;
    color: #555;
    font-size: 16px;
    background: #dc9d55;
  }

  .present_area h3:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #dc9d55;
  }

  .present_area ul {
    list-style: none;
    display: flex;
    margin: 0 auto 3.4em;
    max-width: 1000px;
    /* flex-wrap: wrap;
    justify-content: center;
    align-items: center;*/
  }

  .present_area ul li {
    justify-content: center;
    border-radius: 12px;
    filter: drop-shadow(0px 10px 4px #e2d8d5);
    background: #fff;
    width: calc(100% / 2);
    margin: 0 2em 0 0;
    padding: 0 0 1.5em;
  }

  .present_area ul li:first-child {
    border: 4px solid #87bd77;
  }

  .present_area ul li:first-child h4 {
    border-radius: 5px 5px 0 0;
    padding: 0.8em 0 0.8em;
    background: #87bd77 !important;
    font-weight: normal;
    font-size: 1.4em;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
  }

  .present_area ul li:first-child h4::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 116px;
    /*画像の幅*/
    height: 115px;
    /*画像の高さ*/
    background-image: url(/wp-content/themes/asterone_original/images/page/invitate/pc_illust_friends.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 2.6em;
    top: -2.56em;
  }

  .present_area ul li:last-child {
    border: 4px solid #de8a8a;
    margin: 0;
  }

  .present_area ul li:last-child h4 {
    border-radius: 5px 5px 0 0;
    padding: 0.8em 0 0.8em;
    background: #de8a8a !important;
    font-weight: normal;
    font-size: 1.4em;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
  }

  .present_area ul li:last-child h4::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 116px;
    /*画像の幅*/
    height: 103px;
    /*画像の高さ*/
    background-image: url(/wp-content/themes/asterone_original/images/page/invitate/pc_illust_introducer.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 2.2em;
    top: -2.0em;
  }

  .present_area ul li img {
    max-width: 436px;
    width: 100%;
  }

  a.btn_to_friends {
    display: block;
    width: 518px;
    height: 99px;
    margin: 0 auto 3.6em auto;
    background: url(/wp-content/themes/asterone_original/images/page/invitate/pc_btn_to_friends.png);
    background-size: cover;
  }

  .to_friends_deli {
    max-width: 1000px;
    width: 100%;
    background: #feecd6;
    border-radius: 13px;
    padding: 3em 0;
    margin: 0 auto 7em;
    text-align: center;
  }

  .to_friends_deli h3 {
    display: block;
    width: 416px;
    height: 83px;
    margin: 0 auto 40px auto;
    background: url(/wp-content/themes/asterone_original/images/page/invitate/pc_to_friends_title.png);
    background-size: cover;
    text-indent: -9999px;
  }

  .to_friends_deli h4 {
    display: block;
    width: 372px;
    height: 20px;
    margin: 1.4em auto 2.2em auto;
    background: url(/wp-content/themes/asterone_original/images/page/invitate/pc_to_friends_txt.png);
    background-size: cover;
    text-indent: -9999px;
  }

  .to_friends_deli p {
    font-size: 0.8em;
  }

  .howto_method {
    /*max-width: 1000px;*/
    width: 100%;
    margin: 0 auto 3em;
  }

  .howto_method h3 {
    width: 100%;
    height: 120px;
    padding: 0;
    margin: 0 0 4em;
    background-image: url(/wp-content/themes/asterone_original/images/page/invitate/pc_title_method.png);
    background-color: #feecd6;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-position: top center;
    overflow: hidden;
    background-size: contain;
  }

  .howto_method ul {
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    list-style: none;
  }

  .howto_method ul li {
    /*max-width: 229px;*/
    justify-content: center;
    width: calc(100% / 3);
    margin: 0 1.3em 0 0;
    text-align: center;
    position: relative;
  }

  .howto_method ul li::after {
    position: absolute;
    content: '';
    left: 20em;
    bottom: 200px;
    display: block;
    width: 33px;
    height: 65px;
    background-image: url(/wp-content/themes/asterone_original/images/page/invitate/pc_howto_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none !important;
  }

  .howto_method ul li:last-child {
    margin: 0;
  }

  .howto_method ul li:last-child::after {
    display: none;
  }

  .howto_method ul li h4 {
    margin: 0;
  }

  /*  .howto_method ul li img {
    max-width: 229px;
    margin: 0 0 2em;    
  }*/
  .howto_method ul li p {
    margin: 2em auto 4em;
  }


  .to_friends_info {
    width: 100%;
    margin: 0 auto 2em;
    background: #f4f4f4;
    padding: 0 0 3em;
  }

  .to_friends_info p.before_note {
    background: #626263;
    color: #fff;
    margin: 1em auto 0;
    padding: 0.6em 0;
    text-align: center;
    font-size: 1.25em;
  }

  .to_friends_info h3 {
    text-align: center;
    font-size: 1.5em;
    position: relative;
    /* display: inline-block; */
    margin: 2em auto 3.3em;
    max-width: 1000px;
  }

  .to_friends_info h3::after {
    content: '';
    position: absolute;
    bottom: -1em;
    display: inline-block;
    width: 300px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
  }

  .precautions {
    max-width: 1000px;
    width: 100%;
    background: #fff;
    margin: 3em auto 0;
    padding: 2.8em 3.5em 1.5em;
    text-align: left;
  }

  .precautions h4 {
    line-height: 1.8;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0.2em;
  }

  .precautions h4::before {
    content: "■";
    margin-left: 1em;
    color: #000;
    padding: 1px 3px;
    font-size: 1em;
  }

  .precautions ul {
    margin: 0 0 1.8em;
  }

  .precautions ul li {
    line-height: 1.8;
    font-size: 1em;
    color: #323232;
    margin: 0 0 0 1.3em;
    padding-left: 0.8em;
    text-indent: -1.3em;
  }

  .precautions ul li::before {
    content: "・";
    /*margin-left: 1em;*/
    color: #000;
    padding: 1px 3px;
    font-size: 1em;
  }

  .precautions p {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    text-indent: 1em;
  }

  a.btn_issue_url {
    display: block;
    width: 518px;
    height: 99px;
    margin: 4em auto 0 auto;
    background: url(/wp-content/themes/asterone_original/images/page/invitate/pc_btn_issue_url.png);
    background-size: cover;
  }


  .url_issue {
    max-width: 1000px;
    margin: 7em auto 7em;
  }

  .url_issue h3 {
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.8;
    text-align: center;
    margin: 0 0 2em;
    color: #4d453f;
  }

  .send_area {
    max-width: 800px;
    margin: 0 auto;
  }

  .output_area {
    border: solid 2px #cccccc;
    display: flex;
    display: block;
    margin: 0 0 4em;
    padding: 1em;
  }

  a.btn_send_mail {
    display: block;
    max-width: 640px;
    width: 320px;
    height: 77px;
    margin: 0 auto 4vw auto;
    background-image: url(/wp-content/themes/asterone_original/images/page/invitate/pc_btn_send.png);
    background-size: cover;
  }

  a.btn_send_mail_foundation {
    display: block;
    max-width: 640px;
    width: 320px;
    height: 77px;
    background-image: url(/wp-content/themes/asterone_original/images/page/invitate/pc_btn_send.png);
    background-size: cover;
  }

  input.output_url {
    width: 70% !important;
    display: inline-block;
    border: none;
    font-size: 1.1em;
  }

  .copy_btn {
    background: #dc9d55;
    color: #fff;
    border-radius: 4px;
    padding: 0.8em 2em;
    width: 29%;
    border: none;
    font-size: 1em;
    cursor: pointer;
  }

  .bjkirike {
    max-width: 1000px;
    width: 100%;
    border-radius: 13px;
    padding: 0;
    margin: 0 auto 5em;
    text-align: center;
  }

}




/*====================================================================================================
 SP用CSS
====================================================================================================*/
@media only screen and (max-width: 767px) {

  .only_pc {
    display: none;
  }

  a[target="_blank"]::after {
    background-image: none;
  }

  section.page_body div.wrapper {
    max-width: none;
    padding: 6vw 0 0;
  }

  .invitate {
    width: 100%;
  }

  h2.page_ttl {
    display: none;
  }

  .page_contents .page_title {
    display: none;
  }

  .container div.wrapper .page_ttl {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url("/wp-content/themes/asterone_original/images/page/line/sp_main.jpg");
    height: 0;
    padding-top: 50.5vw;
    background-size: contain;
  }

  .fv_area .fv_inner {
    display: block;
    width: 100%;
    height: 107vw;
    margin: 0 auto;
    background-image: url(/wp-content/themes/asterone_original/images/page/invitate/sp_invitate_fv.png);
    background-size: cover;
  }

  .present_area {
    margin: 0 auto 1.7em;
    padding: 0;
    text-align: center;
    position: relative;
  }

  .present_area h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 27vw;
    padding: 0;
    margin: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(/wp-content/themes/asterone_original/images/page/invitate/sp_title_present.png);
  }


  /*  .present_area h3 {
    position: relative;
    display: inline-block;
    margin: 0 auto 3em;
    padding: 2em 0;
    width: 100%;
    color: #555;
    font-size: 16px;
    background: #dc9d55;
  }
  .present_area h3::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #dc9d55;
  }*/

  .present_area ul {
    list-style: none;
    /* display: flex; */
    margin: 0 auto 0;
    padding: 33vw 0 0;
    position: relative;
  }

  .present_area ul li {
    border-radius: 12px;
    filter: drop-shadow(0px 6px 4px #e2d8d5);
    background: #fff;
    margin: 0 3vw 8vw;
    padding: 0 0 0.8em;
  }

  .present_area ul li:first-child {
    border: 2px solid #87bd77;
  }

  .present_area ul li:first-child h4 {
    border-radius: 5px 5px 0 0;
    padding: 0.5em 0 0.5em;
    background: #87bd77 !important;
    font-weight: normal;
    font-size: 1.4em;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
  }

  .present_area ul li:first-child h4::before {
    content: '';
    display: inline-block;
    width: 26vw;
    height: 25vw;
    background-image: url(/wp-content/themes/asterone_original/images/page/invitate/sp_illust_friends.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 5vw;
    top: -10vw;
  }

  .present_area ul li:last-child {
    border: 2px solid #de8a8a;
    margin: 0 3vw 0;
  }

  .present_area ul li:last-child h4 {
    border-radius: 5px 5px 0 0;
    padding: 0.5em 0 0.5em;
    background: #de8a8a !important;
    font-weight: normal;
    font-size: 1.4em;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
  }

  .present_area ul li:last-child h4::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 26vw;
    /*画像の幅*/
    height: 25vw;
    /*画像の高さ*/
    background-image: url(/wp-content/themes/asterone_original/images/page/invitate/sp_illust_introducer.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 5vw;
    top: -10vw;
  }

  /*.present_area ul li img {
    width: 100%;
  }*/

  .present_area ul li img.present_area_img {
    padding: 2vw 2.2vw 1.4vw !important;
    width: 100%;
  }

  a.btn_to_friends {
    display: block;
    width: 97vw;
    height: 17.73vw;
    margin: 7vw auto 7vw auto;
    background: url(/wp-content/themes/asterone_original/images/page/invitate/sp_btn_to_friends.png);
    background-size: cover;
    /* margin: 0 1vw 0; */
    padding: 0 2vw 0;
  }

  .to_friends_deli {
    background: #feecd6;
    border-radius: 13px;
    padding: 3em 0 1.7em;
    margin: 0 3.4vw 3.6em;
    text-align: center;
  }

  .to_friends_deli h3 {
    display: block;
    width: 84vw;
    height: 16vw;
    margin: 0 auto 40px auto;
    background: url(/wp-content/themes/asterone_original/images/page/invitate/sp_to_friends_title.png);
    background-size: cover;
    text-indent: -9999px;
  }

  .to_friends_deli h4 {
    display: block;
    width: 46vw;
    height: 11vw;
    margin: 1.4em auto 2.2em auto;
    background: url(/wp-content/themes/asterone_original/images/page/invitate/sp_to_friends_txt.png);
    background-size: cover;
    text-indent: -9999px;
  }

  .to_friends_deli p {
    font-size: 0.78em;
    text-align: left;
    margin: 0 6vw 0 7.6vw;
    text-indent: -3.2vw;
  }

  .to_friends_deli img {
    width: 70%;
  }

  .howto_method {
    /*max-width: 1000px;*/
    width: 100%;
    margin: 0 auto;
  }

  .howto_method h3 {
    /*width: calc(100% + 8vw);*/
    height: 24vw;
    padding: 0;
    margin: 0 0 6vw;
    background-image: url(/wp-content/themes/asterone_original/images/page/invitate/sp_title_method.png);
    background-color: #feecd6;
    text-indent: -9999px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .howto_method ul {
    display: flex;
    margin: 0 5vw;
    list-style: none;
  }

  .howto_method ul li {
    /*max-width: 229px;*/
    justify-content: center;
    width: calc(100% / 3);
    margin: 0 3vw 0 0;
    text-align: center;
  }

  .howto_method ul li {
    position: relative;
  }

  .howto_method ul li::after {
    position: absolute;
    content: '';
    left: 30vw;
    bottom: 31vw;
    display: block;
    width: 10vw;
    height: 8vw;
    background-image: url(/wp-content/themes/asterone_original/images/page/invitate/sp_howto_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none !important;
  }

  .howto_method ul li:last-child {
    margin: 0;
  }

  .howto_method ul li:last-child::after {
    display: none;
  }

  .howto_method ul li h4 {
    margin: 0;
  }

  /*  .howto_method ul li img {
    max-width: 229px;
    margin: 0 0 2em;    
  }*/
  .howto_method ul li p {
    margin: 0.7em auto 2em;
    font-size: 0.8em;
    line-height: 1.58;
  }


  .to_friends_info {
    width: 100%;
    margin: 0 auto 0;
    background: #f4f4f4;
    padding: 0 0 1.6em;
  }

  .to_friends_info p.before_note {
    background: #626263;
    color: #fff;
    margin: 1em auto 0;
    padding: 0.6em 0;
    text-align: center;
    font-size: 1em;
  }

  .to_friends_info h3 {
    font-size: 1.2em;
    position: relative;
    color: #192658;
  }

  .to_friends_info h3::after {
    content: '';
    position: absolute;
    bottom: -17px;
    display: inline-block;
    width: 32vw;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #192658;
    border-radius: 2px;
  }

  .precautions {
    background: #fff;
    margin: 12vw 4vw 4vw;
    padding: 4vw 2vw 4vw;
    text-align: left;
  }

  .precautions h4 {
    line-height: 1.8;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0.2em;
  }

  .precautions h4::before {
    content: "■";
    margin-left: 1em;
    color: #000;
    padding: 1px 3px;
    font-size: 1em;
  }

  .precautions ul {
    margin: 0 0 1.8em;
  }

  .precautions ul li {
    line-height: 1.8;
    font-size: 0.96em;
    color: #323232;
    margin: 0 0 0 1.3em;
    padding-left: 0.8em;
    text-indent: -1.3em;
  }

  .precautions ul li::before {
    content: "・";
    /*margin-left: 1em;*/
    color: #000;
    padding: 1px 3px;
    font-size: 1em;
  }

  .precautions p {
    margin: 0 0 0 1.1em;
    padding: 0;
    line-height: 1.6;
    /* text-indent: 1em; */
  }

  a.btn_issue_url {
    display: block;
    width: 97vw;
    height: 17.73vw;
    margin: 7vw auto 0;
    background: url(/wp-content/themes/asterone_original/images/page/invitate/sp_btn_issue_url.png);
    background-size: cover;
  }

  .url_issue {
    max-width: 1000px;
    margin: 2em auto 2em;
  }

  .url_issue h3 {
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.8;
    text-align: center;
    margin: 0 0 2em;
    color: #4d453f;
  }

  .send_area {
    margin: 0;
  }

  button.btn_send_url {
    display: block;
    width: 91vw;
    height: 20.73vw;
    margin: 0 auto 4vw auto;
    background-image: url(/wp-content/themes/asterone_original/images/page/invitate/sp_btn_url.png);
    background-size: cover;
    border: none;
    background-color: #fff;
    text-indent: -9999px;
  }

  button.btn_shampoo {
    background-image: url(/wp-content/themes/asterone_original/images/page/invitate/sp_btn_url_shampoo.png);
  }

  a.btn_send_line {
    display: block;
    width: 91vw;
    height: 20.73vw;
    margin: 0 auto 4vw auto;
    background-image: url(/wp-content/themes/asterone_original/images/page/invitate/sp_btn_line.png);
    background-size: cover;
  }

  a.btn_send_mail,
  .btn_send_mail_foundation {
    display: block;
    width: 91vw;
    height: 20.73vw;
    margin: 0 auto 4vw auto;
    background-image: url(/wp-content/themes/asterone_original/images/page/invitate/sp_btn_send.png);
    background-size: cover;
  }

  .footer_inner {
    height: 30vw !important;
    overflow: visible !important;
  }

  input.output_url {
    width: 77% !important;
    display: inline-block;
    border: none;
    font-size: 1.1em;
  }

  .copy_btn {
    background: #dc9d55;
    color: #fff;
    border-radius: 4px;
    padding: 0.4em 2em;
    width: 20%;
    border: none;
    font-size: 0.9em;
    cursor: pointer;
  }

  .bjkirike {
    border-radius: 13px;
    padding: 0;
    margin: 0 3.4vw 2em;
    text-align: center;
  }
}



/*----------------------------------
KAMIKA-7710 20250813
----------------------------------*/
#copyTarget,
#copyTarget_foundation {
  float: left;
  height: 0px;
}

#copyTarget_base,
#copyTarget_base_foundation {
  user-select: none;
}

#copyTarget_base,
#copyTarget_base_foundation {
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
}

.btn_color_shampoo {
  background-color: #8da3eb;
}

@media (min-width: 768px) {
  .send_area.only_pc {
    max-width: 860px;
  }

  .send_area_box+.send_area_box {
    margin-top: 60px;
  }

  .send_area_box h4 {
    color: inherit;
  }

  .send_area_box&gt;div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .output_area {
    width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }

  .output_area .code {
    padding-right: 1em;
  }

  .send_area_box .copy_btn {
    width: 240px;
  }

  .send_area_box .btn_send_mail {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .send_area.only_sp {
    margin: 0 5.33vw;
  }

  .send_area_box h4 {
    color: inherit;
    font-size: 5vw;
  }

  .send_area_box+.send_area_box {
    margin-top: 10vw;
  }
}</pre></body></html>