a:hover {
  opacity: 0.8;
}

h1, h2, h3 {
  font-weight: normal;
  /*font-weight: bold;*/
}

.logo img {
  margin: 20px auto;
  display: block;
}

@media (max-width: 768px) {
  .logo img {
    width: 50%;
    margin: 20px;
    display: block;
  }
}

.header-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  margin: 0 auto;
}

.header-menu a {
  color: #333;
  text-decoration: none;
}

#top-content {
  max-width: 1200px;
  margin: 0 auto;
}

/**コンビ追記**/
@media (max-width: 768px) {
#top-content {
  max-width: 1200px;
  margin: 0 auto;
}
}
/**コンビ追記**/

.left-menu ul {
  display: flex;
  justify-content: left;
  list-style: none;
}

.left-menu ul li {
  margin: 0 20px;
}

.right-menu ul {
  display: flex;
  justify-content: right;
  list-style: none;
}

.right-menu li span {
  text-align: center;
  display: block;
}

.carousel-control-prev-icon {
  background-color: #BBBABB;
  border-radius: 100%;
}

.carousel-control-next-icon {
  background-color: #BBBABB;
  border-radius: 100%;
}

.index {
  margin: 30px;
}

@media (max-width: 768px) {
  .index.deltop {
    margin: 0;
  }
}

