@charset "UTF-8";
/*============================
	TOPページ CSS
============================*/
body {
  position: relative;
}

.cmn_ttl01 {
  position: relative;
  display: block;
  margin-bottom: 80px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 60px;
  font-family: "Noto Serif JP", serif;
  line-height: 70px;
}
@media (max-width: 780px) {
  .cmn_ttl01 {
    margin-bottom: 45px;
  }
}
@media (max-width: 414px) {
  .cmn_ttl01 {
    font-size: 40px;
  }
}

.cmn_ttl01:after {
  position: absolute;
  top: 100px;
  left: 50%;
  display: inline-block;
  width: 140px;
  height: 1px;
  background-color: #fff;
  content: "";
  transform: translateX(-50%);
}
@media (max-width: 414px) {
  .cmn_ttl01:after {
    top: 80px;
  }
}

.cmn_ttl01 span {
  display: block;
  margin-top: 60px;
  color: #8e7a17;
  letter-spacing: 0.15em;
  font-size: 24px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}
@media (max-width: 780px) {
  .cmn_ttl01 span {
    font-size: 30px;
  }
}
@media (max-width: 414px) {
  .cmn_ttl01 span {
    margin-top: 40px;
    font-size: 20px;
  }
}

/*-------------------------------
 header
-------------------------------*/
header.top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 140px;
  background-color: #000;
}
@media (max-width: 1300px) {
  header.top {
    height: 100px;
  }
}
@media (max-width: 780px) {
  header.top {
    position: relative;
  }
}
@media (max-width: 414px) {
  header.top {
    height: 60px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5% 0 3%;
  height: 100%;
}
@media (max-width: 1300px) {
  .header__inner {
    padding-right: 0;
  }
}

.header__flex {
  align-items: center;
  width: 100%;
}
@media (max-width: 1300px) {
  .header__flex {
    display: none;
  }
}

.header__flex .header__right {
  align-items: center;
}

.header__flex .header__right .heder__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 60px;
  line-height: 1.5;
}

.header__flex .header__right .heder__btn a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.header__flex .header__right .heder__btn img {
  padding-right: 13px;
  vertical-align: middle;
}

.header__flex .header__right .heder__btn.btn01 {
  background-color: #363a3a;
}

.header__flex .header__right .heder__btn.btn02 {
  margin-left: 20px;
  background-color: #06c655;
}

.header__flex .header__right .heder__tel {
  margin-left: 25px;
  letter-spacing: 0.05em;
  font-size: 36px;
}

.header__flex .header__right .heder__tel img {
  margin-right: 5px;
  height: 20px;
  vertical-align: middle;
}

.header__flex .header__right .heder__tel p {
  padding: 13px 0;
  line-height: 1;
}

.header__flex .header__right .heder__tel > p:last-child {
  padding: 0 0 0 24px;
  letter-spacing: 0.075em;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
}

.header__flex--sp {
  display: none;
}
@media (max-width: 1300px) {
  .header__flex--sp {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

.header__flex--sp .header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1% 0 1%;
  width: 260px;
}
@media (max-width: 414px) {
  .header__flex--sp .header__logo {
    max-width: 46%;
  }
}

.header__flex--sp .g-nav__bg--inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__flex--sp .g-nav__bg--inner .heder__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}
@media (max-width: 414px) {
  .header__flex--sp .g-nav__bg--inner .heder__btn {
    width: 60px;
    height: 60px;
  }
}

.header__flex--sp .g-nav__bg--inner .heder__btn.btn01 {
  background-color: #8e7b18;
}

.header__flex--sp .g-nav__bg--inner .heder__btn.btn02 {
  background-color: #06c655;
}

.header__flex--sp .g-nav__bg--inner .heder__btn.heder__tel {
  background-image: url(../img/sp/sp_bg_tel.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.header__flex--sp .g-nav__bg--inner .heder__btn a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/*-------------------------------
 mainvisual
-------------------------------*/
#mv {
  position: relative;
  height: 940px;
  background-image: url(../../mens-lp/img/mainvisual_bg.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1300px) {
  #mv {
    margin-top: -60px;
    height: 1020px;
  }
}
@media (max-width: 780px) {
  #mv {
    background-image: url(../../mens-lp/img/sp/sp_mainvisual_bg.jpg);
    background-position: top 60px center;
  }
}
@media (max-width: 414px) {
  #mv {
    height: calc(100vh + 60px);
  }
}

