@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;
}
.gold {
  color: #fff;
  background: linear-gradient(45deg, #b2833d 0%, #fff2b1 50%, #966b33 100%);
  outline-offset: -3px;
  outline: 1px solid #fff;
}
.tax {
  width: 100%;
  height: auto;
  font-size: .8rem;
  text-align: right;
}
.pink {
  color:#E57A91;
  font-weight: bold;
}
/*--------------------------------------------------------------------------

--------------------------------------------------------------------------*/
#title {
  width: 100%;
  height: auto;
  padding: 50px 0;
}
.title-container {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  background: #fafafa;
  position: relative;
}
.title-img {
  width: 35%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.title-img img {
  width: 70%;
  height: auto;
}
.title-img-subtitle {
  position: absolute;
  top:65%;
  left: 50%;
  width: 80%;
  height: auto;
  transform: translate(-50%,-50%);
}
.title-img-subtitle img {
  width: 100%;
  height: auto;
}
.title-read {
  width: 65%;
  height: auto;
  padding: 10px 30px;
  margin:  0;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
.title-read h2 {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  align-items: center;
  color:#b2833d;
  padding-top: 20px;
}
.title-read h2 br {
  display: none;
}
.gold {
  font-family: 'Cinzel', serif;
  font-size: 1.4rem;
  color: #fff;
  padding:0 20px;
  margin-right: 10px;
}
.title-read-text p {
  font-size: 1.8rem;
  line-height: 1.75;
  font-family: 'Cinzel', serif;
}
.title-pink {
  color:#E57A91;
}
.title-read-text2 p {
  line-height: 1.75;
  text-align: justify;
  padding-right: 40px;
}
.title-read p {
  padding-top: 10px;
}
.title-bg {
  position: absolute;
  top:-8%;
  left:-3%;
  width: 15%;
  height: auto;
}
.title-bg img {
  width: 100%;
  height: auto;
}
/*--------------------------------------------------------------------------
  feature
--------------------------------------------------------------------------*/
#feature {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
}
#feature::before {
  display: block;
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: url('../../img/bg-pattern.png');
  background-size: contain;
  opacity: .3;
  z-index: -1;
}

