@charset "UTF-8";
/*
-----
font-family: "FP-こぶりなゴシック StdN W1",FP-KoburinaGoStdN-W1,"こぶりなゴシック Std W1",KoburinaGoStd-W1,"游ゴシック Light",YuGothic,YuGothicL,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: lighter;
-----
font-family: "FP-こぶりなゴシック StdN W3",FP-KoburinaGoStdN-W3,"こぶりなゴシック Std W3",KoburinaGoStd-W3,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: normal;
-----
font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: bold;
-----
font-family: 'SF Pro Text', 'Helvetica', 'Arial', 'Verdana', sans-serif;
-----
ウィンドウサイズ1400pxの場合
14px → 1vw
28px → 2vw
56px → 4vw
112px → 8vw
168px → 12vw
-----
*/
/*-------------------------------------------------- common --------------------------------------------------*/
html, body {
  background: none !important;
  margin: 0 auto;
  color: #1A1E1F;
  font-family: "FP-こぶりなゴシック StdN W3",FP-KoburinaGoStdN-W3,"こぶりなゴシック Std W3",KoburinaGoStd-W3,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: normal;
  font-size: 18.6666666667px;
  line-height: 1.7;
  letter-spacing: .1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  html, body {
    font-size: 3.5897435897vw;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

img, video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  color: #2e8da3;
  text-decoration: underline;
  transition: all .3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: .7;
  }
}
sup, sub {
  font-size: 0.6em;
}

sup {
  vertical-align: top;
}

hr {
  border: none;
  border-top: 2px dotted #d0cecf;
}

:focus {
  outline: none;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.container {
  position: relative;
  color: #1a1e1f;
  overflow: hidden;
}
@media print, screen and (min-width: 521px) {
  .container {
    margin: 0 auto;
    width: 520px;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.15);
  }
}

.inner {
  padding: 0 5.1282051282%;
}

.txt-orange {
  color: #e77b51;
}

.note {
  font-size: 12px;
  letter-spacing: .1em;
  position: relative;
  text-align:right;	
  line-height: 1.7;
}
@media screen and (max-width: 520px) {
  .note {
    font-size: 2.3076923077vw;
  }
}

.notes > li {
  padding-left: 1em;
  font-size: 12px;
  position: relative;
}
@media screen and (max-width: 520px) {
  .notes > li {
    font-size: 2.3076923077vw;
  }
}
.notes > li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.bold {
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
}

.mb-1e {
  margin-bottom: 1em;
}

.ul-white {
  background-image: linear-gradient(transparent 70%, #FFF 0%);
}

.center {
  text-align: center;
}

#fontplus-trial-banner {
  display: none;
}

.effected, .effected::before, .effected::after, .effected > *, .effected > *::before, .effected > *::after {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1, 1) !important;
}

/*-------------------------------------------------- main --------------------------------------------------*/
.main {
  position: relative;
}
.main__inner {
  position: relative;
  padding: calc(130 / 780 * 100%) 0 calc(0 / 780 * 100%);
}
.main #logo_polaorbis {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(175 / 780 * 100%);
  margin: calc(30 / 780 * 100%);
  z-index: 2;
}
.main #logo_decencia {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(175 / 780 * 100%);
  margin: calc(40 / 780 * 100%) calc(30 / 780 * 100%);
  z-index: 3;
}
.main .kv {
  margin: 0 0 calc(70 / 780 * 100%);
}
.main .lead {
  margin: 0 0 calc(15 / 780 * 100%);
}
.main .note {
  margin: 0 calc(20 / 780 * 100%) 15;
}
/*-------------------------------------------------- intro --------------------------------------------------*/
.intro {
  position: relative;
  padding: 5.1282051282% 5.1282051282% 2.5641025641%;
}
.intro__inner {
  transform: translateY(0.6923076923%);
  border-radius: clamp(12px, 3.0769230769vw, 16px);
  background-color: #F1EEED;
  padding: 8.5714285714% 5.7142857143%;
}
.intro h2 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 32px;
  line-height: 1.3;
}
@media screen and (max-width: 520px) {
  .intro h2 {
    font-size: 6.1538461538vw;
  }
}
.intro h2 .sub1 {
  display: inline-block;
  border: #BABBBB solid 1px;
  margin-bottom: .5em;
  padding: .3em .6em;
  font-size: 18.6666666667px;
  color: #1A1E1F;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  margin: 0 0 1.2rem
}
@media screen and (max-width: 520px) {
  .intro h2 .sub1 {
    font-size: 3.5897435897vw;
  
  }
}
.intro h2 .sub2 {
  display: block;
  margin-bottom: .2em;
  font-size: 21.3333333333px;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  margin: 0 0 1.2rem	
}
@media screen and (max-width: 520px) {
  .intro h2 .sub2 {
    font-size: 4.1025641026vw;
  }
}
.intro__flow {
  margin-bottom: 7.6923076923%;
}