#mv .mv__copy01 {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 53%;
  transform: translateY(-50%);
}
@media (max-width: 780px) {
  #mv .mv__copy01 {
    top: 76%;
    left: -37%;
    max-width: 130%;
  }
}
@media (max-width: 414px) {
  #mv .mv__copy01 {
    top: initial;
    bottom: 100px;
    transform: initial;
  }
}

#mv .mv__copy02 {
  position: absolute;
  top: 72%;
  left: 18%;
  display: flex;
}
@media (max-width: 780px) {
  #mv .mv__copy02 {
    top: 37%;
    left: 7%;
    width: 100%;
  }
}
@media (max-width: 414px) {
  #mv .mv__copy02 {
    top: inherit;
    bottom: 280px;
    flex-direction: column;
  }
}

#mv .mv__copy02 .budge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 137px;
  height: 137px;
  background-image: url(../../mens-lp/img/mv_circle.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 414px) {
  #mv .mv__copy02 .budge {
    width: 110px;
    height: 110px;
    font-size: 16px;
  }
}

#mv .mv__copy02 .budge:nth-of-type(2) {
  margin-left: 10px;
  font-size: 20px;
}
@media (max-width: 414px) {
  #mv .mv__copy02 .budge:nth-of-type(2) {
    margin-top: 20px;
    margin-left: 0;
  }
}

#mv .mv__copy02 .budge:nth-of-type(2) span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
@media (max-width: 414px) {
  #mv .mv__copy02 .budge:nth-of-type(2) span {
    font-size: 14px;
  }
}

#mv .mv__copy02 .price {
  margin-top: 22px;
  margin-left: 25px;
  color: #8e7a17;
}
@media (max-width: 780px) {
  #mv .mv__copy02 .price {
    position: absolute;
    top: 145px;
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 414px) {
  #mv .mv__copy02 .price {
    position: relative;
    top: 10px;
  }
}

#mv .mv__copy02 .price .yen {
  font-size: 40px;
}
@media (max-width: 780px) {
  #mv .mv__copy02 .price .yen {
    font-size: 30px;
  }
}

#mv .mv__copy02 .price .price_num {
  margin-left: 15px;
  font-size: 100px;
  font-family: "Cormorant Infant", serif;
}
@media (max-width: 414px) {
  #mv .mv__copy02 .price .price_num {
    font-size: 60px;
  }
}

/*-------------------------------
 worry
-------------------------------*/
#worry {
  background-color: #010106;
  background-image: url(../img/onayami1.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (max-width: 780px) {
  #worry {
    background-image: url(../img/sp/sp_bg_worry.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#worry .inner {
  padding-top: 160px;
  padding-bottom: 115px;
}
@media (max-width: 780px) {
  #worry .inner {
    padding-top: 110px;
    padding-bottom: 115px;
  }
}
@media (max-width: 414px) {
  #worry .inner {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}

#worry h2 {
  padding-bottom: 62px;
  background-image: url(../../mens-lp/img/onayami_bar.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  letter-spacing: 0.1em;
  font-size: 60px;
}
@media (max-width: 780px) {
  #worry h2 {
    margin: 0 auto;
    max-width: 445px;
    line-height: 1.35;
    line-height: 1.35;
  }
}
@media (max-width: 414px) {
  #worry h2 {
    font-size: 30px;
  }
}

#worry h2 span {
  color: #8e7a17;
}
#worry .worry__list {
  position: relative;
  margin-top: 60px;
  width: 100%;
}
@media (max-width: 780px) {
  #worry .worry__list {
    margin-top: 80px;
  }
}
@media (max-width: 414px) {
  #worry .worry__list {
    margin-top: 40px;
  }
}

#worry .worry__list .flex__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 20px 45px;
  width: calc(25% - 30px);
  background-color: #232426;
}
@media (max-width: 780px) {
  #worry .worry__list .flex__item {
    padding: 60px 20px 65px;
    width: 100%;
  }
}
@media (max-width: 414px) {
  #worry .worry__list .flex__item {
    margin-right: auto;
    margin-left: auto;
    padding: 30px 20px 30px;
    width: 90%;
  }
}

@media (max-width: 780px) {
  #worry .worry__list .flex__item:not(:first-child) {
    margin-top: 35px;
  }
}

