@charset "UTF-8";
html {
  /* 1920px(PC)〜375px(スマホ)の間で文字サイズを自動伸縮させる根っこ設定 */
  font-size: clamp(10px, 1.25vw, 24px); }

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 1;
  background: #fff; }

html.wf-active {
  visibility: visible; }

main p,
main li {
  font-size: 20px;
  color: #333; }

img {
  vertical-align: top; }

a:hover {
  text-decoration: none; }

p {
  letter-spacing: 0.01em; }

.spOnly {
  display: none !important; }

.pcOnly {
  display: block !important; }

.content-with-border {
  position: relative; }
  .content-with-border::before, .content-with-border::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    background-color: #B8A8D8;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .content-with-border::before, .content-with-border::after {
        width: 4px; } }
  .content-with-border::before {
    left: calc(50% - 580px); }
    @media screen and (min-width: 1200px) {
      .content-with-border::before {
        left: calc(50% - 600px - (100vw - 1200px) / 4); } }
    @media screen and (max-width: 767px) {
      .content-with-border::before {
        left: 15px; } }
  .content-with-border::after {
    right: calc(50% - 580px); }
    @media screen and (min-width: 1200px) {
      .content-with-border::after {
        right: calc(50% - 600px - (100vw - 1200px) / 4); } }
    @media screen and (max-width: 767px) {
      .content-with-border::after {
        right: 15px; } }

