@charset "UTF-8";
main {
  width: 100%;
  height: auto;
  position: relative;
}
main::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: url('../img/menu-bg1.png');
  background-size: 80%;
  background-repeat: no-repeat;
  opacity: .1;
  z-index: -2;
}
h1 {
  position: absolute;
  color:#fff;
}
/*--------------------------------------------------------------------------
  contents1
--------------------------------------------------------------------------*/
#contents1 {
  width: 100%;
  height: auto;
}
.contents1-container {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 50px auto;
}
.contents1-container h2 {
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  align-items: center;
  font-weight: normal;
  color:#e57a91;
  padding:0 20px;
}
.contents1-container h2 img {
  height: 28px;
  width: auto;
  display: block;
  margin-right: 5px;
}
.contents1-read {
  padding: 10px 20px;
  box-sizing: border-box;
}
.contents-inner {
  width: 100%;
  height: auto;
  margin-top:100px;
}
.contents-title {
  width: 100%;
  height: auto;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tax {
  width: 100%;
  height: auto;
  font-size: .8rem;
  text-align: right;
  line-height: 1.2;
}

.price {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.price-category {
  width: 50%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
.price-category-img {
  width:100%;height:auto;
  position:relative;
}
.price-category-img::after {
  display:block;content:'';
  width:100%;height:0;
  padding-top:33%;
}
.price-category-img img {
  display:block;width:100%;height:100%;
  position:absolute;top:0;left:0;
  object-fit:cover;object-position:center;
}
.price-category-in {
  display: flex;
  align-items: center;
}
.price-category-text {
  width: 70%;
  height: auto;
}
.price-category-text p {
  font-weight: bold;
}
.price-category-text p i {
  color:#e57a91;
  margin-right: 5px;
}
.price-btn {
  width: 30%;
  height: auto;
  border: #e57a91 1px solid;
  background: linear-gradient(to bottom,#fff,#FCF4F5);
}
.price-btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color:#e57a91;
  font-weight: bold;
}
.pink {
  font-size: 2rem;
  color:#e57a91;
  margin-left: 5px;
}
.contents-title-lead {
  display: block;
  width: 100%;
  font-size: 3.2rem;
  font-family: 'Cinzel', serif;
  text-align: center;
}
.title-border {
display: flex;
align-items: center;
}
.title-border:before,
.title-border:after {
border-top: 1px solid #505050;
content: "";
flex-grow: 1;
}
.title-border:before {
margin-right: 1rem;
}
.title-border:after {
margin-left: 1rem;
}
.contents-title-sub {
  color: #c4972f;
}
.contents-title img {
  width: 48px;
  height: auto;
}
.contents-inner-img {
  width: 100%;
  height: auto;
}
.contents-inner-img img {
  width: 100%;
  height: auto;
}
.contents-inner h3 {
  margin-top: 30px;
  padding-top: 30px;
}
.contents-inner h3 i {
  color:#e57a91;
  margin-right: 3px;
}
.datsumo-time {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.datsumo-time dl {
  width: 46%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #fafafa;
}
.datsumo-time dl br {
  display: none;
}
.datsumo-time dt {
  width: 65%;
  padding:5px 10px;
  background: #F0B3C0;
  color:#fff;
  font-weight: bold;
  border-right: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  box-sizing: border-box;
}
.datsumo-time dd {
  width: 35%;
  padding:5px 10px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #fafafa;
  box-sizing: border-box;
}
.sky {
  color:#e57a91;
}
.style-2 {
  margin-top: 100px;
}
.vio {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.vio-img {
  width: 55%;
  height: auto;
}
.vio-img img {
  width: 100%;
  height: auto;
}
.vio-datsumo-time {
  width: 35%;
  height: auto;
}
.vio-datsumo-time dl {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #fafafa;
}
.vio-datsumo-time dt {
  width: 65%;
  padding:5px 10px;
  background: #F0B3C0;
  color:#fff;
  font-weight: bold;
  border-right: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  box-sizing: border-box;
}
.vio-datsumo-time dd {
  width: 35%;
  padding:5px 10px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #fafafa;
  box-sizing: border-box;
}
/*--------------------------------------------------------------------------
  attention
--------------------------------------------------------------------------*/
#attention {
  width: 100%;
  height: auto;
  padding: 50px 0 100px 0;
  position: relative;
}
#attention::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: url('../img/menu-bg1.png');
  background-size: cover;
  opacity: .1;
  z-index: -1;
}
.attention-title {
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
  text-align: center;
}
.attention-title h2 {
  font-size: 1.2rem;
  font-weight: normal;
  color: #c4972f;
}
.attention-container {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FEFCFD;
}
.attention-img {
  width: 40%;
  height: auto;
}
.attention-img img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 450px;
  min-height: 650px;
  object-fit: cover;
}
.attention-img-sp {
  display: none;
}
.attention-inner {
  width: 50%;
  height: auto;
  margin:0 auto;
}
.attention-read {
  font-size: 3.2rem;
  font-family: 'Cinzel', serif;
  line-height: 1;
  font-weight: normal;
}
.attention-inner h3 {
  color:#e57a91;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}
.attention-inner ul {
  width: 98%;
  padding: 20px 40px;
  margin: 10px 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
}
.parental-consent {
  display: block;
  width: 50%;
  height: 60px;
  line-height: 60px;
  min-width: 360px;
  margin-top: 10px;
  text-align:center;
  background: linear-gradient(45deg, #b2833d 0%, #fff2b1 50%, #966b33 100%);
  color:#fff;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  outline: solid #fff 0.75px;
  outline-offset: -5px;
}
.pink-gradient {
  background: linear-gradient(45deg, #E57A91 0%, #F7D9DF 50%, #E57A91 100%);
}
.parental-consent::after {
  display: block;
  content:'';
  width: 100%;
  height: 60px;
  position: absolute;
  top:0;
  left: 50%;
  transform: translate(-50%,0);
  background: url('../../img/top/btn-bg2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  z-index:1;
}
.parental-consent i {
  margin-right: 5px;
}
/*--------------------------------------------------------------------------
  banner
--------------------------------------------------------------------------*/
#banner {
  position: relative;
}
.banner-container {
  max-width: 1280px;
}
#banner::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: url('../../img/review/main-bg.png');
  background-size: cover;
  opacity: .1;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .attention-container {
    width: 100%;
    max-width:100%;
    margin: 0 auto;
    flex-direction: column;
    background: none;
  }
  .attention-img  {
    display: none;
  }
  .attention-img-sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .attention-img-sp img {
    width: 100%;
    height: auto;
  }
  .attention-inner {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .contents1-container {
    width: 70%;
    max-width: 70%;
    min-width: 460px;
  }
  .contents1-container h2 {
    font-size: 1.6rem;
  }
  .price-category {
    width: 100%;
    height: auto;
  }
  .datsumo-time,.vio {
    flex-wrap: wrap;
  }
  .datsumo-time dl,.vio-datsumo-time dl {
    width: 100%;
  }
  .vio-img,.vio-datsumo-time {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #main-img h2 {
    width: 100%;
  }
  .contents-title-lead {
    font-size: 2.2rem;
  }
  .contents1-container {
    width: 95%;
    max-width: 95%;
    min-width: 95%;
    margin: 30px auto;
  }
  .contents1-container h2 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0 5px;
  }
  .contents1-read {
    font-size: 1.2rem;
    line-height: 1.75;
    text-align: justify;
    padding: 10px 5px;
  }
  .price-category {
    padding: 10px 0;
  }
  .contents-inner {
    margin-top: 50px;
  }
  .contents-inner h3 {
    margin-top: 10px;
    padding-top: 0;
  }
  .price-category-in {
    margin-top: 5px;
  }
  .price-category-text p {
    font-size: 1.2rem;
  }
  .pink {
    font-size: 1.6rem;
  }
  #attention {
    padding: 50px 0;
  }
  .attention-inner {
    width:100%;
    line-height: 1.75;
  }
  .attention-inner h3 {
    padding: 0 20px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .attention-inner-read {
    padding:  0 20px;
    text-align: justify;
    font-size: 1.2rem;
  }
  .attention-inner ul {
    width: 98%;
    padding: 20px 20px 20px 40px;
    font-size: 1.2rem;
    margin: 10px auto;
  }
  .parental-consent {
    width: 90%;
    min-width: 90%;
    margin: 0 auto;
    margin-top: 15px;
  }
  #banner {
    background: #fafafa;
    padding: 50px 0 0 0;
  }
  .banner-link {
    margin-top: 20px;
  }
}
