@charset "UTF-8";
/********************************************************************************

page-top.css　トップページcss

********************************************************************************/

/*============================================================
 commonカスタム
*============================================================*/
#page-top #main-contents {
  padding-bottom: 0;
  word-break: break-all;
}

#page-top #main-contents .parts-btn {
  width: 100%;
  background-color: var(--common-color-accent);
  color: #fff;
  border: none;
}

#page-top #main-contents .parts-btn:hover {
  background-color: var(--common-color-accent);
  color: #fff;
  opacity: 0.7;
}

#page-top #main-contents .parts-btn a,
#page-top #main-contents .parts-btn a:hover {
  color: #fff;
}

#page-top .section {
  overflow: hidden;
}

/*============================================================
 ヘッダー
*============================================================*/
#page-top #header {
  background-color: #fff;
}

#page-top #header h1 {
  color: var(--common-color-main2);
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

#page-top #header p {
  color: var(--common-color-main2);
  font-size: 12px;
  margin-bottom: 0;
}

/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual {
  /* height: 440px; */
  /* background-image: url(../images/top/mv_woman3.jpg); */
  background-repeat: no-repeat;
  background-position: top left 30%;
  background-size: cover;
  overflow: hidden;
  background-color: #d2dae7;
  position: relative;
}

#page-top #mainvisual .woman {
  height: 100%;
  width: auto;
  position: relative;
  left: -200px;
}

#page-top #mainvisual .woman img {
  height: 100%;
  max-width: inherit;
  width: inherit;
  ;
}

#page-top #mainvisual .catch-copy {
  width: 100px;
  margin: 20px 0 10px auto;
  position: absolute;
  top: 40px;
  right: 50px;
}

#page-top #mainvisual .circles {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 300px;
  margin: auto 0 0 auto;
  position: absolute;
  bottom: 40px;
  right: 10px;
}

#page-top #mainvisual .circles img {
  max-width: 33%;
  position: relative;
}

#page-top #mainvisual .circles img:nth-child(1) {
  left: 20px;
}

#page-top #mainvisual .circles img:nth-child(2) {
  left: 10px;
}

#page-top #mainvisual .catch-copy-pc {
  width: 350px;
  margin: 20px 0 10px auto;
  position: absolute;
  top: 40px;
  right: 50px;
}

#page-top #mainvisual .inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

#page-top .mv_pc {
  display: none;
}

#page-top #mainvisual .catch-copy img {
  position: relative;
  z-index: 1;
}

#page-top #mainvisual .catch-copy::after {
  content: "";
  height: 300px;
  width: 300px;
  background-image: url(../images/top/bg-blur4.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -50px;
  right: -100px;
  z-index: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}

/*============================================================
 セクション共通
*============================================================*/
#page-top .section {
  padding: 48px 0;
  margin-bottom: 0;
}

/*============================================================
 セクション intro
*============================================================*/
#page-top #sec-intro {
  background-color: var(--common-color-background0);
  position: relative;
  padding-top: 0;
  overflow: visible;
}

#page-top #sec-intro .sec-heading {
  width: 240px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  transform: translateY(-50%);
}

#page-top #sec-intro .inner {
  overflow: hidden;
}

#page-top #sec-intro .sec-heading img {
  width: 100%;
}

#page-top #sec-intro .sec-title {
  color: var(--common-color-main);
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 60px;
}

#page-top #sec-intro .circles {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  min-height: 300px;
}

#page-top #sec-intro .circle-item {
  min-width: 286px;
  min-height: 286px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#page-top #sec-intro .circle-item1 {
  background-color: rgba(118, 202, 255, 0.55);
  top: -40px;
  left: -80px;
  padding-left: 50px;
}

#page-top #sec-intro .circle-item2 {
  background-color: rgba(255, 191, 47, 0.55);
  top: 0;
  right: -100px;
  padding-right: 40px;
}

#page-top #sec-intro .circle-item-img,
#page-top #sec-intro .circle-item-img-txt {
  width: 96px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}

#page-top #sec-intro .circle-item-title {
  font-weight: bold;
}

#page-top #sec-intro .circle-item1 .circle-item-title {
  color: var(--common-color-sub);
  font-size: 24px;
  line-height: 1.3;
}

#page-top #sec-intro .circle-item2 .circle-item-title {
  color: var(--common-color-main2);
  font-size: 16px;
}

#page-top #sec-intro .circle-item2 .circle-item-title .mod-big {
  font-size: 40px;
  font-weight: lighter;
}

#page-top #sec-intro .circle-item2 .circle-item-img {
  width: 140px;
}

#page-top #sec-intro .bf-title {
  color: var(--common-color-sub);
  font-size: 24px;
  text-align: center;
}

#page-top #sec-intro .cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#page-top #sec-intro .cards .card-item {
  width: 49%;
}

#page-top #sec-intro .item-txt {
  font-size: 12px;
}

