@charset "UTF-8";

article {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* main-title */
.ouchi_beauty .main-title-block{
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 4rem auto;
  overflow: hidden;
}

.backto-top{
  position:fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 1.5rem;
  bottom: 4rem;
  border-radius: 0.4rem;
  background-color: #7c7772;
  z-index: 1000;
}

.backto-top a{
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  width: 7.6rem;
  height: 7.6rem;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.backto-top a:before{
  position: absolute;
  display: block;
  top: 1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.2rem 1.5rem 1.2rem;
  border-color: transparent transparent #fff transparent;
  content: "";
}

@media screen and (max-width: 640px) {

.ouchi_beauty .main-title{
  top: 5%;
  width: 95%;
  margin: auto;
}

.backto-top{
  position:fixed;
  right: 1.5rem;
  bottom: 10.5rem;
}

.backto-top a{
  display: flex;
  padding-top: 1.5rem;
  width: 5rem;
  height: 5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.backto-top a:before{
  position: absolute;
  top: 0.8rem;
  border-width: 0 0.8rem 1rem 0.8rem;
}
}

/* MENU-SECTION */

.menu-title{
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-size: 3.2rem;
  text-align: center;
  margin: 5.6rem 0;
}

.menu-title .menu-title-large{
  font-weight: 800;
  color: #fff;
  text-shadow: 0.1rem 0.1rem 0 #E70012, -0.1rem -0.1rem 0 #E70012,
  -0.1rem 0.1rem 0 #E70012,  0.1rem -0.1rem 0 #E70012,
  0.1rem 0 0 #E70012, -0.1rem  0 0 #E70012,
  0 0.1rem 0 #E70012,  0 -0.1rem 0 #E70012;
}

.menu-title .menu-title-small{
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  color: #E70012;
}

.ouchi_beauty .menu-ul{
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  width: 100%;
  margin: 0 auto 12rem;
}

.menu-ul img{
  width: 7.3rem;
  margin-right: 0.5rem;
}

.ouchi_beauty .menu-ul li{
  position: relative;
  transition: 0.3s ease-in-out;
  min-width: 20.7rem;
}

.ouchi_beauty .menu-ul li a{
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #E70012;
  border-radius: 999rem;
  text-decoration: none;
}

.menu-list-text{
  display: block;
  color: #fff;
  font-size: 1.8rem;
}

.ouchi_beauty .menu-ul li::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
  content: "";
  z-index: 999;
  width: 0.6rem;
  height: 0.6rem;
  border: 0.25rem solid;
  border-radius: 0.25rem;
  border-color: #fff #fff transparent transparent;
  transform: rotate(135deg);
  transition: 0.3s ease;
}

@media screen and (max-width: 640px) {

.ouchi_beauty .menu-section{padding: 0 2rem;}

.menu-title{ margin: 3.4rem 0;}

.ouchi_beauty .menu-ul {
  gap: 1.8rem;
  margin-bottom: 8rem;
  justify-content: left;
}

.ouchi_beauty .menu-ul li{
  width: calc(50% - 0.9rem);
  min-width: 15.6rem;
}

.menu-ul img{
  width: 5.6rem;
  margin-right: 0.4rem;
}

.ouchi_beauty .menu-ul li::after{right: 1.2rem;}

.menu-list-text{font-size: 1.4rem;}
}

/* section-title */

.ouchi_beauty .section-title {
  margin: 0 auto 4.8rem;
  width: 33.5rem;
}

.ouchi_beauty .section-title h2{
  text-align: center;
  font-size: 3.2rem;
  color: #E70012;
  padding: 1.6rem 0;
  border-top: 0.4rem dotted #E70012;
  border-bottom: 0.4rem dotted #E70012;
}

.ouchi_beauty .section-title h2 span{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 700;
}

.ouchi_beauty .section-title h2 span::before{
  content: "";
  position: absolute;
  background-image: url(../img/2025aw_ouchi_beauty/section-title_left.svg);
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 5rem;
}

.ouchi_beauty .section-title h2 span::after{
  content: "";
  position: absolute;
  background-image: url(../img/2025aw_ouchi_beauty/section-title_right.svg);
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  bottom: 0;
  right: 5rem;
}

.ouchi_beauty .section-title h2 .wide::before{left: 2rem;}
.ouchi_beauty .section-title h2 .wide::after{right: 2rem;}


@media screen and (max-width: 640px) {

.ouchi_beauty .section-title {margin-bottom: 3.2rem;}
}

/* item-inner */

.ouchi_beauty .item-brand{
  overflow: hidden;
}

.ouchi_beauty .item-brand .item-inner{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: center;
}

.ouchi_beauty .item-inner.mb-12-8{margin-bottom: 12rem;}

.ouchi_beauty .item-brand .item-inner .item-box{
  width: 27rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item-box .caution-list{width: 80%;}

.caution-list li{
  margin: 0 0 0 1.2em;
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {

.ouchi_beauty .item-brand {
  padding: 0 2rem;
}

.ouchi_beauty .item-inner.mb-12-8{margin-bottom: 8rem;}

.ouchi_beauty .item-brand .item-inner .item-box{width: 100%;}
}

/* item-box */

.item-logo{
  width: auto;
  margin: 0 auto 0.8rem;
  display: block;
}

.ouchi_beauty .item-brand .item-box .item-title{
  margin-bottom: 0.8rem;
  color: #E70012;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}

.ouchi_beauty .item-brand .item-box .item-catch{
  margin-bottom: 1.6rem;
  text-align: center;
  font-weight: 500;
}

.ouchi_beauty .item-brand .item-box .item-catch span .white-space-nowrap{white-space: nowrap;}
.ouchi_beauty .item-brand .item-box .item-button{margin-top: auto;}

.ouchi_beauty .item-brand .item-box .item-title.reset{margin-top: auto;}
.ouchi_beauty .item-brand .item-box .item-catch.reset{margin-top: 0;}
.ouchi_beauty .item-brand .item-box .photo.reset{margin-top: 0;}
.ouchi_beauty .item-brand .item-box .item-button.reset{margin-top: 0;}

.ouchi_beauty .item-brand .item-box .item-button a{
  position: relative;
  display: block;
  color: #fff;
  margin: 2rem auto 0;
  padding: 1.6rem 6.6rem;
  width: 24.8rem;
  border-radius: 5rem;
  text-align: center;
}

.ouchi_beauty .item-brand .item-box .item-button .button-red{background-color: #E70012;}

.ouchi_beauty .item-brand .item-box .item-button .button-red::after{
  content: "";
  position: absolute;
  background-image: url(../img/2025aw_ouchi_beauty/icon_movie.svg);
  background-repeat: no-repeat;
  width: 2.2rem;
  height: 2.2rem;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
}

.ouchi_beauty .item-brand .item-box .item-button .buttou-black{
  background-color: #000;
  margin-top: 1.6rem;
}

.ouchi_beauty .item-brand .item-box .item-button .buttou-black::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
  z-index: 999;
  width: 0.7rem;
  height: 0.7rem;
  border: 0.2rem solid;
  border-radius: 0.25rem;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  transition: 0.3s ease;
}

.item-button-txt{font-size: 1.6rem;}


@media (hover: hover) {
.ouchi_beauty .item-brand .item-box .item-button a:hover{
  text-decoration: none;
  opacity: 0.7;
}
}/* End hover */

@media screen and (max-width: 450px) {

.ouchi_beauty .item-brand .item-box .item-catch,
.ouchi_beauty .item-brand .item-box .item-title,
.ouchi_beauty .item-brand .item-box .category{
  min-height: auto;
}
}
