@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
  height: 1px;
}

input,
select {
  vertical-align: middle;
}

/* reset end */
/* init */
*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

/* font */
#main {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.font-mincho {
  font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

input,
select,
option,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* clearfix */
.cf:after {
  content: "";
  display: block;
  clear: both;
}

.cb {
  clear: both;
}

.ht {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 120%;
}

.hb {
  overflow: hidden;
  width: 0;
  height: 0;
}

.mb0 {
  margin-bottom: 0 !important;
}

/* Link */
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

@media print, screen and (min-width: 641px) {
  #main a:hover {
    opacity: 0.8;
  }
  #main a:active {
    opacity: 0.8;
  }
}
#main {
  color: #000;
}

#main img {
  display: block;
  max-width: 100%;
  height: auto;
}

.brandSiteFooter {
  margin-top: 0;
}

.brandSiteFooter .inner {
  max-width: initial;
}

.brandSiteFooter .link a {
  white-space: nowrap;
}

.pageTop > a {
  z-index: 999;
  background: url(/ph/coccoapo/common/img/pagetop.png) no-repeat 0 0;
  background-size: cover;
}

/* pc sp */
@media print, screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
  #main {
    min-width: 1300px;
  }
}
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}
/* sec01 */
#sec01 {
  background-color: #7a3e18;
}

@media print, screen and (min-width: 641px) {
  #sec01 {
    padding: 0 0 118px;
  }
  #sec01 h1 {
    margin: 0 auto;
  }
  #sec01 h1 img {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  #sec01 .img01 {
    position: relative;
    margin: 0 auto;
    max-width: 1407px;
  }
  #sec01 .img01 .btn01 {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 21%;
  }
}
@media print, screen and (min-width: 1409px) {
  #sec01 {
    background-size: cover;
  }
}
@media screen and (max-width: 640px) {
  #sec01 .img01 {
    position: relative;
    margin-top: -22px;
  }
  #sec01 .img01 .btn01 {
    position: absolute;
    top: 68.903%;
    left: 22.266667%;
    width: 55.466667%;
  }
}
/* sec02 */
@media print, screen and (min-width: 641px) {
  #sec02 {
    padding: 49px 0 30px;
    min-width: 1298px;
    background: linear-gradient(180deg, rgb(122, 62, 24) 50%, rgb(42, 37, 37) 100%);
  }
  #sec02 h2 {
    margin: 0 auto 78px;
    width: 1298px;
    text-align: center;
  }
  #sec02 h2 img {
    display: inline;
  }
  #sec02 .img {
    margin: 0 auto;
    width: 1298px;
  }
}
/* sec03 */
@media print, screen and (min-width: 641px) {
  #sec03 {
    padding: 111px 0 113px;
    background: url(../img_202404/sec03_bg_pc.png) center top no-repeat;
    background-size: 100% 100%;
  }
  #sec03 img {
    margin: 0 auto;
  }
  #sec03 h2 {
    margin-bottom: 57px;
  }
  #sec03 .img01 {
    margin-bottom: 11px;
  }
  #sec03 .img02 {
    margin: 0 auto;
    width: 752px;
  }
}
@media screen and (max-width: 640px) {
  #sec03 {
    background-color: #eae8dd;
  }
  #sec03 .img02 {
    padding-bottom: 62px;
    background: url(../img_202404/sec03_img03_bg_sp.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  #sec03 .img02 a {
    display: block;
    margin: 0 auto;
    width: 85.333334%;
  }
}
/* sec04 */
@media print, screen and (min-width: 641px) {
  #sec04 h2 {
    position: relative;
    margin-bottom: 30px;
    background: linear-gradient(90deg, rgb(122, 62, 24) 50%, rgb(0, 0, 0) 100%);
  }
  #sec04 h2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 8px;
  }
  #sec04 h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -300px;
    width: 44px;
    height: 21px;
    background: url(../img_202404/title_bg02_pc.png) 0 0 no-repeat;
  }
  #sec04 h2 img {
    margin: 0 auto;
  }
  #sec04 .box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    padding: 70px 0;
    width: 1000px;
  }
  #sec04 .box.line {
    padding-bottom: 80px;
    background: url(../img_202404/sec04_line01_pc.png) center bottom no-repeat;
  }
  #sec04 .box .txt {
    width: 560px;
  }
  #sec04 .box .img {
    width: 400px;
  }
}
@media screen and (max-width: 640px) {
  #sec04 {
    padding-bottom: 75px;
  }
  #sec04 h2 {
    margin-bottom: 12px;
  }
}
/* sec05 */
@media print, screen and (min-width: 641px) {
  #sec05 {
    margin-bottom: -40px;
    padding: 40px 0 100px;
  }
  #sec05 .titleBox {
    position: relative;
    margin-bottom: 80px;
    background: linear-gradient(90deg, rgb(122, 62, 24) 50%, rgb(0, 0, 0) 100%);
  }
  #sec05 .titleBox::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 8px;
  }
  #sec05 .titleBox::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -300px;
    width: 44px;
    height: 21px;
    background: url(../img_202404/title_bg02_pc.png) 0 0 no-repeat;
  }
  #sec05 .titleBox h2 {
    position: relative;
    margin: 0 auto;
    width: 1010px;
  }
  #sec05 .titleBox h2 .img {
    position: absolute;
    top: -40px;
    right: 0;
  }
  #sec05 .txt01 {
    margin-bottom: 30px;
  }
  #sec05 .txt01 img {
    margin: 0 auto;
  }
  #sec05 .box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    width: 1010px;
  }
  #sec05 .box .item {
    position: relative;
    width: 245px;
  }
  #sec05 .box .item .btn {
    display: block;
    position: absolute;
    bottom: 4px;
    left: 10px;
    width: 236px;
    height: 80px;
  }
}
@media screen and (max-width: 640px) {
  #sec05 {
    padding-bottom: 45px;
  }
  #sec05 .titleBox {
    margin-bottom: 12px;
  }
  #sec05 .txt01 {
    margin: 0 17px 17px;
  }
  #sec05 .box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 17px;
  }
  #sec05 .box .item {
    position: relative;
    margin-bottom: 6px;
    width: calc((100% - 5px) / 2);
  }
  #sec05 .box .item .btn {
    display: block;
    position: absolute;
    right: 2px;
    bottom: 4px;
    width: 95.535714%;
  }
}
/* sec06 */
#sec06 .img01 .img01b img {
  transition-delay: 0ms;
}