#page-top #sec-intro .card-item1 .item-txt {
  color: #898989;
}

#page-top #sec-intro .card-item2 .item-txt {
  color: var(--common-color-accent);
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-intro-add {
  background-color: rgba(166, 124, 29, 0.2);
  position: relative;
  padding-top: 30px;
  overflow: visible;
}

#page-top #sec-intro-add .sec-text {
  display: inline-block;
  border-radius: 20px;
  background-color: var(--common-color-sub);
  color: #fff;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;

}

#page-top #sec-intro-add .sec-title {
  color: var(--common-color-sub);
  font-size: 24px;
  text-align: center;
  margin-bottom: 14px;
}

#page-top #sec-intro-add .cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#page-top #sec-intro-add .cards .card-item {
  width: 49%;
}

#page-top #sec-intro-add .item-txt {
  font-size: 12px;
}

#page-top #sec-intro-add .card-item1 .item-txt {
  color: #898989;
}

#page-top #sec-intro-add .card-item2 .item-txt {
  color: var(--common-color-accent);
}
/*============================================================
 キャンペーン
*============================================================*/
#page-top #sec-campaign {
  padding: 0;
}
#page-top #sec-campaign .inner {
  padding: 0;
}
#page-top #sec-campaign .img-wrap {
  max-width: 400px;
  margin: 0 auto;
}
#page-top #sec-campaign .img-wrap .bottom {
  position: relative;
  max-width: 326px;
  margin: 0 auto;
}
#page-top #sec-campaign .img-wrap .bottom .item {
  position: absolute;
  top: 65px;
  right: -10px;
  width: 94px;
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-price {
  text-align: center;
  background: linear-gradient(90deg, #d8d8d8, #fbfbfb);
  position: relative;
  overflow: hidden;
}

#page-top #sec-price .inner {
  z-index: 1;
  position: relative;
}

#page-top #sec-price::after {
  content: "";
  height: 250px;
  width: 250px;
  background-image: url(../images/top/bg-blur1.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -50px;
  right: -100px;
  z-index: 0;
  -ms-filter: blur(12px);
  filter: blur(12px);
}

#page-top #sec-price::before {
  content: "";
  height: 450px;
  width: 365px;
  background-image: url(../images/top/bg-rainbow1.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: blur(20px);
  filter: blur(20px);
  transform: translateX(-50%);
  z-index: 0;
}

#page-top #sec-price .price-top {
  color: var(--common-color-accent);
}

#page-top #sec-price .price-top p {
  font-size: 18px;
  font-weight: bold;
}

#page-top #sec-price .sec-title {
  width: 250px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

#page-top #sec-price .sec-title img {
  width: 100%;
}

#page-top #sec-price .price-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#page-top #sec-price .price-bottom>p {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--common-color-sub);
  /* padding: 10px; */
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -1px;
  font-weight: bold;
}

#page-top #sec-price .price-bottom>p:nth-child(2) {
  font-size: 16px;
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-simulation {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background: transparent linear-gradient(2deg, #FFFFFF 0%, #f6f2e8 30%, #fdf6e7 100%) 0% 0% no-repeat padding-box;
}

#page-top #sec-simulation .sec-title-wrapper {
  padding: 10px 0;
  background-color: #fff;
}

#page-top #sec-simulation .sec-title {
  color: var(--common-color-sub);
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}

#page-top #sec-simulation .inner {

  padding-top: 25px;
}

#page-top #sec-simulation .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

#page-top #sec-simulation .flex-title,
#page-top #sec-simulation .flex-title-en {
  color: #ACACAC;
}

#page-top #sec-simulation .flex-title {
  font-size: 16px;
  font-weight: bold;
}

#page-top #sec-simulation .flex-title-en {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: bold;
}

#page-top #sec-simulation .flex-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}

#page-top #sec-simulation .limited-img {
  text-align: center;
}

#page-top #sec-simulation .limited-img img {
  width: 128px;
}

#page-top #sec-simulation .mid-txt {
  color: var(--common-color-main);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#page-top #sec-simulation .mid-txt .fs-small {
  font-size: 12px;
}

#page-top #sec-simulation .list-item {
  border-top: 1px solid rgba(137, 137, 137, 0.2);
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

#page-top #sec-simulation .list-item>img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

#page-top #sec-simulation .list-item>p {
  font-size: 16px;
  color: var(--common-color-sub);
  font-weight: bold;
  line-height: 1.5;
}

#page-top #sec-simulation .mod-txt-red {
  color: var(--common-color-accent);
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-worries {
  background: transparent linear-gradient(91deg, #DBDBDB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

#page-top #sec-worries .sec-title {
  color: var(--common-color-accent);
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

#page-top #sec-worries .card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#page-top #sec-worries .card .item {
  width: 45%;
  text-align: center;
  margin-bottom: 25px;
}

#page-top #sec-worries .card .item:first-child {
  width: 100%;
}

