@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/*@mixin font-min {
	font-family:"Hiragino Mincho ProN", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}*/
/* medium: 500, bold: 700 */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400 */
/*@mixin font-deco {
	font-family: "Fuggles", cursive;
	font-weight: 400;
	font-style: normal;
}*/
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 縦書き */
/* 内径 */
/* 基本設定
---------------------------------------------------------------------------*/
/* reboot */
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .16rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6, em {
  margin: 0;
  font-weight: normal;
  font-style: inherit; }

p {
  margin: 0;
  padding: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
  padding: 0; }

dt {
  font-weight: 400;
  margin: 0;
  padding: 0; }

dd {
  margin: 0;
  padding: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 65%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* chromeで表示される謎の青枠を消す */
*:focus {
  outline: none; }

/* 電話番号のリンク */
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
a.notel {
  pointer-events: none;
  cursor: default;
  text-decoration: none; }

/*リンク（全般）設定
---------------------------------------------------------------------------*/
/* 共通設定
---------------------------------------------------------------------------*/
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  #wrap {
    margin-top: 0; } }
/* iOSでのデフォルトスタイルをリセット
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* レスポンシブ */
.view-pc {
  display: none; }
  @media screen and (min-width: 769px) {
    .view-pc {
      display: block; } }

.view-tab {
  display: none; }
  @media screen and (max-width: 1440px) {
    .view-tab {
      display: block; } }
  @media screen and (max-width: 768px) {
    .view-tab {
      display: none; } }

@media screen and (min-width: 769px) {
  .view-sp {
    display: none; } }

/* 画像 */
img {
  max-width: 100%;
  height: auto; }

/* ------------------------------------------------------------------------*/
/* レイアウト
---------------------------------------------------------------------------*/
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #FFFAF3;
  color: #000000;
  font-size: 4.8vw;
  line-height: 1; }
  @media screen and (min-width: 769px) {
    body {
      font-size: 18px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    body {
      font-size: 1.25vw; } }

  body.scrollnone {
    overflow: hidden; }

#wrap {
  overflow: hidden;
  position: relative; }

body#top #wrap {
  padding-top: 0; }

* {
  outline: none; }

img {
  display: block;
  width: 100%;
  height: auto; }

a {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  color: inherit; }

@media screen and (min-width: 769px) {
  a:hover {
    opacity: .6;
    color: inherit;
    text-decoration: none; } }

a.notel {
  pointer-events: none; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.wrap {
  /* 1280 */
  width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .wrap {
      width: 88.8888888889vw; } }
  @media screen and (max-width: 768px) {
    .wrap {
      width: 178.6666666667vw; } }

.wrap-min {
  /* 1080 */
  width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .wrap-min {
      width: 76.3888888889vw; } }
  @media screen and (max-width: 768px) {
    .wrap-min {
      width: 178.6666666667vw; } }

.wrap-minest {
  /* 980 */
  width: 980px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .wrap-minest {
      width: 68.0555555556vw; } }
  @media screen and (max-width: 768px) {
    .wrap-minest {
      width: 178.6666666667vw; } }

/* scroll_fadein
---------------------------------------------------------------------------*/
.scroll_fadein {
  opacity: 0;
  visibility: hidden; }

body.scroll .scroll_fadein {
  opacity: 1;
  visibility: visible;
  animation: fadein 0.5s ease; }

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: .6s; }

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1; }

.fadeIn {
  opacity: 0;
  transition: .6s; }

.fadeIn.is-show {
  opacity: 1; }

