@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+2:wght@100..900&family=M+PLUS+Rounded+1c:wght@400;700&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@600&display=swap');

* {
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  font-weight: 700;
}

dl {
  margin: 0;
}

dd {
  margin-left: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: normal;
  display: inline-block;
  color: var(--green);
  font-weight: 600;
}

img {
  border-style: none;
  vertical-align: bottom;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

#global-container {
  overflow: hidden;
}

*,
:after,
:before {
  box-sizing: border-box;
}

:root {
  --link: #cf1225;
  --bk: #222222;
  --yellow: #ffd800;
  --yellow2: #fff6a5;
  --white: #fffff3;
  --glay: #eee;
  --glay2: #666;
  --glay3: #fafafa;
  --glay4: #ccc;
  --green: #329300;
  --orange: #ffe6d5;
  --orange2: #ff6300;
  --orange3: #ff2800;
  --portas: #cf1225;
  --red2: #b00f1f;
  --red3: #d63545;
  --red4: #E91E63;
  --pink: #e78892;
  --pink2: #f5cfd3;
  --pink3: #f9e2e5;
  --fs14: clamp(1.3rem, 1.07vw, 1.4rem);
  --fs16: clamp(1.4rem, 1.23vw, 1.6rem);
  --fs18: clamp(1.5rem, 1.38vw, 1.8rem);
  --fs20: clamp(1.6rem, 1.53vw, 2rem);
  --fs22: clamp(1.6rem, 1.69vw, 2.2rem);
  --fs24: clamp(1.6rem, 1.84vw, 2.4rem);
  --fs26: clamp(1.6rem, 2vw, 2.6rem);
  --fs27: clamp(1.6rem, 2.08vw, 2.7rem);
  --fs28: clamp(1.8rem, 2.15vw, 2.8rem);
  --fs30: clamp(1.8rem, 2.3vw, 3rem);
  --fs32: clamp(2rem, 2.46vw, 3.2rem);
  --fs34: clamp(2rem, 2.61vw, 3.4rem);
  --fs36: clamp(2rem, 2.76vw, 3.6rem);
  --fs38: clamp(2rem, 2.92vw, 3.8rem);
  --fs40: clamp(2rem, 3.07vw, 4rem);
  --fs42: clamp(2rem, 3.23vw, 4.2rem);
  --fs44: clamp(1.6rem, 3.38vw, 4.4rem);
  --fs46: clamp(2.4rem, 3.53vw, 4.6rem);
  --fs48: clamp(2.8rem, 3.69vw, 4.8rem);
  --fs50: clamp(2rem, 3.84vw, 5.0rem);
  --fs52: clamp(2rem, 4vw, 5.2rem);
  --fs58: clamp(2.4rem, 4.46vw, 5.8rem);
  --fs60: clamp(2rem, 4.61vw, 6rem);
  --fs64: clamp(2.4rem, 4.92vw, 6.4rem);
  --fs68: clamp(2.4rem, 5.66vw, 6.8rem);
  --fs80: clamp(2rem, 6.14vw, 8rem);
  --sz05: clamp(5px, 0.38vw, 5px);
  --sz10: clamp(5px, 0.76vw, 10px);
  --sz15: clamp(10px, 1.15vw, 15px);
  --sz20: clamp(10px, 1.53vw, 20px);
  --sz30: clamp(15px, 2.3vw, 30px);
  --sz40: clamp(20px, 3.07vw, 40px);
  --sz50: clamp(25px, 3.84vw, 50px);
  --sz55: clamp(2rem, 4.23vw, 5.5rem);
  --sz60: clamp(30px, 4.61vw, 60px);
  --sz70: clamp(35px, 5.38vw, 70px);
  --sz80: clamp(40px, 6.14vw, 80px);
  --sz110: clamp(40px, 7.69vw, 100px);
  --sz-20: clamp(-40px, -1.53vw, -20px);
  --sz-25: clamp(-50px, -1.92vw, -25px);
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
}

