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

body {
  margin: 0;
}

.when_sp {
  display: none;
}

.when_pc {
  display: block;
}

.fadein_top {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.fadein_top.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.container {
  color: #666;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  letter-spacing: 0.08em;
  word-break: break-word;
  font-size: 14px;
  position: relative;
}

.container p {
  margin: 0;
}

.container a {
  cursor: pointer;
  text-decoration: none;
  color: #666;
}

.container a:hover {
  opacity: 0.5;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}

.mainVisual {
  background: #f4fbfb;
  background-size: auto 39vw;
  background-repeat: no-repeat;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}

.mainVisual_bg {
  background: url(/-/Media/com/acnes/top_202003_2/img/diagonally.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 34rem;
  position: absolute;
  z-index: 4;
  bottom: 0;
}

.mainVisual_maikichi {
  background: url(/-/Media/com/acnes/top_202003_2/img/maikichi.png) top center;
  background-size: auto 56rem;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto;
  height: 72.5rem;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  background-position: 60% 0;
  top: 0;
}

.mainVisual_stocks {
  background: url(/-/Media/com/acnes/top_202003_2/img/stocks_left.png) left 10%,
    url(/-/Media/com/acnes/top_202003_2/img/stocks_right.png) right 50%;
  background-size: auto 500px;
  background-repeat: no-repeat;
  width: 100%;
  margin: auto;
  height: 69.2rem;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 1190px) {
  .mainVisual_stocks {
    display: none;
  }
}

.mainVisual_inner {
  width: 940px;
  margin: 0 auto;
  text-align: left;
  padding: 30px 50px 60px 50px;
  z-index: 9;
  position: relative;
  box-sizing: border-box;
}

.mainVisual_inner .inner_title {
  width: 480px;
  position: relative;
}

.mainVisual_inner .inner_title h1 {
  width: 90px;
  margin: 0 0 20px 0;
}

.mainVisual_inner .inner_title picture {
  margin: 0;
}

.mainVisual_inner .inner_title img {
  width: 100%;
}

.mainVisual_inner .inner_title::after {
  content: "";
  background: url(/-/Media/com/acnes/top_202003_2/img/tryangle.png);
  width: 84px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -70px;
  top: 140px;
}

.mainVisual_inner .inner_text {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.mainVisual_inner .inner_text::after {
  content: "";
  background: url(/-/Media/com/acnes/top_202003_2/img/circle.png);
  width: 8rem;
  height: 8rem;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -3.125rem;
  top: 5rem;
  z-index: 1;
}

.mainVisual_inner .inner_text p {
  line-height: 2.2;
  letter-spacing: 0.4rem;
}

.mainVisual_inner .inner_text img {
  width: 420px;
  z-index: 9;
}

.sub-title {
  padding-top: 100px;
  background: #f4fbfb;
  padding: 4rem 0;
  text-align: center;
  margin: 0 0 8rem 0;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 12px,
    rgba(244, 251, 251, 1) 12px,
    rgba(244, 251, 251, 1) 24px
  );
  line-height: 1;
}

.sub-title img {
  width: 53.2rem;
  display: initial;
}

.nav_inner ul {
  list-style: none;
  margin: 0 0 10rem 0;
  padding: 0 0;
  display: flex;
  justify-content: center;
}

.nav_inner ul li {
  list-style: none;
  margin: 0 3rem;
  padding: 0;
}

.nav_inner ul li a {
  color: #555;
  text-decoration: none;
  height: 6rem;
  width: 21.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.nav_inner ul li a img {
  width: 11px;
  margin-left: 15px;
}

.nav_1 {
  background: url(/-/Media/com/acnes/top_202003_2/img/nav_1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.nav_arrow {
  position: relative;
}

.nav_arrow::after {
  content: "";
  background: url(/-/Media/com/acnes/top_202003_2/img/nav_arrow.png);
  width: 4rem;
  height: 6rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  position: absolute;
  right: -4.8rem;
  z-index: 1;
  top: 0;
}

.nav_2 {
  background: url(/-/Media/com/acnes/top_202003_2/img/nav_2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.nav_3 {
  background: url(/-/Media/com/acnes/top_202003_2/img/nav_3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

section {
  text-align: center;
  background: #fdfdfd;
}

.content_sengan {
  position: relative;
  background: linear-gradient(-90deg, #eff5f5 1px, transparent 1px), linear-gradient(#eff5f5 1px, transparent 1px),
    #f7fdfd;
  background-size: 16px 16px, 16px 16px, 80px 80px, 80px 80px, 80px 80px, 80px 80px, 80px 80px, 80px 80px;
  padding-bottom: 160px;
}

.content_sengan::before {
  content: "";
  width: 100%;
  height: 67px;
  position: absolute;
  top: 0;
  z-index: 0;
  background: #fff;
  left: 0;
}

.content_kesho {
  background: linear-gradient(180deg, transparent 0%, transparent 65px, white 3%, white 10%);
  background-size: 1.4rem;
  padding-bottom: 6rem;
  margin-top: -68px;
}

.content_uv {
  background: linear-gradient(180deg, white 0%, white 65px, transparent 0%, transparent 10%),
    repeating-linear-gradient(-45deg, #fffffa, #fffffa 10px, rgba(254, 254, 233, 1) 10px, rgba(254, 254, 233, 1) 20px);
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  padding-bottom: 10rem;
}

@media (min-width: 940px) {
  .content_link {
    padding: 8rem 0;
    width: 700px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
  }
  .content_link .item_wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .content_link .item_wrap a {
    margin-bottom: 20px;
    line-height: 1;
  }
  .content_link .item_wrap a:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .content_link img {
    width: calc(940px / 3);
  }
}

.content_bunner {
  padding: 8rem 0;
  width: 940px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}

.content_bunner .item_wrap {
  display: flex;
  justify-content: space-around;
}

.content_bunner h5 {
  width: 100%;
  display: block;
  margin: 0 0 40px 0;
  font-size: 2rem;
}

.content_bunner .item_inner {
  display: flex;
  justify-content: space-between;
}

.content_bunner img {
  width: calc((940px - 6rem) / 3);
}

.content_about {
  background: #ddd;
  padding: 80px 0;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 12px,
    rgba(244, 251, 251, 1) 12px,
    rgba(244, 251, 251, 1) 24px
  );
}

.content_about .item_wrap {
  width: 940px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  margin-top: 6rem;
}

.content_about .item_wrap img {
  width: calc((940px - 30px) / 2);
  margin-right: 3rem;
}

.content_about .item_wrap ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 0;
}

.content_about .item_wrap li {
  letter-spacing: 0;
}

.content_about .item_wrap li span {
  font-weight: normal;
}

.content_about .item_wrap .item {
  width: 100%;
  padding-bottom: 1rem;
  font-weight: bold;
  position: relative;
  padding-left: 2rem;
}

.content_about .item_wrap .item::before {
  content: "■";
  color: #02eb44;
  margin-right: 5px;
  position: absolute;
  left: 0;
}

section h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 1.875rem;
  text-align: center;
  margin: 0;
  font-size: 1.4rem;
}

section h2 div {
  padding-bottom: 1rem;
  width: 100%;
  display: block;
}

section h2 img {
  height: 6rem;
}

.content_sengan .item_wrap {
  width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 6rem;
}

.content_kesho .item_wrap {
  width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 6rem;
}

.content_uv .item_wrap {
  width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 6rem;
}

.item {
  width: calc((940px - 12rem) / 3);
}

.content_kesho .item {
  width: calc(940px / 3);
  margin-top: 5rem;
}

.item_wrap .item_left {
  margin-left: 26px;
}

.item_wrap .item_right {
  margin-right: 26px;
}

.content_uv .item {
  width: calc(940px / 3);
  margin-top: 5rem;
}

.item h3 {
  margin: 0 0 0.5rem;
}

.item h3 span {
  font-size: 19px;
  position: relative;
  z-index: 9;
  font-weight: bold;
}

.item h3 span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: -1px;
  left: 0;
  z-index: -1;
}

.item .green_item span::before {
  content: "";
  background: #fefeab;
}

.item .blue_item span::before {
  content: "";
  background: #e1eafd;
}

.item .yellow_item span::before {
  content: "";
  background: #cef5e4;
}

.item img {
  width: 80%;
  margin: 3rem 0 10px 0;
  display: initial;
}

.item .uv_circle {
  position: relative;
}

.item .uv_circle::before {
  content: "";
  width: 100px;
  height: 100px;
  background: url(/-/Media/com/acnes/top_202003_2/img/uv_circle.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: -15px;
  top: 40px;
}

.item p {
  text-align: left;
  font-size: 1.2rem;
}

.item p span {
  display: block;
  font-size: 11px;
  text-align: left;
  color: #aaa;
  margin-bottom: 10px;
}

.tips_wrap {
  margin: 0 auto;
}

.sengan {
  background: url(/-/Media/com/acnes/top_202003_2/img/sengan_balloon.png);
  background-size: 102rem 105%;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 3rem;
  padding: 100px 0 0 0;
}

.kesho,
.uv {
  width: calc(100% - (940px / 3) - 60px);
  height: 100%;
  padding: 6rem 0;
}

.kesho_bg_left {
  background: url(/-/Media/com/acnes/top_202003_2/img/kesho_balloon_1.png);
  background-size: 100% 100%;
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
  margin: 0;
}

.kesho_bg_left::after {
  content: "";
  background: url(/-/Media/com/acnes/top_202003_2/img/kesho_balloon_line.png);
  width: 8rem;
  height: 10px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -3.4rem;
  bottom: 3.2rem;
  z-index: 9;
}

.kesho_bg_right {
  background: url(/-/Media/com/acnes/top_202003_2/img/kesho_balloon_2.png);
  background-size: 100% 90%;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  margin: 0;
}

.kesho_bg_right::after {
  content: "";
  background: url(/-/Media/com/acnes/top_202003_2/img/illust_kesho_dot.png);
  width: 190px;
  height: 291.5px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -67px;
  bottom: -47px;
  z-index: 9;
}

.uv_bg {
  background: url(/-/Media/com/acnes/top_202003_2/img/uv_balloon.png);
  background-size: 100% 100%;
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
  margin: 0;
}

.sub_title {
  margin: 0;
  font-size: 2rem;
}

.kesho_bg_left .sub_title {
  padding-left: 50px;
}

.kesho_bg_right .sub_title {
  padding-right: 20px;
}

.sub_title span {
  background: url(/-/Media/com/acnes/top_202003_2/img/sub_title.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center;
  padding: 1.6rem;
  font-weight: bold;
}

.sengan .tips_inner {
  width: 840px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5rem;
  padding-left: 30px;
}

.tips_inner .item .sengan_point_1 {
  position: relative;
}

.tips_inner .item .sengan_point_1::after {
  content: "";
  background: url(/-/Media/com/acnes/top_202003_2/img/illust_sengan_balloon.png);
  width: 70%;
  height: 13.2rem;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -60px;
  bottom: -115px;
  z-index: 1;
}

.tips_inner .item .sengan_point_2 {
  position: relative;
}

.tips_inner .item .sengan_point_2::after {
  content: "";
  background: url(/-/Media/com/acnes/top_202003_2/img/sengan_speak.png);
  width: 60%;
  height: 13.2rem;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -5px;
  bottom: -134px;
  z-index: 1;
  transform: rotate(12deg);
}

.kesho_bg_left .tips_inner,
.uv_bg .tips_inner {
  padding-top: 5rem;
  padding: 4rem 36px 3rem 130px;
}

.uv_bg .sub_title {
  padding-left: 20px;
}

.uv_bg .tips_inner {
  padding-top: 5rem;
  padding: 4rem 36px 0 130px;
}

.kesho_bg_right .tips_inner {
  margin: 0 auto;
  padding-top: 5rem;
  padding: 4rem 96px 3rem 83px;
}

.sengan .tips_inner .item {
  width: calc(100% / 2);
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.6rem;
  margin: 0 auto;
}

.sengan .tips_inner .item:nth-child(-n + 2) {
  padding-bottom: 6.4rem;
}

.kesho .tips_inner .item,
.uv .tips_inner .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.4rem;
  margin: 0 auto;
}

.uv .tips_inner .item:last-child {
  padding-bottom: 0;
}

.tips_inner .item .item_text {
  text-align: left;
  width: 23.5rem;
  display: inline-block;
}

.tips_inner .item .item_text img {
  height: 4.4rem;
  width: auto;
  margin: 0;
}

.tips_inner .item .item_text p {
  padding: 1rem 0 0 2rem;
  margin: 0;
}

.tips_inner .item .item_img {
  width: 23.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.kesho .tips_inner .item .item_img,
.uv .tips_inner .item .item_img {
  width: 23.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.tips_inner .item .kesho_point_2 {
  position: relative;
}

.tips_inner .item .kesho_point_2::before {
  content: "";
  background: url(/-/Media/com/acnes/top_202003_2/img/illust_kesho_balloon.png);
  width: 70%;
  height: 13.25rem;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -57px;
  bottom: -133px;
  z-index: 1;
}

.tips_inner .item .item_img img {
  width: 160px;
  margin: 0;
}

/* アクネス25バナー */

#wrapper .section_kv .note-txt {
  text-align: left;
}

.bn_acnes25 {
  padding-top: 40px;
  padding-left: 5.469vw;
  padding-right: 5.469vw;
}
.bn_acnes25 .inner {
  max-width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .bn_acnes25 {
    padding-top: 0;
  }
  .content_kesho + .bn_acnes25 {
    padding-top: 4vw;
  }
}