#worry .worry__list .flex__item p:first-of-type {
  color: #515151;
  letter-spacing: 0.05em;
  font-weight: 300;
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}
@media (max-width: 780px) {
  #worry .worry__list .flex__item p:first-of-type {
    font-size: 26px;
  }
}

#worry .worry__list .flex__item p:first-of-type span {
  display: block;
  margin-top: 3px;
  letter-spacing: 0.075em;
  font-size: 65px;
  line-height: 1;
}
@media (max-width: 780px) {
  #worry .worry__list .flex__item p:first-of-type span {
    font-size: 75px;
  }
}
@media (max-width: 414px) {
  #worry .worry__list .flex__item p:first-of-type span {
    font-size: 55px;
  }
}

#worry .worry__list .flex__item h3 {
  margin-top: 5px;
  letter-spacing: 0.01em;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.375em;
}
@media (max-width: 780px) {
  #worry .worry__list .flex__item h3 {
    margin-top: 10px;
    font-size: 45px;
  }
}
@media (max-width: 414px) {
  #worry .worry__list .flex__item h3 {
    font-size: 22px;
  }
}

#worry .worry__list .flex__item p:last-of-type {
  margin-top: 15px;
  letter-spacing: 0.0075em;
  font-size: 18px;
  line-height: 1.6em;
}
@media (max-width: 780px) {
  #worry .worry__list .flex__item p:last-of-type {
    margin-top: 24px;
    font-size: 30px;
  }
}
@media (max-width: 414px) {
  #worry .worry__list .flex__item p:last-of-type {
    margin-top: 15px;
    font-size: 16px;
  }
}

/*-------------------------------
 entrust
-------------------------------*/
#entrust {
  background-image: url(../img/onayami2.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 780px) {
  #entrust {
    position: relative;
  }
}

#entrust .inner {
  padding-top: 55px;
  padding-bottom: 0;
}
@media (max-width: 780px) {
  #entrust .inner {
    padding-top: 15px;
  }
}

@media (max-width: 780px) {
  #entrust .entrust__01 {
    margin: 0 auto;
    max-width: 95%;
  }
}

#entrust .entrust__01:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img/sp/sp_bg_arw.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

#entrust .entrust__01 h2 {
  text-align: center;
  letter-spacing: 0.4em;
  font-weight: 200;
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 414px) {
  #entrust .entrust__01 h2 {
    font-size: 26px;
  }
}

@media (max-width: 780px) {
  #entrust .entrust__01 .sp span {
    vertical-align: super;
  }
}

#entrust .entrust__01 h2 p {
  display: inline-block;
  padding-top: 5px;
}
#entrust .entrust__01 h2 img {
  max-width: 80%;
}
#entrust .entrust__01 h2 .small {
  font-size: 35px;
}
@media (max-width: 414px) {
  #entrust .entrust__01 h2 .small {
    font-size: 20px;
  }
}

#entrust .entrust__01 > p {
  margin-top: 60px;
  text-align: center;
  letter-spacing: 0.075em;
  font-size: 19px;
  line-height: 2.52em;
}
@media (max-width: 780px) {
  #entrust .entrust__01 > p {
    margin-top: 50px;
    text-align: left;
    font-size: 21px;
    line-height: 2.3;
  }
}
@media (max-width: 414px) {
  #entrust .entrust__01 > p {
    font-size: 16px;
  }
}

#entrust .entrust__02 {
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 780px) {
  #entrust .entrust__02 {
    margin: 0 auto;
    width: 97%;
  }
}

#entrust .entrust__02 .entrust__02__list__container {
  position: relative;
  margin-top: 143px;
}
@media (max-width: 780px) {
  #entrust .entrust__02 .entrust__02__list__container {
    margin-top: 106px;
  }
}
@media (max-width: 414px) {
  #entrust .entrust__02 .entrust__02__list__container {
    margin-top: 70px;
  }
}

#entrust .entrust__02 h2 {
  position: absolute;
  top: -5%;
  left: 50%;
  padding: 0 1.5em;
  background-color: #020107;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 40px;
  transform: translateX(-50%);
}
@media (max-width: 780px) {
  #entrust .entrust__02 h2 {
    top: -4%;
    padding: 0;
    width: 70%;
    background-color: #010106;
    letter-spacing: 0.2em;
    font-size: 45px;
  }
}
@media (max-width: 414px) {
  #entrust .entrust__02 h2 {
    top: -2%;
    width: 90%;
    font-size: 28px;
  }
}