#page-top #sec-worries .card .item p {
  color: var(--common-color-sub);
  font-weight: bold;
  line-height: 1.5;
}

#page-top #sec-worries .card .item img {
  width: 150px;
  max-width: 100%;
}

#page-top #sec-worries .sec-lead {
  text-align: center;
  color: #fff;
  background-color: var(--common-color-accent);
  padding: 18px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
}

#page-top #sec-worries .sec-lead .mod-txt-yellow {
  color: #FCF59E;
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-doctor {
  background-color: rgb(166 124 29 / 20%);
}

#page-top #sec-doctor .sec-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  color: #ACACAC;
}

#page-top #sec-doctor .sec-title-en {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ACACAC;
}

#page-top #sec-doctor * {
  color: var(--common-color-sub);
}

#page-top #sec-doctor .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#page-top #sec-doctor .flex-item {
  width: 45%;
}

#page-top #sec-doctor .position,
#page-top #sec-doctor .name {
  font-weight: bold;
}

#page-top #sec-doctor .name {
  font-size: 20px;
  margin-bottom: 10px;
}

#page-top #sec-doctor .position,
#page-top #sec-doctor .career {
  font-size: 12px;
  line-height: 20px;
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-question {
  background-color: rgb(106 65 16 / 20%);
  position: relative;
}

#page-top #sec-question::before {
  content: "";
  height: 250px;
  width: 250px;
  background-image: url(../images/top/bg-rainbow1.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -100px;
  left: -150px;
  -ms-filter: blur(20px);
  filter: blur(20px);
  z-index: 0;
}

#page-top #sec-question .question-card {
  background-color: var(--common-color-background0);
  max-width: 95%;
  margin: 0 0 20px auto;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

#page-top #sec-question .question-card>* {
  padding: 0 20px;
}

#page-top #sec-question .card-num {
  color: var(--common-color-main2);
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  top: -15px;
  margin-bottom: 0;
}

#page-top #sec-question .card-title {
  color: var(--common-color-sub2);
  font-size: 28px;
  font-weight: medium;
  margin-bottom: 18px;
}

#page-top #sec-question .card-heading {
  color: var(--common-color-accent);
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
}

#page-top #sec-question p,
#page-top #sec-question img {
  margin-bottom: 24px;
}

#page-top #sec-question .card-heading--reason {
  background-color: #F59C98;
  color: #fff;
  padding: 10px 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

#page-top #sec-question .card-reason-num {
  background-color: rgb(245 156 152 / 30%);
  color: var(--common-color-accent);
  font-size: 14px;
  padding: 10px 40px 10px 20px;
  margin-left: 20px;
  margin-bottom: 0;
  display: inline-block;
  border-radius: 0px 40px 40px 0px;
}

#page-top #sec-question .sec-heading,
#page-top #sec-question .sec-heading-en {
  color: var(--common-color-accent);
  text-align: center;
}

#page-top #sec-question .sec-heading {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

#page-top #sec-question .sec-heading::after {
  content: "";
  height: 200px;
  width: 200px;
  background-image: url(../images/top/bg-blur2.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -50px;
  right: -50px;
  -ms-filter: blur(20px);
  filter: blur(20px);
  z-index: 0;
  opacity: 0.9;
}

#page-top #sec-question .sec-heading--rainbow::after {
  background-image: url(../images/top/bg-rainbow1.png);
  -ms-filter: blur(17px);
  filter: blur(17px);
  height: 300px;
  width: 300px;
  top: -150px;
}

#page-top #sec-question .sec-heading-en {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 12px;
}

#page-top #sec-question .comparison-chart {
  text-align: center;
  max-width: 95%;
  display: block;
  margin: 0 auto;
  margin-bottom: 56px;
  position: relative;
}

#page-top #sec-question .bg-rainbow {
  position: relative;
}

#page-top #sec-question .bg-rainbow::after {
  content: "";
  height: 250px;
  width: 250px;
  background-image: url(../images/top/bg-rainbow1.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -140px;
  left: -150px;
  -ms-filter: blur(20px);
  filter: blur(20px);
  z-index: 0;
}

#page-top #sec-question .question-card .small {
  font-size: 12px;
}

#page-top #sec-question .mouthpiece-invisalign,
#page-top #sec-question .mouthpiece-poor {
  text-align: center;
  max-width: 95%;
  display: block;
  margin: 0 auto;
  position: relative;
}

#page-top #sec-question .mouthpiece-poor {
  margin-bottom: 20px;
}

#page-top #sec-question .card-heading--case {
  position: relative;
  margin-left: 20px;
}

#page-top #sec-question .card-heading--case p {
  position: absolute;
  top: -8px;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--common-color-main);
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  padding-top: 10px;
}

#page-top #sec-question .card-heading--case p span {
  font-size: 24px;
  font-style: italic;
}

#page-top #sec-question .card-heading--case h3 {
  background-color: var(--common-color-main2);
  color: #fff;
  padding: 10px 20px 10px 40px;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