/* fixedhd
---------------------------------------------------------------------------*/
.fixedhd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000; }
  .fixedhd .cta {
    display: none; }
    @media screen and (min-width: 769px) {
      .fixedhd .cta {
        display: block;
        position: absolute;
        transform: scale(0.6);
        right: 0; } }
  .fixedhd .burger {
    position: absolute;
    z-index: 20;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    right: 1.3333333333vw;
    top: 1.3333333333vw; }
    @media screen and (min-width: 769px) {
      .fixedhd .burger {
        right: 10px;
        width: 60px;
        height: 60px;
        top: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .fixedhd .burger {
      right: 0.6944444444vw;
      width: 4.1666666667vw;
      height: 4.1666666667vw;
      top: 0.6944444444vw; } }

    .fixedhd .burger::before, .fixedhd .burger::after, .fixedhd .burger > span {
      display: block;
      position: absolute;
      top: 0;
      bottom: 2.6666vw;
      left: 0;
      right: 0;
      margin: auto;
      width: 9vw;
      height: 1.066vw;
      background: #343333;
      border-radius: 5px;
      transition-property: all;
      transition-duration: 0.3s;
      transition-timing-function: ease; }
      @media screen and (min-width: 769px) {
        .fixedhd .burger::before, .fixedhd .burger::after, .fixedhd .burger > span {
          bottom: 10px;
          width: 34px;
          height: 4px;
          border-radius: 2px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .fixedhd .burger::before, .fixedhd .burger::after, .fixedhd .burger > span {
      bottom: 0.6944444444vw;
      width: 2.3611111111vw;
      height: 0.2777777778vw;
      border-radius: 0.1388888889vw; } }

    .fixedhd .burger::before, .fixedhd .burger::after {
      content: ""; }
    .fixedhd .burger::before {
      transform: translateY(-2.4vw); }
      @media screen and (min-width: 769px) {
        .fixedhd .burger::before {
          transform: translateY(-9px); } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .fixedhd .burger::before {
      transform: translateY(-0.6923vw); } }

    .fixedhd .burger::after {
      transform: translateY(2.4vw); }
      @media screen and (min-width: 769px) {
        .fixedhd .burger::after {
          transform: translateY(9px); } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .fixedhd .burger::after {
      transform: translateY(0.6923vw); } }

    .fixedhd .burger small {
      position: absolute;
      font-size: 3.2vw;
      width: 100%;
      left: 0;
      bottom: 1.4vw;
      height: 1em;
      text-align: center; }
      @media screen and (min-width: 769px) {
        .fixedhd .burger small {
          font-size: 14px;
          bottom: 8px; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .fixedhd .burger small {
      font-size: 0.9722222222vw;
      bottom: 0.5555555556vw; } }

      .fixedhd .burger small::before {
        position: absolute;
        content: "menu";
        top: 0;
        left: 0;
        width: 100%; }
    .fixedhd .burger.active::before {
      transform: rotate(45deg); }
    .fixedhd .burger.active::after {
      transform: rotate(-45deg); }
    .fixedhd .burger.active > span {
      opacity: 0; }
    .fixedhd .burger.active small::before {
      content: "close"; }

/* mega
---------------------------------------------------------------------------*/
.mega {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #ffffff;
  display: none;
  padding: 29.8666666667vw 9.6vw;
  overflow: scroll; }
  @media screen and (min-width: 769px) {
    .mega {
      padding: 158px 0 82px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mega {
      padding: 10.9722222222vw 0 5.6944444444vw; } }

  .mega-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10.6666666667vw; }
    @media screen and (min-width: 769px) {
      .mega-list {
        gap: 46px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mega-list {
      gap: 3.1944444444vw; } }

    .mega-list li {
      position: relative; }
      .mega-list li::after {
        position: absolute;
        content: "";
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(/img/adlp/general/mega-arw.png);
        width: 8vw;
        height: 4vw;
        right: 0; }
        @media screen and (min-width: 769px) {
          .mega-list li::after {
            width: 34px;
            height: 17px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mega-list li::after {
      width: 2.3611111111vw;
      height: 1.1805555556vw; } }

  @media screen and (min-width: 769px) {
    .mega > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 980px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .mega > div {
      width: 68.0555555556vw; } }
  @media screen and (min-width: 769px) {
      .mega > div > ul, .mega > div > .view-pc {
        width: 40%; } }
  .mega .cta {
    display: block;
    transform: scale(0.9); }
    @media screen and (min-width: 769px) {
      .mega .cta {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto; } }
    .mega .cta-megawrap {
      width: 100vw;
      margin-left: -9.6vw;
      margin-right: -9.6vw;
      margin-top: 20.2666666667vw; }
      @media screen and (min-width: 769px) {
        .mega .cta-megawrap {
          width: 100%;
          margin-left: 0;
          margin-right: 0;
          margin-top: 74px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mega .cta-megawrap {
      margin-top: 5.1388888889vw; } }

/* mv
---------------------------------------------------------------------------*/
.mv {
  position: relative;
  margin-bottom: 16vw;
  height: 100svh; }
  @media screen and (min-width: 769px) {
    .mv {
      height: auto;
      margin-bottom: 100px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv {
      margin-bottom: 6.9444444444vw; } }
  @media screen and (min-width: 769px) {
      .mv.horizontal {
        height: 100svh; }
        .mv.horizontal .mv-img {
          height: 100svh; }
          .mv.horizontal .mv-img img {
            height: 100%; } }
  .mv-img {
    height: 100svh; }
    @media screen and (min-width: 769px) {
      .mv-img {
        height: auto; } }
    .mv-img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
      @media screen and (min-width: 769px) {
        .mv-img img {
          height: auto; } }
  .mv-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 16vw;
    left: 4.8vw; }
    @media screen and (min-width: 769px) {
      .mv-logo {
        left: 98px;
        top: 17px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-logo {
      left: 6.8055555556vw;
      top: 1.1805555556vw; } }

    .mv-logo li {
      width: 10.1333333333vw; }
      @media screen and (min-width: 769px) {
        .mv-logo li {
          width: 44px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-logo li {
      width: 3.0555555556vw; } }

      .mv-logo li + li {
        margin-left: 2.1333333333vw; }
        @media screen and (min-width: 769px) {
          .mv-logo li + li {
            margin-left: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-logo li + li {
      margin-left: 0.6944444444vw; } }

  .mv-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #D33643;
    color: #ffffff; }
    @media screen and (min-width: 769px) {
      .mv-price {
        display: none;
        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: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 412px;
        height: 140px;
        right: 0;
        left: auto;
        top: auto;
        bottom: 0;
        border-top-left-radius: 42px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-price {
      width: 28.6111111111vw;
      height: 9.7222222222vw;
      border-top-left-radius: 2.9166666667vw; } }

    .mv-price .price01 {
      font-size: 5.3333333333vw;
      margin-right: 0.3em; }
      @media screen and (min-width: 769px) {
        .mv-price .price01 {
          font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-price .price01 {
      font-size: 1.3888888889vw; } }

      @media screen and (min-width: 769px) {
        .mv-price .price01 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          position: relative;
          margin-right: 0;
          margin-bottom: 0.5em; }
          .mv-price .price01::before, .mv-price .price01::after {
            position: absolute;
            content: "";
            height: 1px;
            width: 97px;
            flex-grow: 1;
            background-color: #ffffff; } }
    @media screen and (min-width: 769px) and (max-width: 1440px) {
      .mv-price .price01::before, .mv-price .price01::after {
        width: 6.7361111111vw; } }
      @media screen and (min-width: 769px) {
          .mv-price .price01::before {
            left: -114px; } }
    @media screen and (min-width: 769px) and (max-width: 1440px) {
      .mv-price .price01::before {
        left: -7.9166666667vw; } }
      @media screen and (min-width: 769px) {
          .mv-price .price01::after {
            right: -114px; } }
    @media screen and (min-width: 769px) and (max-width: 1440px) {
      .mv-price .price01::after {
        right: -7.9166666667vw; } }

    .mv-price .price02 span:nth-of-type(1) {
      font-family: "Jost", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-size: 12.2666666667vw;
      letter-spacing: -.05em;
      font-style: italic;
      font-weight: 500; }
      @media screen and (min-width: 769px) {
        .mv-price .price02 span:nth-of-type(1) {
          font-size: 46px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-price .price02 span:nth-of-type(1) {
      font-size: 3.1944444444vw; } }

      @media screen and (min-width: 769px) {
        .mv-price .price02 span:nth-of-type(1) {
          font-weight: 400; } }
    .mv-price .price02 span:nth-of-type(2) {
      font-size: 5.3333333333vw;
      font-weight: 700; }
      @media screen and (min-width: 769px) {
        .mv-price .price02 span:nth-of-type(2) {
          font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-price .price02 span:nth-of-type(2) {
      font-size: 1.3888888889vw; } }

    .mv-price .price02 span:nth-of-type(3) {
      font-size: 4.8vw;
      font-weight: 700; }
      @media screen and (min-width: 769px) {
        .mv-price .price02 span:nth-of-type(3) {
          font-size: 18px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-price .price02 span:nth-of-type(3) {
      font-size: 1.25vw; } }

  @media screen and (min-width: 769px) {
    .mv-catch {
      display: none; } }
  .mv-catch .catch01 {
    position: absolute;
    top: 19.4666666667vw;
    right: 4vw;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 5.3333333333vw;
    font-weight: 400;
    letter-spacing: .1em;
    background: linear-gradient(90deg, transparent 50%, #FFD5D8 50%); }
    @media screen and (min-width: 769px) {
      .mv-catch .catch01 {
        font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-catch .catch01 {
      font-size: 1.3888888889vw; } }

    @media screen and (min-width: 769px) {
      .mv-catch .catch01 {
        top: 64px;
        right: calc(50% - 552px);
        font-size: 28px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-catch .catch01 {
      top: 4.4444444444vw;
      right: calc(50% - 38.333333vw);
      font-size: 1.9444444444vw; } }

  .mv-catch h1 > span {
    position: absolute;
    top: 19.2vw;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 8vw;
    letter-spacing: .1em;
    border: 1px solid #000000;
    background-color: #ffffff;
    padding: 1.3333333333vw 0.8vw; }
    @media screen and (min-width: 769px) {
      .mv-catch h1 > span {
        font-size: 30px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-catch h1 > span {
      font-size: 2.0833333333vw; } }

    @media screen and (min-width: 769px) {
      .mv-catch h1 > span {
        top: 64px;
        padding: 5px 3px;
        font-size: 51px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-catch h1 > span {
      top: 4.4444444444vw;
      font-size: 3.5416666667vw; } }

  .mv-catch .catch02 {
    right: 10.9333333333vw; }
    @media screen and (min-width: 769px) {
      .mv-catch .catch02 {
        right: calc(50% - 515px); } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-catch .catch02 {
      right: calc(50% - 35.96388vw); } }

  .mv-catch .catch03 {
    right: 21.8666666667vw; }
    @media screen and (min-width: 769px) {
      .mv-catch .catch03 {
        right: calc(50% - 450px); } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-catch .catch03 {
      right: calc(50% - 31.25vw); } }

  .mv-icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    top: 121.8666666667vw;
    left: 0; }
    @media screen and (min-width: 769px) {
      .mv-icon {
        width: 552px;
        top: auto;
        bottom: 60px;
        left: 100px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-icon {
      width: 38.3333333333vw;
      bottom: 4.1666666667vw;
      left: 6.9444444444vw; } }

    .mv-icon li {
      width: 32vw; }
  .mv-attr {
    text-align: center;
    font-size: 2.6666666667vw;
    margin-top: -8vw; }
    @media screen and (min-width: 769px) {
      .mv-attr {
        font-size: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-attr {
      font-size: 0.6944444444vw; } }

    @media screen and (min-width: 769px) {
      .mv-attr {
        position: absolute;
        left: 100px;
        bottom: 20px;
        font-size: 14px;
        margin-top: 0; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-attr {
      left: 6.9444444444vw;
      bottom: 1.3888888889vw;
      font-size: 0.9722222222vw; } }

  @media screen and (min-width: 769px) {
    .mv-head {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 80px;
      z-index: 1000; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .mv-head {
      height: 5.5555555556vw; } }

  .mv-head .cta {
    display: none; }
    @media screen and (min-width: 769px) {
      .mv-head .cta {
        display: block;
        position: absolute;
        transform: scale(0.6);
        right: 0; } }

/* cta
---------------------------------------------------------------------------*/
.cta {
  position: relative;
  width: 93.3333333333vw;
  height: 19.7333333333vw;
  margin: 0 auto;
  border: 0.5333333333vw solid #ffffff;
  box-shadow: 0.5333333333vw 0.5333333333vw 0 #B51B39;
  border-radius: 9.8666666667vw;
  background-color: #D33643; }
  @media screen and (min-width: 769px) {
    .cta {
      width: 406px;
      height: 86px;
      border-radius: 43px;
      box-shadow: 2px 2px 0 #B51B39;
      border: 2px solid #ffffff; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .cta {
      width: 28.1944444444vw;
      height: 5.9722222222vw;
      border-radius: 2.9861111111vw;
      box-shadow: 0.1388888889vw 0.1388888889vw 0 #B51B39;
      border: 0.1388888889vw solid #ffffff; } }

  .cta .cta01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 64.5333333333vw;
    height: 8.5333333333vw;
    border-radius: 4.2666666667vw;
    border: 0.2666666667vw solid #C62E4C;
    background-color: #ffffff;
    color: #C62E4C;
    font-size: 4vw;
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%);
    top: -2.1333333333vw; }
    @media screen and (min-width: 769px) {
      .cta .cta01 {
        font-size: 15px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .cta .cta01 {
      font-size: 1.0416666667vw; } }

    @media screen and (min-width: 769px) {
      .cta .cta01 {
        width: 280px;
        height: 38px;
        border-radius: 19px;
        border: 1px solid #C62E4C;
        font-size: 17px;
        top: -12px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .cta .cta01 {
      width: 19.4444444444vw;
      height: 2.6388888889vw;
      border-radius: 1.3194444444vw;
      border: 0.0694444444vw solid #C62E4C;
      font-size: 1.1805555556vw;
      top: -0.8333333333vw; } }

  .cta a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 9.8666666667vw;
    overflow: hidden;
    padding-top: 8vw;
    text-align: center;
    /*&::after {
    	@include bfaf;
    	top: -50%;
    	left: -50%;
    	transform: rotate(45deg);
    	width: 10%;
    	height: 150%;
    	background: #fff;
    	animation: reflect 5s ease-in-out infinite;
    }*/ }
    @media screen and (min-width: 769px) {
      .cta a {
        padding-top: 34px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .cta a {
      padding-top: 2.3611111111vw; } }

    .cta a::before {
      position: absolute;
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 3.7333333333vw;
      height: 3.7333333333vw;
      background-image: url(/img/adlp/general/cta-arw.png);
      right: 6.9333333333vw;
      top: 9.6vw; }
      @media screen and (min-width: 769px) {
        .cta a::before {
          width: 16px;
          height: 16px;
          right: 30px;
          top: 40px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .cta a::before {
      width: 1.1111111111vw;
      height: 1.1111111111vw;
      right: 2.0833333333vw;
      top: 2.7777777778vw; } }

    .cta a .cta02 {
      font-size: 6.4vw;
      color: #ffffff;
      font-weight: 700;
      letter-spacing: .1em; }
      @media screen and (min-width: 769px) {
        .cta a .cta02 {
          font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .cta a .cta02 {
      font-size: 1.6666666667vw; } }

      @media screen and (min-width: 769px) {
        .cta a .cta02 {
          font-size: 27px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .cta a .cta02 {
      font-size: 1.875vw; } }

  .cta-wrap {
    background-color: #FDF5F6;
    padding: 16vw 0;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .cta-wrap {
        padding: 60px 0; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .cta-wrap {
      padding: 4.1666666667vw 0; } }

    .cta-wrap-ttl {
      font-size: 5.3333333333vw;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 6.4vw; }
      @media screen and (min-width: 769px) {
        .cta-wrap-ttl {
          font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .cta-wrap-ttl {
      font-size: 1.3888888889vw; } }

      @media screen and (min-width: 769px) {
        .cta-wrap-ttl {
          font-size: 32px;
          margin-bottom: 32px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .cta-wrap-ttl {
      font-size: 2.2222222222vw;
      margin-bottom: 2.2222222222vw; } }

      .cta-wrap-ttl span {
        display: block;
        font-size: 4.2666666667vw;
        margin-bottom: 2.1333333333vw; }
        @media screen and (min-width: 769px) {
          .cta-wrap-ttl span {
            font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .cta-wrap-ttl span {
      font-size: 1.1111111111vw; } }

        @media screen and (min-width: 769px) {
          .cta-wrap-ttl span {
            font-size: 24px;
            margin-bottom: 8px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .cta-wrap-ttl span {
      font-size: 1.6666666667vw;
      margin-bottom: 0.5555555556vw; } }

@keyframes reflect {
  0%,75% {
    transform: rotate(45deg) scale(0);
    opacity: 1; }
  100% {
    transform: rotate(45deg) scale(100);
    opacity: 0; } }
/* nayami
---------------------------------------------------------------------------*/
.nayami {
  position: relative;
  background-color: #FBD4B8;
  padding: 16vw 0 37.6vw;
  margin-bottom: 16vw;
  margin-top: 25.0666666667vw; }
  @media screen and (min-width: 769px) {
    .nayami {
      padding: 58px 0 187px;
      margin-top: 160px;
      margin-bottom: 120px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .nayami {
      padding: 4.0277777778vw 0 12.9861111111vw;
      margin-top: 11.1111111111vw;
      margin-bottom: 8.3333333333vw; } }

  .nayami::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 17.8666666667vw;
    background-image: url(/img/adlp/general/nayami-hd.png);
    left: 0;
    top: -9.0666666667vw; }
    @media screen and (min-width: 769px) {
      .nayami::before {
        background-image: url(/img/adlp/general/nayami-hd-pc.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        min-width: 1440px;
        height: 108px;
        top: -58px;
        left: 50%;
        transform: translateX(-50%); } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .nayami::before {
      min-width: 100vw;
      height: 7.5vw;
      top: -4.0277777778vw; } }

  .nayami-ttl {
    position: relative;
    font-size: 6.4vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 7.4666666667vw; }
    @media screen and (min-width: 769px) {
      .nayami-ttl {
        font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .nayami-ttl {
      font-size: 1.6666666667vw; } }

    @media screen and (min-width: 769px) {
      .nayami-ttl {
        font-size: 40px;
        margin-bottom: 50px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .nayami-ttl {
      font-size: 2.7777777778vw;
      margin-bottom: 3.4722222222vw; } }

    .nayami-ttl::before, .nayami-ttl::after {
      position: absolute;
      content: "";
      left: 50%;
      transform: translateX(-50%);
      width: 85.8666666667vw;
      height: 1px;
      background-color: #ffffff; }
      @media screen and (min-width: 769px) {
        .nayami-ttl::before, .nayami-ttl::after {
          width: 520px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .nayami-ttl::before, .nayami-ttl::after {
      width: 36.1111111111vw; } }

    .nayami-ttl::before {
      bottom: 0; }
    .nayami-ttl::after {
      bottom: -1.0666666667vw; }
      @media screen and (min-width: 769px) {
        .nayami-ttl::after {
          bottom: -4px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .nayami-ttl::after {
      bottom: -0.2777777778vw; } }

    .nayami-ttl .ttl01 {
      display: inline-block;
      border: 1px solid #000000;
      background-color: #ffffff;
      padding: 1.0666666667vw 3.7333333333vw;
      font-weight: 500;
      margin: 0 1.0666666667vw;
      line-height: 1; }
      @media screen and (min-width: 769px) {
        .nayami-ttl .ttl01 {
          padding: 4px 18px;
          margin: 0 4px; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .nayami-ttl .ttl01 {
      padding: 0.2777777778vw 1.25vw;
      margin: 0 0.2777777778vw; } }

    .nayami-ttl .ttl02 {
      color: #D33643; }
      .nayami-ttl .ttl02 i {
        position: relative;
        font-style: normal; }
        .nayami-ttl .ttl02 i::before {
          position: absolute;
          content: "";
          width: 1.6vw;
          height: 1.6vw;
          border-radius: 50%;
          background-color: #ffffff;
          left: 50%;
          transform: translateX(-50%);
          top: -0.5333333333vw; }
          @media screen and (min-width: 769px) {
            .nayami-ttl .ttl02 i::before {
              width: 6px;
              height: 6px;
              top: -2px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .nayami-ttl .ttl02 i::before {
      width: 0.4166666667vw;
      height: 0.4166666667vw;
      top: -0.1388888889vw; } }

    @media screen and (min-width: 769px) {
      .nayami-ttl .ttl03 {
        font-size: 32px;
        font-weight: 500; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .nayami-ttl .ttl03 {
      font-size: 2.2222222222vw; } }

    @media screen and (min-width: 769px) {
      .nayami-ttl .ttl04 {
        font-weight: 400; } }
  @media screen and (min-width: 769px) {
    .nayami-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 860px;
      margin: 0 auto;
      gap: 36px 20px; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .nayami-list {
      gap: 2.5vw 1.3888888889vw;
      width: 59.7222222222vw; } }

  .nayami-list li {
    position: relative;
    width: 89.3333333333vw;
    border: 1px solid #000000;
    background-color: #ffffff;
    padding: 3.2vw 4vw; }
    @media screen and (min-width: 769px) {
      .nayami-list li {
        width: 420px;
        padding: 6px 15px; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .nayami-list li {
      width: 29.1666666667vw;
      padding: 0.8333333333vw 1.1805555556vw; } }

    .nayami-list li .num {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 13.3333333333vw;
      height: 13.3333333333vw;
      border-radius: 50%;
      border: 1px solid #000000;
      background-color: #D33643;
      color: #ffffff;
      font-size: 6.4vw;
      font-family: "Jost", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-style: italic;
      top: -3.4666666667vw; }
      @media screen and (min-width: 769px) {
        .nayami-list li .num {
          font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .nayami-list li .num {
      font-size: 1.6666666667vw; } }

      @media screen and (min-width: 769px) {
        .nayami-list li .num {
          width: 58px;
          height: 58px;
          font-size: 27px;
          top: -15px; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .nayami-list li .num {
      width: 4.0277777778vw;
      height: 4.0277777778vw;
      font-size: 1.875vw;
      top: -1.0416666667vw;
      font-size: min(1.875vw, 28px);
      max-width: 56px;
      max-height: 56px;
    } }

      .nayami-list li .num span {
        display: block;
        width: 100%;
        text-align: center;
        padding-right: .2em; }
    .nayami-list li .tx {
      font-size: 4.2666666667vw;
      font-weight: 700;
      line-height: 1.4; }
      @media screen and (min-width: 769px) {
        .nayami-list li .tx {
          font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .nayami-list li .tx {
      font-size: 1.1111111111vw; } }

      @media screen and (min-width: 769px) {
        .nayami-list li .tx {
          font-size: 18px;
          font-weight: 500; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .nayami-list li .tx {
      font-size: 1.25vw; } }

      .nayami-list li .tx span {
        color: #D33643; }
    .nayami-list li + li {
      margin-top: 5.3333333333vw; }
      @media screen and (min-width: 769px) {
        .nayami-list li + li {
          margin-top: 0; } }
    .nayami-list li:nth-of-type(2n + 1) {
      border-left: none;
      border-top-right-radius: 2.6666666667vw;
      padding-left: 18.6666666667vw; }
      @media screen and (min-width: 769px) {
        .nayami-list li:nth-of-type(2n + 1) {
          border-left: 1px solid #000000;
          padding-left: 102px;
          border-top-right-radius: 18px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .nayami-list li:nth-of-type(2n + 1) {
      padding-left: 7.0833333333vw;
      border-top-right-radius: 1.25vw; } }

      .nayami-list li:nth-of-type(2n + 1) .num {
        left: 3.7333333333vw; }
        @media screen and (min-width: 769px) {
          .nayami-list li:nth-of-type(2n + 1) .num {
            left: 33px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .nayami-list li:nth-of-type(2n + 1) .num {
      left: 2.2916666667vw; } }

    .nayami-list li:nth-of-type(2n) {
      border-right: none;
      border-top-left-radius: 2.6666666667vw;
      padding-right: 18.6666666667vw;
      margin-left: auto;
      margin-right: 0; }
      @media screen and (min-width: 769px) {
        .nayami-list li:nth-of-type(2n) {
          border-right: 1px solid #000000;
          padding-right: 102px;
          border-top-left-radius: 18px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .nayami-list li:nth-of-type(2n) {
      padding-right: 7.0833333333vw;
      border-top-left-radius: 1.25vw; } }

      .nayami-list li:nth-of-type(2n) .num {
        right: 3.7333333333vw; }
        @media screen and (min-width: 769px) {
          .nayami-list li:nth-of-type(2n) .num {
            right: 33px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .nayami-list li:nth-of-type(2n) .num {
      right: 2.2916666667vw; } }

  .nayami-ill {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 72vw; }
    @media screen and (min-width: 769px) {
      .nayami-ill {
        width: 332px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .nayami-ill {
      width: 23.0555555556vw; } }

/* pro
---------------------------------------------------------------------------*/
.pro {
  margin-bottom: 16vw; }
  @media screen and (min-width: 769px) {
    .pro {
      margin-bottom: 120px;
      text-align: center; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro {
      margin-bottom: 8.3333333333vw; } }

  .pro-ttl {
    position: relative;
    text-align: center;
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2.1333333333vw; }
    @media screen and (min-width: 769px) {
      .pro-ttl {
        font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-ttl {
      font-size: 1.1111111111vw; } }

    @media screen and (min-width: 769px) {
      .pro-ttl {
        display: inline-block;
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 30px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-ttl {
      font-size: 2.2222222222vw;
      margin-bottom: 2.0833333333vw; } }

    .pro-ttl::before, .pro-ttl::after {
      position: absolute;
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 12.8vw;
      height: 8.5333333333vw;
      top: 2.6666666667vw; }
      @media screen and (min-width: 769px) {
        .pro-ttl::before, .pro-ttl::after {
          width: 84px;
          height: 55px;
          top: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-ttl::before, .pro-ttl::after {
      width: 5.8333333333vw;
      height: 3.8194444444vw;
      top: 1.3888888889vw; } }

    .pro-ttl::before {
      background-image: url(/img/adlp/general/pro-ttl-left.png);
      left: 2.6666666667vw; }
      @media screen and (min-width: 769px) {
        .pro-ttl::before {
          left: -80px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-ttl::before {
      left: -5.5555555556vw; } }

    .pro-ttl::after {
      background-image: url(/img/adlp/general/pro-ttl-right.png);
      right: 2.6666666667vw; }
      @media screen and (min-width: 769px) {
        .pro-ttl::after {
          right: -80px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-ttl::after {
      right: -5.5555555556vw; } }

    .pro-ttl .ttl01 {
      color: #D33643;
      font-size: 6.4vw; }
      @media screen and (min-width: 769px) {
        .pro-ttl .ttl01 {
          font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-ttl .ttl01 {
      font-size: 1.6666666667vw; } }

      @media screen and (min-width: 769px) {
        .pro-ttl .ttl01 {
          font-size: 40px;
          font-weight: 700; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-ttl .ttl01 {
      font-size: 2.7777777778vw; } }

    .pro-ttl .ttl02 {
      font-family: "Jost", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      color: #D33643;
      font-style: italic;
      font-weight: 500;
      font-size: 12.8vw;
      line-height: 1; }
      @media screen and (min-width: 769px) {
        .pro-ttl .ttl02 {
          font-size: 48px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-ttl .ttl02 {
      font-size: 3.3333333333vw; } }

      @media screen and (min-width: 769px) {
        .pro-ttl .ttl02 {
          font-size: 70px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-ttl .ttl02 {
      font-size: 4.8611111111vw; } }

    .pro-ttl .ttl03 {
      font-size: 6.4vw;
      font-weight: 500; }
      @media screen and (min-width: 769px) {
        .pro-ttl .ttl03 {
          font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-ttl .ttl03 {
      font-size: 1.6666666667vw; } }

      @media screen and (min-width: 769px) {
        .pro-ttl .ttl03 {
          font-size: 35px;
          font-weight: 400; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-ttl .ttl03 {
      font-size: 2.4305555556vw; } }

  .pro-catch {
    text-align: center;
    font-size: 6.4vw;
    margin-bottom: 8vw; }
    @media screen and (min-width: 769px) {
      .pro-catch {
        font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-catch {
      font-size: 1.6666666667vw; } }

    @media screen and (min-width: 769px) {
      .pro-catch {
        font-size: 35px;
        font-weight: 400;
        margin-bottom: 44px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-catch {
      font-size: 2.4305555556vw;
      margin-bottom: 3.0555555556vw; } }

    .pro-catch span {
      display: inline-block;
      border: 1px solid #000000;
      background-color: #ffffff;
      padding: 1.0666666667vw 3.7333333333vw;
      margin-right: 1.3333333333vw; }
      @media screen and (min-width: 769px) {
        .pro-catch span {
          padding: 8px 14px;
          margin-right: 5px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-catch span {
      padding: 0.5555555556vw 0.9722222222vw;
      margin-right: 0.3472222222vw; } }

  .pro-img {
    margin-bottom: 8vw; }
    @media screen and (min-width: 769px) {
      .pro-img {
        width: 570px;
        margin-bottom: 0; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-img {
      width: 39.5833333333vw; } }

    .pro-img img {
      width: 100%; }
      @media screen and (min-width: 769px) {
        .pro-img img {
          border-radius: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-img img {
      border-radius: 1.3888888889vw; } }

  .pro-lead {
    width: 88vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 0;
    border-top: 1px dotted #2E2E2E;
    border-bottom: 1px dotted #2E2E2E;
    margin-bottom: 5.3333333333vw; }
    @media screen and (min-width: 769px) {
      .pro-lead {
        font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-lead {
      font-size: 1.1111111111vw; } }

    @media screen and (min-width: 769px) {
      .pro-lead {
        width: 484px;
        padding: 8px 0;
        font-size: 23px;
        margin-bottom: 30px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-lead {
      width: 33.6111111111vw;
      padding: 0.5555555556vw 0;
      font-size: 1.5972222222vw;
      margin-bottom: 2.0833333333vw; } }

  .pro-desc {
    font-size: 6.4vw;
    text-align: center;
    line-height: 1.4; }
    @media screen and (min-width: 769px) {
      .pro-desc {
        font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-desc {
      font-size: 1.6666666667vw; } }

    @media screen and (min-width: 769px) {
      .pro-desc {
        font-size: 30px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-desc {
      font-size: 2.0833333333vw; } }

    .pro-desc span {
      display: inline-block;
      padding-bottom: 1.0666666667vw;
      background: linear-gradient(transparent 60%, #FFD5D8 60%);
      color: #D33643; }
      @media screen and (min-width: 769px) {
        .pro-desc span {
          padding-bottom: 2px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-desc span {
      padding-bottom: 0.1388888889vw; } }

  @media screen and (min-width: 769px) {
    .pro-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 1100px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .pro-wrap {
      width: 76.3888888889vw; } }
  @media screen and (min-width: 769px) {
      .pro-wrap-tx {
        width: 500px; } }
    @media screen and (min-width: 769px) and (max-width: 1440px) {
      .pro-wrap-tx {
        width: 34.7222222222vw; } }
  @media screen and (min-width: 769px) {
        .pro-wrap-tx .pro-ttl {
          margin-bottom: 8px; } }
      @media screen and (min-width: 769px) and (min-width: 769px) {
        .pro-wrap-tx .pro-ttl {
          margin-bottom: 0.5555555556vw; } }
  @media screen and (min-width: 769px) {
          .pro-wrap-tx .pro-ttl::before, .pro-wrap-tx .pro-ttl::after {
            display: none; } }

/* point
---------------------------------------------------------------------------*/
.point {
  background-color: #D33643;
  border-top-left-radius: 10.6666666667vw;
  border-top-right-radius: 10.6666666667vw; }
  @media screen and (min-width: 769px) {
    .point {
      border-top-left-radius: 100px;
      border-top-right-radius: 100px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point {
      border-top-left-radius: 6.9444444444vw;
      border-top-right-radius: 6.9444444444vw; } }

  .point-ttl {
    position: relative;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    padding: 5.3333333333vw 0 2.6666666667vw; }
    @media screen and (min-width: 769px) {
      .point-ttl {
        padding: 20px 0 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-ttl {
      padding: 1.3888888889vw 0 0.6944444444vw; } }

    .point-ttl::after {
      position: absolute;
      content: "";
      left: 50%;
      transform: translateX(-50%);
      top: calc(100% - 1px);
      border-top: 4.8vw solid #D33643;
      border-left: 10.1333333333vw solid transparent;
      border-right: 10.1333333333vw solid transparent;
      z-index: 100; }
      @media screen and (min-width: 769px) {
        .point-ttl::after {
          border-top-width: 28px;
          border-left-width: 64px;
          border-right-width: 64px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-ttl::after {
      border-top-width: 1.9444444444vw;
      border-left-width: 4.4444444444vw;
      border-right-width: 4.4444444444vw; } }

    .point-ttl .ttl01 {
      position: absolute;
      font-size: 6.4vw;
      left: 50%;
      transform: translateX(-50%);
      top: 7.4666666667vw;
      white-space: nowrap; }
      @media screen and (min-width: 769px) {
        .point-ttl .ttl01 {
          font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-ttl .ttl01 {
      font-size: 1.6666666667vw; } }

      @media screen and (min-width: 769px) {
        .point-ttl .ttl01 {
          font-size: 41px;
          top: 40px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-ttl .ttl01 {
      font-size: 2.8472222222vw;
      top: 2.7777777778vw; } }

    .point-ttl .ttl02 {
      position: relative;
      font-size: 21.8666666667vw;
      font-family: "Jost", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-style: italic; }
      @media screen and (min-width: 769px) {
        .point-ttl .ttl02 {
          font-size: 82px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-ttl .ttl02 {
      font-size: 5.6944444444vw; } }

      @media screen and (min-width: 769px) {
        .point-ttl .ttl02 {
          font-size: 142px; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .point-ttl .ttl02 {
      font-size: 9.8611111111vw; } }

      .point-ttl .ttl02::after {
        position: absolute;
        content: "";
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 4.2666666667vw;
        height: 5.0666666667vw;
        background-image: url(/img/adlp/general/point-ttl-deco.png);
        top: 3.7333333333vw;
        left: 12.8vw; }
        @media screen and (min-width: 769px) {
          .point-ttl .ttl02::after {
            width: 28px;
            height: 32px;
            top: 30px;
            right: -32px;
            left: auto; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-ttl .ttl02::after {
      width: 1.9444444444vw;
      height: 2.2222222222vw;
      top: 2.0833333333vw;
      right: -2.2222222222vw; } }

    .point-ttl .ttl03 {
      font-size: 6.4vw; }
      @media screen and (min-width: 769px) {
        .point-ttl .ttl03 {
          font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-ttl .ttl03 {
      font-size: 1.6666666667vw; } }

      @media screen and (min-width: 769px) {
        .point-ttl .ttl03 {
          font-size: 41px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-ttl .ttl03 {
      font-size: 2.8472222222vw; } }

    .point-ttl .ttl04 {
      font-size: 8.5333333333vw; }
      @media screen and (min-width: 769px) {
        .point-ttl .ttl04 {
          font-size: 32px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-ttl .ttl04 {
      font-size: 2.2222222222vw; } }

      @media screen and (min-width: 769px) {
        .point-ttl .ttl04 {
          font-size: 55px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-ttl .ttl04 {
      font-size: 3.8194444444vw; } }

  .point article {
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 16vw 0; }
    @media screen and (min-width: 769px) {
      .point article {
        padding: 80px 0; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point article {
      padding: 5.5555555556vw 0; } }

  .point-catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.1333333333vw; }
    @media screen and (min-width: 769px) {
      .point-catch {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0; } }
    .point-catch .num {
      width: 17.0666666667vw; }
      @media screen and (min-width: 769px) {
        .point-catch .num {
          width: 78px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-catch .num {
      width: 5.4166666667vw; } }

    .point-catch .tx {
      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: center;
      -ms-flex-align: center;
      align-items: center;
      width: 82.9333333333vw;
      text-align: center; }
      @media screen and (min-width: 769px) {
        .point-catch .tx {
          width: 440px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-catch .tx {
      width: 30.5555555556vw; } }

      .point-catch .tx .catch01 {
        position: relative;
        font-size: 4vw;
        padding-bottom: 4.8vw;
        margin-bottom: 1.0666666667vw; }
        @media screen and (min-width: 769px) {
          .point-catch .tx .catch01 {
            font-size: 15px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-catch .tx .catch01 {
      font-size: 1.0416666667vw; } }

        @media screen and (min-width: 769px) {
          .point-catch .tx .catch01 {
            font-size: 22px;
            padding-bottom: 26px;
            margin-bottom: 2px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-catch .tx .catch01 {
      font-size: 1.5277777778vw;
      padding-bottom: 1.8055555556vw;
      margin-bottom: 0.1388888889vw; } }

        .point-catch .tx .catch01::after {
          position: absolute;
          content: "";
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          width: 70.1333333333vw;
          height: 2.6666666667vw;
          background-image: url(/img/adlp/general/point-catch-bdr.png);
          left: 50%;
          transform: translateX(-50%);
          bottom: 0; }
          @media screen and (min-width: 769px) {
            .point-catch .tx .catch01::after {
              width: 373px;
              height: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-catch .tx .catch01::after {
      width: 25.9027777778vw;
      height: 1.1111111111vw; } }

      .point-catch .tx .catch02 {
        font-weight: 700;
        letter-spacing: -.05em; }
        @media screen and (min-width: 769px) {
          .point-catch .tx .catch02 {
            width: calc(100% + 2em);
            margin-left: -2em;
            margin-right: -2em; } }
        .point-catch .tx .catch02 .catch02-01 {
          color: #D33643;
          font-size: 7.7333333333vw; }
          @media screen and (min-width: 769px) {
            .point-catch .tx .catch02 .catch02-01 {
              font-size: 29px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-catch .tx .catch02 .catch02-01 {
      font-size: 2.0138888889vw; } }

          @media screen and (min-width: 769px) {
            .point-catch .tx .catch02 .catch02-01 {
              font-size: 41px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-catch .tx .catch02 .catch02-01 {
      font-size: 2.8472222222vw; } }

        .point-catch .tx .catch02 .catch02-02 {
          font-size: 5.8666666667vw; }
          @media screen and (min-width: 769px) {
            .point-catch .tx .catch02 .catch02-02 {
              font-size: 22px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-catch .tx .catch02 .catch02-02 {
      font-size: 1.5277777778vw; } }

          @media screen and (min-width: 769px) {
            .point-catch .tx .catch02 .catch02-02 {
              font-size: 32px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-catch .tx .catch02 .catch02-02 {
      font-size: 2.2222222222vw; } }

        .point-catch .tx .catch02 .catch02-03 {
          font-size: 6.9333333333vw; }
          @media screen and (min-width: 769px) {
            .point-catch .tx .catch02 .catch02-03 {
              font-size: 26px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-catch .tx .catch02 .catch02-03 {
      font-size: 1.8055555556vw; } }

          @media screen and (min-width: 769px) {
            .point-catch .tx .catch02 .catch02-03 {
              font-size: 40px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-catch .tx .catch02 .catch02-03 {
      font-size: 2.7777777778vw; } }

  .point-attr {
    margin-bottom: 2.1333333333vw;
    font-size: 2.6666666667vw;
    font-weight: 400;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .point-attr {
        font-size: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-attr {
      font-size: 0.6944444444vw; } }

    @media screen and (min-width: 769px) {
      .point-attr {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-attr {
      font-size: 0.9722222222vw;
      margin-top: 1.1111111111vw; } }

  @media screen and (min-width: 769px) {
    .point-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 1100px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 48px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-wrap {
      width: 76.3888888889vw;
      margin-top: 3.3333333333vw; } }
  @media screen and (min-width: 769px) {
      .point-wrap.rvs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .point-wrap-tx {
        width: 520px; } }
    @media screen and (min-width: 769px) and (max-width: 1440px) {
      .point-wrap-tx {
        width: 36.1111111111vw; } }
  @media screen and (min-width: 769px) {
        .point-wrap-tx.w100 {
          width: 100%; } }
  .point-img {
    position: relative;
    margin-top: 8vw;
    padding-bottom: 24vw;
    margin-bottom: 2.6666666667vw; }
    @media screen and (min-width: 769px) {
      .point-img {
        width: 550px;
        padding-bottom: 56px;
        margin-top: 0;
        margin-bottom: 0; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-img {
      width: 38.1944444444vw;
      padding-bottom: 3.8888888889vw; } }
    @media screen and (min-width: 769px) {
        .point-img img {
          border-radius: 20px; } }
    @media screen and (min-width: 769px) and (max-width: 1440px) {
      .point-img img {
        border-radius: 1.3888888889vw; } }

  .point-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    .point-icon li {
      width: 32vw; }
      @media screen and (min-width: 769px) {
        .point-icon li {
          width: 150px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-icon li {
      width: 10.4166666667vw; } }

  .point-tx {
    text-align: center;
    line-height: 1.4; }
    .point-tx.mt {
      margin-top: 6.4vw; }
      @media screen and (min-width: 769px) {
        .point-tx.mt {
          margin-top: 0; } }
    .point-tx .tx01 {
      font-size: 4.2666666667vw; }
      @media screen and (min-width: 769px) {
        .point-tx .tx01 {
          font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-tx .tx01 {
      font-size: 1.1111111111vw; } }

      @media screen and (min-width: 769px) {
        .point-tx .tx01 {
          font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-tx .tx01 {
      font-size: 1.5277777778vw; } }

      .point-tx .tx01 + .tx01 {
        margin-top: 1.2em; }
    .point-tx .tx02 {
      font-size: 6.4vw;
      font-weight: 700;
      display: inline-block;
      padding-bottom: 1.0666666667vw;
      background: linear-gradient(transparent 60%, #FFD5D8 60%); }
      @media screen and (min-width: 769px) {
        .point-tx .tx02 {
          font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-tx .tx02 {
      font-size: 1.6666666667vw; } }

      @media screen and (min-width: 769px) {
        .point-tx .tx02 {
          font-size: 30px;
          padding-bottom: 0;
          margin-top: 0.5em; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-tx .tx02 {
      font-size: 2.0833333333vw; } }

    .point-tx span,
    .point-tx strong {
      color: #D33643;
      font-weight: 700; }
    .point-tx strong {
      font-weight: 700; }
  .point-img02 {
    margin-bottom: 6.9333333333vw; }
    @media screen and (min-width: 769px) {
      .point-img02 {
        width: 500px;
        padding-top: 50px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point-img02 {
      width: 34.7222222222vw;
      padding-top: 3.4722222222vw; } }

  .point .point01,
  .point .point02 {
    margin-bottom: 8vw; }
    @media screen and (min-width: 769px) {
      .point .point01,
      .point .point02 {
        margin-bottom: 40px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point .point01,
    .point .point02 {
      margin-bottom: 2.7777777778vw; } }

  .point .cta {
    margin-top: 16vw; }
    @media screen and (min-width: 769px) {
      .point .cta {
        margin-top: 40px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .point .cta {
      margin-top: 2.7777777778vw; } }

/* phmenu
---------------------------------------------------------------------------*/
.phmenu {
  padding: 16vw 0 24vw; }
  @media screen and (min-width: 769px) {
    .phmenu {
      padding: 120px 0 168px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phmenu {
      padding: 8.3333333333vw 0 11.6666666667vw; } }

  .phmenu-ttl {
    text-align: center;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6.9333333333vw; }
    @media screen and (min-width: 769px) {
      .phmenu-ttl {
        margin-bottom: 38px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phmenu-ttl {
      margin-bottom: 2.6388888889vw; } }

    .phmenu-ttl span {
      font-family: "Jost", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-size: 4.2666666667vw;
      font-style: italic;
      margin-bottom: 1.0666666667vw; }
      @media screen and (min-width: 769px) {
        .phmenu-ttl span {
          font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phmenu-ttl span {
      font-size: 1.1111111111vw; } }

      @media screen and (min-width: 769px) {
        .phmenu-ttl span {
          font-size: 32px;
          margin-bottom: 4px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phmenu-ttl span {
      font-size: 2.2222222222vw;
      margin-bottom: 0.2777777778vw; } }

    .phmenu-ttl strong {
      font-size: 6.4vw;
      color: #D33643; }
      @media screen and (min-width: 769px) {
        .phmenu-ttl strong {
          font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phmenu-ttl strong {
      font-size: 1.6666666667vw; } }

      @media screen and (min-width: 769px) {
        .phmenu-ttl strong {
          font-size: 42px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phmenu-ttl strong {
      font-size: 2.9166666667vw; } }

  .phmenu-wrap {
    position: relative;
    width: 89.0666666667vw;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      .phmenu-wrap {
        width: 1100px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phmenu-wrap {
      width: 76.3888888889vw; } }

    .phmenu-wrap .swiper-slide {
      width: 44.5333333333vw; }
      @media screen and (min-width: 769px) {
        .phmenu-wrap .swiper-slide {
          width: 248px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phmenu-wrap .swiper-slide {
      width: 17.2222222222vw; } }

  @media screen and (min-width: 769px) {
    .phmenu-car {
      width: 992px;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phmenu-car {
      width: 68.8888888889vw; } }

  .phmenu-img {
    width: 43.7333333333vw;
    margin-bottom: 2.1333333333vw;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 769px) {
      .phmenu-img {
        width: 200px;
        margin-bottom: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phmenu-img {
      width: 13.8888888889vw;
      margin-bottom: 1.1111111111vw; } }

  .phmenu-name {
    font-size: 4.2666666667vw;
    text-align: center;
    letter-spacing: .01em; }
    @media screen and (min-width: 769px) {
      .phmenu-name {
        font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phmenu-name {
      font-size: 1.1111111111vw; } }

    @media screen and (min-width: 769px) {
      .phmenu-name {
        font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phmenu-name {
      font-size: 1.6666666667vw; } }

  .phmenu .swiper-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 6.4vw; }
    @media screen and (min-width: 769px) {
      .phmenu .swiper-dots {
        margin-top: 56px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phmenu .swiper-dots {
      margin-top: 3.8888888889vw; } }

    .phmenu .swiper-dots .swiper-pagination-bullet {
      width: 1.0666666667vw;
      height: 1.0666666667vw;
      border-radius: 50%;
      margin: 0 1.3333333333vw;
      background-color: #A4A4A4;
      opacity: 1; }
      @media screen and (min-width: 769px) {
        .phmenu .swiper-dots .swiper-pagination-bullet {
          width: 10px;
          height: 10px;
          margin: 0 7.5px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phmenu .swiper-dots .swiper-pagination-bullet {
      width: 0.6944444444vw;
      height: 0.6944444444vw;
      margin: 0 0.5208333333vw; } }

      .phmenu .swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #D33643; }
  .phmenu .swiper-arw {
    position: absolute;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 15.4666666667vw;
    z-index: 10; }
    @media screen and (min-width: 769px) {
      .phmenu .swiper-arw {
        width: 50px;
        height: 50px;
        top: 76px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phmenu .swiper-arw {
      width: 3.4722222222vw;
      height: 3.4722222222vw;
      top: 5.2777777778vw; } }

    .phmenu .swiper-arw.swiper-arw-prev {
      background-image: url(/img/adlp/general/prev.png);
      left: -4vw; }
      @media screen and (min-width: 769px) {
        .phmenu .swiper-arw.swiper-arw-prev {
          left: 0; } }
    .phmenu .swiper-arw.swiper-arw-next {
      background-image: url(/img/adlp/general/next.png);
      right: -4vw; }
      @media screen and (min-width: 769px) {
        .phmenu .swiper-arw.swiper-arw-next {
          right: 0; } }

/* phimage
---------------------------------------------------------------------------*/
.phimage {
  position: relative;
  background-color: #FBD4B8;
  padding: 16vw 0;
  margin-bottom: 17.8666666667vw; }
  @media screen and (min-width: 769px) {
    .phimage {
      padding: 58px 0;
      margin-bottom: 0; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phimage {
      padding: 4.0277777778vw 0; } }

  .phimage::before, .phimage::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 17.8666666667vw;
    background-image: url(/img/adlp/general/nayami-hd.png);
    left: 0; }
    @media screen and (min-width: 769px) {
      .phimage::before, .phimage::after {
        background-image: url(/img/adlp/general/nayami-hd-pc.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        min-width: 1440px;
        height: 108px;
        left: 50%;
        transform: translateX(-50%); } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phimage::before, .phimage::after {
      min-width: 100vw;
      height: 7.5vw; } }

  .phimage::before {
    top: -9.0666666667vw; }
    @media screen and (min-width: 769px) {
      .phimage::before {
        top: -58px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phimage::before {
      top: -4.0277777778vw; } }

  .phimage::after {
    bottom: -9.0666666667vw; }
    @media screen and (min-width: 769px) {
      .phimage::after {
        bottom: -58px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phimage::after {
      bottom: -4.0277777778vw; } }

  .phimage-ttl {
    text-align: center;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6.9333333333vw; }
    @media screen and (min-width: 769px) {
      .phimage-ttl {
        padding-top: 50px;
        margin-bottom: 55px; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .phimage-ttl {
      padding-top: 3.4722222222vw;
      margin-bottom: 3.8194444444vw; } }

    .phimage-ttl span {
      font-family: "Jost", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-size: 4.2666666667vw;
      font-style: italic;
      margin-bottom: 1.0666666667vw; }
      @media screen and (min-width: 769px) {
        .phimage-ttl span {
          font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phimage-ttl span {
      font-size: 1.1111111111vw; } }

      @media screen and (min-width: 769px) {
        .phimage-ttl span {
          font-size: 32px;
          margin-bottom: 8px;
          font-weight: 300; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .phimage-ttl span {
      font-size: 2.2222222222vw;
      margin-bottom: 0.5555555556vw; } }

    .phimage-ttl strong {
      font-size: 6.4vw; }
      @media screen and (min-width: 769px) {
        .phimage-ttl strong {
          font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phimage-ttl strong {
      font-size: 1.6666666667vw; } }

      @media screen and (min-width: 769px) {
        .phimage-ttl strong {
          font-size: 42px; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .phimage-ttl strong {
      font-size: 2.9166666667vw; } }

  .phimage-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 769px) {
      .phimage-wrap {
        padding-bottom: 64px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phimage-wrap {
      padding-bottom: 4.4444444444vw; } }

  .phimage .swiper-wrapper {
    transition-timing-function: linear; }
  .phimage .swiper-slide {
    width: 41.0666666667vw; }
    @media screen and (min-width: 769px) {
      .phimage .swiper-slide {
        width: 260px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phimage .swiper-slide {
      width: 18.0555555556vw; } }

  .phimage-car01 {
    margin-bottom: 3.2vw; }
    @media screen and (min-width: 769px) {
      .phimage-car01 {
        margin-bottom: 38px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phimage-car01 {
      margin-bottom: 2.6388888889vw; } }

  .phimage-img {
    display: block;
    position: relative;
    padding: 0 1.8666666667vw;
    /*&::after {
    	@include bfaf;
    	@include bgcontain;
    	width: px2sp(30);
    	height: px2sp(30);
    	right: px2sp(12);
    	bottom: px2sp(5);
    	background-image: url(/img/adlp/general/plus.png);
    	@include mq(xl) {
    		width: 46px;
    		height: 46px;
    		right: 29px;
    		bottom: 8px;
    		@include mq(md) {
    			width: px2vw(46);
    			height: px2vw(46);
    			right: px2vw(29);
    			bottom: px2vw(8);
    		}
    	}
    }*/ }
    @media screen and (min-width: 769px) {
      .phimage-img {
        padding: 0 21px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phimage-img {
      padding: 0 1.4583333333vw; } }

    .phimage-img img {
      border-radius: 2.6666666667vw; }
      @media screen and (min-width: 769px) {
        .phimage-img img {
          border-radius: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .phimage-img img {
      border-radius: 1.1111111111vw; } }

/* plplan
---------------------------------------------------------------------------*/
.plplan {
  padding: 16vw 0; }
  @media screen and (min-width: 769px) {
    .plplan {
      width: 900px;
      margin-left: auto;
      margin-right: auto;
      padding: 168px 0 64px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan {
      width: 62.5vw;
      padding: 11.7361111111vw 0 4.4444444444vw; } }

  .plplan-catch {
    text-align: center;
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw; }
    @media screen and (min-width: 769px) {
      .plplan-catch {
        font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-catch {
      font-size: 1.1111111111vw; } }

    @media screen and (min-width: 769px) {
      .plplan-catch {
        font-size: 24px;
        margin-bottom: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-catch {
      font-size: 1.6666666667vw;
      margin-bottom: 1.1111111111vw; } }

  .plplan-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5.3333333333vw; }
    @media screen and (min-width: 769px) {
      .plplan-ttl {
        margin-bottom: 40px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ttl {
      margin-bottom: 2.7777777778vw; } }

    .plplan-ttl span {
      display: inline-block;
      border: 1px solid #000000;
      background-color: #ffffff;
      padding: 1.0666666667vw 3.7333333333vw;
      margin-right: 1.3333333333vw;
      font-size: 6.4vw; }
      @media screen and (min-width: 769px) {
        .plplan-ttl span {
          font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ttl span {
      font-size: 1.6666666667vw; } }

      @media screen and (min-width: 769px) {
        .plplan-ttl span {
          font-size: 36px;
          padding: 4px 18px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ttl span {
      font-size: 2.5vw;
      padding: 0.2777777778vw 1.25vw; } }

    .plplan-ttl strong {
      font-size: 7.4666666667vw;
      font-weight: 700;
      color: #D33643; }
      @media screen and (min-width: 769px) {
        .plplan-ttl strong {
          font-size: 28px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ttl strong {
      font-size: 1.9444444444vw; } }

      @media screen and (min-width: 769px) {
        .plplan-ttl strong {
          font-size: 42px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ttl strong {
      font-size: 2.9166666667vw; } }

  .plplan-system-ttl {
    width: 91.7333333333vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 0;
    border-top: 1px dotted #2E2E2E;
    border-bottom: 1px dotted #2E2E2E;
    margin-bottom: 5.3333333333vw; }
    @media screen and (min-width: 769px) {
      .plplan-system-ttl {
        font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-ttl {
      font-size: 1.1111111111vw; } }

    @media screen and (min-width: 769px) {
      .plplan-system-ttl {
        width: 100%;
        font-size: 24px;
        padding: 8px 0;
        margin-bottom: 35px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-ttl {
      font-size: 1.6666666667vw;
      padding: 0.5555555556vw 0;
      margin-bottom: 2.4305555556vw; } }

  .plplan-system-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 91.7333333333vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8.8vw;
    margin-bottom: 6.4vw; }
    @media screen and (min-width: 769px) {
      .plplan-system-detail {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding-bottom: 36px;
        margin-bottom: 24px;
        gap: 88px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail {
      padding-bottom: 2.5vw;
      margin: 1.6666666667vw;
      gap: 6.1111111111vw; } }

    .plplan-system-detail::before, .plplan-system-detail::after {
      position: absolute;
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .plplan-system-detail::before {
      width: 8vw;
      height: 8vw;
      background-image: url(/img/adlp/general/plplan-plus.png);
      top: 36%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 10; }
      @media screen and (min-width: 769px) {
        .plplan-system-detail::before {
          width: 47px;
          height: 47px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail::before {
      width: 3.2638888889vw;
      height: 3.2638888889vw; } }

    .plplan-system-detail::after {
      width: 27.4666666667vw;
      height: 6.1333333333vw;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      background-image: url(/img/adlp/general/plplan-arw.png); }
      @media screen and (min-width: 769px) {
        .plplan-system-detail::after {
          width: 103px;
          height: 23px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail::after {
      width: 7.1527777778vw;
      height: 1.5972222222vw; } }

    .plplan-system-detail li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 42.6666666667vw;
      height: 24vw;
      border-radius: 1.3333333333vw;
      border: 1px solid #000000;
      background-color: #ffffff; }
      @media screen and (min-width: 769px) {
        .plplan-system-detail li {
          width: 240px;
          height: 134px;
          border-radius: 8px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail li {
      width: 16.6666666667vw;
      height: 9.3055555556vw;
      border-radius: 0.5555555556vw; } }

      .plplan-system-detail li > div {
        width: 100%;
        text-align: center; }
      .plplan-system-detail li .tx01 {
        font-size: 4.2666666667vw;
        color: #D33643;
        margin-bottom: 1.3333333333vw; }
        @media screen and (min-width: 769px) {
          .plplan-system-detail li .tx01 {
            font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail li .tx01 {
      font-size: 1.1111111111vw; } }

        @media screen and (min-width: 769px) {
          .plplan-system-detail li .tx01 {
            font-size: 24px;
            margin-bottom: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail li .tx01 {
      font-size: 1.6666666667vw;
      margin-bottom: 0.6944444444vw; } }

      .plplan-system-detail li .tx02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .plplan-system-detail li .tx02-01 {
        font-family: "Jost", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-weight: 400;
        color: #D33643;
        font-style: italic;
        font-size: 10.6666666667vw;
        margin-right: 1.3333333333vw; }
        @media screen and (min-width: 769px) {
          .plplan-system-detail li .tx02-01 {
            font-size: 40px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail li .tx02-01 {
      font-size: 2.7777777778vw; } }

        @media screen and (min-width: 769px) {
          .plplan-system-detail li .tx02-01 {
            font-size: 59px;
            margin-right: 5px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail li .tx02-01 {
      font-size: 4.0972222222vw;
      margin-right: 0.3472222222vw; } }

      .plplan-system-detail li .tx02-02 span {
        display: block;
        font-size: 2.6666666667vw; }
        @media screen and (min-width: 769px) {
          .plplan-system-detail li .tx02-02 span {
            font-size: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail li .tx02-02 span {
      font-size: 0.6944444444vw; } }

        @media screen and (min-width: 769px) {
          .plplan-system-detail li .tx02-02 span {
            font-size: 14px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail li .tx02-02 span {
      font-size: 0.9722222222vw; } }

      .plplan-system-detail li .tx02-02 b {
        font-size: 5.3333333333vw;
        font-weight: 500; }
        @media screen and (min-width: 769px) {
          .plplan-system-detail li .tx02-02 b {
            font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail li .tx02-02 b {
      font-size: 1.3888888889vw; } }

        @media screen and (min-width: 769px) {
          .plplan-system-detail li .tx02-02 b {
            font-size: 29px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail li .tx02-02 b {
      font-size: 2.0138888889vw; } }

      .plplan-system-detail li .tx03 {
        font-size: 4.2666666667vw;
        margin-bottom: 2.1333333333vw; }
        @media screen and (min-width: 769px) {
          .plplan-system-detail li .tx03 {
            font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail li .tx03 {
      font-size: 1.1111111111vw; } }

        @media screen and (min-width: 769px) {
          .plplan-system-detail li .tx03 {
            font-size: 24px;
            margin-bottom: 12px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail li .tx03 {
      font-size: 1.6666666667vw;
      margin-bottom: 0.8333333333vw; } }

      .plplan-system-detail li .tx04 {
        border: 1px solid #000000;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        padding: 3.2vw 0;
        font-size: 3.2vw; }
        @media screen and (min-width: 769px) {
          .plplan-system-detail li .tx04 {
            font-size: 12px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail li .tx04 {
      font-size: 0.8333333333vw; } }

        @media screen and (min-width: 769px) {
          .plplan-system-detail li .tx04 {
            font-size: 18px;
            padding: 12px 0; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail li .tx04 {
      font-size: 1.25vw;
      padding: 0.8333333333vw 0; } }

        .plplan-system-detail li .tx04 span {
          display: inline-block;
          font-size: 2.6666666667vw;
          color: #D33643;
          margin: 0 0.2666666667vw; }
          @media screen and (min-width: 769px) {
            .plplan-system-detail li .tx04 span {
              font-size: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail li .tx04 span {
      font-size: 0.6944444444vw; } }

          @media screen and (min-width: 769px) {
            .plplan-system-detail li .tx04 span {
              font-size: 15px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-system-detail li .tx04 span {
      font-size: 1.0416666667vw; } }

  .plplan-ex-catch {
    font-size: 4.2666666667vw;
    text-align: center;
    margin-bottom: 2.6666666667vw; }
    @media screen and (min-width: 769px) {
      .plplan-ex-catch {
        font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-catch {
      font-size: 1.1111111111vw; } }

    @media screen and (min-width: 769px) {
      .plplan-ex-catch {
        font-size: 24px;
        margin-bottom: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-catch {
      font-size: 1.6666666667vw;
      margin-bottom: 0.6944444444vw; } }

  .plplan-ex-ttl {
    position: relative;
    font-size: 6.4vw;
    font-weight: 700;
    color: #D33643;
    padding-bottom: 4.8vw;
    margin-bottom: 3.7333333333vw;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .plplan-ex-ttl {
        font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-ttl {
      font-size: 1.6666666667vw; } }

    @media screen and (min-width: 769px) {
      .plplan-ex-ttl {
        font-size: 32px;
        padding-bottom: 24px;
        margin-bottom: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-ttl {
      font-size: 2.2222222222vw;
      padding-bottom: 1.6666666667vw;
      margin-bottom: 1.3888888889vw; } }

    .plplan-ex-ttl::after {
      position: absolute;
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 92.2666666667vw;
      height: 2.6666666667vw;
      background-image: url(/img/adlp/general/plplan-ex-ttl-bdr.png);
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (min-width: 769px) {
        .plplan-ex-ttl::after {
          width: 415px;
          height: 12px; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .plplan-ex-ttl::after {
      width: 28.8194444444vw;
      height: 0.8333333333vw; } }

  .plplan-ex-box {
    width: 92vw;
    border: 1px solid #000000;
    border-radius: 2.9333333333vw;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5.3333333333vw;
    text-align: center;
    overflow: hidden;
    margin-bottom: 9.6vw; }
    @media screen and (min-width: 769px) {
      .plplan-ex-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        border-radius: 11px;
        margin-bottom: 60px; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .plplan-ex-box {
      border-radius: 0.7638888889vw;
      margin-bottom: 4.1666666667vw; } }

    .plplan-ex-box .box01 {
      position: relative;
      width: 74.6666666667vw;
      margin-left: auto;
      margin-right: auto;
      background-color: #FDF5F6;
      padding: 5.3333333333vw 0;
      margin-bottom: 9.6vw; }
      @media screen and (min-width: 769px) {
        .plplan-ex-box .box01 {
          width: 300px;
          padding: 16px 0;
          margin: 0; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .box01 {
      width: 20.8333333333vw;
      padding: 1.1111111111vw 0; } }

      .plplan-ex-box .box01::before {
        position: absolute;
        content: "";
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 8vw;
        height: 8vw;
        background-image: url(/img/adlp/general/plplan-plus.png);
        left: 50%;
        transform: translateX(-50%);
        bottom: -8.5333333333vw; }
        @media screen and (min-width: 769px) {
          .plplan-ex-box .box01::before {
            width: 47px;
            height: 47px;
            transform: translateX(0);
            left: auto;
            right: -74px;
            top: 34px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .box01::before {
      width: 3.2638888889vw;
      height: 3.2638888889vw;
      right: -5.1388888889vw;
      top: 2.3611111111vw; } }

      .plplan-ex-box .box01 .tx01 {
        font-size: 4.2666666667vw;
        color: #D33643;
        margin-bottom: 1.3333333333vw; }
        @media screen and (min-width: 769px) {
          .plplan-ex-box .box01 .tx01 {
            font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .box01 .tx01 {
      font-size: 1.1111111111vw; } }

        @media screen and (min-width: 769px) {
          .plplan-ex-box .box01 .tx01 {
            font-size: 20px;
            margin-bottom: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .box01 .tx01 {
      font-size: 1.3888888889vw;
      margin-bottom: 0.6944444444vw; } }

      .plplan-ex-box .box01 .tx02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .plplan-ex-box .box01 .tx02-01 {
        font-family: "Jost", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-weight: 400;
        color: #D33643;
        font-style: italic;
        font-size: 10.6666666667vw;
        margin-right: 1.3333333333vw; }
        @media screen and (min-width: 769px) {
          .plplan-ex-box .box01 .tx02-01 {
            font-size: 40px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .box01 .tx02-01 {
      font-size: 2.7777777778vw; } }

        @media screen and (min-width: 769px) {
          .plplan-ex-box .box01 .tx02-01 {
            font-size: 50px;
            margin-right: 5px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .box01 .tx02-01 {
      font-size: 3.4722222222vw;
      margin-right: 0.3472222222vw; } }

      .plplan-ex-box .box01 .tx02-02 span {
        display: block;
        font-size: 2.6666666667vw; }
        @media screen and (min-width: 769px) {
          .plplan-ex-box .box01 .tx02-02 span {
            font-size: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .box01 .tx02-02 span {
      font-size: 0.6944444444vw; } }

        @media screen and (min-width: 769px) {
          .plplan-ex-box .box01 .tx02-02 span {
            font-size: 12px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .box01 .tx02-02 span {
      font-size: 0.8333333333vw; } }

      .plplan-ex-box .box01 .tx02-02 b {
        font-size: 5.3333333333vw;
        font-weight: 500; }
        @media screen and (min-width: 769px) {
          .plplan-ex-box .box01 .tx02-02 b {
            font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .box01 .tx02-02 b {
      font-size: 1.3888888889vw; } }

        @media screen and (min-width: 769px) {
          .plplan-ex-box .box01 .tx02-02 b {
            font-size: 25px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .box01 .tx02-02 b {
      font-size: 1.7361111111vw; } }

    @media screen and (min-width: 769px) {
      .plplan-ex-box .plplan-ex-parts {
        width: 370px;
        margin-left: 84px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .plplan-ex-parts {
      width: 25.6944444444vw; } }

    .plplan-ex-box .tx03 {
      position: relative;
      color: #2E2E2E;
      text-align: center;
      font-size: 5.3333333333vw;
      font-weight: 700;
      margin-bottom: 2.6666666667vw; }
      @media screen and (min-width: 769px) {
        .plplan-ex-box .tx03 {
          font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx03 {
      font-size: 1.3888888889vw; } }

      @media screen and (min-width: 769px) {
        .plplan-ex-box .tx03 {
          font-size: 20px;
          margin-bottom: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx03 {
      font-size: 1.3888888889vw;
      margin-bottom: 0.6944444444vw; } }

      .plplan-ex-box .tx03::before, .plplan-ex-box .tx03::after {
        position: absolute;
        content: "";
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 11.4666666667vw;
        height: 8.2666666667vw;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (min-width: 769px) {
          .plplan-ex-box .tx03::before, .plplan-ex-box .tx03::after {
            width: 44px;
            height: 32px; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .plplan-ex-box .tx03::before, .plplan-ex-box .tx03::after {
      width: 3.0555555556vw;
      height: 2.2222222222vw; } }

      .plplan-ex-box .tx03::before {
        background-image: url(/img/adlp/general/tx03-left.png);
        left: 0.5333333333vw; }
        @media screen and (min-width: 769px) {
          .plplan-ex-box .tx03::before {
            left: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx03::before {
      left: 1.1111111111vw; } }

      .plplan-ex-box .tx03::after {
        background-image: url(/img/adlp/general/tx03-right.png);
        right: 0.5333333333vw; }
        @media screen and (min-width: 769px) {
          .plplan-ex-box .tx03::after {
            right: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx03::after {
      right: 1.1111111111vw; } }

    .plplan-ex-box .tx04 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 2.6666666667vw; }
      @media screen and (min-width: 769px) {
        .plplan-ex-box .tx04 {
          margin-bottom: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx04 {
      margin-bottom: 0.6944444444vw; } }

      .plplan-ex-box .tx04 .tx04-01 {
        font-size: 6.4vw;
        font-weight: 500;
        color: #D33643;
        font-style: italic;
        margin-right: 2.1333333333vw; }
        @media screen and (min-width: 769px) {
          .plplan-ex-box .tx04 .tx04-01 {
            font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx04 .tx04-01 {
      font-size: 1.6666666667vw; } }

        @media screen and (min-width: 769px) {
          .plplan-ex-box .tx04 .tx04-01 {
            font-size: 24px;
            margin-right: 5px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx04 .tx04-01 {
      font-size: 1.6666666667vw;
      margin-right: 0.3472222222vw; } }

      .plplan-ex-box .tx04 .tx04-02 {
        font-size: 4vw;
        padding-top: 1.2vw; }
        @media screen and (min-width: 769px) {
          .plplan-ex-box .tx04 .tx04-02 {
            font-size: 15px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx04 .tx04-02 {
      font-size: 1.0416666667vw; } }

        @media screen and (min-width: 769px) {
          .plplan-ex-box .tx04 .tx04-02 {
            font-size: 15px;
            padding-top: 6px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx04 .tx04-02 {
      font-size: 1.0416666667vw;
      padding-top: 0.4166666667vw; } }

    .plplan-ex-box .img {
      width: 73.0666666667vw;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 4.2666666667vw; }
      @media screen and (min-width: 769px) {
        .plplan-ex-box .img {
          width: 100%;
          margin-bottom: 0; } }
    .plplan-ex-box .tx05 {
      display: inline-block;
      background-color: rgba(251, 212, 184, 0.23);
      color: #ED9659;
      font-size: 4vw;
      font-weight: 700;
      padding: 2.1333333333vw 8.5333333333vw;
      margin-bottom: 3.7333333333vw; }
      @media screen and (min-width: 769px) {
        .plplan-ex-box .tx05 {
          font-size: 15px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx05 {
      font-size: 1.0416666667vw; } }

      @media screen and (min-width: 769px) {
        .plplan-ex-box .tx05 {
          width: 750px;
          margin-top: 10px;
          margin-bottom: 30px;
          font-size: 24px;
          padding: 8px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx05 {
      width: 52.0833333333vw;
      margin-top: 0.6944444444vw;
      margin-bottom: 2.0833333333vw;
      font-size: 1.6666666667vw;
      padding: 0.5555555556vw; } }

    .plplan-ex-box .tx06 {
      background-color: #ED9659;
      color: #ffffff;
      padding: 2.6666666667vw; }
      @media screen and (min-width: 769px) {
        .plplan-ex-box .tx06 {
          width: 100%;
          padding: 5px; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .plplan-ex-box .tx06 {
      padding: 0.3472222222vw; } }

      .plplan-ex-box .tx06 .tx06-01 {
        font-size: 4.2666666667vw; }
        @media screen and (min-width: 769px) {
          .plplan-ex-box .tx06 .tx06-01 {
            font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx06 .tx06-01 {
      font-size: 1.1111111111vw; } }

        @media screen and (min-width: 769px) {
          .plplan-ex-box .tx06 .tx06-01 {
            font-size: 22px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx06 .tx06-01 {
      font-size: 1.5277777778vw; } }

      .plplan-ex-box .tx06 .tx06-02 {
        font-size: 10.6666666667vw;
        font-family: "Jost", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-weight: 400;
        font-style: italic; }
        @media screen and (min-width: 769px) {
          .plplan-ex-box .tx06 .tx06-02 {
            font-size: 40px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx06 .tx06-02 {
      font-size: 2.7777777778vw; } }

        @media screen and (min-width: 769px) {
          .plplan-ex-box .tx06 .tx06-02 {
            font-size: 54px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx06 .tx06-02 {
      font-size: 3.75vw; } }

      .plplan-ex-box .tx06 .tx06-03 {
        font-size: 5.3333333333vw; }
        @media screen and (min-width: 769px) {
          .plplan-ex-box .tx06 .tx06-03 {
            font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx06 .tx06-03 {
      font-size: 1.3888888889vw; } }

        @media screen and (min-width: 769px) {
          .plplan-ex-box .tx06 .tx06-03 {
            font-size: 27px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx06 .tx06-03 {
      font-size: 1.875vw; } }

      .plplan-ex-box .tx06 .tx06-04 {
        font-size: 2.6666666667vw; }
        @media screen and (min-width: 769px) {
          .plplan-ex-box .tx06 .tx06-04 {
            font-size: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx06 .tx06-04 {
      font-size: 0.6944444444vw; } }

        @media screen and (min-width: 769px) {
          .plplan-ex-box .tx06 .tx06-04 {
            font-size: 13px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-ex-box .tx06 .tx06-04 {
      font-size: 0.9027777778vw; } }

  .plplan-inc {
    text-align: center; }
    .plplan-inc-catch {
      font-size: 4.2666666667vw;
      margin-bottom: 2.1333333333vw; }
      @media screen and (min-width: 769px) {
        .plplan-inc-catch {
          font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-inc-catch {
      font-size: 1.1111111111vw; } }

      @media screen and (min-width: 769px) {
        .plplan-inc-catch {
          font-size: 16px;
          margin-bottom: 8px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-inc-catch {
      font-size: 1.1111111111vw;
      margin-bottom: 0.5555555556vw; } }

    .plplan-inc-ttl {
      font-size: 5.3333333333vw;
      margin-bottom: 8vw; }
      @media screen and (min-width: 769px) {
        .plplan-inc-ttl {
          font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-inc-ttl {
      font-size: 1.3888888889vw; } }

      @media screen and (min-width: 769px) {
        .plplan-inc-ttl {
          font-size: 24px;
          margin-bottom: 30px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-inc-ttl {
      font-size: 1.6666666667vw;
      margin-bottom: 2.0833333333vw; } }

    .plplan-inc-list {
      width: 91.7333333333vw;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 2.6666666667vw; }
      @media screen and (min-width: 769px) {
        .plplan-inc-list {
          width: 900px;
          gap: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-inc-list {
      width: 62.5vw;
      gap: 1.1111111111vw; } }

      .plplan-inc-list li {
        width: 28.8vw; }
        @media screen and (min-width: 769px) {
          .plplan-inc-list li {
            width: 166px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .plplan-inc-list li {
      width: 11.5277777778vw; } }

/* osuplan
---------------------------------------------------------------------------*/
.osuplan {
  margin-top: 16vw;
  text-align: center;
  margin-bottom: 16vw; }
  @media screen and (min-width: 769px) {
    .osuplan {
      margin-top: 100px;
      margin-bottom: 90px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan {
      margin-top: 6.9444444444vw;
      margin-bottom: 6.25vw; } }

  .osuplan-ttl {
    position: relative;
    font-size: 5.3333333333vw;
    color: #D33643;
    margin-bottom: 9.0666666667vw;
    font-weight: 500; }
    @media screen and (min-width: 769px) {
      .osuplan-ttl {
        font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-ttl {
      font-size: 1.3888888889vw; } }

    @media screen and (min-width: 769px) {
      .osuplan-ttl {
        font-size: 40px;
        margin-bottom: 72px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-ttl {
      font-size: 2.7777777778vw;
      margin-bottom: 5vw; } }

    .osuplan-ttl::after {
      position: absolute;
      content: "";
      width: 10.1333333333vw;
      height: 1px;
      background-color: #000000;
      left: 50%;
      transform: translateX(-50%);
      bottom: -4.8vw; }
      @media screen and (min-width: 769px) {
        .osuplan-ttl::after {
          width: 38px;
          bottom: -28px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-ttl::after {
      width: 2.6388888889vw;
      bottom: -1.9444444444vw; } }

  .osuplan-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.3333333333vw; }
    @media screen and (min-width: 769px) {
      .osuplan-tab {
        width: 550px;
        margin-bottom: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-tab {
      width: 38.1944444444vw;
      margin-bottom: 1.6666666667vw; } }

    .osuplan-tab li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 28.8vw;
      height: 19.4666666667vw;
      border: 1px solid #000000;
      border-radius: 1.3333333333vw;
      background-color: #ffffff;
      box-shadow: 0.5333333333vw 0.5333333333vw 0 #ED9659;
      transition-property: all;
      transition-duration: 0.3s;
      transition-timing-function: ease; }
      @media screen and (min-width: 769px) {
        .osuplan-tab li {
          width: 172px;
          height: 116px;
          border-radius: 8px;
          box-shadow: 2px 2px 0 #ED9659; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-tab li {
      width: 11.9444444444vw;
      height: 8.0555555556vw;
      border-radius: 0.5555555556vw;
      box-shadow: 0.1388888889vw 0.1388888889vw 0 #ED9659; } }

      .osuplan-tab li:hover {
        cursor: pointer; }
      .osuplan-tab li > div {
        width: 100%;
        color: #2E2E2E; }
      .osuplan-tab li .tx01 {
        font-size: 3.7333333333vw;
        line-height: 1.1; }
        @media screen and (min-width: 769px) {
          .osuplan-tab li .tx01 {
            font-size: 14px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-tab li .tx01 {
      font-size: 0.9722222222vw; } }

        @media screen and (min-width: 769px) {
          .osuplan-tab li .tx01 {
            font-size: 22px;
            margin-bottom: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-tab li .tx01 {
      font-size: 1.5277777778vw;
      margin-bottom: 0.6944444444vw; } }

      .osuplan-tab li .tx02 {
        font-size: 3.2vw; }
        @media screen and (min-width: 769px) {
          .osuplan-tab li .tx02 {
            font-size: 12px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-tab li .tx02 {
      font-size: 0.8333333333vw; } }

        @media screen and (min-width: 769px) {
          .osuplan-tab li .tx02 {
            font-size: 19px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-tab li .tx02 {
      font-size: 1.3194444444vw; } }

        .osuplan-tab li .tx02 strong {
          font-size: 4.8vw;
          color: #ED9659;
          font-family: "Jost", sans-serif;
          font-optical-sizing: auto;
          font-weight: 400;
          font-style: normal;
          font-weight: 400;
          font-style: italic;
          margin-right: 0.2em; }
          @media screen and (min-width: 769px) {
            .osuplan-tab li .tx02 strong {
              font-size: 18px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-tab li .tx02 strong {
      font-size: 1.25vw; } }

          @media screen and (min-width: 769px) {
            .osuplan-tab li .tx02 strong {
              font-size: 28px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-tab li .tx02 strong {
      font-size: 1.9444444444vw; } }

        .osuplan-tab li .tx02 span {
          font-size: 2.6666666667vw; }
          @media screen and (min-width: 769px) {
            .osuplan-tab li .tx02 span {
              font-size: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-tab li .tx02 span {
      font-size: 0.6944444444vw; } }

          @media screen and (min-width: 769px) {
            .osuplan-tab li .tx02 span {
              font-size: 15px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-tab li .tx02 span {
      font-size: 1.0416666667vw; } }

      .osuplan-tab li.active {
        position: relative;
        background-color: #ED9659;
        border-color: #ED9659;
        color: #ffffff;
        box-shadow: none; }
        .osuplan-tab li.active .tx02 strong {
          color: #ffffff; }
        .osuplan-tab li.active::after {
          position: absolute;
          content: "";
          left: 50%;
          transform: translateX(-50%);
          bottom: -2.6666666667vw;
          border-top: 2.6666666667vw solid #ED9659;
          border-left: 2.6666666667vw solid transparent;
          border-right: 2.6666666667vw solid transparent; }
          @media screen and (min-width: 769px) {
            .osuplan-tab li.active::after {
              border-top-width: 22px;
              border-left-width: 19px;
              border-right-width: 19px;
              bottom: -18px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-tab li.active::after {
      border-top-width: 1.5277777778vw;
      border-left-width: 1.3194444444vw;
      border-right-width: 1.3194444444vw;
      bottom: -1.25vw; } }

  .osuplan-detail {
    position: relative;
    margin-bottom: 4.2666666667vw; }
    @media screen and (min-width: 769px) {
      .osuplan-detail {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 28px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail {
      width: 62.5vw;
      margin-bottom: 1.9444444444vw; } }

    @media screen and (min-width: 769px) {
      .osuplan-detail-wrap-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .osuplan-detail-wrap-left .osuplan-detail-right {
          position: relative;
          padding-left: 64px; } }
    @media screen and (min-width: 769px) and (max-width: 1440px) {
      .osuplan-detail-wrap-left .osuplan-detail-right {
        padding-left: 4.4444444444vw; } }
    @media screen and (min-width: 769px) {
          .osuplan-detail-wrap-left .osuplan-detail-right::before {
            position: absolute;
            content: "";
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            width: 39px;
            height: 39px;
            background-image: url(/img/adlp/general/plplan-plus.png);
            top: 50%;
            transform: translateY(-50%);
            left: 11px;
            z-index: 10; } }
      @media screen and (min-width: 769px) and (max-width: 1440px) {
        .osuplan-detail-wrap-left .osuplan-detail-right::before {
          width: 2.7083333333vw;
          height: 2.7083333333vw;
          left: 0.7638888889vw; } }
    @media screen and (min-width: 769px) {
          .osuplan-detail-wrap-left .osuplan-detail-right .plus {
            display: none; } }
    .osuplan-detail article {
      position: absolute;
      left: 4vw;
      top: 0;
      width: 92vw;
      margin-left: auto;
      margin-right: auto;
      border: 1px solid #000000;
      background-color: #ffffff;
      border-radius: 2.6666666667vw;
      padding: 5.3333333333vw 2.6666666667vw;
      opacity: 0;
      transition-property: all;
      transition-duration: 0.3s;
      transition-timing-function: ease; }
      @media screen and (min-width: 769px) {
        .osuplan-detail article {
          width: 900px;
          left: auto;
          padding: 40px 60px;
          border-radius: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail article {
      width: 62.5vw;
      padding: 2.7777777778vw 4.1666666667vw;
      border-radius: 0.6944444444vw; } }

      .osuplan-detail article.active {
        position: relative;
        opacity: 1;
        left: auto;
        z-index: 10; }
        @media screen and (min-width: 769px) {
          .osuplan-detail article.active {
            left: auto; } }
    .osuplan-detail-ttl {
      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: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (min-width: 769px) {
        .osuplan-detail-ttl {
          width: 100%; } }
      .osuplan-detail-ttl span:nth-of-type(1) {
        font-size: 4vw;
        margin-bottom: 2.1333333333vw; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-ttl span:nth-of-type(1) {
            font-size: 15px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-ttl span:nth-of-type(1) {
      font-size: 1.0416666667vw; } }

        @media screen and (min-width: 769px) {
          .osuplan-detail-ttl span:nth-of-type(1) {
            font-size: 20px;
            margin-bottom: 5px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-ttl span:nth-of-type(1) {
      font-size: 1.3888888889vw;
      margin-bottom: 0.3472222222vw; } }

      .osuplan-detail-ttl span:nth-of-type(2) {
        font-size: 6.4vw;
        margin-bottom: 4.2666666667vw;
        font-weight: 500; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-ttl span:nth-of-type(2) {
            font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-ttl span:nth-of-type(2) {
      font-size: 1.6666666667vw; } }

        @media screen and (min-width: 769px) {
          .osuplan-detail-ttl span:nth-of-type(2) {
            font-size: 40px;
            margin-bottom: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-ttl span:nth-of-type(2) {
      font-size: 2.7777777778vw;
      margin-bottom: 1.6666666667vw; } }

    .osuplan-detail-price {
      font-size: 6.9333333333vw;
      margin-bottom: 2.6666666667vw; }
      @media screen and (min-width: 769px) {
        .osuplan-detail-price {
          font-size: 26px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-price {
      font-size: 1.8055555556vw; } }

      @media screen and (min-width: 769px) {
        .osuplan-detail-price {
          font-size: 30px;
          margin-bottom: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-price {
      font-size: 2.0833333333vw;
      margin-bottom: 1.1111111111vw; } }

      .osuplan-detail-price strong {
        color: #D33643;
        font-family: "Jost", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 12.8vw;
        font-weight: 400;
        font-style: italic;
        margin-right: 0.8vw; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-price strong {
            font-size: 48px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-price strong {
      font-size: 3.3333333333vw; } }

        @media screen and (min-width: 769px) {
          .osuplan-detail-price strong {
            font-size: 56px;
            margin-right: 4px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-price strong {
      font-size: 3.8888888889vw;
      margin-right: 0.2777777778vw; } }

      .osuplan-detail-price span {
        font-size: 4.5333333333vw; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-price span {
            font-size: 17px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-price span {
      font-size: 1.1805555556vw; } }

        @media screen and (min-width: 769px) {
          .osuplan-detail-price span {
            font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-price span {
      font-size: 1.3888888889vw; } }

    .osuplan-detail-cut {
      width: 76vw;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2.6666666667vw;
      background-color: #FBD4B8;
      font-size: 4vw;
      padding: 1.3333333333vw 0 1.8666666667vw; }
      @media screen and (min-width: 769px) {
        .osuplan-detail-cut {
          font-size: 15px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-cut {
      font-size: 1.0416666667vw; } }

      @media screen and (min-width: 769px) {
        .osuplan-detail-cut {
          width: 330px;
          padding: 5px 0 7px;
          font-size: 18px;
          margin-bottom: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-cut {
      width: 22.9166666667vw;
      padding: 0.3472222222vw 0 0.4861111111vw;
      font-size: 1.25vw;
      margin-bottom: 1.3888888889vw; } }

      .osuplan-detail-cut span {
        font-size: 5.3333333333vw;
        margin-right: 0.4em; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-cut span {
            font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-cut span {
      font-size: 1.3888888889vw; } }

        @media screen and (min-width: 769px) {
          .osuplan-detail-cut span {
            font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-cut span {
      font-size: 1.3888888889vw; } }

      .osuplan-detail-cut strong {
        font-size: 6.4vw;
        font-weight: 500; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-cut strong {
            font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-cut strong {
      font-size: 1.6666666667vw; } }

        @media screen and (min-width: 769px) {
          .osuplan-detail-cut strong {
            font-size: 28px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-cut strong {
      font-size: 1.9444444444vw; } }

    .osuplan-detail-add {
      font-size: 4vw;
      margin-bottom: 2.1333333333vw; }
      @media screen and (min-width: 769px) {
        .osuplan-detail-add {
          font-size: 15px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-add {
      font-size: 1.0416666667vw; } }

      @media screen and (min-width: 769px) {
        .osuplan-detail-add {
          font-size: 14px;
          margin-bottom: 8px;
          background-color: #FFF7F1;
          padding: 20px;
          border-radius: 5px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-add {
      font-size: 0.9722222222vw;
      margin-bottom: 0.5555555556vw;
      padding: 1.3888888889vw;
      border-radius: 0.3472222222vw; } }

      .osuplan-detail-add strong {
        font-family: "Jost", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 6.4vw;
        font-weight: 400;
        font-style: italic;
        margin-right: 0.8vw;
        margin-left: 2.6666666667vw; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-add strong {
            font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-add strong {
      font-size: 1.6666666667vw; } }

        @media screen and (min-width: 769px) {
          .osuplan-detail-add strong {
            font-size: 36px;
            margin-left: .2em;
            margin-right: .2em;
            color: #D33643; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-add strong {
      font-size: 2.2916666667vw; } }

      @media screen and (min-width: 769px) {
        .osuplan-detail-add span {
          font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-add span {
      font-size: 1.3888888889vw; } }

      .osuplan-detail-add i {
        font-style: normal;
        font-size: 2.6666666667vw; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-add i {
            font-size: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-add i {
      font-size: 0.6944444444vw; } }

        @media screen and (min-width: 769px) {
          .osuplan-detail-add i {
            font-size: 12px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-add i {
      font-size: 0.8333333333vw; } }

      .osuplan-detail-add-attr {
        font-size: 2.6666666667vw;
        margin-bottom: 4.2666666667vw;
        line-height: 1.2; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-add-attr {
            font-size: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-add-attr {
      font-size: 0.6944444444vw; } }

        @media screen and (min-width: 769px) {
          .osuplan-detail-add-attr {
            font-size: 12px;
            margin-bottom: 0;
            text-align: left; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-add-attr {
      font-size: 0.8333333333vw; } }

    .osuplan-detail-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 76vw;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 8vw; }
      @media screen and (min-width: 769px) {
        .osuplan-detail-icon {
          width: 460px;
          margin-bottom: 40px;
          margin-top: 40px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-icon {
      width: 31.9444444444vw;
      margin-top: 2.7777777778vw;
      margin-bottom: 2.7777777778vw; } }

      .osuplan-detail-icon li {
        width: 9.8666666667vw; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-icon li {
            width: 60px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-icon li {
      width: 4.1666666667vw; } }

        .osuplan-detail-icon li p {
          font-size: 2.6666666667vw;
          margin-top: 1.6vw;
          width: calc(100% + 2em);
          margin-left: -1em;
          margin-right: -1em;
          color: #2E2E2E; }
          @media screen and (min-width: 769px) {
            .osuplan-detail-icon li p {
              font-size: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-icon li p {
      font-size: 0.6944444444vw; } }

          @media screen and (min-width: 769px) {
            .osuplan-detail-icon li p {
              font-size: 16px;
              margin-top: 5px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-icon li p {
      font-size: 1.1111111111vw;
      margin-top: 0.3472222222vw; } }

        .osuplan-detail-icon li.off p {
          color: #B6B6B6; }
    .osuplan-detail-item.mt {
      margin-top: 8vw; }
      @media screen and (min-width: 769px) {
        .osuplan-detail-item.mt {
          margin-top: 30px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item.mt {
      margin-top: 2.0833333333vw; } }

    .osuplan-detail-item.w100 {
      width: 100%; }
    .osuplan-detail-item.nomt {
      margin-top: 0 !important; }
    .osuplan-detail-item + .osuplan-detail-item {
      margin-top: 8vw; }
      @media screen and (min-width: 769px) {
        .osuplan-detail-item + .osuplan-detail-item {
          margin-top: 30px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item + .osuplan-detail-item {
      margin-top: 2.0833333333vw; } }

    @media screen and (min-width: 769px) {
      .osuplan-detail-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .osuplan-detail-item-ttl {
      width: 78.4vw;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      font-size: 4.2666666667vw;
      padding: 2.1333333333vw 0;
      border-top: 1px dotted #2E2E2E;
      border-bottom: 1px dotted #2E2E2E;
      margin-bottom: 5.3333333333vw; }
      @media screen and (min-width: 769px) {
        .osuplan-detail-item-ttl {
          font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-ttl {
      font-size: 1.1111111111vw; } }

      @media screen and (min-width: 769px) {
        .osuplan-detail-item-ttl {
          width: 100%;
          font-size: 24px;
          padding: 8px;
          margin-bottom: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-ttl {
      font-size: 1.6666666667vw;
      padding: 0.5555555556vw;
      margin-bottom: 1.3888888889vw; } }

      .osuplan-detail-item-ttl.w100 {
        width: 100%; }
    .osuplan-detail-item-img {
      width: 35.7333333333vw;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2.6666666667vw; }
      @media screen and (min-width: 769px) {
        .osuplan-detail-item-img {
          width: 186px;
          margin: 0 5px 0 0; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-img {
      width: 12.9166666667vw;
      margin: 0 0.3472222222vw 0 0; } }

      .osuplan-detail-item-img.w100 {
        width: 22.4vw; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-item-img.w100 {
            width: 100px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-img.w100 {
      width: 6.9444444444vw; } }

      .osuplan-detail-item-img img.hei {
        width: 100%;
        height: 22.1333333333vw;
        object-fit: contain;
        object-position: center; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-item-img img.hei {
            height: auto; } }
    .osuplan-detail-item-name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 8vw; }
      @media screen and (min-width: 769px) {
        .osuplan-detail-item-name {
          margin-bottom: 0;
          text-align: left;
          margin-left: 0.5em; } }
      @media screen and (min-width: 769px) {
        .osuplan-detail-item-name.w260 {
          width: 260px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-name.w260 {
      width: 15.9722222222vw; } }

      @media screen and (min-width: 769px) {
        .osuplan-detail-item-name-wrap {
          width: 100%;
          margin-bottom: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-name-wrap {
      margin-bottom: 0.6944444444vw; } }

      @media screen and (min-width: 769px) {
        .osuplan-detail-item-name.view-pc {
          width: 100%;
          text-align: center; } }
      .osuplan-detail-item-name .tx01 {
        font-size: 3.7333333333vw;
        line-height: 1.4; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-item-name .tx01 {
            font-size: 14px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-name .tx01 {
      font-size: 0.9722222222vw; } }

        @media screen and (min-width: 769px) {
          .osuplan-detail-item-name .tx01 {
            font-size: 20px;
            font-weight: 400; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-name .tx01 {
      font-size: 1.3888888889vw; } }

      .osuplan-detail-item-name .tx02 {
        font-size: 2.6666666667vw;
        background-color: #FDF5F6;
        color: #D33643;
        padding: 1.3333333333vw 2.6666666667vw;
        margin-left: 2.6666666667vw; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-item-name .tx02 {
            font-size: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-name .tx02 {
      font-size: 0.6944444444vw; } }

        @media screen and (min-width: 769px) {
          .osuplan-detail-item-name .tx02 {
            font-size: 17px;
            margin-left: 10px;
            padding: 5px 10px; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .osuplan-detail-item-name .tx02 {
      font-size: 1.1805555556vw;
      margin-left: 0.6944444444vw;
      padding: 0.3472222222vw 0.6944444444vw; } }

      .osuplan-detail-item-name .tx03 {
        width: 100%;
        font-size: 4vw;
        margin-top: 1.3333333333vw; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-item-name .tx03 {
            font-size: 15px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-name .tx03 {
      font-size: 1.0416666667vw; } }

        @media screen and (min-width: 769px) {
          .osuplan-detail-item-name .tx03 {
            font-size: 26px;
            margin-top: 5px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-name .tx03 {
      font-size: 1.8055555556vw;
      margin-top: 0.3472222222vw; } }

        .osuplan-detail-item-name .tx03 strong {
          font-size: 5.3333333333vw;
          font-family: "Jost", sans-serif;
          font-optical-sizing: auto;
          font-weight: 400;
          font-style: normal;
          font-weight: 400;
          font-style: italic; }
          @media screen and (min-width: 769px) {
            .osuplan-detail-item-name .tx03 strong {
              font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-name .tx03 strong {
      font-size: 1.3888888889vw; } }

          @media screen and (min-width: 769px) {
            .osuplan-detail-item-name .tx03 strong {
              font-size: 36px;
              margin-right: 0.2em; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-name .tx03 strong {
      font-size: 2.5vw; } }

        .osuplan-detail-item-name .tx03 span {
          font-size: 2.6666666667vw; }
          @media screen and (min-width: 769px) {
            .osuplan-detail-item-name .tx03 span {
              font-size: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-name .tx03 span {
      font-size: 0.6944444444vw; } }

          @media screen and (min-width: 769px) {
            .osuplan-detail-item-name .tx03 span {
              font-size: 17px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-name .tx03 span {
      font-size: 1.1805555556vw; } }

      .osuplan-detail-item-name .tx10 {
        font-size: 3.2vw;
        text-align: center;
        margin-top: 0.5em; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-item-name .tx10 {
            font-size: 12px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-name .tx10 {
      font-size: 0.8333333333vw; } }

        @media screen and (min-width: 769px) {
          .osuplan-detail-item-name .tx10 {
            font-size: 12px;
            text-align: left; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-name .tx10 {
      font-size: 0.8333333333vw; } }

        .osuplan-detail-item-name .tx10.left {
          text-align: left;
          line-height: 1.4;
          padding: 0 .5em; }
    .osuplan-detail-item-attr {
      font-size: 3.2vw;
      text-align: left;
      line-height: 1.4;
      margin-top: 1.2em; }
      @media screen and (min-width: 769px) {
        .osuplan-detail-item-attr {
          font-size: 12px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-attr {
      font-size: 0.8333333333vw; } }

      @media screen and (min-width: 769px) {
        .osuplan-detail-item-attr {
          font-size: 12px;
          margin-top: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-item-attr {
      font-size: 0.8333333333vw;
      margin-top: 1.3888888889vw; } }

    .osuplan-detail-silent {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (min-width: 769px) {
        .osuplan-detail-silent {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-top: 6px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-silent {
      margin-top: 0.4166666667vw; } }

      .osuplan-detail-silent-item.w120 {
        width: 32vw; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-silent-item.w120 {
            width: auto; } }
      .osuplan-detail-silent-item-img {
        margin: 2.6666666667vw auto;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-silent-item-img {
            margin: 20px auto; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-silent-item-img {
      margin: 1.3888888889vw auto; } }

        .osuplan-detail-silent-item-img.img01 {
          width: 22.4vw; }
          @media screen and (min-width: 769px) {
            .osuplan-detail-silent-item-img.img01 {
              width: 105px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-silent-item-img.img01 {
      width: 7.2916666667vw; } }

        .osuplan-detail-silent-item-img.img02 {
          width: 30.1333333333vw; }
          @media screen and (min-width: 769px) {
            .osuplan-detail-silent-item-img.img02 {
              width: 160px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-silent-item-img.img02 {
      width: 11.1111111111vw; } }

        .osuplan-detail-silent-item-img.img03 {
          width: 33.6vw; }
          @media screen and (min-width: 769px) {
            .osuplan-detail-silent-item-img.img03 {
              width: 126px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-silent-item-img.img03 {
      width: 8.75vw; } }

        .osuplan-detail-silent-item-img img.hei2 {
          width: 100%;
          height: 27.7333333333vw;
          object-fit: contain;
          object-position: center; }
          @media screen and (min-width: 769px) {
            .osuplan-detail-silent-item-img img.hei2 {
              height: auto; } }
      .osuplan-detail-silent-item-tx {
        text-align: center; }
        .osuplan-detail-silent-item-tx .name {
          font-size: 3.7333333333vw;
          line-height: 1.2;
          width: calc(100% + 4em);
          margin-left: -2em;
          margin-right: -2em; }
          @media screen and (min-width: 769px) {
            .osuplan-detail-silent-item-tx .name {
              font-size: 18px;
              font-weight: 400; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-silent-item-tx .name {
      font-size: 1.25vw; } }

        .osuplan-detail-silent-item-tx .cut {
          display: inline-block;
          color: #D33643;
          background-color: #FDF5F6;
          font-size: 3.7333333333vw;
          padding: 1.0666666667vw 1.3333333333vw;
          margin-top: 2.1333333333vw; }
          @media screen and (min-width: 769px) {
            .osuplan-detail-silent-item-tx .cut {
              font-size: 17px;
              font-weight: 400;
              padding: 4px 5px;
              margin-top: 8px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-silent-item-tx .cut {
      font-size: 1.1805555556vw;
      padding: 0.2777777778vw 0.3472222222vw;
      margin-top: 0.5555555556vw; } }

      .osuplan-detail-silent-or {
        width: 10.6666666667vw; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-silent-or {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 50px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-silent-or {
      width: 3.4722222222vw; } }

        .osuplan-detail-silent-or.or01 {
          padding-top: 15vw;
          margin: 0 2vw; }
          @media screen and (min-width: 769px) {
            .osuplan-detail-silent-or.or01 {
              padding-top: 0;
              margin: 0; } }
        .osuplan-detail-silent-or.or02 {
          position: absolute;
          top: 61vw; }
          @media screen and (min-width: 769px) {
            .osuplan-detail-silent-or.or02 {
              position: relative;
              top: auto; } }
      .osuplan-detail-silent-attr {
        position: absolute;
        bottom: 84vw;
        letter-spacing: -.03em; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-silent-attr {
            width: 240px;
            bottom: -20px;
            left: 190px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-silent-attr {
      width: 16.6666666667vw;
      bottom: -1.3888888889vw;
      left: 13.1944444444vw; } }

        .osuplan-detail-silent-attr p {
          line-height: 1.2;
          text-align: left;
          font-size: 2.6666666667vw; }
          @media screen and (min-width: 769px) {
            .osuplan-detail-silent-attr p {
              font-size: 12px;
              text-indent: -1em;
              padding-left: 1em;
              line-height: 1.4; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-silent-attr p {
      font-size: 0.8333333333vw; } }

      .osuplan-detail-silent-big {
        width: 80vw;
        margin-top: 16vw;
        background-color: #FFEDE0;
        border-radius: 2.6666666667vw;
        padding: 9.6vw 6.4vw 6.4vw; }
        @media screen and (min-width: 769px) {
          .osuplan-detail-silent-big {
            width: 300px;
            margin-top: 0;
            border-radius: 10px;
            padding: 25px 50px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-silent-big {
      width: 20.8333333333vw;
      border-radius: 0.6944444444vw;
      padding: 1.7361111111vw 3.4722222222vw; } }

        .osuplan-detail-silent-big .price {
          margin-bottom: 0.4em; }
          .osuplan-detail-silent-big .price span:nth-of-type(1) {
            font-size: 4vw; }
            @media screen and (min-width: 769px) {
              .osuplan-detail-silent-big .price span:nth-of-type(1) {
                font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-silent-big .price span:nth-of-type(1) {
      font-size: 1.1111111111vw; } }

          .osuplan-detail-silent-big .price span:nth-of-type(2) {
            font-family: "Jost", sans-serif;
            font-optical-sizing: auto;
            font-weight: 400;
            font-style: normal;
            font-weight: 400;
            font-style: italic;
            margin: 0 .2em;
            font-size: 5.3333333333vw; }
            @media screen and (min-width: 769px) {
              .osuplan-detail-silent-big .price span:nth-of-type(2) {
                font-size: 36px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-silent-big .price span:nth-of-type(2) {
      font-size: 2.5vw; } }

          .osuplan-detail-silent-big .price span:nth-of-type(3) {
            font-size: 4vw; }
            @media screen and (min-width: 769px) {
              .osuplan-detail-silent-big .price span:nth-of-type(3) {
                font-size: 26px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-silent-big .price span:nth-of-type(3) {
      font-size: 1.8055555556vw; } }

          .osuplan-detail-silent-big .price span:nth-of-type(4) {
            font-size: 2.6666666667vw; }
            @media screen and (min-width: 769px) {
              .osuplan-detail-silent-big .price span:nth-of-type(4) {
                font-size: 18px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-detail-silent-big .price span:nth-of-type(4) {
      font-size: 1.25vw; } }

        .osuplan-detail-silent-big .cut {
          background-color: #ffffff;
          color: #2E2E2E; }
  .osuplan-list {
    padding: 0 3.2vw; }
    @media screen and (min-width: 769px) {
      .osuplan-list {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        padding: 0; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-list {
      width: 62.5vw; } }

    .osuplan-list li {
      position: relative;
      text-align: left;
      padding-left: 6.9333333333vw;
      font-size: 2.6666666667vw; }
      @media screen and (min-width: 769px) {
        .osuplan-list li {
          font-size: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-list li {
      font-size: 0.6944444444vw; } }

      @media screen and (min-width: 769px) {
        .osuplan-list li {
          padding-left: 46px;
          font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-list li {
      padding-left: 3.1944444444vw;
      font-size: 1.1111111111vw; } }

      .osuplan-list li::before {
        position: absolute;
        content: "";
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        left: 0;
        top: -1.8vw;
        width: 6.4vw;
        height: 6.4vw;
        background-image: url(/img/adlp/general/check.png); }
        @media screen and (min-width: 769px) {
          .osuplan-list li::before {
            width: 40px;
            height: 40px;
            top: -14px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-list li::before {
      width: 2.7777777778vw;
      height: 2.7777777778vw;
      top: -0.9722222222vw; } }

      .osuplan-list li + li {
        margin-top: 2.6666666667vw; }
        @media screen and (min-width: 769px) {
          .osuplan-list li + li {
            margin-top: 18px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan-list li + li {
      margin-top: 1.25vw; } }

  .osuplan .silentwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 769px) {
      .osuplan .silentwrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 6px 40px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .osuplan .silentwrap {
      gap: 0.4166666667vw 2.7777777778vw; } }

    .osuplan .silentwrap .osuplan-detail-item:nth-of-type(2) {
      width: 50%; }
      @media screen and (min-width: 769px) {
        .osuplan .silentwrap .osuplan-detail-item:nth-of-type(2) {
          width: auto; } }
    .osuplan .silentwrap .osuplan-detail-item:nth-of-type(3) {
      width: 50%;
      margin-top: 0 !important; }
      @media screen and (min-width: 769px) {
        .osuplan .silentwrap .osuplan-detail-item:nth-of-type(3) {
          width: auto; } }
    @media screen and (min-width: 769px) {
      .osuplan .silentwrap .osuplan-detail-item-name .tx01 {
        text-align: center; } }

/* voice
---------------------------------------------------------------------------*/
.voice {
  position: relative;
  background-color: #FBD4B8;
  padding: 16vw 0;
  text-align: center;
  margin-bottom: 17.0666666667vw; }
  @media screen and (min-width: 769px) {
    .voice {
      padding: 85px 0 56px;
      margin-bottom: 160px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice {
      padding: 5.9027777778vw 0 3.8888888889vw;
      margin-bottom: 11.1111111111vw; } }

  .voice::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 17.8666666667vw;
    background-image: url(/img/adlp/general/nayami-hd.png);
    left: 0;
    bottom: -9.0666666667vw; }
    @media screen and (min-width: 769px) {
      .voice::after {
        background-image: url(/img/adlp/general/nayami-hd-pc.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        min-width: 1440px;
        height: 108px;
        bottom: -58px;
        left: 50%;
        transform: translateX(-50%); } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice::after {
      min-width: 100vw;
      height: 7.5vw;
      bottom: -4.0277777778vw; } }

  .voice-catch {
    position: relative;
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw; }
    @media screen and (min-width: 769px) {
      .voice-catch {
        font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice-catch {
      font-size: 1.1111111111vw; } }

    @media screen and (min-width: 769px) {
      .voice-catch {
        display: inline-block;
        font-size: 27px;
        margin-bottom: 8px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice-catch {
      font-size: 1.875vw;
      margin-bottom: 0.5555555556vw; } }

    .voice-catch::before, .voice-catch::after {
      position: absolute;
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 11.7333333333vw;
      height: 8.5333333333vw;
      top: 2.6666666667vw; }
      @media screen and (min-width: 769px) {
        .voice-catch::before, .voice-catch::after {
          width: 74px;
          height: 54px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice-catch::before, .voice-catch::after {
      width: 5.1388888889vw;
      height: 3.75vw; } }

    .voice-catch::before {
      background-image: url(/img/adlp/general/voice-ttl-left.png);
      left: 2.6666666667vw; }
      @media screen and (min-width: 769px) {
        .voice-catch::before {
          left: -105px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice-catch::before {
      left: -7.2916666667vw; } }

    .voice-catch::after {
      background-image: url(/img/adlp/general/voice-ttl-right.png);
      right: 2.6666666667vw; }
      @media screen and (min-width: 769px) {
        .voice-catch::after {
          right: -105px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice-catch::after {
      right: -7.2916666667vw; } }

  .voice-ttl {
    font-size: 6.4vw;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15.4666666667vw; }
    @media screen and (min-width: 769px) {
      .voice-ttl {
        font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice-ttl {
      font-size: 1.6666666667vw; } }

    @media screen and (min-width: 769px) {
      .voice-ttl {
        font-size: 42px;
        margin-bottom: 52px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice-ttl {
      font-size: 2.9166666667vw;
      margin-bottom: 3.6111111111vw; } }

  @media screen and (min-width: 769px) {
    .voice-wrap {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 928px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice-wrap {
      width: 64.4444444444vw; } }
  @media screen and (min-width: 769px) {
      .voice-wrap .voice-sl {
        width: 928px;
        padding-top: 54px;
        overflow: hidden; } }
    @media screen and (min-width: 769px) and (max-width: 1440px) {
      .voice-wrap .voice-sl {
        width: 64.4444444444vw;
        padding-top: 3.75vw; } }

  .voice .swiper-slide {
    height: auto; }
  .voice-item {
    position: relative;
    border: 1px solid #2E2E2E;
    border-radius: 5.3333333333vw;
    background-color: #ffffff;
    width: 78.4vw;
    margin-left: auto;
    margin-right: auto;
    padding: 21.3333333333vw 5.3333333333vw 17.0666666667vw;
    color: #333333;
    height: 100%; }
    @media screen and (min-width: 769px) {
      .voice-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 888px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
        padding: 94px 20px 60px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice-item {
      width: 61.6666666667vw;
      border-radius: 1.3888888889vw;
      padding: 6.5277777778vw 1.3888888889vw 4.1666666667vw; } }

    .voice-item-tx {
      width: 100%; }
  .voice-img {
    position: absolute;
    width: 26.6666666667vw;
    height: 27.7333333333vw;
    left: 50%;
    transform: translateX(-50%);
    top: -10.6666666667vw; }
    @media screen and (min-width: 769px) {
      .voice-img {
        width: 124px;
        height: 128px;
        top: -54px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice-img {
      width: 8.6111111111vw;
      height: 8.8888888889vw;
      top: -3.75vw; } }

  .voice-name {
    color: #333333;
    font-size: 6.4vw;
    font-weight: 700;
    margin-bottom: 1.3333333333vw; }
    @media screen and (min-width: 769px) {
      .voice-name {
        font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice-name {
      font-size: 1.6666666667vw; } }

    @media screen and (min-width: 769px) {
      .voice-name {
        font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice-name {
      font-size: 1.3888888889vw; } }

  .voice-message {
    font-size: 5.3333333333vw;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 6.9333333333vw; }
    @media screen and (min-width: 769px) {
      .voice-message {
        font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice-message {
      font-size: 1.3888888889vw; } }

    @media screen and (min-width: 769px) {
      .voice-message {
        font-size: 24px;
        margin-bottom: 26px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice-message {
      font-size: 1.6666666667vw;
      margin-bottom: 1.8055555556vw; } }

  .voice-desc {
    text-align: left;
    font-size: 3.7333333333vw;
    line-height: 1.4; }
    @media screen and (min-width: 769px) {
      .voice-desc {
        font-size: 14px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice-desc {
      font-size: 0.9722222222vw; } }

    @media screen and (min-width: 769px) {
      .voice-desc {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice-desc {
      font-size: 1.1111111111vw; } }

  .voice .swiper-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 7.4666666667vw; }
    @media screen and (min-width: 769px) {
      .voice .swiper-dots {
        margin-top: 52px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice .swiper-dots {
      margin-top: 3.6111111111vw; } }

    .voice .swiper-dots .swiper-pagination-bullet {
      width: 2.6666666667vw;
      height: 2.6666666667vw;
      border-radius: 50%;
      margin: 0 1.3333333333vw;
      background-color: #ffffff;
      opacity: 1; }
      @media screen and (min-width: 769px) {
        .voice .swiper-dots .swiper-pagination-bullet {
          width: 10px;
          height: 10px;
          margin: 0 5px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .voice .swiper-dots .swiper-pagination-bullet {
      width: 0.6944444444vw;
      height: 0.6944444444vw;
      margin: 0 0.3472222222vw; } }

      .voice .swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #424242; }
  .voice .swiper-arw {
    position: absolute;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 91.4666666667vw;
    z-index: 10; }
    @media screen and (min-width: 769px) {
      .voice .swiper-arw {
        width: 40px;
        height: 40px;
        top: calc(50% - 30px); } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .voice .swiper-arw {
      width: 2.7777777778vw;
      height: 2.7777777778vw;
      top: calc(50% - 2.083333vw); } }

    .voice .swiper-arw.swiper-arw-prev {
      background-image: url(/img/adlp/general/voice-prev.png);
      left: 3.7333333333vw; }
      @media screen and (min-width: 769px) {
        .voice .swiper-arw.swiper-arw-prev {
          left: 0; } }
    .voice .swiper-arw.swiper-arw-next {
      background-image: url(/img/adlp/general/voice-next.png);
      right: 3.7333333333vw; }
      @media screen and (min-width: 769px) {
        .voice .swiper-arw.swiper-arw-next {
          right: 0; } }

/* shop
---------------------------------------------------------------------------*/
.shop {
  padding: 16vw 10.6666666667vw;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .shop {
      padding: 80px 0 120px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .shop {
      padding: 5.5555555556vw 0 8.3333333333vw; } }

  .shop-ttl {
    margin-bottom: 5.3333333333vw; }
    @media screen and (min-width: 769px) {
      .shop-ttl {
        margin-bottom: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .shop-ttl {
      margin-bottom: 1.3888888889vw; } }

    .shop-ttl span {
      font-size: 4.2666666667vw; }
      @media screen and (min-width: 769px) {
        .shop-ttl span {
          font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .shop-ttl span {
      font-size: 1.1111111111vw; } }

      @media screen and (min-width: 769px) {
        .shop-ttl span {
          display: inline-block;
          font-size: 23px;
          margin-bottom: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .shop-ttl span {
      font-size: 1.5972222222vw;
      margin-bottom: 0.6944444444vw; } }

    .shop-ttl strong {
      color: #D33643;
      font-size: 6.4vw;
      font-weight: 700; }
      @media screen and (min-width: 769px) {
        .shop-ttl strong {
          font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .shop-ttl strong {
      font-size: 1.6666666667vw; } }

      @media screen and (min-width: 769px) {
        .shop-ttl strong {
          font-size: 34px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .shop-ttl strong {
      font-size: 2.3611111111vw; } }

  .shop-hdl {
    display: inline-block;
    font-size: 5.6vw;
    font-weight: 700;
    padding-bottom: 1.0666666667vw;
    background: linear-gradient(transparent 60%, #FBD4B8 60%);
    margin-bottom: 1.6vw; }
    @media screen and (min-width: 769px) {
      .shop-hdl {
        font-size: 21px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .shop-hdl {
      font-size: 1.4583333333vw; } }

    @media screen and (min-width: 769px) {
      .shop-hdl {
        font-size: 32px;
        margin-bottom: 18px;
        padding-bottom: 4px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .shop-hdl {
      font-size: 2.2222222222vw;
      margin-bottom: 1.25vw;
      padding-bottom: 0.2777777778vw; } }

  .shop-catch {
    font-size: 4.2666666667vw;
    margin-bottom: 9.6vw; }
    @media screen and (min-width: 769px) {
      .shop-catch {
        font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .shop-catch {
      font-size: 1.1111111111vw; } }

    @media screen and (min-width: 769px) {
      .shop-catch {
        font-size: 20px;
        margin-bottom: 46px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .shop-catch {
      font-size: 1.3888888889vw;
      margin-bottom: 3.1944444444vw; } }

  .shop-search {
    text-align: left; }
    @media screen and (min-width: 769px) {
      .shop-search {
        width: 630px;
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .shop-search {
      width: 43.75vw; } }

    .shop-search__region {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .shop-search__region + .shop-search__region {
        margin-top: 6.4vw; }
        @media screen and (min-width: 769px) {
          .shop-search__region + .shop-search__region {
            margin-top: 28px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .shop-search__region + .shop-search__region {
      margin-top: 1.9444444444vw; } }

      .shop-search__region-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #2E2E2E;
        background-color: #ffffff;
        border-radius: 0.5333333333vw;
        text-align: center;
        width: 13.8666666667vw;
        min-height: 7.4666666667vw;
        font-size: 3.7333333333vw;
        margin-right: 5.3333333333vw;
        padding: 0.8vw;
        line-height: 1.4; }
        @media screen and (min-width: 769px) {
          .shop-search__region-name {
            font-size: 14px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .shop-search__region-name {
      font-size: 0.9722222222vw; } }

        @media screen and (min-width: 769px) {
          .shop-search__region-name {
            width: 128px;
            margin-right: 33px;
            border-radius: 3px;
            min-height: 31px;
            padding: 3px;
            font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .shop-search__region-name {
      width: 8.8888888889vw;
      margin-right: 2.2916666667vw;
      border-radius: 0.2083333333vw;
      min-height: 2.1527777778vw;
      padding: 0.2083333333vw;
      font-size: 1.1111111111vw; } }

    .shop-search__prefecture-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 3.7333333333vw;
      line-height: 2;
      width: 57.0666666667vw; }
      @media screen and (min-width: 769px) {
        .shop-search__prefecture-list {
          font-size: 14px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .shop-search__prefecture-list {
      font-size: 0.9722222222vw; } }

      @media screen and (min-width: 769px) {
        .shop-search__prefecture-list {
          width: 469px;
          font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .shop-search__prefecture-list {
      width: 32.5694444444vw;
      font-size: 1.1111111111vw; } }

      .shop-search__prefecture-list a {
        color: #D33643;
        text-decoration: underline; }
      .shop-search__prefecture-list .shop-search__prefecture-link--disabled {
        color: #D9D9D9; }

/* faq
---------------------------------------------------------------------------*/
.faq {
  background-color: #ffffff;
  padding: 16vw 8vw; }
  @media screen and (min-width: 769px) {
    .faq {
      padding: 80px 0 90px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .faq {
      padding: 5.5555555556vw 0 6.25vw; } }

  .faq-ttl {
    position: relative;
    font-size: 6.4vw;
    font-weight: 700;
    text-align: center;
    padding-top: 14.9333333333vw;
    margin-bottom: 4.2666666667vw; }
    @media screen and (min-width: 769px) {
      .faq-ttl {
        font-size: 24px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .faq-ttl {
      font-size: 1.6666666667vw; } }

    @media screen and (min-width: 769px) {
      .faq-ttl {
        font-size: 34px;
        padding-top: 80px;
        margin-bottom: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .faq-ttl {
      font-size: 2.3611111111vw;
      padding-top: 5.5555555556vw;
      margin-bottom: 1.3888888889vw; } }

    .faq-ttl::before {
      position: absolute;
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 22.1333333333vw;
      height: 12.8vw;
      background-image: url(/img/adlp/general/faq-ttl-icon.png);
      left: 50%;
      transform: translateX(-50%);
      top: 0; }
      @media screen and (min-width: 769px) {
        .faq-ttl::before {
          width: 120px;
          height: 70px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .faq-ttl::before {
      width: 8.3333333333vw;
      height: 4.8611111111vw; } }

  @media screen and (min-width: 769px) {
    .faq-item {
      width: 900px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .faq-item {
      width: 62.5vw; } }

  .faq-item dt, .faq-item dd {
    position: relative;
    border-bottom: 1px solid #3F3F3F;
    padding: 2.1333333333vw 10.6666666667vw 2.1333333333vw 11.7333333333vw;
    line-height: 1.4; }
    @media screen and (min-width: 769px) {
      .faq-item dt, .faq-item dd {
        padding: 20px 80px 20px 120px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .faq-item dt, .faq-item dd {
      padding: 1.3888888889vw 5.5555555556vw 1.3888888889vw 8.3333333333vw; } }

    .faq-item dt::before, .faq-item dt::after, .faq-item dd::before, .faq-item dd::after {
      position: absolute;
      content: "";
      width: 7.4666666667vw;
      height: 5.8666666667vw;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      left: 2.6666666667vw;
      top: 2.1333333333vw; }
      @media screen and (min-width: 769px) {
        .faq-item dt::before, .faq-item dt::after, .faq-item dd::before, .faq-item dd::after {
          width: 40px;
          height: 31px;
          left: 60px;
          top: 14px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .faq-item dt::before, .faq-item dt::after, .faq-item dd::before, .faq-item dd::after {
      width: 2.7777777778vw;
      height: 2.1527777778vw;
      left: 4.1666666667vw;
      top: 0.9722222222vw; } }

  .faq-item dt {
    color: #3F3F3F;
    font-size: 3.7333333333vw;
    min-height: 14.9333333333vw;
    font-weight: 500; }
    @media screen and (min-width: 769px) {
      .faq-item dt {
        font-size: 14px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .faq-item dt {
      font-size: 0.9722222222vw; } }

    @media screen and (min-width: 769px) {
      .faq-item dt {
        font-size: 16px;
        min-height: auto; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .faq-item dt {
      font-size: 1.1111111111vw; } }

    .faq-item dt::before {
      background-image: url(/img/adlp/general/faq-q.png); }
    .faq-item dt::after {
      width: 5.3333333333vw;
      height: 5.3333333333vw;
      background-image: url(/img/adlp/general/faq-plus.png);
      right: 2.6666666667vw;
      left: auto; }
      @media screen and (min-width: 769px) {
        .faq-item dt::after {
          width: 30px;
          height: 30px;
          right: 35px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .faq-item dt::after {
      width: 2.0833333333vw;
      height: 2.0833333333vw;
      right: 2.4305555556vw; } }

    .faq-item dt.open::after {
      background-image: url(/img/adlp/general/faq-minus.png); }
  .faq-item dd {
    display: none;
    color: #000000;
    font-size: 3.2vw;
    background-color: #FFE7D6;
    padding-bottom: 5.3333333333vw; }
    @media screen and (min-width: 769px) {
      .faq-item dd {
        font-size: 12px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .faq-item dd {
      font-size: 0.8333333333vw; } }

    @media screen and (min-width: 769px) {
      .faq-item dd {
        font-size: 15px;
        padding-bottom: 30px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .faq-item dd {
      font-size: 1.0416666667vw;
      padding-bottom: 2.0833333333vw; } }

    .faq-item dd::before {
      background-image: url(/img/adlp/general/faq-a.png); }

/* sns
---------------------------------------------------------------------------*/
.sns {
  padding: 16vw 0;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .sns {
      padding: 80px 0; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .sns {
      padding: 5.5555555556vw 0; } }

  .sns-ttl {
    font-size: 5.3333333333vw;
    color: #D33643;
    margin-bottom: 8vw;
    font-weight: 700; }
    @media screen and (min-width: 769px) {
      .sns-ttl {
        font-size: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .sns-ttl {
      font-size: 1.3888888889vw; } }

    @media screen and (min-width: 769px) {
      .sns-ttl {
        font-size: 24px;
        margin-bottom: 30px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .sns-ttl {
      font-size: 1.6666666667vw;
      margin-bottom: 2.0833333333vw; } }

  .sns-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 46.6666666667vw;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 769px) {
      .sns-items {
        width: 175px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .sns-items {
      width: 12.1527777778vw; } }

    .sns-items li {
      width: 14.1333333333vw; }
      @media screen and (min-width: 769px) {
        .sns-items li {
          width: 53px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .sns-items li {
      width: 3.6805555556vw; } }

      .sns-items li a {
        display: block; }
  .sns-name {
    font-size: 4.2666666667vw;
    width: calc(100% + 2em);
    margin-left: -1em;
    margin-right: -1em;
    margin-top: 5.3333333333vw; }
    @media screen and (min-width: 769px) {
      .sns-name {
        font-size: 16px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .sns-name {
      font-size: 1.1111111111vw; } }

    @media screen and (min-width: 769px) {
      .sns-name {
        font-size: 16px;
        margin-top: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .sns-name {
      font-size: 1.1111111111vw;
      margin-top: 1.3888888889vw; } }

/* spft
---------------------------------------------------------------------------*/
.spft {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2.6666666667vw 0; }
  @media screen and (min-width: 769px) {
    .spft {
      display: none; } }
  .spft .cta {
    transform: scale(0.75); }
    .spft .cta a {
      padding-top: 6vw; }
      .spft .cta a::before {
        top: 7.6vw; }
      .spft .cta a::after {
        display: none; }

/* footer
---------------------------------------------------------------------------*/
.footer {
  padding: 16vw 0 34vw;
  background-color: #FBD4B8; }
  @media screen and (min-width: 769px) {
    .footer {
      padding: 60px 0; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .footer {
      padding: 4.1666666667vw 0; } }

  .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 42.1333333333vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.8vw; }
    @media screen and (min-width: 769px) {
      .footer-logo {
        width: 160px;
        margin-bottom: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .footer-logo {
      width: 11.1111111111vw;
      margin-bottom: 1.3888888889vw; } }

    .footer-logo li {
      width: 19.2vw; }
      @media screen and (min-width: 769px) {
        .footer-logo li {
          width: 72px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .footer-logo li {
      width: 5vw; } }

  .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4.2666666667vw; }
    .footer-link li {
      font-size: 3.2vw;
      font-weight: 500; }
      @media screen and (min-width: 769px) {
        .footer-link li {
          font-size: 12px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .footer-link li {
      font-size: 0.8333333333vw; } }

      @media screen and (min-width: 769px) {
        .footer-link li {
          font-size: 15px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .footer-link li {
      font-size: 1.0416666667vw; } }

      .footer-link li + li::before {
        content: "｜"; }
  .footer-copy {
    text-align: center;
    font-size: 3.2vw;
    font-weight: 700; }
    @media screen and (min-width: 769px) {
      .footer-copy {
        font-size: 12px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .footer-copy {
      font-size: 0.8333333333vw; } }

    @media screen and (min-width: 769px) {
      .footer-copy {
        font-size: 15px; } }
  @media screen and (min-width: 769px) and (max-width: 1440px) {
    .footer-copy {
      font-size: 1.0416666667vw; } }

/* .mfp */
.mfp-bg {
  z-index: 9500; }

.mfp-wrap {
  z-index: 9600; }

.mfp-counter {
  display: none; }

body.mfp-zoom-out-cur {
  overflow: hidden; }