#entrust .entrust__02 .entrust__02__list {
  padding: 110px 30px 90px 103px;
  border: 1px solid #8e7b18;
  font-size: 22px;
}
@media (max-width: 780px) {
  #entrust .entrust__02 .entrust__02__list {
    padding: 80px 30px 45px 90px;
  }
}
@media (max-width: 414px) {
  #entrust .entrust__02 .entrust__02__list {
    padding: 50px 20px 45px 60px;
  }
}

#entrust .entrust__02 .entrust__02__list li {
  position: relative;
  letter-spacing: 0.01em;
}
@media (max-width: 780px) {
  #entrust .entrust__02 .entrust__02__list li {
    letter-spacing: 0.03em;
    font-size: 26px;
  }
}
@media (max-width: 414px) {
  #entrust .entrust__02 .entrust__02__list li {
    font-size: 16px;
  }
}

#entrust .entrust__02 .entrust__02__list li:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 780px) {
  #entrust .entrust__02 .entrust__02__list li:not(:first-child) {
    margin-top: 40px;
  }
}
@media (max-width: 414px) {
  #entrust .entrust__02 .entrust__02__list li:not(:first-child) {
    margin-top: 30px;
  }
}

#entrust .entrust__02 .entrust__02__list li:before {
  position: absolute;
  top: 5px;
  left: -2em;
  width: 1em;
  height: 1em;
  background-image: url(../../mens-lp/img/check.png);
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
}

/*-------------------------------
 merit
-------------------------------*/
#merit {
  padding-top: 220px;
  padding-bottom: 100px;
  background-image: url(../../mens-lp/img/merit_bg_triangle.png), url(../../mens-lp/img/merit_bg_man.png);
  background-position: bottom left, bottom right;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 780px) {
  #merit {
    padding-top: 200px;
    padding-bottom: 120px;
    background-position: bottom left, top -6% right;
    background-size: 61% auto, 88% auto;
  }
}
@media (max-width: 414px) {
  #merit {
    padding-bottom: 100px;
    background-position: bottom left, top -2% right;
  }
}

#merit h2 {
  position: relative;
  margin-bottom: 160px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 65px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 780px) {
  #merit h2 {
    margin-bottom: 70px;
    font-size: 55px;
    line-height: 0.9;
  }
}
@media (max-width: 414px) {
  #merit h2 {
    font-size: 25px;
  }
}

#merit h2::after {
  position: absolute;
  top: -40%;
  left: 0;
  display: block;
  width: 100%;
  height: 140px;
  background-image: url(../../mens-lp/img/merit_bg_txt.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  opacity: 0.2;
}
@media (max-width: 780px) {
  #merit h2::after {
    left: 50%;
    width: 45%;
    transform: translate(-50%);
  }
}

#merit h2 span {
  margin-right: 0.1em;
  color: #8e7a17;
  font-style: italic;
  font-size: 100px;
}
@media (max-width: 414px) {
  #merit h2 span {
    font-size: 70px;
  }
}

#merit .merit__list .flex__item {
  width: calc(25% - 30px);
}
@media (max-width: 780px) {
  #merit .merit__list .flex__item {
    width: 100%;
  }
}

@media (max-width: 780px) {
  #merit .merit__list .flex__item:not(:first-of-type) {
    margin-top: 44px;
  }
}

#merit .merit__list .flex__item .merit__img {
  position: relative;
}

#merit .merit__list .flex__item .merit__img .merit__number {
  position: absolute;
  bottom: 90%;
  left: 10px;
  max-width: 40%;
}
@media (max-width: 780px) {
  #merit .merit__list .flex__item .merit__img .merit__number {
    top: 98%;
    right: 20px;
    bottom: auto;
    left: auto;
    max-width: 17%;
  }
}

#merit .merit__list .flex__item .merit__img p {
  position: absolute;
  top: -33%;
  left: 20px;
  color: #8e7a17;
  font-size: 20px;
  font-family: "Rock Salt", cursive;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  #merit .merit__list .flex__item .merit__img p {
    top: -45%;
  }
}
@media (max-width: 780px) {
  #merit .merit__list .flex__item .merit__img p {
    top: 65%;
    right: 5%;
    left: auto;
    font-size: 16px;
  }
}

#merit .merit__list .flex__item .merit__img p:first-of-type span {
  display: block;
  font-size: 50px;
}
@media (max-width: 414px) {
  #merit .merit__list .flex__item .merit__img p:first-of-type span {
    font-size: 50px;
  }
}