body {
  color: var(--bk);
  background-color: #fff;
  font-size: var(--fs16);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  max-width: 100vw;
  min-width: 350px;
  width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

main b {
  font-weight: 700;
  /* color: var(--pink); */
}

p>a {
  color: var(--portas);
  text-decoration: underline;
  position: relative;
}

a:hover {
  color: var(--blown);
  text-decoration: none;
}

a:hover img {
  text-decoration: none;
  transition: all 0.4s;
}

section a[target="_blank"]:not([class*="btn"])::after {
  content: url(../img/icon_blank.svg);
  width: var(--sz15);
  margin: 0 0.5rem;
  line-height: 1;
  display: inline-block;
  text-indent: initial;
}

a.pagelink:before {
  content: "";
  display: inline-block;
  background: var(--portas);
  width: 14px;
  height: 10px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  margin-right: 10px;
}

a.link {
  color: #000;
  text-decoration: none;
}

a.link:hover,
a.pagelink:hover {
  color: var(--portas);
  text-decoration: underline;
}

a.link:before {
  content: "";
  display: inline-block;
  background: var(--portas);
  width: 10px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-right: 10px;
}

a.link[href*=".pdf"]:after {
  content: "PDF";
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  width: auto;
  display: inline-block;
  margin-left: .5em;
  background: var(--portas);
  font-size: var(--fs14);
  padding: 2px 4px;
  border-radius: 2px;
  line-height: 1;
  color: #fff;
}

a,
a:before,
input {
  transition: all 0.4s;
}

@keyframes scrollDownLine {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

.header {
  top: 0;
  width: 100%;
  height: 80px;
  padding: 0 50px;
  transition: all 0.3s;
  z-index: 10;
  background-color: #fff;
  display: flex;
  align-items: center;
}

@media (max-width: 980px) {
  .header {
    padding: 0 20px;
    height: 60px;
    justify-content: center;
  }

  .header__logo {
    width: 120px;
  }
}

/*///////////////////////MainVisual-Slider///////////////////////*/

.slider-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: var(--pink);
  border-top: 3px solid #ddd;
}

.slick-slider {
  width: 1200px;
  max-width: 100%;
  height: min(56.25vw, 675px);
  margin: 0 auto;
  background: var(--portas);

  @media screen and (max-width: 768px) {
    height: min(65.625vw, 504px);
  }
}

.slider .slick-slide {
  height: min(56.25vw, 675px);
  overflow: hidden;

  @media screen and (max-width: 768px) {
    height: min(65.625vw, 504px);
  }
}

.slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.conbar {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}

.conbar .slick-dots {
  display: flex;
  justify-content: center;
}

.conbar .slick-dots li {
  display: inline-block;
  width: 100px;
  max-width: 100px;
  height: 3px;
  margin: 4px;
  background: #fff;
  cursor: pointer;
  list-style: disc;
}

.conbar .slick-dots button {
  display: block;
  width: 0%;
  height: 3px;
  margin: 0;
  font-size: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  outline: none;
  background: var(--portas);
  cursor: pointer;
}

.conbar .slick-dots .slick-active button {
  background: var(--portas);
  opacity: 1;
}

.box_mv {
  color: #fff;
  z-index: 2;
  position: relative;
  background: url(../img/mv_bg.gif) no-repeat right 40px / min(51.41vw, 617px);
}

.wrap_ttl {
  padding-bottom: min(7.66vw, 92px);
  position: relative;

  @media screen and (max-width: 768px) {
    padding-bottom: var(--sz50);
  }

  @media screen and (max-width: 430px) {
    padding-bottom: var(--sz20);
  }
}

.wrap_ttl h1 {
  width: min(50.5vw, 606px);
  margin: min(7.66vw, 92px) min(3.33vw, 30px) 0;

  @media screen and (max-width: 768px) {
    width: min(55.98vw, 430px);
    margin: min(5.85vw, 45px) min(3.33vw, 30px) 0;
  }

  @media screen and (max-width: 430px) {
    margin: min(4vw, 40px) min(3.33vw, 30px) 0;
  }
}

.logo_service {
  display: flex;
  align-items: center;
  gap: var(--sz20);
  flex-wrap: wrap;
  font-size: var(--fs38);
  font-weight: 500;
  padding: min(2.3vw, 30px) min(2.3vw, 30px) 0;

  @media screen and (max-width: 768px) {
    margin: auto;
    justify-content: center;
  }
}

.logo_service span:not(:last-of-type) {
  display: flex;
  align-items: center;
  height: min(5.25vw, 63px);
  padding: var(--sz10) var(--sz20);
  background: #fff;
  text-align: center;

  @media screen and (max-width: 768px) {
    height: min(10.41vw, 80px);
  }
}

.logo_service span:last-of-type {
  display: inline-block;
}

.logo_service span.ucom img {
  display: block;
  width: min(11.25vw, 135px);
  height: auto;

  @media screen and (max-width: 768px) {
    width: min(22.78vw, 175px);
  }
}

.logo_service span.emansion img {
  display: block;
  width: min(13.91vw, 167px);
  height: auto;

  @media screen and (max-width: 768px) {
    width: min(27.86vw, 214px);
  }
}

.logo_service span.fivea img {
  display: block;
  width: min(10.25vw, 123px);
  height: auto;

  @media screen and (max-width: 768px) {
    width: min(20.83vw, 160px);
  }
}

.family {
  display: inline-block;
  position: absolute;
  right: min(2.5vw, 30px);
  bottom: 0;
  width: min(40.25vw, 483px);

  @media screen and (max-width: 768px) {

    width: min(34.11vw, 262px);

  }
}

.family img {
  position: absolute;
  height: auto !important;
  bottom: 0;
}

.box_mv .wrap_catch {
  background: var(--red3);
  height: min(22.74vw, 272px);
  font-family: "BIZ UDPGothic";
  font-weight: 600;

  @media screen and (max-width: 768px) {
    height: 220px;
  }
}

.box_mv .catch {
  font-size: var(--fs44);
  padding: min(1.25vw, 15px) min(5.83vw, 70px);
  background: var(--red2);
  text-align: center;
  position: relative;
  letter-spacing: .05em;

  @media screen and (max-width: 768px) {
    text-align: left;
  }
}

.box_mv .catch:after {
  content: url(../img/mv_ina.svg);
  width: min(4.61vw, 60px);
  height: min(4.16vw, 50px);
  position: absolute;
  bottom: max(-3.33vw, -40px);
  left: 52%;
  transform: translate(-52%, 0);
}

.catch {
  font-weight: 700;
}

.catch b {
  color: var(--yellow);
}

.catch .price {
  font-size: var(--fs60);
  line-height: 1;
  letter-spacing: -.05em;
}

.catch .yen {
  font-size: var(--fs32);

}

.catch2 {
  font-size: var(--fs44);
  padding: var(--sz20) 0;
  background: url(../img/mv_bg2.gif) no-repeat;
  text-align: center;
  letter-spacing: .05em;
}

.catch2 b {
  font-size: var(--fs68);
  color: var(--portas);
  background: var(--yellow);
  line-height: 1;
  padding: min(0.41vw, 5px);
  display: inline-block;
  margin: 0 .1em;

  @media screen and (max-width: 768px) {
    text-align: left;

  }
}

.catch2 strong {
  font-size: var(--fs60);
  color: var(--yellow);

  @media screen and (max-width: 768px) {
    text-align: left;

  }
}
.catch3 {
  font-size: var(--fs20);
  padding: var(--sz5) 0;
  background: url(../img/mv_bg2.gif) no-repeat;
  text-align: center;
  letter-spacing: .05em;
}

/*///////////////////////pagenav///////////////////////*/

#pagenav {
  background: #eee;
  padding: var(--sz10);
}

