@charset "UTF-8";
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
dd,
dl,
h1,
h2,
h3,
h4,
p {
  margin: 0;
}

html {
  scroll-behavior: smooth;
  scroll-behavior: auto;
}

body {
  display: block;
  width: 100%;
  min-width: 960px !important;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

html.is_fixed,
body.is_fixed {
  overflow: hidden;
}

body.is_fixed.os_ios {
  position: fixed;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  display: block;
  max-width: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url(../common/assets/fonts/NotoSans_Thin.woff2) format("woff2"), url(../common/assets/fonts/NotoSans_Thin.woff) format("woff"), url(../common/assets/fonts/NotoSans_Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 200;
  src: url(../common/assets/fonts/NotoSans_Light.woff2) format("woff2"), url(../common/assets/fonts/NotoSans_Light.woff) format("woff"), url(../common/assets/fonts/NotoSans_Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url(../common/assets/fonts/NotoSans_DemiLight.woff2) format("woff2"), url(../common/assets/fonts/NotoSans_DemiLight.woff) format("woff"), url(../common/assets/fonts/NotoSans_DemiLight.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSans_Regular.otf"), url(../common/assets/fonts/NotoSans_Regular.woff2) format("woff2"), url(../common/assets/fonts/NotoSans_Regular.woff) format("woff"), url(../common/assets/fonts/NotoSans_Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url(../common/assets/fonts/NotoSans_Medium.woff2) format("woff2"), url(../common/assets/fonts/NotoSans_Medium.woff) format("woff"), url(../common/assets/fonts/NotoSans_Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(../common/assets/fonts/NotoSans_Bold.woff2) format("woff2"), url(../common/assets/fonts/NotoSans_Bold.woff) format("woff"), url(../common/assets/fonts/NotoSans_Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url(../common/assets/fonts/NotoSans_Black.woff2) format("woff2"), url(../common/assets/fonts/NotoSans_black.woff) format("woff"), url(../common/assets/fonts/NotoSans_black.otf) format("opentype");
}
@font-face {
  font-family: "MorePro-Medium";
  font-style: normal;
  font-weight: 500;
  src: url(../common/assets/fonts/MorePro-Medium.woff2) format("woff2"), url(../common/assets/fonts/MorePro-Medium.woff) format("woff"), url(../common/assets/fonts/MorePro-Medium.otf) format("opentype");
}
@media (prefers-color-scheme: light) {
  :root {
    --color-base: #ffffff;
    --color-bg: #3b3f43;
    --color-main: #032f40;
    --color-sub: #011c26;
    --color-point: #5c7073 ;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-base: #000;
    --color-bg: #3b3f43;
    --color-main: #287496;
    --color-sub: #37a1d0;
    --color-point: #d0b737 ;
  }
}
body {
  background-color: #fff;
  background-color: #fff;
}

html {
  color: #2b2d31;
}

header,
main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #2b2d31;
  word-wrap: break-word;
  word-wrap: break-word;
}

body:not(.isIE) header,
body:not(.isIE) main {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-size: 10px;
  font-size: 1rem;
  word-wrap: break-word;
}
@media screen and (max-width: 959px) {
  body {
    overflow-x: scroll;
  }
}

main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

li {
  list-style: none;
}

li img {
  vertical-align: bottom;
}

iframe {
  border: none;
}

a {
  color: #2b2d31;
  text-decoration: none;
  outline: 0 !important;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

li,
ul {
  padding: 0;
  margin: 0;
}

:focus {
  outline: 0;
}

:placeholder-shown {
  opacity: 0.7;
}

.link {
  transition: opacity 0.35s ease;
}
.link:hover {
  opacity: 0.7;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.l-header.is-fixedBefore {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  visibility: hidden;
  background-color: #fff;
  opacity: 0;
}

.l-header.is-fixed {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

.l-header-nav {
  height: 100%;
  margin-left: auto;
}

.l-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  margin-right: 66px;
  margin-right: 6.6rem;
}

.l-header-nav__list-item {
  height: 100%;
}

.l-header-nav__list-item:not(:last-child) {
  margin-right: 30px;
  margin-right: 3rem;
}

.l-header-nav__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.l-header-nav__list-link.is-current {
  position: relative;
  font-weight: 700;
}

.l-header-nav__list-link.is-current:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  background: #348fd1;
}

.l-header-nav__list-link.is-current .small {
  font-weight: 700;
}

.l-header-nav__list-link .small {
  font-size: 12px;
  font-size: 1.2rem;
}

.l-header-nav__list-link:hover {
  opacity: 0.6;
}

.l-header-fz__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.l-header-fz__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header-fz__ttl {
  margin-right: 20px;
  margin-right: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #6b7076;
}

.l-header-fz__btn {
  font-size: 14px;
  font-size: 1.4rem;
  color: #6b7076;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header-fz__btn.is-active {
  font-weight: 700;
  color: #000;
  border-bottom: 3px solid #bac4d0;
}

.l-header-fz__btn:hover {
  opacity: 0.6;
}

.l-header-fz__slash {
  padding: 0 5px;
}

.l-header--top {
  background-color: #f2f4f7;
}

.l-header--top.is-fixedBefore {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 100;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}

.l-header--top.is-fixedBefore .l-header--top__block {
  display: none;
}

.l-header--top.is-fixed {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

.l-header--top__block {
  width: 94%;
  max-width: 1280px;
  height: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-header--top__block {
    width: 902px;
  }
}

.l-header--top__block__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 75%;
  max-width: 960px;
  margin: 15px 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}

.l-header--top__block__side .c-tel {
  margin-right: 40px;
}

.l-header--top__block__side .c-btn {
  margin-right: 20px;
}

.l-header--top__block__side .c-btn:last-child {
  margin-right: 0;
}

.l-header--top__nav {
  background-color: #454a50;
}

.l-content {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
}

.l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-column--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer li {
  font-size: 14px;
  font-size: 1.4rem;
}

.c-breadcrumbs {
  background-color: #F2F4F7;
}

.c-breadcrumbs .c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.c-breadcrumbs .c-breadcrumbs__list .c-breadcrumbs__list_item {
  display: inline;
  padding: 8px 10px 8px 0;
  margin: 0;
  font-size: 11px;
  font-size: 1.1rem;
  word-break: keep-all;
  white-space: nowrap;
  list-style: none;
}

.c-breadcrumbs .c-breadcrumbs__list .c-breadcrumbs__list_item a,
.c-breadcrumbs .c-breadcrumbs__list .c-breadcrumbs__list_item span {
  display: inline;
  color: #6b7076;
}

.c-breadcrumbs .c-breadcrumbs__list .c-breadcrumbs__list_item a:hover {
  text-decoration: underline;
}

.c-breadcrumbs .c-breadcrumbs__list .c-breadcrumbs__list_item:not(:last-child)::after {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 13px 0 20px;
  text-decoration: none;
  content: "";
  border-top: 1px solid #6b7076;
  border-right: 1px solid #6b7076;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-btn--arrow--left:before,
.c-btn--arrow--leftup:before,
.c-btn:before,
.c-nav__list:not(:last-child):after,
.c-tel:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
}

.c-btn,
.c-nav__list__link {
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-btn:hover,
.c-nav__list__link:hover {
  opacity: 0.6;
}

.c-title--header {
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 3px;
}

@media only screen and (max-width: 1480px) {
  .c-title--header {
    font-size: 3.9vw;
  }
}
@media only screen and (max-width: 1480px) and (max-width: 960px) {
  .c-title--header {
    font-size: 39px;
  }
}
.c-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-nav__list:not(:last-child):after {
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #348fd1;
}

.c-nav__list__link {
  display: inline-block;
  padding: 19px 40px;
  color: #fff;
}
.zoom .c-nav__list__link {
  padding: 19px 30px;
}

.c-nav__list__link:hover {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .c-nav__list__link {
    padding: 19px 30px;
  }
}
.c-nav__list__link--arrow:after {
  width: 10px;
  width: 1rem;
  height: 10px;
  height: 1rem;
  margin-left: 5px;
  background-image: url(../img/icon_arrow_blue.svg);
}

.c-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.5px;
  white-space: nowrap;
  border-bottom: 2px solid #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.c-tel:before {
  width: 85px;
  height: 30px;
  margin-right: 10px;
  background-image: url(/mens/products/price/img/icon_tel.svg);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

@media only screen and (max-width: 1280px) {
  .c-tel {
    font-size: 2.81vw;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 960px) {
  .c-tel {
    font-size: 28.1px;
  }
}
@media only screen and (max-width: 1280px) {
  .c-tel:before {
    width: 6.64vw;
    height: 2.34vw;
    margin-right: 0.67vw;
  }
}
.c-btn {
  display: block;
  width: 30%;
  max-width: 180px;
  min-width: 125px;
  padding: 15px 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

.c-btn:hover {
  color: #fff;
}

.c-btn--large {
  width: 33.33%;
  max-width: 200px;
}

.c-btn--xlarge {
  width: 29.68%;
  max-width: 380px;
  padding: 29px 0;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
}

.c-btn--black {
  background-color: #000;
}

.c-btn--blue {
  background-color: #348fd1;
}

.c-btn--border {
  border: 1px solid #fff;
}

.c-btn--arrow--left,
.c-btn--arrow--leftup {
  position: relative;
}

.c-btn--arrow--left:before,
.c-btn--arrow--leftup:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6%;
  width: 14px;
  height: 14px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-btn--arrow--left:hover:before,
.c-btn--arrow--leftup:hover:before {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.c-btn--arrow--left:before {
  background-image: url(../img/icon_arrow_white.svg);
}

.c-btn--arrow--leftup:before {
  background-image: url(../img/icon_arrow_white_up.svg);
}

.pagetop a {
  right: 10px;
}

.mens-floating-footer__inner__container .mens-floating-footer__inner__button[href*=line] {
  display: none;
}

/*追従ボタン追加*/
.mens-floating-footer {
  padding: 0;
}

.mens-floating-footer__inner {
  max-width: 810px;
  height: 90px;
}

.mens-floating-footer__price__web-img {
  width: 497px;
}

.mens-floating-footer__price__tel-img {
  width: 300px;
  margin-left: 20px;
  margin-top: 20px;
}

/*ボタン共通スタイル*/
.cont__btn02, .cont__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 800px;
  height: 98px;
  margin: 0 auto 30px auto;
  background-color: #e53a33;
  box-shadow: 4px 3px 0px 0px rgba(0, 0, 0, 0.4);
  border: 3px solid #ffffff;
  border-radius: 50px;
  position: relative;
}
.cont__btn02::after, .cont__btn::after {
  content: "";
  background-image: url(/mens/products/price/img/cont_btn_icon02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 204px;
  height: 180px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: -1px;
  pointer-events: none;
}

.cont__btn02-text, .cont__btn-text {
  font-size: 26px;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
}
.cont__btn02-text::after, .cont__btn-text::after {
  content: "";
  background-image: url(/mens/products/price/img/cont_btn_icon.png);
  background-size: contain;
  width: 20px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -27px;
}

/*-------------------------------------------- */
/* #mv
---------------------------------------------- */
.mv {
  display: block;
  width: 100%;
}
.mv__wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 401px;
  margin: 0 auto;
  background-image: url(/mens/products/price/img/mv_price.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.mv__inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  color: #FFFFFF;
  position: relative;
}
.mv__inner-textarea {
  display: inline-block;
  position: absolute;
  top: 110px;
  left: 22%;
}
.mv__head {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
.mv__lead {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 300;
}

/*-------------------------------------------- */
/* #menu
---------------------------------------------- */
.menu {
  width: 100%;
  height: 68px;
  background-color: #338fd1;
}
.menu__list {
  display: flex;
  align-items: center;
  width: 610px;
  height: 68px;
  margin: 0 auto;
}
.menu__list li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.7;
  font-weight: bold;
  white-space: nowrap;
}
.menu__list li::after {
  content: "";
  background-color: #FFFFFF;
  width: 1px;
  height: 48px;
}
.menu__list li:first-child::before {
  display: inline-block;
  content: "";
  background-color: #FFFFFF;
  width: 1px;
  height: 48px;
}
.menu__list a {
  padding: 22px 35px;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
}
.menu__list a::before {
  content: "";
  background-image: url(/mens/products/price/img/menu_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 15px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

/*-------------------------------------------- */
/* #cont
---------------------------------------------- */
.cont {
  display: block;
}
.cont__wrap {
  max-width: 1020px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.cont__wrap::before {
  content: "";
  display: block;
  width: 2000px;
  height: 336px;
  background: url(/mens/products/price/img/bg_slash_line.svg) 0 0 repeat-x;
  background-size: 100% 100%;
  position: absolute;
  top: -20px;
  left: -1340px;
  z-index: -1;
}
.cont__headarea {
  display: flex;
  justify-content: space-between;
  width: 760px;
  margin: 0 auto 50px 130px;
}
.cont__headarea-textarea {
  padding-top: 15px;
  width: 382px;
}
.cont__headarea-textarea02 {
  padding-top: 15px;
  width: 450px;
}
.cont__headarea-img {
  width: 290px;
}
.cont__headarea-img02 {
  width: 268px;
  height: 179px;
}
.cont__headarea-inner {
  display: flex;
  justify-content: space-between;
}
.cont__headarea-price {
  width: 189px;
  padding-top: 25px;
}
.cont__headarea02 {
  display: flex;
  justify-content: space-between;
  width: 735px;
  margin: 0 auto 70px 130px;
}
.cont__head {
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: bold;
  white-space: nowrap;
}
.cont__lead {
  font-size: 16px;
  line-height: 1.625;
}
.cont__example {
  width: 736px;
  margin: 0 auto 30px auto;
}
.cont__example-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.cont__example-title::before {
  content: "";
  background-color: #0066b9;
  width: 305px;
  height: 2px;
  display: inline-block;
  margin-right: 15px;
}
.cont__example-title::after {
  content: "";
  background-color: #0066b9;
  width: 305px;
  height: 2px;
  display: inline-block;
  margin-left: 15px;
}
.cont__example-list {
  display: flex;
  justify-content: space-between;
}
.cont__example-list li {
  width: 158px;
  position: relative;
}
.cont__example-list li:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid black;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12%;
}
.cont__example-list li::before {
  content: "";
  z-index: 2;
  background-image: url(/mens/products/price/img/ic-zoom.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
}
.cont__example-list02 {
  display: flex;
  justify-content: space-between;
}
.cont__example-list02 li {
  width: 158px;
  position: relative;
}
.cont__example-list02 li:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid black;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12%;
}
.cont__example-inner {
  width: 350px;
}
.cont__example-name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 10px;
}
.cont__example-name img {
  width: 84px;
}
.cont__example-name span {
  display: block;
  width: auto;
  padding: 4px 0 4px 10px;
  font-size: 16px;
  line-height: 1.375;
  font-weight: bold;
  border-top: 1px solid #0066b9;
  border-bottom: 1px solid #0066b9;
}
.cont__example-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.cont__note {
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 65px;
}
.cont__appeal {
  width: 800px;
  margin: 0 auto;
}
.cont__appeal-title {
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  margin-left: 10px;
}
.cont__appeal-text {
  font-size: 20px;
  color: #e53a33;
  font-weight: 600;
  position: relative;
}
.cont__appeal-text::before {
  content: "";
  background-image: url(/mens/products/price/img/cont_appeal_icon.png);
  width: 21px;
  height: 42px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  left: -25px;
}
.cont__appeal-text::after {
  content: "";
  background-image: url(/mens/products/price/img/cont_appeal_icon02.png);
  width: 21px;
  height: 42px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  right: -20px;
}
.cont__appeal-text--differ {
  margin-right: -10px;
}
.cont__btn02::after {
  content: "";
  background-image: url(/mens/products/price/img/cont_btn_icon03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 203px;
  height: 181px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.cont__info {
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
}
.cont__maintenance {
  background-color: #f2f4f7;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 15px;
}
.cont__maintenance-detail {
  display: flex;
  align-items: center;
  max-width: 945px;
  width: 100%;
  padding: 35px 0 25px 35px;
  margin: 0 auto;
}
.cont__maintenance-detail:first-child {
  border-bottom: 1px solid #d4d4d5;
}
.cont__maintenance-detail:nth-child(2) {
  border-bottom: 1px solid #d4d4d5;
}
.cont__maintenance-name {
  display: flex;
  align-items: center;
  width: 290px;
  padding: 7px 0 7px 15px;
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #969799;
}
.cont__maintenance-price {
  width: 620px;
  border-left: 1px solid #d4d4d5;
}
.cont__modal {
  margin-bottom: 70px;
  text-align: center;
}
.cont__modal span {
  font-size: 20px;
  font-weight: bold;
}
.cont__modal a {
  cursor: pointer;
}
.cont__accordion-body {
  display: block;
}

/*-------------------------------------------- */
/* #plan
---------------------------------------------- */
.plan {
  margin-bottom: 30px;
}
.plan__title {
  display: flex;
  align-items: center;
  background-color: #0066b9;
  padding: 30px 60px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}
.plan__title::after {
  content: "";
  background-image: url(/mens/products/price/img/cont_plan_icon01.png);
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 40px;
}
.plan__title-subtitle {
  margin-left: 25px;
  font-size: 14px;
  line-height: 1.7;
}
.plan__inner {
  display: none;
  background-color: #FFFFFF;
  padding: 0 10px;
}
.plan__inner-note {
  padding-bottom: 30px;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-left: 55px;
}
.plan__inner.is-open {
  display: block;
}
.plan__inner02 {
  display: none;
  background-color: #f2f4f7;
  padding: 0 10px;
}
.plan__detail {
  display: flex;
  align-items: center;
  max-width: 945px;
  width: 100%;
  padding: 35px 0 25px 35px;
  margin: 0 auto;
}
.plan__detail:first-child {
  border-bottom: 1px solid #d4d4d5;
}
.plan__detail:nth-child(2) {
  border-bottom: 1px solid #d4d4d5;
}
.plan__detail-course {
  display: flex;
  align-items: center;
  width: 586px;
  padding: 7px 0 7px 15px;
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #969799;
}
.plan__detail-course--spacing {
  font-weight: bold;
  letter-spacing: -0.2em;
  padding-right: 2px;
}
.plan__detail-course--note {
  font-size: 10px;
  margin-left: 2px;
}
.plan__detail-text {
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 300;
}
.plan__detail-explain {
  margin-left: 30px;
  font-size: 14px;
  font-weight: bold;
}
.plan__detail-explain--differ {
  margin-left: 50px;
  font-size: 14px;
  font-weight: bold;
}
.plan__detail-price {
  width: 323px;
  border-left: 1px solid #d4d4d5;
}
.plan__detail02 {
  display: flex;
  align-items: center;
  width: 600px;
  padding: 35px 0 25px 55px;
  margin: 0 auto;
}
.plan__detail02:first-child {
  border-bottom: 1px solid #d4d4d5;
}
.plan__detail02:nth-child(2) {
  border-bottom: 1px solid #d4d4d5;
}
.plan__detail02-course {
  display: flex;
  align-items: center;
  width: 290px;
  padding: 7px 0 7px 15px;
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #969799;
}
.plan__detail02-course--note {
  font-size: 10px;
}
.plan__detail02-text {
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 300;
}
.plan__detail02-price {
  width: 276px;
  border-left: 1px solid #d4d4d5;
}
.plan__detail03 {
  width: 221px;
  position: relative;
}
.plan__detail03::before {
  content: "";
  background-image: url(/mens/products/price/img/cont_price_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
}
.plan__detail04 {
  display: flex;
  align-items: center;
  max-width: 945px;
  width: 100%;
  padding: 35px 0 25px 35px;
  margin: 0 auto;
}
.plan__detail04:nth-child(2) {
  border-top: 1px solid #d4d4d5;
}
.plan__detail04:nth-child(3) {
  border-top: 1px solid #d4d4d5;
}
.plan__detail04:nth-child(4) {
  border-top: 1px solid #d4d4d5;
}
.plan__detail04-course {
  display: flex;
  align-items: center;
  width: 640px;
  padding: 7px 0 7px 20px;
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #969799;
}
.plan__detail04-course--differ {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 640px;
  padding: 7px 0 7px 20px;
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #969799;
}
.plan__detail04-lead {
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.plan__detail04-price {
  width: 280px;
  border-left: 1px solid #d4d4d5;
}
.plan__detail04-price--free {
  width: 280px;
  border-left: 1px solid #d4d4d5;
  font-size: 28px;
  font-weight: bold;
  padding-left: 50px;
}
.plan__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 900px;
}
.plan .is-open::after {
  content: "";
  background-image: url(/mens/products/price/img/cont_plan_icon02.png);
  width: 35px;
  height: 3px;
  background-repeat: no-repeat;
  background-size: contain;
}

/*-------------------------------------------- */
/* 各セクション
---------------------------------------------- */
.mrp {
  padding-top: 120px;
  padding-bottom: 110px;
  background-color: #f2f4f7;
  position: relative;
}
.mrp::after {
  content: "";
  background-image: url(/mens/products/price/img/cont_bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 140px;
  position: absolute;
  top: 80px;
  left: 5vw;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .mrp::after {
    height: 10vw;
    left: 2vw;
  }
}

.wig {
  padding-top: 120px;
  padding-bottom: 110px;
  background-color: #ffffff;
  position: relative;
}
.wig::after {
  content: "";
  background-image: url(/mens/products/price/img/cont_bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 135px;
  position: absolute;
  top: 80px;
  left: 5vw;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .wig::after {
    height: 9.6428571429vw;
    left: 2vw;
  }
}
.wig__wrap {
  position: relative;
}
.wig__wrap::before {
  content: "";
  display: block;
  width: 2000px;
  height: 336px;
  background: url(/mens/products/price/img/bg_slash_line02.svg) 0 0 repeat-x;
  background-size: 100% 100%;
  position: absolute;
  top: -20px;
  left: -1340px;
  z-index: -1;
}

.trial {
  padding-top: 120px;
  padding-bottom: 110px;
  background-color: #f2f4f7;
  position: relative;
}
.trial::after {
  content: "";
  background-image: url(/mens/products/price/img/cont_bg03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 414px;
  position: absolute;
  top: 80px;
  left: 5vw;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .trial::after {
    height: 25vw;
    left: 2vw;
  }
}

.maintenance {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
  position: relative;
}
.maintenance::after {
  content: "";
  background-image: url(/mens/products/price/img/cont_bg04.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 335px;
  position: absolute;
  top: 80px;
  left: 5vw;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .maintenance::after {
    height: 23.9285714286vw;
    left: 2vw;
  }
}
.maintenance__wrap {
  position: relative;
}
.maintenance__wrap::before {
  content: "";
  display: block;
  width: 2000px;
  height: 336px;
  background: url(/mens/products/price/img/bg_slash_line02.svg) 0 0 repeat-x;
  background-size: 100% 100%;
  position: absolute;
  top: -20px;
  left: -1340px;
  z-index: -1;
}

/*-------------------------------------------- */
/* #modal
---------------------------------------------- */
.modalBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999911;
  background-color: rgba(20, 22, 25, 0.75);
  overflow: hidden;
  transform: translate3d(0, 0, 1200px);
}

.modalBox_wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.modalBox_cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: transparent;
}

/* .modalBox_in
---------------------------------------------- */
.modalBox_in {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1060px;
  height: 100%;
  padding: 64px 30px 64px;
  padding: 80px 30px 80px;
  margin: 0 auto;
}

.modalBox_info {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 70px 50px 80px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 2;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modalBox_info::before {
  content: "";
  display: block;
  width: 2000px;
  height: 336px;
  background: url(/mens/products/price/img/bg_slash_line02.svg) 0 0 repeat-x;
  background-size: 100% 100%;
  position: absolute;
  top: 30px;
  left: -1200px;
  z-index: -1;
}

.modalBox_info::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.modalBox_closeBtn {
  display: block;
  width: 48px;
  height: 48px;
  background: #2b2d31 url(/mens/products/price/img/icn_close.svg) center center no-repeat;
  background-size: 24px 24px;
  border-radius: 100px;
  position: absolute;
  top: 40px;
  top: 56px;
  right: 6px;
  z-index: 10;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: background-color 0.4s;
}

.modalBox_headline_l {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 6px;
  margin-bottom: 38px;
  text-align: center;
}

.modalBox_txt {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}

.lum-lightbox {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}

.lum-lightbox img {
  max-width: 100%;
}

.lum-img {
  margin: 0 auto;
}

.lum-lightbox {
  z-index: 999901;
}

.lum-close-button {
  opacity: 1;
  position: absolute;
  right: 80px;
  top: 50px;
}

.lum-close-button:after,
.lum-close-button:before {
  background-color: #fff;
  content: " ";
  height: 33px;
  left: 15px;
  position: absolute;
  width: 4px;
}