#merit .merit__list .flex__item h3 {
  margin-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  #merit .merit__list .flex__item h3 {
    text-align: left;
  }
}
@media (max-width: 780px) {
  #merit .merit__list .flex__item h3 {
    margin-top: 35px;
    text-align: left;
    font-size: 32px;
  }
}
@media (max-width: 414px) {
  #merit .merit__list .flex__item h3 {
    margin-top: 55px;
    font-size: 20px;
  }
}

#merit .merit__list .flex__item > p:last-of-type {
  margin-top: 15px;
  letter-spacing: 0.075em;
  font-size: 15px;
}
@media (max-width: 780px) {
  #merit .merit__list .flex__item > p:last-of-type {
    letter-spacing: 0.1em;
    font-size: 22px;
  }
}
@media (max-width: 414px) {
  #merit .merit__list .flex__item > p:last-of-type {
    font-size: 16px;
  }
}

/*-------------------------------
 case
-------------------------------*/
#case .inner {
  padding-top: 150px;
  padding-bottom: 160px;
}
@media (max-width: 780px) {
  #case .inner {
    padding-top: 100px;
    padding-bottom: 95px;
  }
}
@media (max-width: 414px) {
  #case .inner {
    padding-top: 80px;
    padding-bottom: 75px;
  }
}

@media (max-width: 780px) {
  #case .case__list {
    margin: 0 auto;
  }
}

#case .case__list .flex__item {
  width: calc(33.3% - 20px);
}
@media (max-width: 780px) {
  #case .case__list .flex__item {
    width: 100%;
  }
}

@media (max-width: 780px) {
  #case .case__list .flex__item:not(:first-of-type) {
    margin-top: 70px;
  }
}

#case .case__list .flex__item .item {
  position: relative;
}

#case .case__list .flex__item .item p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 10px;
  min-width: 36%;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
}
@media (max-width: 780px) {
  #case .case__list .flex__item .item p {
    min-width: 23%;
    font-size: 24px;
  }
}

#case .case__list .flex__item .item img {
  width: 100%;
}

#case .case__list .flex__item .item.after {
  position: relative;
}

#case .case__list .flex__item .item.after:before {
  position: absolute;
  top: -60px;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  background-image: url(../../mens-lp/img/case_arw.png);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 780px) {
  #case .case__list .flex__item .item.after:before {
    background-image: url(../../mens-lp/img/sp/sp_case_arw.png);
  }
}
@media (max-width: 414px) {
  #case .case__list .flex__item .item.after:before {
    top: -65px;
    background-size: 50px;
  }
}

#case .case__list .flex__item .item.after {
  margin-top: 60px;
}
@media (max-width: 780px) {
  #case .case__list .flex__item .item.after {
    margin-top: 70px;
  }
}

#case .case__list .flex__item .item.before p {
  background-color: #363a3b;
}
#case .case__list .flex__item .item.after p {
  background-color: #8e7a17;
}
/*-------------------------------
 price
-------------------------------*/
#price {
  background-image: url(../../mens-lp/img/price_bg.png);
  background-position: top right -3%;
  background-repeat: no-repeat;
}
@media (max-width: 780px) {
  #price {
    background-size: 60%;
  }
}

#price .inner {
  padding-top: 120px;
  padding-bottom: 145px;
}
@media (max-width: 780px) {
  #price .inner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 414px) {
  #price .inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

#price .price__list {
  width: 100%;
}

#price .price__list tr {
  border-top: 1px solid #fff;
}

#price .price__list tr:last-child {
  border-bottom: 1px solid #fff;
}

#price .price__list th {
  padding: 40px 10px;
  width: 33%;
  background-color: #232426;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 780px) {
  #price .price__list th {
    display: block;
    width: 100%;
    font-size: 34px;
  }
}
@media (max-width: 414px) {
  #price .price__list th {
    padding: 20px 10px;
    font-size: 20px;
  }
}

#price .price__list td {
  text-align: right;
}
@media (max-width: 780px) {
  #price .price__list td {
    display: block;
    width: 100%;
  }
}

#price .price__list td.num {
  padding: 18px 60px;
  width: 67%;
}
@media (max-width: 780px) {
  #price .price__list td.num {
    padding: 36px 50px;
    width: 100%;
  }
}
@media (max-width: 414px) {
  #price .price__list td.num {
    padding: 36px 30px;
  }
}