#pagenav ul {
  width: 1180px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  gap: var(--sz20);
  flex-wrap: wrap;

  @media screen and (max-width: 430px) {
    gap: var(--sz10);
  }
}

#pagenav ul li {
  flex-basis: calc(25% - var(--sz20));
  text-align: center;
  position: relative;

  @media screen and (max-width: 768px) {
    flex-basis: calc(50% - var(--sz20));
  }

  @media screen and (max-width: 430px) {
    flex-basis: calc(50% - var(--sz10));
  }
}

#pagenav ul li a {
  background: var(--yellow);
  display: block;
  border-radius: 5px;
  border: 3px solid #fff;
  padding: 8px;
  font-size: var(--fs20);
}

#pagenav ul li a:hover {
  background: var(--orange3);
  color: #fff;
}

#pagenav ul li a:before {
  content: "";
  background: var(--portas);
  height: clamp(8px, .92vw, 12px);
  width: clamp(8px, 1.83vw, 18px);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);

  @media screen and (max-width: 498px) {
    bottom: 14px;
    left: 10px;
  }
}

/*///////////////////////btnarea///////////////////////*/

#btnarea {
  background: var(--pink) url(../img/bg_MV.gif) repeat-y 50% 50% / 1400px;
  padding: var(--sz50) 0 var(--sz30);
}

.wrap_btnarea {
  width: 1300px;
  max-width: 96%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: var(--sz30);

  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.wrap_btnarea .box_portas {
  flex-basis: 100%;
  background: #fff;
  border-radius: 10px;
  padding: min(1.15vw, 15px);
}

.wrap_btnarea .box_simulation {
  flex-basis: 31.15%;
  background: #eee url("../img/simulation_bg.png") no-repeat right -10px bottom -30px;
  border-radius: 10px;
  padding: min(1.53vw, 20px);
  position: relative;

  @media screen and (max-width: 1000px) {
    background-size: 70%;
  }

  @media screen and (max-width: 768px) {
    background-size: 25%;
    background-position: right 0 top var(--sz20);
  }

  @media screen and (max-width: 430px) {
    background: var(--glay);
    background-size: 25%;
  }

}

.box_simulation dt {
  color: var(--portas);
  font-size: var(--fs30);
  line-height: 1.2;

  @media screen and (max-width: 768px) {
    width: 72%;
    text-align: center;

    @media screen and (max-width: 430px) {
      width: 78%;
    }
  }
}

.box_simulation .fuki {
  position: absolute;
  right: var(--sz10);
  top: var(--sz-20);
  animation: purupuru2 0.6s infinite;
  transform-origin: left bottom;
  width: clamp(95px, 10.3vw, 134px);

  @media screen and (max-width: 1000px) {
    right: clamp(0, -.76vw, -10px);
    top: 0;
    top: var(--sz60);
  }

  @media screen and (max-width: 768px) {
    right: clamp(10px, 10.41vw, 80px);
    top: -10px;
  }

  @media screen and (max-width:430px) {
    right: 0;
  }
}

@keyframes purupuru2 {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(2deg);
  }

  50% {
    transform: rotate(-2deg);
  }

  75% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.box_portas h4 {
  font-size: var(--fs32);
  margin: 0 auto .5em;
  text-align: center;
}

.wrap_btn {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: var(--sz20);

  @media screen and (max-width: 570px) {
    flex-direction: column;
  }
}

.wrap_btn dt {
  font-size: var(--fs24);
}

.box_nomember {
  background: #eee;
  border-radius: 5px;
  padding: var(--sz15);
  font-size: var(--fs20);
  flex-basis: 50%;
}

.box_member {
  background: var(--orange);
  border-radius: 5px;
  padding: var(--sz15);
  font-size: var(--fs20);
  flex-basis: 50%;
}

.box_member dt {
  font-size: var(--fs24);
}

a.btn {
  display: block;
  text-align: center;
  font-size: var(--fs16);
  border-radius: 100px;
  border: 3px solid #fff;
  color: #fff;
  padding: var(--sz10);
  margin: .5em 0;
}

.btn b {
  font-size: var(--fs22);
  font-weight: 500;
}

.box_member a.btn {
  background: var(--orange2);
}

.box_member a.btn:hover {
  background: var(--orange3);
}

.box_nomember a.btn {
  background: var(--portas);
}

.box_nomember a.btn:hover {
  background: var(--orange3);
}

.btn_simulation {
  display: flex;
  background: var(--yellow);
  border: 3px solid #fff;
  border-radius: 5px;
  width: 150px;
  max-width: 100%;
  justify-content: center;
  padding: var(--sz40) 0 var(--sz55);
  margin: 1em 0 0;
  font-size: var(--fs22);
  position: relative;

  @media screen and (max-width: 768px) {
    width: 72%;
    align-items: center;
    padding: var(--sz20) 0 var(--sz20);
    border-radius: 100px;
    margin: .5em 0 0;
  }

  @media screen and (max-width: 430px) {
    width: 100%;
  }

}

.btn_simulation:hover {
  background: var(--orange3);
  color: #fff;
}

.btn_simulation:before {
  content: "";
  display: block;
  background: var(--portas);
  width: 10px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 70%;
  transform: translate(0, -70%);


  @media screen and (max-width: 768px) {
    position: inherit;
    transform: translate(0, 0);
    margin-right: var(--sz10);
  }
}

.box_info {
  background: #fff;
  padding: var(--sz20);
  margin: var(--sz30) auto;
  width: 1140px;
  max-width: 96%;
  border-radius: 10px;
}

.box_info h5 {
  font-size: var(--fs28);
  margin: 0 auto var(--sz40);
  text-align: center;
  line-height: 1;
  letter-spacing: .25em;
}

.box_info h5:after {
  content: "";
  width: 2em;
  height: 3px;
  background: var(--portas);
  display: block;
  margin: 15px auto 0;
}

.box_info p:not(:last-of-type) {
  margin-bottom: .5em;
}

/*///////////////////////recom///////////////////////*/

#recom {
  background: var(--glay);
}