#page-top #sec-question .mb-40 {
  margin-bottom: 40px;
}

#page-top #sec-question .mouthpiece-invisalign {
  margin-bottom: 56px;
}

#page-top #sec-question .face-img {
  width: 180px;
  margin: 0 auto 10px auto;
  display: block;
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-platina {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent linear-gradient(91deg, #DBDBDB 0%, #FFFFFF 70%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

#page-top #sec-platina .sec-title {
  background-color: var(--common-color-main);
  color: #fff;
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  font-size: 18px;
  margin-bottom: 0;
}

#page-top #sec-platina .sec-title-img {
  width: 100%;
}

#page-top #sec-platina .inner {
  padding-top: 30px;
  padding-bottom: 50px;
}

#page-top #sec-platina .sec-heading {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-top: 2px solid #B4B4B4;
  border-bottom: 2px solid #B4B4B4;
  position: relative;
  margin: 0 0 30px 0;
  padding: 24px;
}

#page-top #sec-platina .sec-heading::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #B4B4B4;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}

#page-top #sec-platina .sec-heading::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #B4B4B4;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
}

#page-top #sec-platina .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

#page-top #sec-platina .flex-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#page-top #sec-platina .flex-item p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  color: #585858;
  width: 100%;
  position: relative;
  z-index: 1;
}

#page-top #sec-platina .flex-item .small {
  font-size: 12px;
}

#page-top #sec-platina .flex-item:nth-child(2) {
  padding-left: 40px;
}

#page-top #sec-platina .flex-item:nth-child(2)::after {
  content: "";
  height: 200px;
  width: 200px;
  background-image: url(../images/top/bg-blur3.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: blur(20px);
  filter: blur(20px);
  z-index: 0;
}

#page-top #sec-platina .sec-title-img {
  z-index: 1;
  position: relative;
}

#page-top #sec-platina .main-img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-reason {
  padding-bottom: 0;
}

#page-top #sec-reason .sec-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--common-color-accent);
  text-align: center;
  margin-bottom: 0;
}

#page-top #sec-reason .sec-title-en {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: var(--common-color-accent);
  text-align: center;
}

#page-top #sec-reason .card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 45px;
}

#page-top #sec-reason .item-num {
  width: 30%;
  padding: 0 20px;
}

#page-top #sec-reason .circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid var(--common-color-main);
  color: var(--common-color-main);
  text-align: center;
  line-height: 1.3;
  font-size: 12px;
  padding-top: 10px;
}

#page-top #sec-reason .circle span {
  font-size: 24px;
}

#page-top #sec-reason .item-content {
  width: 70%;
}

#page-top #sec-reason .item-content h3 {
  font-weight: bold;
  color: var(--common-color-accent);
  font-size: 20px;
}

#page-top #sec-reason .item-content>img {
  display: block;
  margin: 0 0 0 auto;
  width: 100%;
}

#page-top #sec-reason .message {
  background-color: var(--common-color-accent);
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 25px 0;
  font-size: 18px;
}

#page-top #sec-reason .card {
  position: relative;
}

#page-top #sec-reason .card>div {
  position: relative;
  z-index: 1;
}

#page-top #sec-reason .card:nth-child(odd)::before {
  content: "";
  bottom: 0;
  left: 20px;
  width: 250px;
  height: 200px;
  position: absolute;
  z-index: 0;
}

#page-top #sec-reason .card:nth-child(even)::before {
  content: "";
  bottom: 0;
  left: 40%;
  width: 150px;
  height: 100%;
  background-color: #F59C98;
  position: absolute;
  z-index: 1;
}

#page-top #sec-reason .card:nth-child(1)::before {
  background-color: #fef1f0;
}

#page-top #sec-reason .card:nth-child(2)::before {
  background-color: #f2ecde;
}

#page-top #sec-reason .card:nth-child(3)::before {
  background-color: #e3eaef;
}

#page-top #sec-reason .card:nth-child(4)::before {
  background-color: #fef1f0;
}

#page-top #sec-reason .card .item-content p,
#page-top #sec-reason .card .item-content h3 {
  padding: 0 10px;
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-case {
  background-color: rgb(106 65 16 / 10%);
  position: relative;
}

#page-top #sec-case::before {
  content: "";
  height: 450px;
  width: 365px;
  background-image: url(../images/top/bg-rainbow1.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50px;
  right: 0;
  -ms-filter: blur(20px);
  filter: blur(20px);
  z-index: 0;
}

#page-top #sec-case .inner {
  position: relative;
  z-index: 1;
}

#page-top #sec-case .sec-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--common-color-main);
  text-align: center;
  margin-bottom: 0;
}

#page-top #sec-case .sec-title-en {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: var(--common-color-main);
  text-align: center;
}

#page-top #sec-case .card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: var(--common-color-sub);
  letter-spacing: -1px;
}