#price .price__list td.num .tag {
  display: inline-block;
  margin-right: 1em;
  min-width: 180px;
  height: 40px;
  border-radius: 50px;
  background-color: #8e7a17;
  vertical-align: super;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}
@media (max-width: 780px) {
  #price .price__list td.num .tag {
    margin-right: 2em;
    padding: 0 1.5em;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
  }
}
@media (max-width: 414px) {
  #price .price__list td.num .tag {
    display: block;
    margin: 0;
    font-size: 16px;
  }
}

#price .price__list tr:nth-child(2) .num .tag {
  margin-right: 3em;
}
@media (max-width: 780px) {
  #price .price__list tr:nth-child(2) .num .tag {
    margin-right: 2em;
  }
}
@media (max-width: 414px) {
  #price .price__list tr:nth-child(2) .num .tag {
    margin-right: 0;
  }
}

#price .price__list td.num p {
  display: inline-block;
  letter-spacing: 0.075em;
  font-size: 50px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 414px) {
  #price .price__list td.num p {
    font-size: 30px;
  }
}

#price .price__list td.num .yen {
  font-size: 36px;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", sans-serif;
}
#price .price__list td.num .small {
  letter-spacing: 0.05em;
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", sans-serif;
}
/*-------------------------------
 faq
-------------------------------*/
#faq {
  background-color: #0d0d0e;
  background-image: url(../../mens-lp/img/faq_bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

#faq .inner {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 780px) {
  #faq .inner {
    padding-top: 110px;
    padding-bottom: 80px;
  }
}
@media (max-width: 780px) {
  #faq .inner {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 414px) {
  #faq .inner {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

#faq h2 span {
  color: #fff;
}

@media (max-width: 780px) {
  .accordion {
    margin: 70px auto 0;
  }
}
@media (max-width: 414px) {
  .accordion {
    margin: 50px auto 0;
  }
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 780px) {
  .option {
    margin-bottom: 40px;
  }
}
@media (max-width: 414px) {
  .option {
    margin-bottom: 20px;
  }
}

.title,
.content {
  letter-spacing: 0.1em;
  line-height: 0.16em;
  transition: all 0.3s;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 414px) {
  .title,
.content {
    font-size: 18px;
  }
}

.title {
  display: block;
  padding: 30px 40px 30px 100px;
  background-color: #fff;
  color: #1c1c1c;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 780px) {
  .title {
    display: flex;
    align-items: center;
    padding: 26px 75px 26px 100px;
    min-height: 120px;
    font-size: 26px;
  }
}
@media (max-width: 414px) {
  .title {
    padding: 20px 55px 20px 60px;
    min-height: 100px;
    font-size: 18px;
  }
}

.title::after,
.title::before {
  position: absolute;
  top: 39%;
  right: 45px;
  width: 1px;
  height: 25px;
  background-color: #010106;
  content: "";
  transition: all 0.3s;
}
@media (max-width: 780px) {
  .title::after,
.title::before {
    right: 55px;
    height: 30px;
  }
}
@media (max-width: 780px) {
  .title::after,
.title::before {
    right: 35px;
    height: 20px;
  }
}

.title::after {
  transform: rotate(90deg);
}

.title span {
  position: relative;
}

.title span:before {
  position: absolute;
  top: 50%;
  left: -4em;
  width: 1.7em;
  height: 1.7em;
  background-image: url(../../mens-lp/img/q.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transform: translateY(-50%);
}
@media (max-width: 780px) {
  .title span:before {
    top: 50%;
    left: -2.5em;
    width: 1.5em;
    height: 1.5em;
  }
}

.content {
  overflow: hidden;
  max-height: 0;
  font-size: 16px;
}
@media (max-width: 780px) {
  .content {
    font-size: 23px;
  }
}
@media (max-width: 414px) {
  .content {
    font-size: 18px;
  }
}

.content p {
  position: relative;
  line-height: 1.5;
}
@media (max-width: 780px) {
  .content p {
    margin-left: 0;
  }
}

.content p:before {
  position: absolute;
  top: -0.4em;
  left: -4em;
  width: 1.7em;
  height: 1.7em;
  background-image: url(../../mens-lp/img/a.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 780px) {
  .content p:before {
    top: -3em;
    left: 0;
  }
}

.toggle:checked + .title + .content {
  padding: 30px 40px 30px 100px;
  max-height: 1000px;
  border: 1px solid #fff;
  transition: all 1.5s;
}
@media (max-width: 780px) {
  .toggle:checked + .title + .content {
    padding: 100px 40px 40px 40px;
  }
}
@media (max-width: 414px) {
  .toggle:checked + .title + .content {
    padding: 70px 30px 30px 30px;
  }
}

.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

/*-------------------------------
 voice
-------------------------------*/
#voice .inner {
  padding-top: 140px;
  padding-bottom: 180px;
}
@media (max-width: 780px) {
  #voice .inner {
    padding-top: 110px;
    padding-bottom: 80px;
  }
}
@media (max-width: 414px) {
  #voice .inner {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

#voice .voice__list {
  margin-top: 110px;
}
@media (max-width: 780px) {
  #voice .voice__list {
    margin-top: 50px;
  }
}