#recom h3 {
  margin-bottom: var(--sz40);
}

#recom h3 b {
  display: block;
  font-size: var(--fs40);
  color: var(--portas);
  margin-bottom: .4em;
}

.wrap_recom {
  margin: vap(sz30) auto var(sz20);
  border-radius: 10px;
  background: var(--portas);
  padding: var(--sz50);
  display: flex;
  gap: var(--sz30);
  flex-wrap: wrap;

  @media screen and (max-width: 768px) {
    flex-direction: column;
    padding: var(--sz20);
  }
}

.box_recom {
  flex-basis: calc((100% - var(--sz30)) /2);
  background: #fff url(../img/recom_ph01.jpg) no-repeat right var(--sz30) / min(18.46vw, 240px);
  border-radius: 5px;
  padding: var(--sz10) var(--sz10) var(--sz20);
  display: flex;
  font-size: var(--fs20);
  gap: .7em .5em;
  position: relative;
  min-height: min(16.92vw, 220px);

  @media screen and (max-width: 768px) {
    background: #fff;
    min-height: auto;
  }
}

.box_recom:nth-child(2) {
  background: #fff url(../img/recom_ph02.jpg) no-repeat right var(--sz30) / min(18.46vw, 240px);

  @media screen and (max-width:768px) {
    background: #fff;
  }
}

.box_recom:nth-child(3) {
  background: #fff url(../img/recom_ph03.jpg) no-repeat right var(--sz30) / min(18.46vw, 240px);

  @media screen and (max-width: 768px) {
    background: #fff;
  }
}

.box_recom:nth-child(4) {
  background: #fff url(../img/recom_ph04.jpg) no-repeat right var(--sz30) / min(18.46vw, 240px);

  @media screen and (max-width: 768px) {
    background: #fff;
  }
}

.box_recom:before {
  content: url(../img/recom_num01.svg);
  width: clamp(30px, 4.15vw, 54px);
  display: inline-block;
}

.box_recom:nth-child(2):before {
  content: url(../img/recom_num02.svg);
}

.box_recom:nth-child(3):before {
  content: url(../img/recom_num03.svg);
}

.box_recom:nth-child(4):before {
  content: url(../img/recom_num04.svg);
}

.box_recom dl {
  display: flex;
  flex-direction: column;
  width: calc(100% - min(23.38vw, 304px));
  gap: var(--sz10);
  margin-top: var(--sz20);

  @media screen and (max-width: 768px) {
    width: calc(100% - 25px);
  }
}

.box_recom dt {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 600;
  font-size: var(--fs32);
  letter-spacing: .05em;
  line-height: 1.2;
}

.box_recom .notice {
  position: absolute;
  bottom: var(--sz20);
  left: var(--sz70);

  @media screen and (max-width: 768px) {
    position: inherit;
  }
}

/*///////////////////////fixedprice///////////////////////*/
.wrap_fixed {
  margin: var(--sz30) auto 0;
  border-radius: 10px;
  background: #fff;
  padding: var(--sz30) var(--sz50) var(--sz50);
  border: 5px solid var(--portas);


  @media screen and (max-width: 768px) {
    padding: var(--sz20);
    border: 3px solid var(--portas);
  }
}

.wrap_fixed h4 {
  font-size: var(--fs36);
  text-align: center;
  padding-bottom: var(--sz20);
  background: url(../img/fixed_ill01.png) repeat-x 0 bottom / 50%;
}

.wrap_fixed h4 b {
  font-size: var(--fs40);
  color: var(--portas);
}

.wrap_fixed dl {
  margin-bottom: var(--sz30);
  background: var(--glay3);
  padding: var(--sz20);
  border-radius: 5px;
}

.wrap_fixed dt {
  font-size: var(--fs28);
  color: var(--portas);
  text-align: center;
  margin-bottom: var(--sz20);
  position: relative;
}

@media screen and (min-width: 431px) {
  .wrap_fixed dt:before {
    content: "";
    background: var(--portas);
    width: var(--sz50);
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 var(--sz20);
  }

  .wrap_fixed dt:after {
    content: "";
    background: var(--portas);
    width: var(--sz50);
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 var(--sz20);
  }
}

.wrap_fixed dd {
  font-size: var(--fs24);
}

.wrap_fixed ul.dot {
  padding: 0 0 0 1.6em;
  text-indent: -1.3em;
  list-style: none;
}

.wrap_fixed ul.dot li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--portas);
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}

.btn_fixed {
  font-size: var(--fs20);
  background: var(--orange2);
  color: #fff;
  padding: var(--sz20) var(--sz60) var(--sz20) var(--sz30);
  border-radius: 10px;
  border: 4px solid var(--yellow);
  margin: var(--sz50) auto 0;
  display: inline-block;
  position: relative;
  text-align: center;
}

.btn_fixed b:before {
  content: "";
  display: inline-block;
  background: var(--portas);
  width: clamp(7px, 0.76vw, 10px);
  height: clamp(16px, 1.52vw, 20px);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  top: 50%;
  transform: translate(0, -50%);
  left: -1em;
  vertical-align: middle;
  position: absolute;
}

.btn_fixed:after {
  content: "";
  background: url(../img/fixed_ill02.png) no-repeat 0 0 /contain;
  display: block;
  position: absolute;
  right: max(-3.07vw, 20px);
  width: min(10vw, 100px);
  height: min(10vw, 73px);
  animation: purupuru 0.6s infinite;

  @media screen and (max-width: 768px) {
    right: -10px;
    width: clamp(70px, 13.02vw, 100px);
    height: clamp(70px, 13.02vw, 100px);
  }
}

.btn_fixed b {
  font-size: var(--fs28);
  color: var(--yellow2);
  position: relative;
}

.btn_fixed:hover {
  background: var(--orange3);
  color: #fff;
}

/*///////////////////////otoku///////////////////////*/