#feature::after {
  display: block;
  content: '';
  width: 100vw;
  height: 40%;
  position: absolute;
  top:20%;
  left: 55%;
  background: #eee;
  z-index: -1;
}
.feature-container {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.feature-point {
  width: 45%;
  height: auto;
}
.feature-title {
  width: 100%;
  height: auto;
  line-height: 1.2;
}
.feature-title-lead {
  font-size: 6rem;
  font-family: 'Bebas Neue', cursive;
  color:#b2833d;
}
.feature-title h2 {
  font-size: 1.2rem;
  font-weight: normal;
}
.feature-tab {
  height: auto;
  margin: 20px auto 0 auto;
}
.feature-point ul {
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
}
.feature-text {
  text-align: justify;
  line-height: 1.75;
  margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
}
.feature-img {
  width: 50%;
  height: auto;
  position: relative;
}
.feature-img-bg {
  position: absolute;
  top:55%;
  right: -10%;
  width: 100%;
  height: auto;
}
.feature-img-bg img {
  width: 100%;
  height: auto;
}
.feature-img img {
  width: 100%;
  height: auto;
}
.feature-tab2 {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 20px auto 0 auto;
}
.feature-tab h3,.feature-tab2 h3{
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.feature-tab2-title {
  font-size: 3rem;
  padding: 0 20px;
  margin-right: 5px;
  font-family: 'Bebas Neue', cursive;
}
.marker_new{
  background: #E57A91;
  display: inline;
  padding: 0 4px;
}
.feature-tab-text {
  display: inline;
  color:#fff;
  font-family: 'Noto Sans JP', sans-serif;
}
.feature-tab2 p {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.75;
}
.problem {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
  justify-content: space-around;
}
.problem-main {
  width: 20%;
  height: auto;
}
.problem-main img {
  width: 100%;
  height: auto;
}
.problem-category {
  width: 20%;
  height: auto;
  text-align: center;
}
.problem-category img {
  width: 60%;
  height: auto;
}
.problem-category p {
  line-height: 1.75;
}
/*--------------------------------------------------------------------------
  price
--------------------------------------------------------------------------*/
#price {
  width: 100%;
  height: auto;
  position: relative;
}
#price::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;
}
.price-container{
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 100px auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.price-category-bg {
  width: 100%;
  max-width: 120px;
  height: auto;
  position: absolute;
  top:0;
  left: 35%;
}
.price-category-bg img {
  width: 100%;
  height: auto;
}
.price-category {
  width: 48%;
  height: auto;
}
.price-category-title {
  padding-bottom: 20px;
  line-height: 1.2;
}
.price-category-title-lead {
  font-size: 6rem;
  font-family: 'Bebas Neue', cursive;
  color:#b2833d;
}
.price-category-title h2 {
  font-size: 1.2rem;
  font-weight: normal;
}
.price-category-in {
  width: 100%;
  height: auto;
  padding: 50px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  border: 1px solid #ccc;
  border-top: 5px solid  #E57A91;
  background: #fff;
}
.price-title {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  background: #E57A91;
  color:#fff;
  padding: 0 20px;
  border-radius: 20px;
}
.price-lead {
  box-sizing: border-box;
  margin: 20px 0;
}
.price-lead h2 {
  font-size:1.8rem;
  color: #E57A91;
}
.price-text {
  font-size: 1.2rem;
}
.price-category-fee {
  width: 100%;
  height: auto;
}
.price-category-fee img {
  width: 100%;
  height: auto;
}
.price-category-fee-in {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  line-height: 1;
}
.price-category-fee-in p {
  white-space: nowrap;
}
.price-category-fee-in p:nth-of-type(1) {
  display: block;
  width:75%;
}
.price-category-fee-in p i {
  margin-left:10px;
}
.price-category-fee-in p:nth-of-type(2) {
  display: block;
  width: 25%;
}
.price-category-fee-text {
  font-size: 3rem;
  color: #E57A91;
  padding: 0 5px;
  font-family: 'Bebas Neue', cursive;
}
.price-category-inner {
  width: 100%;
  height: auto;
  padding: 5px 10px;
  margin: 10px 0;
  box-sizing: border-box;
  background: #fafafa;
}
.price-category-inner h3 {
  font-size: 1.4rem;
}
.price-category-inner h3 i {
  margin-right: 5px;
  color: #E57A91;
}
.price-category-inner ol {
  width: 100%;
  height: auto;
  padding-left: 1.5em;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.price-category-inner li {
  width: 50%;
  font-size: 1.2rem;
}
.price-link {
  width: 60%;
  height: 50px;
  margin: 0 auto;
  background: #E57A91;
  margin-top: 20px;
}
.price-link a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color:#fff;
  font-weight: bold;
  text-align: center;
  outline: 1px solid #fff;
  outline-offset: -3px;
  position: relative;
}
.price-link a::after {
  display: block;
  content: '';
  width: 100%;
  height: 50px;
  position: absolute;
  top: -2%;
  left: 50%;
  transform: translate(-50%,0);
  background: url('../../img/top/btn-bg2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
/*--------------------------------------------------------------------------
  attention
--------------------------------------------------------------------------*/
#attention {
  width: 100%;
  height: auto;
  padding: 100px 0;
}
.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;
  padding: 100px 0;
  border: 1px solid #eee;
  background: rgba(255,225,255,.5);
  position: relative;
}
.attention-container::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: url('../img/attention-bg.png');
  background-size: cover;
  opacity: .1;
  z-index: -1;
}
.attention-inner {
  width: 80%;
  height: auto;
  margin:0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}
