@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;
}
/*--------------------------------------------------------------------------
  mix
--------------------------------------------------------------------------*/
#mix {
  width: 100%;
  height: auto;
  padding: 50px 0;
}
#mix h2 {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.2rem;
  font-weight: normal;
  color:#e57a91;
  padding:0 20px;
}
.mix-title {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto 100px auto;
  padding-bottom: 50px;
  position: relative;
  background: #fafafa;
}
.mix-title-bg2 {
  position: absolute;
  top:-8%;
  left: -3%;
  width: 20%;
  height: auto;
}
.mix-title-bg2 img{
  width: 100%;
  height: auto;
  display: block;
}
.mix-title-bg {
  width: 100%;
  height: auto;
  text-align: center;
  background: #fafafa;
  padding-top: 30px;
}
.mix-title-bg img {
  width: 45%;
  height: auto;
}
.contents1-read {
  width: 100%;
  height: auto;
  padding: 10px 40px 30px 40px;
  margin:  0 auto 20px auto;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
.contents1-read p:first-child {
  padding-bottom: 20px;
}
.mix-flow {
  width: 95%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mix-flow-inner {
  width: 40%;
  height: auto;
  font-size: 1.2rem;
  padding: 0 20px;
  box-sizing: border-box;
}
.mix-flow-title {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}
.gold {
  font-size: 1.2rem;
  font-family: initial;
  color: #fff;
  padding: 0 20px;
  background: linear-gradient(45deg, #b2833d 0%, #fff2b1 50%, #966b33 100%);
  outline-offset: -3px;
  outline: 1px solid #fff;
  border-radius: 2px;
  margin-right: 3px;
}
.mix-flow-title p {
  color:#e57a91;
}
.red {
  color:#e57a91;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}
.mix-flow-img {
  width: 60%;
  height: auto;
}
.mix-flow-img img {
  width: 100%;
  height: auto;
}
.mix-flow-img-sp {
  display: none;
}
.mix-container {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  display:flex;justify-content:space-between;
  padding-bottom: 50px;
}
.mix-img {
  width:65%;
  height: auto;
}
.mix-img1,
.mix-img2 {
  width: 100%;
  height: auto;
  text-align: center;
}
.mix-img1 img{
  width: 100%;
  height: auto;
}
.mix-img2 img {
  width: 70%;
  height: auto;
}
.mix-img-title {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
}
.title-border2 {
  font-family: 'Bebas Neue', cursive;
  font-size: 8rem;
  line-height: 1.2;
}
.mix-pink {
  color:#e57a91;
}
.mix-img-title-sub {
  font-family: initial;
  font-size: 1.2rem;
  color:#c4972f;
  line-height: 1.2;
}
.title-border2 {
  display: flex;
  align-items: center;
}
.title-border2:after {
  border-top: 1px solid #505050;
  content: "";
  flex-grow: 1;
}
.title-border2:after {
  margin-left: 1rem;
}
.mix-img-title img {
  width: auto;
  height: 18px;
}
.price {
  width:30%;
  height: auto;
  padding: 30px 10px;
  box-sizing: border-box;
  border: 1px solid #eee;
  position: relative;
}
.price::after {
  display: block;
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  background: url('../img/bg-white.jpg');
  background-size: cover;
  opacity: .5;
  z-index: -1;
}
.price-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  line-height: 1.5;
}
.price-title p {
  font-family: 'Cinzel', serif;
  font-size: 2.6rem;
}
.price-title h3 {
  font-size: 1.2rem;
  color: #c4972f;
  font-family: 'Noto Sans JP', sans-serif;
}
.price-title img {
  width: 32px;
  height: auto;
}
.price-bg {
  position: absolute;
  top:-4%;
  right: -7%;
  width: 30%;
  height: auto;
}
.price-bg img {
  width: 100%;
  height: auto;
}
.price-cols {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.price-cols::after {
  display: block;
  content:'';
  width: 50%;
  height: auto;
}
.price-category {
  width:100%;
  height: auto;
  padding: 10px 10px 5px 10px;
  margin:0 auto 5px auto;
  box-sizing: border-box;
  border-bottom: 1px dotted #ccc;
}
.price-category:nth-child(5) {
  border-bottom: none;
}
.price-category-tab {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
.course {
  background: #999;
  padding: 2px 8px;
  margin-right: 3px;
  color: #fff;
  font-family:initial;
  font-weight: bold;
  border-radius: 2px;
  outline-offset: -2px;
  outline: 1px solid #fff;
}
.price-category img {
  width: 100%;
  height: auto;
  display: block;
}
.price-category-in {
  display: flex;
  align-items: center;
}
.price-category-text {
  width: 100%;
  height: auto;
  text-align: center;
}
.price-category-text p {
  font-weight: bold;
}
.price-category-text p i {
  color:#e57a91;
  margin-right: 5px;
}
.pink {
  font-size: 2rem;
  color:#e57a91;
  margin-left: 5px;
  font-family: 'Bebas Neue', cursive!important;
}
.style-2 {
  margin-top: 50px;
}
.mix-container2 {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}
.mix-container2-img {
  width:100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
}
.mix-container2-img-title {
  position: absolute;
  bottom:0;
  left:50%;
  width: 70%;
  height: auto;
  transform: translate(-50%,0);
}
.mix-container2-img-title img {
  width: 100%;
  height: auto;
}
.mix-container2-inner {
  width: 100%;
  height: auto;
}
.mix-cols-img {
  width: 20%;
  height: auto;
  position: relative;
}
.mix-container2-img img {
  width: 100%;
  height: auto;
}

.mix-attention {
  width: 80%;
  height: auto;
  padding: 15px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  background: #eee;
  position: relative;
}
.tax {
  width: 95%;
  height: auto;
  margin: 0 auto;
  text-align: right;
  font-size: 1rem;
}
.datsumo-time {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.datsumo-time-in {
  width: 32%;
  height: auto;
  margin: 0 auto;
}
.datsumo-time-in h3 {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.space {
  margin-top: 30.4px;
}
.space h3 {
  margin-top: 20px;
}
.datsumo-time dl {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eee;
}
.datsumo-time dl:first-child {
  border-bottom: none;
}
.datsumo-time dl br {
  display: none;
}
.datsumo-time dt {
  width: 50%;
  padding:5px 10px;
  background: #F0B3C0;
  color:#fff;
  font-family: 'Noto Sans JP', sans-serif;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.datsumo-time dd {
  width: 50%;
  padding:0 10px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.sky {
  color:#e57a91;
  font-family: 'Bebas Neue', cursive;
  font-size: 1.8rem;
}
.sky-small {
  font-size: 1rem;
}
.datsumo-time-in-c {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  background: #D8BFD8!important;
}
.datsumo-time-in-c2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*--------------------------------------------------------------------------
  other
--------------------------------------------------------------------------*/
#other {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  position: relative;
  }
#other::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;
}
.other-container {
  width: 100%;
  max-width: 1280px;
  height: auto;
  padding: 50px 100px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.other-inner {
  width: 75%;
  height: auto;
  position: relative;
  z-index: 2;
}
.other-inner h2 img {
  width: 320px;
  height: auto;
}
.other-category:nth-of-type(2),
.other-category:nth-of-type(3){
  padding-bottom: 20px;
}
.other-category-lead {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  color:#e57a91;
  display: flex;
  align-items: center;
}
.other-category-lead img {
  width: auto;
  height: 22px;
  margin-right: 5px;
}
.other-category-text {
  line-height: 1.75;
  font-size: 1.2rem;
}
.other-attention {
  font-size: 1rem;
}
.other-special {
  width: 95%;
  height: auto;
  padding:15px 10px;
  background: rgba(255,255,255,.5);
  font-size: 1.2rem;
  line-height: 1.75;
  margin-bottom: 15px;
}
.pink {
  color:#e57a91;
  margin-right: 5px;
  font-weight: bold;
  font-family: 'Cinzel', serif;
}
.bold {
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}
.other-must {
  display: inline-block;
  background: #e57a91;
  color:#fff;
  font-size: 1.2rem;
  margin-top: 5px;
  padding: 8px 24px;
  outline-offset: -3px;
  outline: 1px solid #fff;
}
.other-category-list {
  width: 100%;
  height: auto;
  padding-left: 1.5em;
  margin-top: 5px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.75;
}
.other-img {
  width: 25%;
  height: auto;
  text-align:right;
  position: relative;
  z-index: 2;
}
.other-img img {
  width: 100%;
  height: auto;
}
/*--------------------------------------------------------------------------
  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: 1280px) {
  html {
    font-size: calc(100vw/128.0);
  }
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: calc(100vw/102.4);
  }
  #mix h2 {
    width: 90%;
    max-width: initial;
  }
  .mix-title {
    width: 70%;
    max-width: initial;
  }
  .contents1-read {
    padding: 10px 40px 20px 40px;
  }
  .mix-container {
    width: 70%;
    max-width: initial;
    flex-direction: column;
  }
  .mix-img {
    width:100%;
  }
  .price {
    width:100%;
  }
  .price-category {
    width:49%;
  }
  .mix-flow {
    flex-direction: column-reverse;
  }
  .mix-flow-inner,
  .mix-flow-img {
    width: 100%;
  }
  .mix-flow-img {
    text-align: center;
  }
  .mix-flow-img-sp {
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  .mix-flow-img-sp img {
    width: 100%;
    height: auto;
  }
  .mix-flow-img {
    display: none;
  }
  .mix-flow-inner {
    margin-top: 20px;
  }
  .mix-flow-inner p {
    text-align: justify;
  }
  .mix-img-title {
    width: 95%;
    max-width: initial;
  }
  .attention-container {
    width: 100%;
    max-width:100%;
    margin: 0 auto;
    flex-direction: column;
    background: none;
  }
  .attention-img  {
    display: none;
  }
  .attention-inner {
    width: 70%;
  }
  .mix-cols-img img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .mix-container2 {
    width: 70%;
    max-width: initial;
    height: auto;
    min-width: 460px;
  }
  .mix-container2-img {
    flex-direction: column;
  }
  .mix-attention {
    width: 100%;
    margin-top: 0;
    text-align: justify;
  }
  .wax-inner {
    margin-top: 20px;
  }
  .datsumo-time {
    flex-direction: column;
  }
  .mix-title-bg2 {
    top:-2%;
  }
  .datsumo-time-in {
    width: 100%;
  }
  .space {
    margin-top: 0;
  }
}
@media screen and (max-width: 896px) {
  html {
    font-size: calc(100vw/89.6);
  }
  #main-img h2 {
    width: 100%;
  }
  .mix-title,
  .mix-img-title,
  .mix-container,
  .mix-container2 {
    width: 70%;
    max-width: initial;
    height: auto;
    min-width: 460px;
  }
  .mix-container,.mix-container2 {
    flex-direction: column;
  }
  .mix-img,.price,.mix-container2-inner,.datsumo-time-in {
    width: 100%;
  }
  .mix-cols-img {
    width: 60%;
  }
  .mix-title-bg2 {
    top:0;
  }
  .title-border2 {
    font-size: 6rem;
  }

  .other-container {
    width:100%;
    max-width: initial;
    flex-direction: column;
    align-items: initial;
  }
  .other-inner {
    width: 100%;
  }
  .other-img {
    width: 50%;
    margin-left: auto;
    margin-top: 20px;
  }
  .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: 768px) {
  html {
    font-size: calc(100vw/76.8);
  }
  .mix-title,
  .mix-img-title,
  .mix-container,
  .mix-container2 {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .price-cols {
    padding:0 50px;
    box-sizing: border-box;
  }
  .price-category {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 62.5%;
  }
  .mix-title,.mix-img-title,.mix-img-title img,
  .mix-container,.mix-container2 {
    width: 90%;
    max-width: initial;
    height: auto;
    min-width: initial;
  }
  .price-cols {
    padding:0;
    box-sizing: border-box;
  }
  .mix-flow {
    flex-direction: column-reverse;
  }
  .title-border2 {
    font-size: 4rem;
  }
  .style-2 {
    margin-top: 0;
  }
  .mix-title {
    margin: 0 auto 50px auto;
  }
  .mix-title h2 {
    font-size: 1.6rem;
  }
  .mix-title-bg img {
    width: 80%;
  }
  .contents1-read {
    line-height: 1.75;
    margin-bottom: 0;
    padding: 10px 20px 20px 20px;
    font-size: 1.2rem;
  }
  .mix-flow {
    padding-top: 20px;
  }
  .mix-flow-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
  }
  .mix-flow-title p {
    font-size: 1.6rem;
  }
  .mix-flow-inner {
    padding: 0 10px;
    line-height: 1.75;
  }
  .mix-attention {
    margin-top: 20px;
    padding: 20px;
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .datsumo-time dt {
    width: 40%;
  }
  .datsumo-time dd {
    width: 60%;
  }
  .mix-cols-img {
    width: 80%;
  }
  .mix-cols-img img {
    width: 100%;
  }
  #other {
    padding-bottom: 0;
  }
  .other-container {
    padding: 50px 20px;
  }
  .other-category-lead img {
    height: 36px;
  }
  .other-category-lead {
    font-size: 1.4rem;
    line-height: 1.5;
    margin:15px 0 10px 0;
  }
  #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;
  }
}