#sec06 .img01 .img01c img {
  transition-delay: 200ms;
}

#sec06 .img01 .img01d img {
  transition-delay: 400ms;
}

#sec06 .img01 .fadeAfter img {
  opacity: 1 !important;
  left: 0 !important;
}

@media print, screen and (min-width: 641px) {
  #sec06 {
    position: relative;
    padding-bottom: 85px;
    background: url(../img_202404/sec06_bg_pc.png) center 28px no-repeat;
    background-size: 100% 100%;
  }
  #sec06::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1100px) / 2);
    height: 63px;
    background-color: #433787;
  }
  #sec06 .titleBox {
    position: relative;
    margin: -28px auto 42px;
    width: 1100px;
  }
  #sec06 .titleBox h2 {
    padding-top: 17px;
    padding-left: 43px;
    border-radius: 0 32px 32px 0;
    width: 410px;
    height: 63px;
    background-color: #433787;
  }
  #sec06 .img01 {
    position: relative;
    margin: 0 auto 94px;
    width: 1052px;
  }
  #sec06 .img01 .img01a {
    position: absolute;
    top: 158px;
    left: 0;
    width: 98px;
    height: 58px;
  }
  #sec06 .img01 .img01b {
    position: absolute;
    top: 216px;
    left: 51px;
    width: 261px;
    height: 24px;
  }
  #sec06 .img01 .img01c {
    position: absolute;
    top: 249px;
    left: 51px;
    width: 494px;
    height: 49px;
  }
  #sec06 .img01 .fade img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: -150px;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: opacity, left;
  }
  #sec06 .item {
    position: relative;
    margin: 0 auto;
    width: 1011px;
  }
  #sec06 .item + .item {
    margin-top: 58px;
  }
  #sec06 .item .btn {
    display: block;
    position: absolute;
    right: 187px;
    bottom: 21px;
  }
  #sec06 .img02 {
    margin: 75px auto 20px;
    width: 457px;
  }
}
@media screen and (max-width: 640px) {
  #sec06 {
    padding-bottom: 38px;
    background: url(../img_202404/sec06_bg01_sp.png) center 0 repeat-y;
    background-size: 100% auto;
  }
  #sec06 .item {
    position: relative;
    width: 100%;
  }
  #sec06 .item + .item {
    margin-top: 35px;
  }
  #sec06 .item .btn {
    display: block;
    position: absolute;
    right: 14.733333vw;
    bottom: 3vw;
    width: 70.533334vw;
  }
  #sec06 .img02 {
    margin: 26px 0 5px;
  }
  #sec06 .img01 {
    overflow: hidden;
    position: relative;
  }
  #sec06 .img01 .img01a {
    position: absolute;
    top: 48.133334vw;
    left: 5.866667vw;
    width: 14.8vw;
  }
  #sec06 .img01 .img01b {
    position: absolute;
    top: 58.4vw;
    left: 5.866667vw;
    width: 50vw;
  }
  #sec06 .img01 .img01c {
    position: absolute;
    top: 63.866667vw;
    left: 5.866667vw;
    width: 56.933334vw;
  }
  #sec06 .img01 .img01d {
    position: absolute;
    top: 73.066667vw;
    left: 5.866667vw;
    width: 35.733334vw;
  }
  #sec06 .img01 .fade img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: -30vw;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: opacity, left;
  }
}
/* sec07 */
@media print, screen and (min-width: 641px) {
  #sec07 {
    padding: 120px 0 95px;
    background: url(../img_202404/sec07_bg_pc.png) 0 0 no-repeat;
    background-color: #eae8dd;
    background-size: 100% auto;
  }
  #sec07 .item {
    position: relative;
    margin: 0 auto;
    width: 1012px;
  }
  #sec07 .item + .item {
    margin-top: 58px;
  }
  #sec07 .item .btn {
    display: block;
    position: absolute;
    right: 187px;
    bottom: 58px;
  }
}
@media screen and (max-width: 640px) {
  #sec07 {
    padding: 50px 0 35px;
    background: url(../img_202404/sec07_bg_sp.png) 0 0 no-repeat;
    background-color: #eae8dd;
    background-size: 100% auto;
  }
  #sec07 .item {
    position: relative;
    width: 100%;
  }
  #sec07 .item + .item {
    margin-top: 35px;
  }
  #sec07 .item .btn {
    display: block;
    position: absolute;
    right: 14.733333vw;
    bottom: 3vw;
    width: 70.533334vw;
  }
}
/* sec08 */
@media print, screen and (min-width: 641px) {
  #sec08 {
    padding: 120px 0 50px;
  }
  #sec08 h2 {
    margin-bottom: 50px;
  }
  #sec08 .que,
  #sec08 .ans {
    padding-left: 87px;
  }
  #sec08 .que01 {
    margin-bottom: 43px;
  }
  #sec08 .que02 {
    margin-bottom: 25px;
  }
  #sec08 .ans01 {
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 640px) {
  #sec08 {
    padding: 50px 0 16px;
  }
  #sec08 h2 {
    margin: 0 auto 33px;
    width: 65.333334vw;
    height: 44px;
  }
  #sec08 h2 img {
    margin: 0 auto;
    height: 100%;
  }
  #sec08 .que01 {
    margin-bottom: 22px;
  }
  #sec08 .ans01 {
    margin-bottom: 54px;
  }
}
/* sec09 */
@media print, screen and (min-width: 641px) {
  #sec09 {
    padding: 70px 0 150px;
  }
  #sec09 h2 {
    margin-bottom: 27px;
  }
  #sec09 .item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #sec09 .item + .item {
    margin-top: 30px;
  }
  #sec09 .item .img {
    padding-left: 50px;
    width: 540px;
  }
  #sec09 .item .img img {
    margin: 0 auto;
  }
  #sec09 .item .deta {
    width: calc(100% - 540px);
  }
  #sec09 .item .deta .txt {
    padding-left: 10px;
  }
  #sec09 .item .deta .btn {
    display: block;
    margin-top: 25px;
  }
}
@media screen and (max-width: 640px) {
  #sec09 {
    padding: 23px 0 75px;
  }
  #sec09 h2 {
    margin: 0 auto 33px;
    width: 65.333334vw;
    height: 44px;
  }
  #sec09 h2 img {
    margin: 0 auto;
    height: 100%;
  }
  #sec09 .item + .item {
    margin-top: 25px;
  }
  #sec09 .btn {
    margin: 0 auto;
    padding-left: 1.3vw;
    width: 83.3vw;
  }
}
/* boxLattice */
@media print, screen and (min-width: 641px) {
  .boxLattice {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 1008px;
    background: url(../img_202404/bg_lattice.png) 0 0 repeat;
    box-shadow: 6px 5px 15px -7px #cdcdcd;
  }
}
@media screen and (max-width: 640px) {
  .boxLattice {
    margin: 0 16px;
    padding-bottom: 40px;
    background: url(../img_202404/bg_lattice.png) 0 0 repeat;
    box-shadow: 6px 5px 15px -7px #cdcdcd;
  }
}
/* detox_banner overwite */
#detox_banner {
  padding: 0 !important;
  background: transparent !important;
}