.attention-inner-contents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.attention-space {
  margin-bottom: 30px;
}
.attention-inner-contents-img {
  width: 25%;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
}
.attention-inner-contents img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.attention-inner-contents-in {
  width: 70%;
  height: auto;
}
.attention-read {
  font-size: 3.2rem;
  font-family: 'Cinzel', serif;
  line-height: 1;
  font-weight: normal;
}
.attention-inner h3 {
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
}
.attention-inner h3 p {
  display: inline-block;
  position: relative;
}
.attention-inner h3 p::after {
  display: inline-block;
  content:'';
  position: absolute;
  bottom:5%;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(229, 122, 145,.6);
  z-index: -1;
}
.attention-inner ul {
  width: 98%;
  padding: 20px 40px;
  margin: 10px 0;
  box-sizing: border-box;
  background: rgba(255,255,255,.5);
}
.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;
}
.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: .3;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .title-container {
    width: 90%;
    max-width: initial;
  }
  .feature-container {
    width: 70%;
    max-width: initial;
    flex-direction: column-reverse;
  }
  .feature-img,
  .feature-point {
    width: 100%;
  }
  .feature-tab2,.problem {
    width: 70%;
    max-width: initial;
  }
  .price-container {
    width: 95%;
    max-width: initial;
  }
  .price-category {
    min-width: 400px;
  }
  .price-lead h2 {
    font-size: 1.5rem;
  }
  .price-category-inner li {
    width: 80%;
  }
  .price-category-fee div {
    font-size: 1.4rem;
  }
  .attention-img  {
    display: none;
  }
  .attention-inner {
    width: 70%;
  }
}
@media screen and (max-width: 896px) {
  .title-container {
    width: 70%;
    max-width: 70%;
    flex-direction: column;
  }
  .title-img img {
    width: 50%;
  }
  .title-img,.title-read {
    width: 100%;
  }
  .title-img-subtitle {
    top:75%;
    left: 50%;
    text-align: center;
  }
  .title-img-subtitle img {
    width: 80%;
  }
  .title-bg {
    top:-2%;
  }
  #feature::after {
    display: block;
    content: '';
    width: 100vw;
    height: 35%;
    position: absolute;
    top: 10%;
    left: 45%;
    background: #eee;
    z-index: -1;
}
  .price-container {
    width: 70%;
    flex-direction: column;
    margin: 0 auto 100px auto;
  }
  .price-category-bg {
    left: 70%;
  }
  .price-category {
    width: 100%;
  }
  .price-category {
    min-width: initial;
  }
  .price-category {
    margin-top: 30px;
  }
  .attention-inner-contents {
    flex-direction: column;
  }
  .attention-inner-contents-img {
    width: 60%;
    margin: 0 auto;
  }
  .attention-inner-contents-in {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .gold {
    font-size: 1.2rem;
    padding:5px 20px;
  }
  .title-container {
    width: 95%;
    max-width: 95%;
    flex-direction: column;
    padding:20px;
    box-sizing: border-box;
  }
  .title-read h2 {
    line-height: 1.2;
  }
  .title-read h2 br {
    display: block;
  }
  .gold-s {
    font-size: 1rem;
    letter-spacing: .5em;
  }
  .title-read-text2 p {
    padding-right: 0;
  }
  .title-img img {
    width: 70%;
  }
  .title-read {
    padding: 10px;
  }
  #feature {
    padding-top:0;
  }
  #feature::after {
    display: block;
    content: '';
    width: 100vw;
    height: 14%;
    position: absolute;
    top: 8%;
    left: 15%;
    background: #eee;
    z-index: -1;
  }
  .feature-container {
    width: 90%;
  }
  .feature-title-lead {
    font-size: 5rem;
  }
  .feature-tab2 {
    width: 90%;
  }
  .feature-tab2-title {
    padding: 0 10px;
  }
  .feature-tab-text {
    font-size: 1.4rem;
  }
  .price-link {
    width: 90%;
    height: 50px;
    margin: 0 auto;
    background: linear-gradient(45deg, #b2833d 0%, #fff2b1 50%, #966b33 100%);
    margin-top: 20px;
  }
  .problem {
    width: 95%;
    flex-wrap: wrap;
  }
  .problem-main {
    width: 100%;
  }
  .problem-main img {
    width: 50%;
  }
  .problem-category {
    width: 50%;
    text-align: center;
  }
  .price-category-bg {
    top:-30px;
    text-align:center;
  }
  .price-category-bg img {
    width: 80px;
  }
  .problem-category img {
    width: 60%;
  }
  .price-container {
    width: 90%;
    margin: 0 auto 50px auto;
  }
  .price-category {
    min-width: initial;
  }
  .price-category-in {
    padding: 20px;
  }
  .price-category-fee-in p:nth-of-type(2) {
    display: none;
  }
  #attention {
    padding: 50px 0 0 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: 90%;
    padding: 20px 20px 20px 40px;
    font-size: 1.2rem;
    margin: 10px auto;
    background: #FDECEC;
    outline-offset: -5px;
    outline: 1px #fff solid;
  }
  .parental-consent {
    width: 90%;
    min-width: 90%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .attention-inner-contents-img {
    width: 90%;
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
  }
  .attention-inner-contents-img img {
    width: 60%;
  }
  #banner {
    background: #fafafa;
    padding: 50px 0 0 0;
  }
  .banner-link {
    margin-top: 20px;
  }
}