/*-------------------------------------------------- cv --------------------------------------------------*/
.cv {
  padding: calc(100 / 780 * 100%) 0;
}
.cv.cv1 {
  background: #f2f2f2 url("../img/cv1_bg.jpg") no-repeat center top/100% auto;
}
.cv.cv2 {
  background: #9eacb4 url("../img/cv2_bg.jpg") no-repeat center top/100% auto;
  padding: calc(625 / 780 * 100%) 0 calc(100 / 780 * 100%);
}
.cv h2 {
  margin: 0 0 calc(415 / 780 * 100%);
}
.cv__contents {
  margin: 0 calc(40 / 780 * 100%);
  padding: calc(80 / 780 * 100%) calc(40 / 780 * 100%) calc(05 / 780 * 100%);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: clamp(10px, 2.5641025641vw, 13.3333333333px);
}
.cv__contents2 {
  margin: 0 calc(40 / 780 * 100%);
  padding: calc(40 / 780 * 100%) calc(40 / 780 * 100%) calc(30 / 780 * 100%);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: clamp(10px, 2.5641025641vw, 13.3333333333px);
}
.cv__contents3 {
  margin: 0 calc(40 / 780 * 100%);
  padding: calc(80 / 780 * 100%) calc(40 / 780 * 100%) calc(20 / 780 * 100%);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: clamp(10px, 2.5641025641vw, 13.3333333333px);
}
.cv__name {
  margin: 0 0 calc(85 / 620 * 100%);
}
.cv__price-teiki {
  margin: 0 0 calc(35 / 620 * 100%);
}
.cv__price-once {
  margin: calc(60 / 620 * 100%) 0 calc(20 / 620 * 100%);
}
.cv__btn-teiki {
  filter: drop-shadow(0px clamp(4px, 1.0256410256vw, 5.3333333333px) clamp(8px, 2.0512820513vw, 10.6666666667px) rgba(0, 0, 0, 0.25));
  transition: all .3s;
}
.cv__btn-teiki:hover {
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.25));
  transform: translateY(calc(20 / 620 * 100%));
}
.cv__btn-teiki a:hover {
  opacity: 1;
}

.cv__btn-once {
  filter: drop-shadow(0px clamp(4px, 1.0256410256vw, 5.3333333333px) clamp(8px, 2.0512820513vw, 10.6666666667px) rgba(0, 0, 0, 0.25));
  transition: all .3s;
}
.cv__btn-once:hover {
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.25));
  transform: translateY(calc(20 / 620 * 100%));
}
.cv__btn-once a:hover {
  opacity: 1;
}

.cv__service {
  margin: calc(50 / 620 * 100%) 0 calc(40 / 620 * 100%);
}
.cv .note {
  margin: 10 0 calc(80 / 620 * 100%);
}