#price,
#quality,
#support,
#complete {
  background: var(--portas);
  padding-top: var(--sz80);
}

#price h3,
#quality h3,
#support h3,
#complete h3 {
  color: #fff;
}

#price h3 span:before,
#price h3 span:after,
#quality h3 span:before,
#quality h3 span:after,
#support h3 span:before,
#support h3 span:after,
#complete h3 span:before,
#complete h3 span:after {
  background: var(--yellow);
}

.wrap_quality h4 {
  font-size: var(--fs36);
  color: var(--portas);
  text-align: center;
  margin-bottom: var(--sz30);
}

.wrap_otoku,
.wrap_complete {
  margin: var(--sz30) auto 0;
  border-radius: 10px;
  background: #fff;
  padding: var(--sz50);

  @media screen and (max-width: 768px) {
    padding: var(--sz20);
  }
}

.wrap_complete {
  text-align: center;
}

.wrap_exp {
  display: flex;
  gap: var(--sz40);
  margin-bottom: var(--sz50);

  @media screen and (max-width: 768px) {
    flex-direction: column;
    align-items: center;
  }
}

.wrap_exp picture {
  width: min(26.76vw, 348px);

  @media screen and (max-width: 768px) {
    width: clamp(240px, 45.31vw, 348px);
  }
}

.box_exp {
  display: flex;
  font-size: var(--fs20);
  gap: var(--sz50);
  position: relative;

  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.box_case h4 {
  font-size: var(--fs28);
  color: var(--portas);
}

.wrap_price {
  display: flex;
  gap: var(--sz60);
  margin-top: var(--sz20);

  @media screen and (max-width: 580px) {
    flex-direction: column;
    width: 100%;
  }
}

.box_price01 {
  background: var(--glay);
  padding: var(--sz20) var(--sz30);
  border-radius: 10px;
  line-height: 1.4;
  position: relative;
  white-space: nowrap;

  @media screen and (max-width: 768px) {
    width: 45%;
    text-align: center;
  }

  @media screen and (max-width: 580px) {
    width: 100%;
    text-align: left;
  }
}

.box_price01:before,
.box_price01:after {
  content: "";
  position: absolute;
  top: calc(50% - min(.3vw, 4px));
  right: max(-3.23vw, -42px);
  width: min(2.46vw, 32px);
  height: min(.61vw, 8px);
  border-radius: 9999px;
  background-color: var(--yellow);
  transform-origin: calc(100% - min(.3vw, 4px)) 50%;

  @media screen and (max-width: 580px) {
    top: calc(100% + 15px);
    right: inherit;
    left: 47.5%;
    width: min(4.16vw, 32px);
    height: min(1.04vw, 8px);
  }
}

.box_price01:before {
  transform: rotate(45deg);

  @media screen and (max-width: 580px) {
    transform: rotate(45deg);
  }
}

.box_price01:after {
  transform: rotate(-45deg);

  @media screen and (max-width: 580px) {
    transform: rotate(-225deg);
  }
}


.box_price01 strong {
  font-weight: 500;
  display: inline-block;
  margin-bottom: .5em;
}

.box_price01 b {
  font-size: var(--fs28);
  font-weight: 500;
}

.box_price01 small {
  font-size: var(--fs20);
}

.box_price02 {
  border: 4px solid var(--portas);
  color: var(--portas);
  padding: var(--sz10) var(--sz40);
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;

  @media screen and (max-width: 768px) {
    width: 45%;
    text-align: center;
  }

  @media screen and (max-width: 580px) {
    width: 100%;
    text-align: left;
  }
}

.box_price02 strong {
  font-size: var(--fs24);
  display: inline-block;
  margin-bottom: .5em;
}

.box_price02 b {
  font-size: var(--fs36);
  font-weight: 500;
}

.box_case {
  @media screen and (max-width: 768px) {
    width: calc(100% - 130px);
  }

  @media screen and (max-width: 580px) {
    width: 100%;
  }
}


.box_exp .fuki {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--portas);
  color: #fff;
  font-size: var(--fs24);
  border-radius: 100%;
  width: clamp(130px, 15.84vw, 206px);
  height: clamp(130px, 15.84vw, 206px);
  position: relative;
  line-height: 1.4;
  flex-shrink: 0;

  @media screen and (max-width:580px) {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}

.box_exp .fuki:after {
  content: "";
  clip-path: polygon(75% 0, 0 75%, 100% 50%);
  width: var(--sz50);
  height: var(--sz50);
  background: var(--portas);
  display: block;
  position: absolute;
  left: max(-0.76vw, -10px);
  bottom: var(--sz20);
}

.box_exp .fuki b {
  color: var(--yellow);
  font-size: var(--fs36);
  font-weight: 600;
}

.box_exp .fuki b small {
  font-size: var(--fs28);
}

.wrap_calc>dt {
  font-size: var(--fs22);
  margin-bottom: var(--sz30);
  color: var(--portas);
}

.wrap_calc>dd {
  font-size: var(--fs18);
}

.wrap_calc>dd dl {
  margin-top: var(--sz20);
}

.wrap_calc>dd dt {
  color: var(--green);
  margin-bottom: .5em;
}

.wrap_otokuarea {
  margin-top: var(--sz50);
}

.wrap_otokuarea>div {
  border-bottom: 1px dotted #ccc;
  transition: all 0.5s ease 0s;
}

.wrap_otokuarea>div:not(:first-of-type):has(.active) {
  padding: var(--sz20) 0;
}

.wrap_otokuarea>div:first-of-type:has(.active) {
  padding-bottom: var(--sz20);
}

.wrap_otokuarea h4 {
  position: relative;
  font-size: var(--fs28);
  background: var(--glay);
  padding-left: var(--sz30);
  margin-bottom: var(--sz30);
}

.wrap_otokuarea h4:before {
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: var(--portas);
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
}

.wrap_otokuarea h4 b {
  font-size: var(--fs36);
  color: var(--portas);
}

.wrap_otokuarea h4 picture {
  position: absolute;
  right: var(--sz50);
  top: 50%;
  transform: translate(0, -50%);
  width: clamp(90px, 16.07vw, 209px);

  @media screen and (max-width: 768px) {
    right: 10px;
  }
}

.wrap_otokuarea h5 {
  font-size: var(--fs24);
  display: block;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  border-radius: 100px;
  line-height: 1;
  padding: 5px;
  letter-spacing: .1em
}

.wrap_otokuarea h5.active {
  background: none;
  margin-bottom: var(--sz10);
}

.wrap_otokuarea h5:before {
  content: url(../img/area_icon.svg);
  width: clamp(18px, 2vw, 26px);
  margin-right: .8em;
  display: inline-block;
  vertical-align: middle;
  transform: translateX(8px) rotate(-90deg);
  transition: all 0.5s ease 0s;

  @media screen and (max-width: 768px) {
    margin-right: 1em;
  }
}

.wrap_otokuarea h5.active:before {
  transform: rotate(0deg);
}

.price-table {
  display: none;
}

.price-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.price-table th,
.price-table td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  background: #fff;
  vertical-align: middle;
}