#page-top #sec-case .before-txt {
  font-size: 16px;
  color: #898989;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

#page-top #sec-case .after-txt {
  font-size: 16px;
  color: var(--common-color-accent);
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

#page-top #sec-case .card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

#page-top #sec-case .small {
  font-size: 12px;
  line-height: 1.5;
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-price-comparison {
  padding: 0;
}

#page-top #sec-price-comparison .inner>*:not(h1, h2, h3, h4) {
  margin-bottom: 0;
}

#page-top #sec-price-comparison .sec-top {
  background: transparent linear-gradient(91deg, #DBDBDB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  padding: 56px 0;
  position: relative;
}

#page-top #sec-price-comparison .sec-top::before {
  content: "";
  height: 250px;
  width: 250px;
  background-image: url(../images/top/bg-blur1.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -80px;
  right: -50px;
  /* -ms-filter: blur(20px);
  filter: blur(20px); */
  z-index: 0;
}

#page-top #sec-price-comparison .sec-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--common-color-main);
  text-align: center;
  margin-bottom: 0;
}

#page-top #sec-price-comparison .sec-title-en {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: var(--common-color-main);
  text-align: center;
}

#page-top #sec-price-comparison .sec-middle {
  padding: 50px 20px;
  background-color: rgb(106 65 16 / 10%);
}

#page-top #sec-price-comparison .sec-middle h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: var(--common-color-main);
  margin-bottom: 15px;
}

#page-top #sec-price-comparison .sec-bottom {
  padding: 20px 0 60px 0;
}

#page-top #sec-price-comparison .balloon-img {
  text-align: center;
  width: 70px;
  margin: 0 auto;
}

#page-top #sec-price-comparison .cheaper {
  color: var(--common-color-main);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#page-top #sec-price-comparison .cheaper span {
  color: var(--common-color-accent);
}

#page-top #sec-price-comparison .card {
  border: 3px solid rgb(106 65 16 / 10%);
  border-radius: 10px;
  position: relative;
  padding: 30px 15px;
  margin-top: 50px;
}

#page-top #sec-price-comparison .question-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  text-align: center;
}

#page-top #sec-price-comparison .card-txt {
  text-align: center;
  color: var(--common-color-main);
  font-weight: bold;
}

#page-top #sec-price-comparison .arrow-img {
  text-align: center;
}

#page-top #sec-price-comparison .price {
  text-align: center;
  margin-bottom: 10px;
}

#page-top #sec-price-comparison .parts-btn {
  border-radius: 5px;
}

#page-top #sec-price-comparison .parts-btn::after {
  content: "";
  height: 25px;
  width: 25px;
  background-image: url(../images/top/icon-plus.png);
  background-position: center;
  background-size: cover;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#page-top #sec-price-comparison .comparison-img {
  text-align: center;
  max-width: 600px;
  margin: 24px auto 0 auto;
}

#page-top #sec-price-comparison .accordion-content {
  padding: 10px;
  background-color: var(--common-color-background0);
  border-radius: 10px;
}

#page-top #sec-price-comparison .accordion-content h3 {
  color: var(--common-color-accent);
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

#page-top #sec-price-comparison .accordion-content .table-wrapper {}

#page-top #sec-price-comparison .accordion-content table {
  width: 100%;
  margin-top: 24px;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  color: var(--common-color-main2);
  text-align: center;
  font-weight: bold;
}

#page-top #sec-price-comparison .accordion-content table th {
  padding: 12px 8px;
  vertical-align: middle;
  font-weight: bold;
}

#page-top #sec-price-comparison .accordion-content table tr:first-child th {
  background-color: #dbcaa4;
}

#page-top #sec-price-comparison .accordion-content table tr:first-child th:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#page-top #sec-price-comparison .accordion-content table td {
  border: 1px solid #cad2de;
  padding: 12px 8px;
  vertical-align: middle;
  font-weight: bold;
}

#page-top #sec-price-comparison .accordion-content table th {
  font-weight: bold;
}

#page-top #sec-price-comparison .accordion-content table tr:not(:nth-child(1)) td:first-child span {
  font-weight: normal;
}

#page-top #sec-price-comparison .accordion-content table tr:nth-child(3),
#page-top #sec-price-comparison .accordion-content table tr:nth-child(5),
#page-top #sec-price-comparison .accordion-content table tr:nth-child(6) {
  background-color: #f6f2e8;
}

#page-top #sec-price-comparison .accordion-content table .al-left {
  text-align: left;
}

#page-top #sec-price-comparison .accordion-content .small {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 20px;
  color: var(--common-color-main2);
}

.modaal-body p,
.modaal-body ul {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.modaal-body h4 {
  background-color: #add8e6;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 5px;
}

.modaal-body h5 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  border-bottom: 1px solid #7c92ff;
}

.modaal-body tbody {
  vertical-align: middle;
  line-height: 1.5;
  margin-bottom: 20px;
}