@media screen and (max-width: 640px) {
  #detox_banner {
    padding: 0 4.54vw !important;
  }
}
/* animetion */
.btn_scaling {
  animation: btnscaling 1s ease-in-out 0s infinite normal;
}

@keyframes btnscaling {
  50% {
    transform: scale(0.9);
  }
}
.blink {
  animation: blink 1s ease-in-out 0s infinite normal;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#sec05 .img_d01 {
  text-align: center;
}
@media (min-width: 640px) {
  #sec05 .img_d01 {
    margin-top: 77px;
    margin-bottom: 11px;
  }
}
#sec05 .img_d01 img {
  display: inline;
}

@media (max-width: 639.98px) {
  #diagnosis {
    margin: 2.1333333333vw 0 0;
    padding: 0;
  }
}

@media (max-width: 639.98px) {
  #sec03 #diagnosis {
    padding: 0 0 16.2666666667vw;
  }
}

@media (min-width: 640px) {
  .diagnosisInner {
    margin: 0 auto 50px;
    max-width: 845px;
  }
}

.diagnosisHeading {
  background-color: #363636;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 639.98px) {
  .diagnosisHeading {
    margin-bottom: 5.3333333333vw;
    padding: 4vw;
    font-size: 5.8666666667vw;
  }
}
@media (min-width: 640px) {
  .diagnosisHeading {
    margin-bottom: 55px;
    padding: 20px;
    font-size: 30px;
  }
}