.price-table small {
  font-size: 70%;
  color: #ffd800;
  margin: .5em;
  display: inline-block;
  vertical-align: middle;
}

.price-table th {
  width: 25%;
  text-align: left;
  white-space: nowrap;
}

.price-table .save {
  color: #cf1225;
  font-weight: bold;
  font-size: 120%;
  display: inline-block;

  @media screen and (max-width: 430px) {
    font-size: var(--fs18);
  }
}

.price-table td b {
  font-size: var(--fs20);
  display: inline-block;
  margin-right: 10px;
}

.price-table caption {
  caption-side: bottom;
  margin-top: 1em;
}

.box_warning {
  margin-top: 2em;
  color: var(--glay2)
}

.box_warning b {
  font-size: var(--fs18);
  color: var(--portas);
}

.box_warning ul {
  list-style: disc;
  margin: 0 0 0 1.5em;
  padding: 0;
}

.btn_simulation2 {
  font-size: var(--fs28);
  background: var(--yellow);
  padding: var(--sz20) var(--sz60) var(--sz20) var(--sz30);
  border-radius: 100px;
  border: 4px solid #fff;
  margin: var(--sz50) auto 0;
  display: block;
  position: relative;
  max-width: 500px;
  width:95%;
  text-align: center;
}

.btn_simulation2:hover {
  background: var(--orange3);
  color: #fff;
}

.btn_simulation2:before {
  content: "";
  display: inline-block;
  background: var(--portas);
  width: clamp(7px, 0.76vw, 10px);
  height: clamp(16px, 1.52vw, 20px);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  top: 50%;
  transform: translate(0, -50%);
  left: clamp(15px, 2.3vw, 30px);
  vertical-align: middle;
  position: absolute;
}

.btn_simulation2:after {
  content: "";
  background: url(../img/simulation2_ill.png) no-repeat 0 0 /contain;
  display: block;
  position: absolute;
  top: 50%;
  right: max(-3.07vw, -40px);
  width: min(10vw, 100px);
  height: min(10vw, 100px);
  animation: purupuru 0.6s infinite;

  @media screen and (max-width: 768px) {
    right: -10px;
    width: clamp(70px, 13.02vw, 100px);
    height: clamp(70px, 13.02vw, 100px);
  }
}

@keyframes purupuru {
  0% {
    transform: translate(0, -50%) rotate(0deg);
  }

  25% {
    transform: translate(0, -50%) rotate(2deg);
  }

  50% {
    transform: translate(0, -50%) rotate(-2deg);
  }

  75% {
    transform: translate(0, -50%) rotate(2deg);
  }

  100% {
    transform: translate(0, -50%) rotate(0deg);
  }
}

/*///////////////////////area///////////////////////*/

#area {
  background: #fff;
  padding-top: var(--sz80);
}

#area h3 {
  letter-spacing: .25em;
}

#area h3 span {
  margin-left: .25em;
}

#area h3 span:before,
#area h3 span:after {
  background: var(--portas);
}

#area h3 span:after {
  margin-left: 0;
}

.wrap_area {
  background: var(--pink2);
  padding: var(--sz50);
  border-radius: 10px;

  @media screen and (max-width: 768px) {
    padding: var(--sz20);
  }
}

tr:nth-child(even) td,
tr:nth-child(even) th {
  background: #f8f8f8;
}

.area-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6;
  background: #fff;
}

.area-table th,
.area-table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  vertical-align: top;
  word-break: break-word;
}

.area-table thead th {
  background: #f6f6f6;
  font-weight: 700;
}

.area-table tbody th {
  white-space: nowrap;
}

.area-table small {
  font-weight: 400;
  /* color: #666; */
}

@media (max-width: 768px) {
  .area-table tr {
    display: flex;
    flex-direction: column;
  }

  .area-table th {
    border-bottom: none;
  }
}

/*/////////////////////areaprice////////////////////*/
#areaprice {
  background: var(--glay);
}

#areaprice .wrap_otokuarea {
  margin-top: 0;
}

#areaprice h3 b {
  display: block;
  font-size: var(--fs40);
  color: var(--portas);
  margin-bottom: .4em;
  letter-spacing: .15em;
  padding-left: .15em;
}

#areaprice h3 span {
  margin-left: .25em;
}

#areaprice h3 {
  letter-spacing: .25em;
}

.wrap_areaprice h5.active {
  background: none;
  margin-bottom: 0;
}

.wrap_areaprice h6 {
  font-size: var(--fs20);
  margin: var(--sz50) 0 var(--sz20);
  border-left: 5px solid var(--portas);
  padding-left: .5em;
  line-height: 1.2;
}