.modaal-body td,
.modaal-body th {
  border: 1px solid #f4f4f4;
  padding: 2px;
  font-size: 12px;
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-clinic .sec-top {
  max-width: 250px;
  margin: 0 auto 32px auto;
}

#page-top #sec-clinic .parts-btn--brown {
  background-color: transparent;
  border: 1px solid var(--common-color-main2);
  margin-bottom: 10px;
}

#page-top #sec-clinic .parts-btn--brown:hover {}

#page-top #sec-clinic .parts-btn--brown a {
  color: var(--common-color-main2);
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

#page-top #sec-clinic .sec-top p {
  text-align: center;
  color: var(--common-color-main2);
  font-weight: bold;
  font-size: 16px;
}

#page-top #sec-clinic .sec-title {
  text-align: center;
  color: var(--common-color-main);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}

#page-top #sec-clinic .sec-title-en {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: var(--common-color-main);
  text-align: center;
}

#page-top #sec-clinic .parts-btn--brown::before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/top/icon-phone.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 0;
}

#page-top #sec-clinic .parts-btn--brown a {
  color: var(--common-color-main2);
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

#page-top #sec-clinic .parts-btn--ex-link::before {
  content: "";
  height: 10px;
  width: 10px;
  background-image: url(../images/top/icon-rectangle.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 0;
}

#page-top #sec-clinic .flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

#page-top #sec-clinic .flex img {
  width: 80%;
}

#page-top #sec-clinic.cta {
  background: #f0ece6;
}

#page-top #sec-clinic .sec-diagnose {
  width: 100%;
  max-width: var(--inner-max-width);
  padding: 0 var(--inner-padding);
  margin: 0 auto;
}

#page-top #sec-clinic .sec-diagnose .summary_diagnose {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

#page-top #sec-clinic .sec-diagnose .summary_diagnose span {
  display: block;
  font-weight: bold;
}

#page-top #sec-clinic .sec-diagnose ul {
  display: flex;
  flex-wrap: wrap;
	max-width: 480px;
  margin: auto;
}

#page-top #sec-clinic .sec-diagnose ul li {
  width: calc((100% - 20px)/2);
  margin: 10px 5px 0;
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-payment {
  background-color: #f0ece6;
}

#page-top #sec-payment .sec-title {
  text-align: center;
  color: var(--common-color-main);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}

#page-top #sec-payment .sec-title-en {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: var(--common-color-main);
  text-align: center;
}

#page-top #sec-payment .list>p {
  margin-bottom: 10px;
}

#page-top #sec-payment .card {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px;
}

#page-top #sec-payment .card h3 {
  color: var(--common-color-main);
  margin-bottom: 5px;
  font-weight: bold;
}

#page-top #sec-payment .card p {
  font-size: 14px;
  line-height: 1.5;
}

#page-top #sec-payment .mt-10 {
  margin-top: 10px;
}

#page-top #sec-payment .card .parts-btn {
  border: 1px solid #B4B4B4;
  background-color: #fff;
}

#page-top #sec-payment .card .parts-btn a {
  color: #B4B4B4;
}

#page-top #sec-payment .cregit-card {
  max-width: 300px;
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-consultation {
  display: none;
}

#page-top #sec-consultation .line-logo {
  text-align: center;
  margin-bottom: 10px;
}

#page-top #sec-consultation .line-logo img {
  width: 50px;
  margin-bottom: 0;
}

#page-top #sec-consultation .sec-title {
  text-align: center;
  color: #1BB91F;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}

#page-top #sec-consultation .sec-title-en {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #1BB91F;
  font-weight: bold;
  text-align: center;
}

#page-top #sec-consultation .sec-txt span {
  color: var(--common-color-accent);
}

#page-top #sec-consultation .triangle {
  text-align: center;
  line-height: 0;
  margin-bottom: 10px;
}

#page-top #sec-consultation .triangle img {
  width: 15px;
}

#page-top #sec-consultation .item {
  background-color: #f6f2e9;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
}

#page-top #sec-consultation .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#page-top #sec-consultation .flex-img {
  width: 58px;
  margin-left: 15px;
}

#page-top #sec-consultation .item h3 {
  font-family: 'Montserrat', sans-serif;
  color: var(--common-color-main2);
  font-size: 24px;
  font-style: italic;
}

#page-top #sec-consultation .point-title {
  background-color: #1BB91F;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  padding: 15px;
  line-height: 1;
}

#page-top #sec-consultation .point-title span {
  font-size: 12px;
}

#page-top #sec-consultation .point-heading {
  background-color: #1BB91F;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 15px;
  line-height: 1;
}

#page-top #sec-consultation .parts-btn--line {
  background-color: #1BB91F;
}

#page-top #sec-consultation .parts-btn--grey {
  background-color: transparent;
  border: 1px solid #B4B4B4;
}

#page-top #sec-consultation .parts-btn--grey a {
  color: #B4B4B4;
}