.diagnosisLink {
  display: block;
  position: relative;
}
@media (min-width: 640px) {
  .diagnosisLink {
    height: 312px;
  }
}
.diagnosisLink:visited,
.diagnosisLink:link {
  text-decoration: none;
}

@media (min-width: 640px) {
  .diagnosisBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.diagnosisCounterContents {
  display: grid;
  align-items: center;
  position: absolute;

  grid-template-rows: auto;
}
@media (max-width: 639.98px) {
  .diagnosisCounterContents {
    bottom: 8.8vw;
    left: 6.6666666667vw;

    grid-template-columns: 20.8vw 1fr;
    gap: 0 2.6666666667vw;
  }
}
@media (min-width: 640px) {
  .diagnosisCounterContents {
    bottom: 16px;
    left: 85px;

    grid-template-columns: 115px 310px;
    gap: 0 8px;
  }
}

@media (max-width: 639.98px) {
  .diagnosisCounterLabel img {
    width: 20.8vw;
  }
}
@media (min-width: 640px) {
  .diagnosisCounterLabel img {
    width: 115px;
  }
}

.diagnosisCounter {
  display: grid;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-weight: bold;

  grid-template-columns: repeat(3, auto);
}
@media (max-width: 639.98px) {
  .diagnosisCounter {
    font-size: 3.2vw;

    gap: 0 1.3333333333vw;
  }
}
@media (min-width: 640px) {
  .diagnosisCounter {
    font-size: 13px;

    gap: 0 5px;
    grid-template-columns: repeat(3, auto);
  }
}

.lineup-diagnosis_counter-num {
  display: inline-grid;
}
@media (max-width: 639.98px) {
  .lineup-diagnosis_counter-num {
    grid-template-columns: repeat(7, 5.8666666667vw);
    grid-template-rows: 8vw;
    gap: 0 1.3333333333vw;
  }
}
@media (min-width: 640px) {
  .lineup-diagnosis_counter-num {
    align-items: center;

    grid-template-columns: repeat(7, 30px);
    grid-template-rows: 41px;
    gap: 0 8px;
  }
}
.lineup-diagnosis_counter-num span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #363636;
}
@media (max-width: 639.98px) {
  .lineup-diagnosis_counter-num span {
    border-radius: 1.3333333333vw;
    font-size: 4.8vw;
  }
}
@media (min-width: 640px) {
  .lineup-diagnosis_counter-num span {
    border-radius: 6px;
    font-size: 28px;
  }
}