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


body {
  margin: 0;
  font-size: 1.4rem;
}

.when_pc {
  display: none;
}

.when_sp {
  display: block;
}

button:focus {
  outline: none;
}

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

.mainVisual {
  background: linear-gradient(180deg,#f4fbfb 0%,#f4fbfb 70%,white 0%,white 10%);
  position: relative;
  height: auto;
  min-width: 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: auto;
  position: absolute;
  z-index: 4;
  top: 80vw;
  bottom: 0;
}

.mainVisual_maikichi {
  background: url(/-/Media/com/acnes/top_202003_2/img/maikichi_sp.png);
  background-size: 105% auto;
  background-repeat: no-repeat;
  width: 100vw;
  margin: 0;
  height: 125vw;
  position: absolute;
  z-index: 2;
  right: 0;
  background-position: bottom center;
  top: 0;
  left: 0;
}

@media (max-width: 340px) {
  .mainVisual_maikichi {
    background-size: 110% auto;
    height: 128vw;
  }
  .mainVisual_bg {
    top: 70vw;
  }
}

@media (min-width: 568px) {
  .mainVisual_maikichi {
    height: 118vw;
  }
}

.mainVisual_inner {
  width: 100%;
  z-index: 9;
  position: relative;
  box-sizing: border-box;
  padding: 6% 6% 0 6%;
}

.mainVisual_inner .inner_title {
  position: relative;
  margin: 0 ;
  width: 100%;
}

.mainVisual_inner .inner_title h1{
  margin: 0 0 64vw 0;
  width: 70px;
}

.mainVisual_inner .inner_title img {
  max-width: 500px;
}

.mainVisual_inner .inner_title picture {
  margin: -30px 0 0;
}

.mainVisual_inner .inner_title::after{
  content: "";
  background: url(/-/Media/com/acnes/top_202003_2/img/tryangle.png);
  width: 15vw;
  height: 18vw;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 88px;
}

.mainVisual_inner .inner_text {
  padding-top: 0;
  position: relative;
  display: block;
  padding-bottom: 40px;
}

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

.mainVisual_inner .inner_text p {
  line-height: 2.2;
  letter-spacing: .128rem;
  margin: 20px 0 0 0;
}

.mainVisual_inner .inner_text img {
  width: 100%;
  z-index: 9;
  padding-top: 20px;
  max-width: 500px;
  display: initial;
}

@media (min-width: 667px) {
  .fadein_top.scrollin {
    text-align: center;
  }
}

.sub-title {
  padding-top: 100px;
  padding: 6%;
  text-align: center;
  margin: 0 0 40px 0;
}

.sub-title img {
  width: 100%;
  max-width: 600px;
}

.nav_inner ul {
  list-style: none;
  margin: 0;
  padding: 0 0;
  display: block;
  text-align: center;
  width: 100vw;
}

.nav_inner ul li {
  list-style: none;
  margin: 0 auto;
  margin: 0;
  height: auto;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: relative;
}

.nav_inner ul li:first-child {
  margin: 7% 0 0 0
}

.nav_inner ul li:first-child:after {
  display: none;
}

.nav_inner ul li a {
  color: #666;
  font-weight: normal;
  text-decoration: none;
  padding: 7% 30px;
  width: 100%;
  height: auto;
  justify-content: center;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
}

.nav_inner .content_bunner {
  padding: 7% 0 0 0;
}

.nav_inner .content_bunner .item_wrap {
  padding: 0 20%;
}

.nav_fixed {
  position: fixed;
}

.nav_absolute {
  position: absolute;
}

.nav_top {
  top: 0;
}

.nav-toggle {
  top: 20px;
  right: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 9999;
}
.nav-toggle div {
  position: relative;
  width: 28px;
}
.nav-toggle span {
  width: 100%;
  height: 1.5px;
  left: 0;
  display: block;
  background: #666;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease;
}
.nav-toggle span:nth-child(1) {
  top: 0;
}
.nav-toggle span:nth-child(2) {
  top: 10px;
}

.nav-toggle span:nth-child(3) {
  top: 20px;
}
.gloval-nav {
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  height: 100vh;
}
.open .gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open .nav-toggle span {
  background: #666;
}

.open .nav-toggle span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}

.open .nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
}

.open .nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}

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

.nav_arrow {
  position: relative;
}

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

.overflow_h {
  overflow: hidden;
}

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

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

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

.slider{
  margin: 100px auto;
  width: 80%;
}
.slider img{
  height: auto;
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.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: 0 0 100px 0;
}

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

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

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

.content_link {
  padding: 40px 0;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}

.content_bunner {
  padding: 40px 0;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}

.content_bunner p {
  margin-bottom: 20px;
}

.content_link .item_wrap {
  display: block;
  justify-content: space-between;
  line-height: 1;
  padding: 0 50px;
  box-sizing: border-box;
}

.content_bunner .item_wrap {
  display: block;
  justify-content: space-between;
  line-height: 1;
  padding: 0 50px;
  box-sizing: border-box;
}

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

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

.content_link a {
  width: 100%;
  padding-bottom: 20px;
  display: block;
  margin: 0 auto;
}

.content_bunner a {
  width: 100%;
  padding-bottom: 20px;
  display: block;
  margin: 0 auto;
}

.content_link img {
  width: 100%;
  max-width: 300px;
  display: initial;
}

.content_bunner img {
  width: 100%;
  max-width: 300px;
  display: initial;
}

.content_bunner a:last-child {
  padding-bottom: 0;
}

.content_about {
  padding: 60px 0;
}

.content_about .item_wrap {
  width: auto;
  margin: 0 auto;
  display: block;
  margin: 40px 6% 0 6%;
}