#voice .voice__list .flex__item {
  position: relative;
  padding: 40px 40px 40px;
  width: calc(33.3% - 30px);
  background-color: #111015;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 2em;
}
@media (max-width: 780px) {
  #voice .voice__list .flex__item {
    padding: 40px 70px 55px;
    width: 100%;
  }
}
@media (max-width: 414px) {
  #voice .voice__list .flex__item {
    padding: 30px 20px 45px;
  }
}

@media (max-width: 780px) {
  #voice .voice__list .flex__item:not(:first-of-type) {
    margin-top: 60px;
  }
}

#voice .voice__list .flex__item:after {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
  display: block;
  width: 130px;
  height: 130px;
  background-image: url(../../mens-lp/img/voice_triangle.png);
  background-size: contain;
  content: "";
}
@media (max-width: 780px) {
  #voice .voice__list .flex__item:after {
    width: 190px;
    height: 190px;
  }
}

#voice .voice__list .flex__item p:first-of-type {
  position: relative;
  z-index: 3;
}
@media (max-width: 780px) {
  #voice .voice__list .flex__item p:first-of-type {
    font-size: 24px;
  }
}
@media (max-width: 414px) {
  #voice .voice__list .flex__item p:first-of-type {
    font-size: 20px;
  }
}

#voice .voice__list .flex__item h3 {
  position: relative;
  z-index: 3;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 22px;
  border-bottom: 1px solid #363a3a;
  font-size: 18px;
}
@media (max-width: 780px) {
  #voice .voice__list .flex__item h3 {
    margin-top: 0;
    padding-bottom: 0;
    border: none;
    font-size: 26px;
  }
}
@media (max-width: 414px) {
  #voice .voice__list .flex__item h3 {
    font-size: 20px;
  }
}

#voice .voice__list .flex__item p:last-of-type {
  position: relative;
  z-index: 3;
  margin-top: 30px;
  line-height: 1.9;
}
@media (max-width: 780px) {
  #voice .voice__list .flex__item p:last-of-type {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.5;
  }
}
@media (max-width: 414px) {
  #voice .voice__list .flex__item p:last-of-type {
    font-size: 16px;
  }
}

/*-------------------------------
 access
-------------------------------*/
#access {
  background-color: #111015;
}

#access h2 {
  margin-bottom: 70px;
  font-size: 45px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 780px) {
  #access h2 {
    position: relative;
    display: block;
    margin-bottom: 45px;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 414px) {
  #access h2 {
    font-size: 40px;
  }
}

#access h2 span {
  margin-left: 1em;
  color: #8e7a17;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
}
@media (max-width: 780px) {
  #access h2 span {
    display: block;
    margin-top: 60px;
    margin-left: 0;
    letter-spacing: 0.15em;
    font-size: 30px;
    line-height: 1;
  }
}
@media (max-width: 414px) {
  #access h2 span {
    margin-top: 40px;
    font-size: 20px;
  }
}

@media (max-width: 780px) {
  #access h2:after {
    position: absolute;
    top: 100px;
    left: 50%;
    display: inline-block;
    width: 140px;
    height: 1px;
    background-color: #fff;
    content: "";
    transform: translateX(-50%);
  }
}
@media (max-width: 414px) {
  #access h2:after {
    top: 80px;
  }
}

#access h3 {
  letter-spacing: 0.1em;
  font-size: 26px;
}
@media (max-width: 414px) {
  #access h3 {
    font-size: 20px;
  }
}

#access .access__list .flex__item {
  width: 50%;
  letter-spacing: 0.15em;
}
@media (max-width: 780px) {
  #access .access__list .flex__item {
    width: 100%;
  }
}