#page-top #sec-consultation .green-txt {
  margin-bottom: 0;
  color: #1BB91F;
  font-weight: bold;
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-qa {
  background-color: #f0ece6;
}

#page-top #sec-qa .sec-title {
  text-align: center;
  color: var(--common-color-main);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}

#page-top #sec-qa .sec-title-en {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: var(--common-color-main);
  text-align: center;
}

#page-top #sec-qa .card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

#page-top #sec-qa .card-q {
  background-color: #e5d5bb;
  color: var(--common-color-main2);
}

#page-top #sec-qa .circle-wrapper {
  width: 10%;
}

#page-top #sec-qa .circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}

#page-top #sec-qa .circle-q {
  color: #fff;
  background-color: var(--common-color-sub);
}

#page-top #sec-qa .circle-a {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #F59C98;
  border-radius: 50%;
}

#page-top #sec-qa .card-content {
  width: 90%;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 15px;
}

#page-top #sec-qa .card-a .card-content {
  font-weight: normal;
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-business-hours * {
  margin: 0;
}

#page-top #sec-business-hours p {
  font-size: 12px;
  color: var(--common-color-main2);
  line-height: 1.5;
}

#page-top #sec-business-hours .big {
  font-size: 20px;
}

#page-top #sec-business-hours .bold {
  font-weight: bold;
}

#page-top #sec-business-hours .accent {
  color: var(--common-color-accent);
}

#page-top #sec-business-hours .mb-10 {
  margin-bottom: 10px;
}

#page-top #sec-business-hours .mb-20 {
  margin-bottom: 20px;
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-cta {
  background-color: #f0ece6;
}

#page-top #sec-cta .cta-wrapper {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}

#page-top #sec-cta .cta-wrapper p {
  color: var(--common-color-main2);
  font-weight: bold;
}

#page-top #sec-cta .mb-10 {
  margin-bottom: 10px;
}

#page-top #sec-cta .parts-btn--brown {
  background-color: transparent;
  border: 1px solid var(--common-color-main2);
  margin-bottom: 10px;
}

#page-top #sec-cta .parts-btn--brown::before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/top/icon-phone.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 0;
}

#page-top #sec-cta .parts-btn--brown a {
  color: var(--common-color-main2);
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