.wrap_areaprice {
  border-radius: 10px;
  background: #fff;
  padding: var(--sz50);




  @media screen and (max-width: 768px) {
    padding: var(--sz20);
  }
}

.wrap_areaprice>div {
  transition: all 0.5s ease 0s;
}

.wrap_areaprice>div>div:has(.active) {
  padding: var(--sz20) 0;
}

.wrap_areaprice>div>div:first-of-type {
  border-top: 1px dotted #ccc;
}

.price-table {
    padding-bottom:var(--sz20);
}
table.plane:not(:last-of-type) {
  margin-bottom: var(--sz20);
}

table.plane td:first-of-type {
  width: 30%;
}

/*/////////////////////quality////////////////////*/

.wrap_quality {
  margin: 30px auto 0;
  border-radius: 10px;
  background: #fff;
  padding: var(--sz50);
  text-align: center;

  @media screen and (max-width: 768px) {
    padding: var(--sz20);
  }
}

.wrap_quality h4 {
  font-size: var(--fs36);
  color: var(--portas);
  text-align: center;
  margin-bottom: var(--sz30);
}

.wrap_quality p {
  font-size: var(--fs24);
}

.wrap_quality picture {
  text-align: center;
  display: inline-block;
  margin: var(--sz50) auto 0;
  position: relative;
}

.glow-img {
  display: inline-block;
  animation: fluffyGlow 3s ease-in-out infinite;
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(22.083333vw, 265px);
}

@keyframes fluffyGlow {

  0%,
  100% {
    filter:
      drop-shadow(0 0 8px rgba(255, 255, 240, 0)) drop-shadow(0 0 0px rgba(255, 245, 180, 0)) drop-shadow(0 0 7px rgba(254, 200, 2, 0)) drop-shadow(0 0 20px rgba(254, 200, 2, 0));
  }

  50% {
    filter:
      drop-shadow(0 0 18px rgba(255, 255, 255, 1)) drop-shadow(0 0 5px rgba(255, 235, 120, 1)) drop-shadow(0 0 10px rgba(254, 200, 2, 0.9)) drop-shadow(0 0 30px rgba(254, 200, 2, 0.6));
  }
}

/*///////////////////////flow///////////////////////*/

#flow {
  background: var(--glay);
  padding-top: var(--sz80);
}

.wrap_flow {
  border-radius: 10px;
  background: var(--portas);
  padding: var(--sz50);
  display: flex;
  gap: var(--sz30);
  flex-wrap: wrap;

  @media screen and (max-width: 850px) {
    flex-direction: column;
  }

  @media screen and (max-width: 768px) {
    padding: var(--sz20);
  }
}

.box_flow {
  background: #fff;
  width: 66.25%;
  border-radius: 5px;
  padding: var(--sz30);

  @media screen and (max-width: 850px) {
    width: 100%;
  }
}

.box_flow h4 {
  color: var(--portas);
  font-size: var(--fs32);
  text-align: center;
  margin-bottom: var(--sz10);
}

.box_btn {
  background: #fff;
  width: 31%;
  border-radius: 5px;
  padding: var(--sz15);
  text-align: center;

  @media screen and (max-width: 850px) {
    width: 100%;
  }
}

.box_btn h5 {
  font-size: var(--fs24);
  margin-bottom: var(--sz20);
}

.box_btn .wrap_btn {
  flex-direction: column;

  @media screen and (max-width: 850px) {
    flex-direction: row;
  }

  @media screen and (max-width: 550px) {
    flex-direction: column;
  }
}

/*///////////////////////support///////////////////////*/
.wrap_support {
  margin: 30px auto 0;
  border-radius: 10px;
  background: #fff;
  padding: var(--sz30) var(--sz50);
  text-align: center;

  @media screen and (max-width: 768px) {
    padding: var(--sz20);
  }
}

.wrap_support p.catch {
  font-size: var(--fs24);
  margin-bottom: var(--sz30);
  line-height: 1.2;
}

.wrap_support p b {
  font-size: var(--fs32);
  color: var(--portas);
  font-weight: 500;
}

.box_support {
  background: var(--pink3);
  border-radius: 5px;
  padding: var(--sz30);
  display: flex;
  gap: var(--sz50);

  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.box_support h4 {
  color: var(--portas);
  font-size: var(--fs32);
  text-align: center;
  margin-bottom: var(--sz20);
}

.box_support .box_tel {
  display: flex;
  flex-direction: column;
}

.box_support picture {
  width: 32.5%;

  @media screen and (max-width: 768px) {
    width: 100%;
    max-width: 280px;
    margin: auto;
  }
}

.box_support .box_tel {
  width: 62%;
  padding: 0 var(--sz30);

  @media screen and (max-width: 768px) {
    width: auto;
    padding: 0;
    display: inline-block;
    margin: auto;
  }
}

.box_support .box_tel table {
  margin: auto;
}

.box_support .box_tel tr {
  @media screen and (max-width: 768px) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.box_support .box_tel th {
  background: none;
  font-size: var(--fs24);
  font-weight: 500;
  white-space: nowrap;
  padding-top: .41em;
  padding-bottom: .8em;
  padding-right: 1em;

  @media screen and (max-width: 768px) {
    padding: 0 0 var(--sz10);
    line-height: 1.2;
  }
}

.box_support .box_tel td {
  background: none;
  font-size: var(--fs48);
  color: var(--portas);
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  line-height: 1;
  vertical-align: middle;

  @media screen and (max-width: 768px) {
    padding-bottom: var(--sz30);
    display: flex;
    align-items: center;
  }
}

.box_support .box_tel td img {
  display: inline;
  width: clamp(35px, 5.38vw, 70px);
}

/*///////////////////////faq///////////////////////*/

#faq {
  background: var(--pink2);
  padding-top: var(--sz80);
}

#faq h3 {
  font-size: var(--fs42);
  text-align: center;
  letter-spacing: .04em;
  margin-left: .04em;
  margin-bottom: var(--sz60);
}