.bg_light {
  background-color: #ffffff !important; }

.bg-grad {
  background: -webkit-radial-gradient(center, circle, #67a8d6 0%, #4985bc 50%, #2961a0 100%);
  background: -o-radial-gradient(center, circle, #67a8d6 0%, #4985bc 50%, #2961a0 100%);
  background: radial-gradient(circle at center, #67a8d6 0%, #4985bc 50%, #2961a0 100%); }

.bread .contents_inner {
  width: 1040px;
  margin: 0 auto;
  text-align: center; }

.top {
  margin: 0;
  padding: 0; }

.contents {
  max-width: 1040px;
  padding: 80px 0 40px;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .contents.bread, .contents.top {
    padding: 0;
    width: 100%; }
  .contents.last {
    padding-bottom: 0; }
  .contents .wrapper-inner {
    width: 1040px;
    margin: 0 auto; }
  .contents_img {
    width: 100%; }
  .contents img {
    width: 100%; }

.item_detail_button {
  font-size: 20px;
  letter-spacing: .16em;
  width: 32%;
  margin: 0 auto;
  color: #fff !important;
  background-color: #9776b2;
  display: block;
  text-align: center;
  border-radius: 100vh;
  position: relative;
  font-weight: bold; }
  .item_detail_button a {
    width: 100%;
    height: 100%; }
  .item_detail_button.white {
    background-color: #fff;
    color: #9776b2 !important;
    border: 2px solid #9776b2; }

.bottom_btn {
  margin-top: 120px;
  text-align: center; }
  .bottom_btn .item_detail_button {
    font-size: 30px;
    width: 700px;
    max-width: 100%;
    padding: 16px 0;
    margin-bottom: 32px; }
    @media screen and (max-width: 767px) {
      .bottom_btn .item_detail_button {
        margin-top: 0; } }
    .bottom_btn .item_detail_button::after {
      width: 16px;
      height: 16px;
      top: 50%;
      right: 132px; }
  .bottom_btn a {
    color: #fff;
    display: block;
    margin: auto;
    width: 700px;
    max-width: 100%; }

.lp_footer {
  margin-top: 0 !important; }

.bread-crumb li {
  font-size: 14px;
  line-height: 1.6; }

.main_visual {
  margin: 0;
  padding: 0; }
  .main_visual h1 {
    width: 100%;
    margin: 0;
    padding: 0; }
  .main_visual picture {
    width: 100%;
    display: block; }
  .main_visual img {
    width: 100%;
    height: auto;
    display: block; }

.intro-header {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .intro-header {
      margin: 0 0 24px; } }
  .intro-header_catchphrase {
    font-size: 55px;
    font-weight: 900;
    margin-bottom: 72px;
    position: relative;
    display: inline-block;
    padding: 0 24px;
    letter-spacing: 0.05em;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .intro-header_catchphrase {
        font-size: 24px;
        padding: 0;
        margin-bottom: 24px; } }
  .intro-header_subtitle {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      .intro-header_subtitle {
        font-size: 16px;
        margin-bottom: 16px;
        text-align: left; } }

.image-stack {
  margin: 40px 0 48px;
  width: 100%;
  position: relative;
  display: inline-block; }
  .image-stack .image-base {
    display: block;
    width: 100%; }
  .image-stack .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
    @media screen and (max-width: 767px) {
      .image-stack .image-overlay {
        width: 54%;
        top: 35px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

.feature-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
  max-width: 1040px;
  margin: 0 auto 64px; }
  @media screen and (max-width: 767px) {
    .feature-intro {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 24px;
      margin: 0 auto 32px; } }
  .feature-intro_01 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 56px; }
    @media screen and (max-width: 767px) {
      .feature-intro_01 {
        gap: 24px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .feature-intro_text {
    text-align: left; }
    @media screen and (max-width: 767px) {
      .feature-intro_text {
        max-width: 100%; } }
  .feature-intro_title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 32px;
    position: relative;
    padding: 24px 0 0 36px;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 767px) {
      .feature-intro_title {
        font-size: 22px;
        margin-bottom: 24px;
        padding-left: 16px;
        padding: 0 0 0 16px; } }
    .feature-intro_title::before {
      content: "";
      position: absolute;
      left: 0;
      top: 34px;
      width: 20px;
      height: 70%;
      background-color: #8B7AB8; }
      @media screen and (max-width: 767px) {
        .feature-intro_title::before {
          width: 5px;
          top: 5px;
          height: 90%; } }
  .feature-intro_description p {
    font-size: 25px;
    line-height: 1.8;
    color: #333;
    text-align: left;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .feature-intro_description p {
        font-size: 16px;
        line-height: 1.7; } }
  .feature-intro_image-small {
    width: 100%; }
    .feature-intro_image-small img {
      width: 100%;
      height: auto;
      display: block; }
  .feature-intro_02 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .feature-intro_02 {
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .feature-intro_image-large {
    width: 100%; }
    .feature-intro_image-large img {
      width: 100%;
      height: auto;
      display: block; }

.item-list {
  margin-top: 32px;
  display: grid !important;
  grid-template-columns: repeat(2, 384px);
  gap: 120px;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: initial !important;
  flex-wrap: initial !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .item-list.is-2col {
    grid-template-columns: repeat(2, 242px); }
    @media screen and (max-width: 767px) {
      .item-list.is-2col {
        grid-template-columns: repeat(2, 160px); } }
  @media screen and (max-width: 767px) {
    .item-list {
      grid-template-columns: repeat(2, 50%);
      gap: 32px 16px; } }
  .item-list_title {
    text-align: center;
    color: #8B7AB8;
    font-weight: 900;
    margin-bottom: 72px;
    font-size: 40px; }
  .item-list li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .item-list li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      height: 100%; }
  .item-list img {
    width: 100%;
    height: auto; }
  .item-list_img {
    position: relative; }
  .item-list_icon {
    margin-top: 16px; }
  .item-list_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .item-list_detail_text {
      width: contain;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .item-list_detail_name {
      font-size: 17px;
      font-weight: bold;
      text-align: center;
      letter-spacing: .08em;
      margin-top: 24px;
      height: 56px;
      text-align: center;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .item-list_detail_name {
          font-size: 14px;
          line-height: 1.1; } }
    .item-list_detail_price_regular {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: .08em;
      margin-top: 8px;
      text-decoration: line-through; }
    .item-list_detail_price_sale {
      font-size: 40px;
      font-weight: bold;
      letter-spacing: .04em;
      padding-top: 8px;
      position: relative;
      text-align: center;
      margin-bottom: 16px; }
      @media screen and (max-width: 767px) {
        .item-list_detail_price_sale {
          font-size: 24px;
          margin-bottom: 0; } }
      .item-list_detail_price_sale span {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: .04em; }
      .item-list_detail_price_sale.black {
        color: #333; }
  .item-list_box_btn {
    background-color: #77C36B;
    position: relative;
    border-radius: 8px;
    width: 80%;
    margin: 16px auto 0; }
    @media screen and (max-width: 767px) {
      .item-list_box_btn {
        width: 100%;
        margin-top: 16px; } }
    .item-list_box_btn .btn {
      color: #fff;
      padding: 16px;
      text-align: center;
      font-size: 20px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .item-list_box_btn .btn {
          font-size: 16px;
          padding: 10px; } }

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important; }
  .pcOnly {
    display: block !important; } }

@media screen and (max-width: 767px) {
  main p,
  main li {
    font-size: 14px; }
  .spOnly {
    display: block !important; }
  .pcOnly {
    display: none !important; }
  img,
  picture,
  source {
    max-width: 100% !important;
    height: auto !important; }
  .bread .contents_inner {
    width: 100%;
    padding: 0 16px; }
  .contents {
    max-width: 100%;
    padding: 32px 36px 16px; }
    .contents_inner {
      max-width: 100%;
      width: 100% !important;
      max-width: 100% !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .bottom_btn {
    margin-top: 24px;
    text-align: center !important; }
    .bottom_btn .item_detail_button {
      margin-top: 8px;
      font-size: 16px;
      width: 700px;
      padding: 8px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 8px; }
    .bottom_btn a {
      color: #fff;
      display: inline-block;
      width: 100%; } }

.u-fade-type-up {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0; }

.u-fade-type-up.is-active {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