.index img {
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .index .full-size {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .index .flora {
    padding-top: 20px;
    width: 70%;
  }
}

@media (max-width: 768px) {
  .index .kohaku {
    width: 90%;
    padding-left: 14%;
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .index img {
    width: auto;
  }
}


  .index.deltop img{
    width: 100%;
  }


@media (max-width: 768px) {
  .index.deltop img{
    width: 100%;
  }
}


.carousel-indicators [data-bs-target] {
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  background-color: #595858;
  opacity: 1;
  transition: opacity .6s ease;
}

.carousel-indicators .active {
  background-color: #E1AA6D;
}

.carousel-control-next {
  justify-content: flex-end;
  right: 20px;
}

@media (max-width: 768px) {
  .carousel-control-next {
    justify-content: flex-end;
    right: 5px;
  }
}

.carousel-control-prev {
  justify-content: flex-start;
  left: 20px;
}

@media (max-width: 768px) {
  .carousel-control-prev {
    justify-content: flex-start;
    left: 5px;
  }
}

.content-img-box {
  width: 55%;
}

@media (max-width: 768px) {
  .content-img-box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .content-img-box {
    width: 100%;
  }
}

.content-txt-right-box {
  padding: 3%;
  width: 45%;
}

@media (max-width: 768px) {
  .content-txt-right-box {
    padding: 10px;
    width: 100%;
    margin-bottom: 50px;
  }
}

.content-txt-left-box {
  padding: 3%;
  width: 45%;
}

@media (max-width: 768px) {
  .content-txt-left-box {
    padding: 10px;
    width: 100%;
  }
}

.content-img-box img {
  width: 100%;
}

@media (max-width: 576px) {
  .contet-img-box {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contet-txt-right-box {
    width: 100%;
  }
}

.item-button-half {
  background-color: #DC2864;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .5);
  font-size: 1.1rem;
}

.item-button-common {
  background-color: #DC2864;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .5);
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .item-button {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .item-button-common {
    width: 90%;
  }
}

.tokucho-contents .item-button-common {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .tokucho-contents .item-button {
    margin-top: 50px;
    width: 80%;
  }
}

.button-box {
  position: relative;
}

.button-box a {
  text-decoration: none;
  font-weight: bold;
}

#top-content .button-box .item-button-half:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../assets/img//btn_arrow2.png) no-repeat right top;
  position: absolute;
  top: 30%;
  right: 22%;
}

#top-content .l-button-box .item-button-common:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../assets/img//btn_arrow2.png) no-repeat right top;
  position: absolute;
  top: 30%;
  right: 12%;
}

.content-title {
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .content-title {
    font-size: 1.4rem;
    text-align: center;
  }
}

.item-name {
  font-weight: bold;
}

.item-txt {
  text-align: left;
}

@media (max-width: 768px) {
  .item-txt {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .item-name {
    font-weight: bold;
    text-align: center;
  }
}

.index-txt {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .index-txt img {
    width: 90%;
    text-align: center;
    font-size: 1.4rem;
  }
}

.index-txt span {
  font-size: 1.6rem;
  font-weight: bold;
}

.problem-box::before{
  content: '';
  background: -moz-linear-gradient(top right, #ccc, #FFF);
  background: -webkit-linear-gradient(top right, #ccc, #FFF);
  background: linear-gradient(to bottom right, #ccc, #FFF);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.problem-box {
  background-image: url("../../assets/img/problem-back.png");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 10px 0 30px;
  margin: 30px 0;
}



@media (max-width: 768px) {
  .problem-box {
    background-image:none;
    background-position: 100% 114px;
    background-size: cover;
    padding: 0;
  }
}

.problem-contents {
  max-width: 55%;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 768px) {
  .problem-contents {
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .problem-contents .sichinan {
    width: 100%;
  }
}

.problem-text {
  margin: 20px 0 70px;
}

@media (max-width: 768px) {
  .problem-text {
    text-align: center;
    padding: 20px;
    margin: 20px 0 50px;
    font-size: 0.9rem;
  }
}

.problem-img img {
  width: 100%;
}

.problem-text2 {
  margin: 20px 0;
  line-height: 30px;
  padding: 0 0 30px 20px;
}

@media (max-width: 768px) {
  .problem-text2 {
    margin: 20px 0;
    line-height: 35px;
    text-align: center;
  }
}

.problem-box .problem-contents .index {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
.problem-box .problem-contents .index h2{
  padding-top: 20px;
}
}
.problem-contents-min {
  width: 65%;
  margin: 0 auto 100px;
}

@media (max-width: 768px) {
  .problem-contents-min {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .problem-contents-min h3 img {
    /*width: 100%;*/
    margin: 0 auto;
    display: block;
  }
}

h3 span {
  font-weight: bold;
}

.carousel-wrap {
  margin-bottom: 100px;
}

.more-h2 {
  font-size: 1.4rem;
}

.more-txt {
  width: 50%;
  padding: 10px 20px;
}

@media (max-width: 768px) {
  .more-txt {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
  }
}

.more-img {
  width: 50%;
}

@media (max-width: 768px) {
  .more-img {
    width: 100%;
  }
}

.more-img img {
  width: 100%;
}

.more-box {
  width: 100%;
}

.more {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .more {
    margin-bottom: 50px;
  }
}

.tokucho {
  margin: 100px 0;
}
@media (max-width: 768px) {
.tokucho {
  margin: 50px 0;
}
}
.tokucho img {
  width: 100%;
}

@media (max-width: 768px) {
  .tokucho img {
    width: 100%;
  }
}

.tokucho-1 {
  background-image: url(../../assets/img/tokucho-1.png);
  background-repeat: no-repeat;
  background-position: 0 top;
  margin-bottom: 200px;
  background-size: contain;
}

@media (max-width: 768px) {
  .tokucho-1 {
    background-image: url(../../assets/img/tokucho-1-sp.png);
    margin-bottom: 100px;
  }
}

.tokucho-2 {
  background-image: url(../../assets/img/tokucho-2.png);
  background-repeat: no-repeat;
  background-position: 100% top;
  background-size: contain;
}

@media (max-width: 768px) {
  .tokucho-2 {
    background-image: url(../../assets/img/tokucho-2-sp.png);
    background-repeat: no-repeat;
    background-position: 0 top;
    background-size: contain;
  }
}

.tokucho-min-box {
  width: 35%;
}

@media (max-width: 768px) {
  .tokucho-min-box {
    width: 80%;
  }
}

.tokucho-min-box img {
  width: 100%;
}

@media (max-width: 768px) {
  .tokucho-min-box {
    width: 80%;
  }
}

.tokucho-1-last {
  width: 100%;
}

.tokucho-1-last img {
  padding: 50px 80px 0 0;
}

@media (max-width: 480px) {
.tokucho-1-last img {
  width: 100%;
  padding: 0;
}
}

@media (max-width: 375px) {
  .tokucho-1-last img {
    width: 100%;
    padding: 20px;
  }
}

.tokucho-2 .index img {
  margin: 0;
}

.tokucho-contents {
  margin-bottom: 100px;
}

.dev1-under {
  background-color: #738079;
  padding: 10px 0 10px 50px;
}

@media (max-width: 768px) {
  .dev1-under img {
    width: 75% !important;
    padding: 0;
  }
}

.dev-img-box {
  width: 50%;
}

@media (max-width: 768px) {
  .dev-img-box {
    width: 100%;
    padding: 20px;
  }
}

.dev-img-box img {
  margin: 30px auto;
  display: block;
}

.dev-txt-box {
  align-items: center;
}

@media (max-width: 768px) {
  .dev-txt-box {
    align-items: center;
    text-align: center;
    width: 98%;
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
}

.dev-content {
  margin: 50px 0 100px 0;
}

@media (max-width: 768px) {
  .dev-content {
    margin: 0 0 50px 0;
  }
}

.dev1-under {
  position: relative;
}

.toggle-box:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../../assets/img/btn_arrow.png) no-repeat right top;
  position: absolute;
  top: 60%;
  right: 40px;
  transform: translateY(-60%);
  transition: 0.2s;
  pointer-events: none;
}

.toggle-box:hover {
  opacity: 0.8;
}

.dev1-under a {
  display: block;
}

.toggle-box.selected:after {
  transform: translateY(-75%) rotate(180deg);
  transition: 0.2s;
}

.link-contents {
  margin: 50px 0;
}

@media (max-width: 768px) {
  .link-contents {
    margin: 50px 0 0 0;
  }
}

.link-content {
  margin: 0 0 50px 0;
  width: 48%;
}

@media (max-width: 768px) {
  .link-content {
    margin: 0 0 50px 0;
    width: 100%;
  }
}

.link-content img {
  width: 100%;
}

.middle-footer, .last-footer {
  list-style: none;
  padding: 0;
}

.middle-footer li, .last-footer li {
  margin: 0 10px;
}

.footer-banner-content {
  margin: 0 10px;
}

.footer-banner-content img {
  width: 100%;
}

@media (max-width: 768px) {
  .footer-banner-content {
    margin: 15px 10px;
    width: 80%;
  }
}

.footer-banner-box {
  background-color: #333333;
  padding: 10px 0;
  color: #fff;
}

.link-box img {
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .link-box img {
    width: 100%;
    margin: 0 auto;
  }
}

.footer-bottom {
  margin-top: 30px;
}

.footer-bottom .middle-footer {
  color: #fff;
}

@media (max-width: 768px) {
  .last-footer li {
    width: 100%;
    text-align: center;
    margin: 15px 0;
  }
}

.copyright {
  margin-top: 30px;
  text-align: center;
}

.right-menu {
  width: 25%;
}

.openbtn {
  position: absolute;
  z-index: 9999;
  /*top: 10px;*/
  /*right: 10px;*/
  cursor: pointer;
  width: 50px;
  height: 50px;
}

@media (max-width: 768px) {
  .openbtn {
    top: 8px;
    right: 10px;
  }
}

/* ×に変化 */

.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 50%;
  height: 100vh;
  background: rgba(122,122,122,0.7);
  transition: all 0.6s;
}

/* アクティブクラスがついたら位置を0に */

#g-nav.panelactive {
  right: 0;
}

/* ナビゲーションの縦スクロール */

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 50%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  #g-nav.panelactive #g-nav-list {
    width: 100%;
  }
}

/* ナビゲーション */

#g-nav ul {
  padding: 0;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width:300px;
}

@media (max-width: 768px) {
  #g-nav {
    width: 100%;
  }
}

/* リストのレイアウト設定 */

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.position-box {
  position: relative;
  width: 90px;
}

.right-menu .position {
  position: absolute;
  top: 50px;
  left: 7px;
}

@media (max-width: 768px) {
  .position {
    position: absolute;
    top: 50px;
    right: 7px;
  }
}

.right-menu li {
  width: 80px;
}

.right-menu li img {
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.hikaku {
  width: 50%;
}

@media (max-width: 768px) {
  .hikaku {
    width: 100%;
    margin: 30px 0 40px;
  }
}

@media (max-width: 768px) {
  .hikaku img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .flex-inner-box {
    text-align: center;
    width: 100%;
  }
}

.image-img img {
  width: 100%;
}

@media (max-width: 768px) {
  .dev1 img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  h2 img {
    width: 80%;
  }
}

.img-point h3 {
  text-align: center;
}
.img-point h3 img{
  width:80%;
}

.screen {
  padding: 5px;
  word-wrap: break-word;
}
@media (max-width: 768px) {
.screen {
  padding: 5px;
  background-color:#fff;
}
}

.background-box {
  width: 40%;
}

@media (max-width: 768px) {
  .background-box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .background-box img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .middle-footer li {
    text-align: center;
    padding: 15px;
    width: 50%;
    margin: 0;
    border: 1px solid #333;
  }
}

.staff-name {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 3% 0 0 5%;
}

.sp-title-set {
  position: relative;
}

.sp-title-set .shaving-set {
  position: absolute;
  width: 6%;
  top: 0;
  right: 0;
  transform: translate(-100%, -150%);
  -webkit-transform: translate(-100%, -150%);
  -ms-transform: translate(-100%, -150%);
}

.sp-title-set .uvcare-set {
  position: absolute;
  width: 12%;
  top: 0;
  right: 0;
  transform: translate(-30%, -150%);
  -webkit-transform: translate(-30%, -150%);
  -ms-transform: translate(-30%, -150%);
}

.sp-title-set .stress-set {
  position: absolute;
  width: 6%;
  top: 0;
  right: 0;
  transform: translate(-100%, -120%);
  -webkit-transform: translate(-100%, -120%);
  -ms-transform: translate(-100%, -120%);
}

.l-button-box {
  width: 400px;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .l-button-box {
    width: auto;
    margin: 0 auto;
  }
}

.carousel-indicators {
  bottom: -55px;
}

.middle-footer a {
  text-decoration: none;
  color: #333;
}

body {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo,sans-serif;
}

.no-margin{
  margin-top: 0;
}

.img-point img{
  width:100%;
}