/*-------------------------------------------------- product --------------------------------------------------*/
.product {
  text-align: center;
  padding: 0 0 calc(120 / 780 * 100%);
}
.product__ttl {
  position: relative;
  margin-bottom: calc(120 / 780 * 100%);
}
.product__ttl::after {
  content: "";
  position: absolute;
  background-color: #1a1e1f;
  width: 1px;
  height: 4em;
  left: 0;
  right: 0;
  bottom: -2em;
  margin: auto;
}
.product__content {
  margin: 0 calc(40 / 780 * 100%) calc(120 / 780 * 100%);
}
.product__content .num {
  width: calc(60 / 700 * 100%);
  margin: 0 auto calc(35 / 780 * 100%);
}
.product__content .ttl {
  margin: 0 auto calc(40 / 700 * 100%);
  font-size: 32px;
  letter-spacing: .2em;
  line-height: 1.35;
}
@media screen and (max-width: 520px) {
  .product__content .ttl {
    font-size: 6.1538461538vw;
  }
}
.product__content .visual {
  margin: 0 auto calc(40 / 700 * 100%);
}
.product__content .txt {
  margin: 0 auto calc(40 / 700 * 100%);
  font-size: 19.6666666667px;
  letter-spacing: .2em;
  text-align:left;	
}
@media screen and (max-width: 520px) {
  .product__content .txt {
    font-size: 4.3vw;
	  text-align:left;	
  }
}
.product__content:last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------- attention --------------------------------------------------*/
.attention {
  position: relative;
  padding: calc(150 / 780 * 100% ) calc(40 / 780 * 100% ) calc(120 / 780 * 100% );
  background-color: #fbfafa;
}
.attention__inner {
  border: #1a1e1f solid 1px;
  text-align: center;
  padding: 0 calc(40 / 700 * 100% ) calc(40 / 700 * 100% );
}
.attention h2 {
  display: inline-block;
  background-color: #fbfafa;
  border: #1a1e1f solid 1px;
  font-size: 18.6666666667px;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  margin: 0 0 .5em;
  padding: .5em 1em;
  transform: translateY(-1.5em);
}
@media screen and (max-width: 520px) {
  .attention h2 {
    font-size: 3.5897435897vw;
  }
}
.attention h3 {
  color: #f0765b;
  font-size: 32px;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  margin: 0 0 1.2rem;
}
@media screen and (max-width: 520px) {
  .attention h3 {
    font-size: 6.1538461538vw;
  }
}
.attention h4 {
  font-size: 20px;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  margin: 0 0 1.2rem;
  letter-spacing: .2em;
}
@media screen and (max-width: 520px) {
  .attention h4 {
    font-size: 3.8461538462vw;
  }
}
.attention ul.attention_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.attention ul.attention_list li {
  position: relative;
  text-align: left;
  width: 95%;
  font-size: 20px;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  margin: 0 0 .8rem;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 520px) {
  .attention ul.attention_list li {
    font-size: 3.8461538462vw;
  }
}
.attention ul.attention_list li span {
  border-bottom: #1a1e1f solid 1px;
  padding: 0 0 .2em;
}
.attention ul.attention_list li::before {
  content: "";
  position: absolute;
  width: .4em;
  height: .4em;
  left: 0;
  top: .7em;
  border-radius: 999px;
  border: #1a1e1f solid 1px;
}
.attention p {
  margin: 0 0 1.2rem;
}
.attention ul {
  text-align: left;
  font-size: 13.3333333333px;
}
@media screen and (max-width: 520px) {
  .attention ul {
    font-size: 2.5641025641vw;
  }
}
.attention ul li {
  display: flex;
}
.attention ul li::before {
  content: "・";
}

/*-------------------------------------------------- floating --------------------------------------------------*/
.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 30%; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 90%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 70vw; /* スマホの画面幅いっぱいにバナーを表示 */
  }
}

/*-------------------------------------------------- footer --------------------------------------------------*/
#footer {
  padding: 8.9743589744% 0;
  color: #fff;
  background: #2c2b2b;
}
#footer h2 {
  padding-bottom: 7.4626865672%;
}
#footer h2 img {
  width: 38.8059701493%;
}
#footer .nav {
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
}
#footer .nav li {
  margin: 1.5em 0;
  font-size: 18.6666666667px;
}
@media screen and (max-width: 520px) {
  #footer .nav li {
    font-size: 3.5897435897vw;
  }
}
#footer .nav li a {
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin-top: 1.8em;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  #footer .copyright {
    font-size: 3.0769230769vw;
  }
}