#page-top #sec-cta .parts-btn--ex-link::before {
  content: "";
  height: 10px;
  width: 10px;
  background-image: url(../images/top/icon-rectangle.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 0;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 PC
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1024px) {

  /*============================================================
     ページヘッダー
    *============================================================*/
  /* メインビジュアル
    ---------------------------------------- */
  #page-top #page-header #mainvisual {}

  /*============================================================
     セクション
    *============================================================*/
  #page-top #sec-セクション名 {}

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 TB
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (min-width: 767px) {

  /*============================================================
     ページヘッダー
    *============================================================*/
  .inner {
    max-width: 960px;
    margin: 0 auto;
  }

  /* メインビジュアル
    ---------------------------------------- */
  #page-top .mv_sp {
    display: none;
  }

  #page-top .mv_pc {
    display: block;
  }

  #page-top #mainvisual {
    height: 600px;
    background-image: url(../images/top/mv_woman3.jpg);
  }

  #page-top #mainvisual .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #page-top #mainvisual .circles-pc {
    right: 0;
    bottom: 0;
    position: relative;
    margin: 20px 0 0 auto;
    max-width: 350px;
    justify-content: space-between;
  }

  #page-top #mainvisual .circles-pc img {
    position: static;
    width: 30%;
  }

  #page-top #mainvisual .catch-copy-pc {
    position: static;
  }

  /*============================================================
     セクション
    *============================================================*/
  #page-top #sec-intro {
    padding-top: 80px;
  }

  #page-top #sec-intro .sec-heading,
  #page-top #sec-intro .sec-title {
    display: none;
  }

  #page-top #sec-intro .circles {
    max-width: 400px;
    margin: 0 auto;
  }

  #page-top #sec-intro .circle-item {
    padding: 0;
  }

  #page-top #sec-intro .cards {
    max-width: 600px;
    margin: 0 auto;
  }

  #page-top #sec-intro .inner {
    overflow: visible;
  }

  #page-top #sec-intro .sec-title {
    font-size: 48px;
  }

  #page-top #sec-intro-add .cards {
    max-width: 600px;
    margin: 0 auto;
  }

  #page-top #sec-price .price-bottom {
    max-width: 400px;
    margin: 0 auto;
  }

  #page-top #sec-simulation .flex {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  #page-top #sec-simulation .list {
    max-width: 700px;
    margin: 0 auto;
  }

  #page-top #sec-simulation .flex-item-child {
    max-width: 400px;
  }

  #page-top #sec-worries .card {
    max-width: 600px;
    margin: 0 auto;
  }

  #page-top #sec-worries .card .item:first-child,
  #page-top #sec-worries .card .item {
    width: 30%;
  }

  #page-top #sec-doctor .flex {
    max-width: 600px;
    margin: 0 auto;
  }

  #page-top #sec-question .question-card {
    max-width: 700px;
    margin: 0 auto;
  }

  #page-top #sec-question .comparison-chart {
    width: 600px;
    display: block;
    margin: 0 auto 50px auto;
  }

  #page-top #sec-platina .sec-title-img {
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }

  #page-top #sec-reason .card-wrap {
    max-width: 600px;
    margin: 0 auto;
  }

  #page-top #sec-case .card-wrap {
    max-width: 600px;
    margin: 0 auto;
  }

  #page-top #sec-case .small {
    max-width: 600px;
    margin: 0 auto;
  }

  #page-top #sec-price-comparison .inner {
    text-align: center;
    max-width: 600px;
  }

  #page-top #sec-price-comparison .inner>div {
    margin-bottom: 10px;
  }

  #page-top #sec-price-comparison .card {
    margin-top: 40px;
  }

  #page-top #sec-business-hours>div {
    max-width: 700px;
    margin: 0 auto;
  }

  #page-top #sec-intro .bf-title,
  #page-top #sec-intro-add .sec-title,
  #page-top #sec-price .price-top p,
  #page-top #sec-simulation .mid-txt,
  #page-top #sec-worries .sec-title,
  #page-top #sec-question .sec-heading,
  #page-top #sec-platina .sec-title,
  #page-top #sec-platina .sec-heading,
  #page-top #sec-reason .sec-title,
  #page-top #sec-case .sec-title,
  #page-top #sec-price-comparison .sec-title,
  #page-top #sec-price-comparison .sec-middle h3,
  #page-top #sec-clinic .sec-title,
  #page-top #sec-payment .sec-title,
  #page-top #sec-qa .sec-title {
    font-size: 28px;
  }

  #page-top #sec-simulation .mid-txt .fs-small,
  #page-top #sec-simulation .list-item,
  #page-top #sec-doctor .sec-title,
  #page-top #sec-simulation .flex-title,
  #page-top #sec-platina .flex-item p,
  #page-top #sec-reason .message {
    font-size: 20px;
  }

  #page-top #sec-doctor .inner {
    max-width: 600px;
  }

  #page-top #sec-doctor .message {
    margin-top: 20px;
  }

  #page-top #sec-question .sec-heading {
    margin-top: 60px;
  }

  #page-top #sec-platina .flex {
    max-width: 500px;
    margin: 0 auto;
  }

  #page-top #sec-platina .flex-item .small {
    font-size: 14px;
  }

  #page-top #sec-platina .sec-heading {
    font-weight: normal;
  }

  #page-top #sec-case .after-txt,
  #page-top #sec-case .before-txt {
    font-size: 18px;
    font-weight: bold;
  }

  #page-top #sec-case .card-title {
    font-size: 24px;
  }

  #page-top #sec-case .card {
    margin-bottom: 30px;
  }

  #page-top #sec-price-comparison .accordion-content .small {}

  #page-top #sec-price-comparison .accordion-content table td #page-top #sec-price-comparison .accordion-content table th {
    font-size: 20px;
  }

  #page-top #sec-price-comparison .cheaper {
    font-size: 28px;
    margin-bottom: 40px;
    line-height: 1.5;
  }

  #page-top #sec-clinic .sec-top p,
  #page-top #sec-cta .cta-wrapper p {
    font-size: 20px;
  }

  #page-top #sec-clinic .sec-top,
  #page-top #sec-cta .cta-wrapper {
    max-width: 320px;
  }

  #page-top #sec-clinic .flex {
    flex-direction: row;
    margin: 0 auto;
    width: 960px;
  }

  #page-top #sec-clinic .flex img {
    width: 33%;
  }

  #page-top #mainvisual .catch-copy-pc img {
    position: relative;
    z-index: 1;
  }

  #page-top #mainvisual .catch-copy-pc>div {
    position: relative;
  }

  #page-top #mainvisual .catch-copy-pc>div::before {
    content: "";
    height: 300px;
    width: 300px;
    background-image: url(../images/top/bg-blur1.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -50px;
    left: -180px;
    z-index: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }

  #page-top #mainvisual .catch-copy-pc>div::after {
    content: "";
    height: 300px;
    width: 300px;
    background-image: url(../images/top/bg-blur2.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -50px;
    right: auto;
    z-index: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }

  #page-top #sec-campaign {
    padding-top: 48px;
  }

  #page-top #sec-campaign .img-wrap {
    max-width: 500px;
  }
  #page-top #sec-campaign .img-wrap .bottom {
    max-width: 420px;
  }
  #page-top #sec-campaign .img-wrap .bottom {
    max-width: 420px;
  }
  #page-top #sec-campaign .img-wrap .bottom .item {
    top: 90px;
    width: 110px;
  }

}