#faq h3 span:before,
#faq h3 span:after {
  background: var(--portas);
}

.wrap_faq {
  background: var(--orange);
  padding: var(--sz50);
}

.box_faq {
  background: #fff;
  padding: var(--sz20) var(--sz50);
  border-radius: 10px;

  @media screen and (max-width: 768px) {
    padding: var(--sz20) var(--sz30);
  }
}

.box_faq dt {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: var(--fs20);
  font-weight: 700;
  padding-top: 1.5em;
}

.box_faq dt.active,
.box_faq dt:hover {
  color: var(--portas);
}

.box_faq dd {
  margin-left: var(--sz60);
  line-height: 1.8;
  font-size: var(--fs18);
  font-weight: 400;
  display: none;

  @media screen and (max-width: 768px) {
    margin-left: 0;
  }
}

.box_faq dt:before {
  content: url(../img/faq_icon.svg);
  width: var(--sz40);
  flex-shrink: 0;
  margin-top: -.5em;
  margin-right: 1em;

  @media screen and (max-width: 768px) {
    width: var(--sz50);
    margin-top: 0;
  }
}

.box_faq dt:hover:before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(68%) saturate(7499%) hue-rotate(9deg) brightness(105%) contrast(108%);
}

.box_faq ul {
  list-style: disc;
  margin: 0 0 0 1.5em;
  padding: 0;
}

/*///////////notice////////////*/
#notice {
  background: #fff;
  color: var(--portas);
  padding: var(--sz50);
}

/*///////////cont////////////*/

section {
  width: 100%;
  padding: var(--sz60) 0;
}

.box_basic {
  width: 1300px;
  max-width: 96%;
  margin: auto;
  position: relative;
}

h3 {
  font-size: var(--fs50);
  text-align: center;
  letter-spacing: .1em;
  margin: auto;
  margin-left: .08em;
  margin-bottom: var(--sz60);
  padding: 0;
  line-height: 1;
}

h3 span {
  position: relative;
  display: inline-block;

  @media screen and (max-width: 430px) {
    line-height: 1.2;
  }
}

h3 span:before,
h3 span:after {
  content: "";
  background: var(--pink);
  height: 18px;
  width: 18px;
  position: absolute;
  line-height: 1;
  display: inline-block;
}

h3 span:before {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  left: -1em;

  @media screen and (max-width: 768px) {
    left: -1.5em;
  }
}

h3 span:after {
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  bottom: 0;
  right: -.8em;

  @media screen and (max-width: 768px) {
    right: -1.5em;
  }
}

/*///////////footer////////////*/
.footer {
  height: 150px;
  text-align: center;
  position: relative;
  border-top: 1px solid #b8b8b8;
}

.footer__inner {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 0;
}

.footer__inner>div {
  display: grid;
  place-items: center;
}

.footer__inner>div>img {
  margin: 50px auto 0;
}

footer ul li {
  margin: 0 2rem;
  display: inline-block;
}

footer ul li a {
  color: #292929;
  text-decoration: none;
  font-size: 1.4rem;
}

footer ul li a:hover {
  color: #cf1225;
  text-decoration: underline;
}

footer .copy {
  margin: 3rem auto;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  footer .copy {
    flex-direction: column;
  }
}

footer .copy a img {
  width: 180px;
  margin: 0 3rem 3rem;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  z-index: 9;
}

#page-top a {
  background: var(--portas);
  border-radius: 100px;
  text-decoration: none;
  color: var(--portas);
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  opacity: 0.9;
  transition: all 0.3s ease;
  position: relative;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}

#page-top a:before {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-top: 3px solid var(--glay);
  border-right: 3px solid var(--glay);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*-- common -- */

.box_notice {
  width: 1140px;
  max-width: 94%;
  margin: auto;
  font-size: 14px !important;
}

.box_notice p {
  color: #fff !important;
}

.notice {
  text-indent: -1em !important;
  margin-left: 1em !important;
  font-weight: 400;
  font-size: var(--fs14) !important;
  text-align: left;
  color: var(--glay2);
}

.tCenter {
  text-align: center !important;
  margin: auto;
}

.tRight {
  text-align: right !important;
  margin: 0;
  padding-right: 50px;

  @media screen and (max-width: 450px) {
    text-align: center !important;
    margin: auto;
  }
}

.txt_red {
  color: #ff0000;
}

.txt_portas {
  color: var(--portas);
}

.p0 {
  padding: 0 !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.fs18 {
  font-size: var(--fs18);
}

@media screen and (min-width: 431px) {
  .only__ssp {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .only__sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .only__pc {
    display: none !important;
  }
}

/* -------------------------
  Zoom In / Out/fadeInUp
-------------------------- */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

.animation {
  opacity: 0;
  will-change: transform;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*///////////////////////campaign///////////////////////*/

#campaign {
  background: var(--glay);
  padding-top: var(--sz80);
}

#campaign h3 {
  font-size: var(--fs42);
  text-align: center;
  letter-spacing: .04em;
  margin-left: .04em;
  margin-bottom: var(--sz60);
}

#campaign h3 span:before,
#campaign h3 span:after {
  background: var(--portas);
}

.wrap_campaign {
  margin: 30px auto 0;
  border-radius: 10px;
  background: #fff;
  padding: var(--sz30) var(--sz50);
  font-size: var(--fs18);

  @media screen and (max-width: 768px) {
    padding: var(--sz20);
  }
}

.wrap_campaign ul {
  list-style: disc;box_member
  margin: 1.5em 0 0 1.5em;
  padding: 0;
}

.wrap_campaign ul ul {
  list-style: circle;
  margin: 0 0 0 1.5em;
}

.wrap_campaign>ul>li {
  margin-bottom: .5em;
}

/*--↓↓↓↓↓低圧電力リリース時に削除してください-------------------------*/
.lvp{
  display: none;
}
/*--↑↑↑↑↑低圧電力リリース時に削除してください-------------------------*/