.content_about .item_wrap img {
  width: 100%;
  margin: 0 0 2rem 0;
  max-width: 500px;
  display: initial;
}

.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 .item  {
  width: 100%;
  font-weight: bold;
  position: relative;
  padding: 0 2rem 1rem;
  box-sizing: border-box;
}

.content_about .item_wrap ul .item:last-child  {
  padding-bottom: 0;
}

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

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

section h2 img {
  height: 52px;
}

.content_sengan .item_wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 0;
}

.content_kesho .item_wrap {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-top: 40px;
  max-width: 700px;
}

.content_kesho .item_wrap:last-child {
  padding-top: 80px;
}

.content_uv .item_wrap {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-top: 40px;
}

.content_sengan .item {
  padding: 0 18px;
  box-sizing: border-box;
}

.content_kesho .item {
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 0;
  margin: 0 auto;
  width: calc(170% / 2);
}

.content_uv .item {
  padding: 0 6%;
  box-sizing: border-box;
  width: calc(170% / 2);
  max-width: 500px;
  margin: 0 auto;
}

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

.content_sengan .item h3 {
  letter-spacing: 0;
}

.item h3 span{
  font-size: 1.6rem;
  position: relative;
  z-index: 9;
}

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

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

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

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

.slider .item img {
  width: 100%;
  padding: 3rem 0 1.6rem 0;
  margin: 0 auto;
}

.item p {
  max-width: 400px;
  margin: 0 auto;
}

.item img {
  width: 80%;
  margin: 3rem 0 1.6rem 0;
  max-width: 400px;
}

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

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

@media (min-width: 667px) {
  .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: 0px;
    top: 40px;
  }
}

.content_kesho .item p {
  padding: 0 10%;
}

.content_uv .item p {
  padding: 0 10%;
}

.tips_wrap {
  margin: 0 auto;
}

.sengan {
  background: url(/-/Media/com/acnes/top_202003_2/img/sengan_balloon_sp.png);
  background-size: 100% 100%;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 60px;
  padding: 50px 0 10px 0;
  position: relative;
  max-width: 700px;
}

.sengan::before {
  content: "";
  background: url(/-/Media/com/acnes/top_202003_2/img/sengan_balloon_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 100px;
  top: -36px;
  left: 47%;
}

.kesho, .uv {
  width: 100%;
  height: 100%;
  margin-top: 60px;
  padding: 50px 0 10px 0;
  max-width: 700px;
}

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

.kesho_bg_left :first-child::after {
  content: "";
  background: url(/-/Media/com/acnes/top_202003_2/img/kesho_balloon_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 100px;
  top: -36px;
  left: 47%;
}

.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: 0;
  bottom: -2rem;
  z-index: 9;
}

.kesho_bg_right {
  background: url(/-/Media/com/acnes/top_202003_2/img/kesho_balloon_sp_2.png);
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 50px 0 10px 0;
  position: relative;
}

.kesho_bg_right::before {
  content: "";
  background: url(/-/Media/com/acnes/top_202003_2/img/sengan_balloon_arrow_2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 100px;
  top: -36px;
  left: 47%;
}

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

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

.uv_bg :first-child::before {
  content: "";
  background: url(/-/Media/com/acnes/top_202003_2/img/sengan_balloon_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 100px;
  top: -36px;
  left: 47%;
}

.sub_title {
  margin: 0;
  font-size: 1.8rem;
  letter-spacing: 1;
}

.kesho_bg_left .sub_title {
  padding-left: 0;
}

.kesho_bg_right .sub_title {
  padding-right: 0;
}

.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;
  letter-spacing: 0;
}

.sengan .tips_inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 40px;
  padding-left: 3%;
  box-sizing: border-box;
}

.kesho_bg_left .tips_inner, .uv_bg .tips_inner {
  width: 100%;
  padding: 40px 0 0 3%;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 600px;
}

.uv_bg .tips_inner {
  width: 100%;
  padding: 40px 0 0 3%;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 600px;
}

.kesho_bg_right .tips_inner {
  width: 100%;
  padding: 40px 0 0 3%;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 600px;
}


.sengan .tips_inner .item {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding-bottom: 3rem;
  margin: 0 auto;
}

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

.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: 110%;
  height: 14.8rem;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -70px;
  bottom: -140px;
  z-index: 99;
}

.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: 100%;
  height: 13.2rem;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -50px;
  bottom: -136px;
  z-index: 99;
  transform: rotate(10deg);
}

.kesho .tips_inner .item, .uv .tips_inner .item {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding-bottom: 3rem;
  margin: 0 auto;
  max-width: 600px;
}

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

.kesho .tips_inner .item:last-child {
  padding-bottom: 5.12rem;
}

.tips_inner .item .item_text {
  text-align: left;
  width: auto;
  display: inline-block;
  max-width: 220px;
  padding-left: 2rem;
}

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

.tips_inner .item .item_text p {
  padding: 1rem 0 0 0;
  margin: 0;
  font-size: 12px;
}

@media (min-width: 667px) {
  .tips_inner .item .item_text p {
    font-size: 14px;
  }
  .item p {
    font-size: 14px;
  }
  .item h3 span {
    font-size: 20px;
  }
}

.tips_inner .item .item_img {
  width: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 4% 0 2%;
  min-width: 140px;
}

.kesho .tips_inner .item .item_img, .uv .tips_inner .item .item_img {
  width: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 4% 0 2%;
  min-width: 140px;
}

.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: 100%;
  height: 13.2rem;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -46px;
  bottom: -110px;
  z-index: 99;
}

.tips_inner .item .item_img img {
  width: 100%;
  margin: 0;
}