.access_info__inner {
  margin: 0 0 0 auto;
  padding: 110px 1% 100px;
  max-width: calc(600px + 1%);
}
@media (max-width: 780px) {
  .access_info__inner {
    margin: 0 auto;
    padding: 120px 20px 30px;
  }
}
@media (max-width: 414px) {
  .access_info__inner {
    margin: 0 auto;
    padding: 60px 20px 10px;
  }
}

.access__table {
  margin-top: 40px;
  letter-spacing: 0.0775em;
  font-size: 15px;
}
@media (max-width: 780px) {
  .access__table {
    margin-top: 40px;
    letter-spacing: 0.05em;
    font-size: 22px;
  }
}
@media (max-width: 780px) {
  .access__table {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .access__table {
    font-size: 16px;
  }
}

.access__table tr th {
  padding: 15px 8px 15px 0;
  font-weight: 200;
}
@media (max-width: 780px) {
  .access__table tr th {
    display: block;
    padding: 0;
    width: 100%;
  }
}

.access__table tr td {
  padding: 15px 8px 15px 30px;
}
@media (max-width: 780px) {
  .access__table tr td {
    display: block;
    padding: 10px 0 60px 0;
    width: 100%;
  }
}
@media (max-width: 414px) {
  .access__table tr td {
    display: block;
    padding: 10px 0 40px 0;
    width: 100%;
  }
}

#access .access__list .flex__item.g_map iframe {
  width: 100%;
}

/*-------------------------------
 footer
-------------------------------*/
footer .footer01 {
  height: 100px;
  text-align: center;
}
@media (max-width: 780px) {
  footer .footer01 {
    height: 90px;
    margin-bottom: 100px;
  }
}

footer .footer01 .inner {
  height: 100%;
}

footer .footer01 p {
  font-size: 11px;
  line-height: 100px;
}
@media (max-width: 780px) {
  footer .footer01 p {
    line-height: 90px;
  }
}

footer .footer02 {
  height: 100px;
  background-image: url(../../mens-lp/img/contact_bg.jpg);
  background-position: center center;
}
footer .footer02 .inner {
  height: 100%;
}

footer .footer02 .footer__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

footer .footer02 .footer__left {
  display: flex;
  align-items: center;
}

footer .footer02 .footer__left p:first-of-type {
  display: inline-block;
  font-size: 40px;
}

footer .footer02 .footer__left p:first-of-type img {
  margin-right: 10px;
  height: 25px;
  vertical-align: baseline;
}
footer .footer02 .footer__left p:last-of-type {
  display: inline-block;
  font-size: 14px;
}

footer .footer02 .footer__right .footer__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 55px;
}
footer .footer02 .footer__right .footer__btn img {
  padding-right: 20px;
  vertical-align: middle;
}

footer .footer02 .footer__right .footer__btn.btn01 {
  background-color: #8e7a17;
}

footer .footer02 .footer__right .footer__btn.btn02 {
  margin-left: 40px;
  background-color: #06c655;
}

@media (max-width: 780px) {
  footer .footer02__sp {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }
}

@media (max-width: 780px) {
  footer .footer02__sp.active {
    transform: translateY(0);
    opacity: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
  }
}

footer .footer02__sp .flex__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  height: 100px;
  text-align: center;
}

footer .footer02__sp .flex__item.btn_tel {
  background-image: url(../img/sp/sp_footer_tel_bg.jpg);
  background-position: center;
  background-size: cover;
}

footer .footer02__sp .flex__item.btn_web {
  background-color: #8e7a17;
}

footer .footer02__sp .flex__item.btn_line {
  background-color: #06c655;
}

footer .footer02__sp .flex__item a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

footer .footer02__sp .flex__item p {
  margin-bottom: -10px;
  font-size: 18px;
}
@media (max-width: 414px) {
  footer .footer02__sp .flex__item p {
    font-size: 16px;
  }
}

@media (max-width: 780px) {
  footer .footer02__sp .flex__item.btn_tel p {
    margin-bottom: 5px;
  }
}

footer #page-top {
  position: fixed;
  right: 12%;
  bottom: 8%;
  display: none;
}
@media (max-width: 780px) {
  footer #page-top {
    right: 6%;
    bottom: 10%;
  }
}
@media (max-width: 414px) {
  footer #page-top {
    right: 6%;
    bottom: 5%;
  }
}

footer #page-top.active {
  display: block;
}