@charset "UTF-8";
:root {
  --color-01: #F2C577;
  --color-02: #EF9E12;
  --color-03: #F4D2D9;
  --color-04: #F291A5;
  --table-th: #E6E1DA;
  --table-0101: #FFF8ED;
  --table-0102: #FFF2DE;
  --table-0201: #FFF2F5;
  --table-0202: #FFE6EB;
  --red: #E6306E;
  --point-bg: #FADEE7;
}

.pane-contents {
  overflow: hidden;
}

#maee {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  color: #362508;
  /*【PC】*/
  /*【SP】*/
}
#maee .mv_area .mv_box {
  display: flex;
  justify-content: center;
  grid-gap: 40px;
  align-items: center;
  height: 500px;
}
#maee .mv_area .title {
  margin: 0 0 30px 0;
  font-size: 1.5em;
  font-weight: bold;
}
#maee .mv_area p {
  width: 400px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #maee .mv_area .mv_box {
    display: block;
    height: auto;
  }
  #maee .mv_area .mv_box .img {
    text-align: center;
    padding: 20px 35%;
  }
  #maee .mv_area .mv_box .text {
    padding: 0 5%;
  }
  #maee .mv_area .title {
    font-size: 1.2em;
    margin: 0 0 15px 0;
  }
  #maee .mv_area p {
    width: auto;
    padding: 0 0 30px 0;
  }
}
#maee .mv_area_bg .mv_box {
  padding: 0 0 0 40%;
}
#maee .mv_area_bg .text {
  color: var(--color-01);
}
#maee .mv_area_bg .title {
  font-size: 2em;
}
#maee .mv_area_bg .title .sub {
  border: 1px solid var(--color-01);
  font-size: 0.5em;
  padding: 4px 10px;
  margin: 10px 0 0 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #maee .mv_area_bg .mv_box {
    padding: 20px 0 20px 40%;
  }
  #maee .mv_area_bg .title {
    font-size: 1em;
    line-height: 1.3;
    margin: 0 0 5px 0;
  }
  #maee .mv_area_bg .title .sub {
    margin: 0;
  }
  #maee .mv_area_bg p {
    font-size: 0.8em;
    line-height: 1.3;
    padding: 0;
  }
}
#maee .point_area .title {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 0 20px 0;
  font-size: 1.2em;
  font-weight: bold;
}
#maee .point_area ul {
  margin: 0 0 50px 0;
}
#maee .point_area li {
  border-bottom: 1px solid #ccc;
  padding: 20px 5px 20px 45px;
  font-size: 1.2em;
  position: relative;
}
#maee .point_area li span {
  position: absolute;
  color: #ccc;
  font-size: 1.8em;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#maee .point_area li .note {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #maee .point_area .title {
    padding: 6px 10px;
    font-size: 1em;
    margin: 0 0 5px 0;
  }
  #maee .point_area ul {
    margin: 0 0 30px 0;
  }
  #maee .point_area li {
    padding: 10px 5px 10px 40px;
    font-size: 1em;
  }
}
#maee .features_area {
  margin: 100px 0;
}
#maee .features_area .bg {
  margin: 100px 0;
  padding: 100px 0 10px 0;
}
#maee .features_area .item_title {
  text-align: center;
  margin: 30px 0;
  padding: 0 0 10px 0;
  font-size: 1em;
  position: relative;
  line-height: 1.8;
}
#maee .features_area .item_title span {
  font-size: 1.6em;
  font-weight: bold;
}
#maee .features_area .item_title:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #ccc;
}
#maee .features_area .title_bottom {
  text-align: center;
  margin: 0 0 50px 0;
  font-size: 1.3em;
  line-height: 1.8;
}
#maee .features_area .item_box {
  width: 500px;
  margin: auto;
}
#maee .features_area .item_box .img {
  margin: 40px 0;
}
#maee .features_area .hint {
  background: #fff;
  padding: 50px 0;
  margin: 60px 0 100px 0;
}
#maee .features_area .hint .title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  #maee .features_area {
    margin: 50px 0;
  }
  #maee .features_area .bg {
    margin: 50px 0;
    padding: 50px 0 10px 0;
  }
  #maee .features_area .item_title {
    margin: 20px 0;
  }
  #maee .features_area .item_title span {
    font-size: 1.4em;
  }
  #maee .features_area .title_bottom {
    font-size: 1em;
    text-align: left;
    margin: 0;
  }
  #maee .features_area .item_box {
    width: auto;
  }
  #maee .features_area .item_box .img {
    margin: 20px 0;
  }
  #maee .features_area .hint {
    padding: 30px 0;
    margin: 30px 0;
  }
}
#maee .choose_area .choose_mv {
  margin: 50px 0;
}
#maee .choose_area table {
  width: 100%;
  margin: 50px 0;
}
#maee .choose_area table th,
#maee .choose_area table td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 17px 15px;
  vertical-align: middle;
}
#maee .choose_area table thead th.img {
  width: 50%;
}
#maee .choose_area table tbody th {
  background: var(--table-th);
  font-size: 0.8em;
  font-weight: bold;
  white-space: nowrap;
}
#maee .choose_area table tbody tr:nth-child(odd) td:nth-child(2) {
  background: var(--table-0101);
}
#maee .choose_area table tbody tr:nth-child(odd) td:nth-child(3) {
  background: var(--table-0201);
}
#maee .choose_area table tbody tr:nth-child(even) td:nth-child(2) {
  background: var(--table-0102);
}
#maee .choose_area table tbody tr:nth-child(even) td:nth-child(3) {
  background: var(--table-0202);
}
@media screen and (min-width: 769px) {
  #maee .choose_area table .none {
    border-top: none;
    border-left: none;
  }
}
#maee .choose_area table .bg0 {
  background: none !important;
}
#maee .choose_area table p {
  text-align: left;
  display: inline-block;
}
#maee .choose_area table .cream {
  line-height: 3.8;
}
#maee .choose_area table .cream img {
  margin: 0 10px 0 0;
}
#maee .choose_area table .size ul {
  display: flex;
  grid-gap: 5px;
  justify-content: center;
  margin: 5px 0 0 0;
}
#maee .choose_area table .size li {
  border: 1px solid #ccc;
  border-radius: 100px;
  padding: 1px 10px;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  #maee .choose_area .choose_mv {
    margin: 30px 0;
  }
  #maee .choose_area table {
    margin: 30px 0;
    font-size: 0.8em;
    line-height: 1.2;
  }
  #maee .choose_area table thead .img img {
    width: 50%;
  }
  #maee .choose_area table th,
  #maee .choose_area table td {
    padding: 5px 10px;
    text-align: left;
  }
  #maee .choose_area table th {
    text-align: center;
  }
  #maee .choose_area table .cream {
    line-height: 1.5;
  }
  #maee .choose_area table .cream img {
    display: block;
    margin: auto;
  }
  #maee .choose_area .size ul {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #maee .vtrn {
    margin: 50px 0;
  }
  #maee table.comparison {
    width: 800px;
    border-left: none;
    border-collapse: separate;
    margin: 0;
    /* sticky */
  }
  #maee table.comparison th {
    font-size: 0.8em;
    vertical-align: middle;
  }
  #maee table.comparison td {
    font-size: 0.7em;
    padding: 5px;
    vertical-align: middle;
    max-width: 150px;
  }
  #maee table.comparison td.prd img {
    width: 70px;
  }
  #maee table.comparison .name {
    width: auto;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 1;
  }
  #maee .scroll-hint-icon-wrap {
    z-index: 100;
  }
  #maee .js-scrollable {
    padding: 0 15px 0 0;
    border-left: 1px solid #c6c6c6;
    margin-right: calc(50% - 50vw);
  }
  #maee .scroll-hint-icon-wrap {
    z-index: 100;
  }
}
#maee .use_area {
  margin: 100px 0;
}
#maee .use_area .fl {
  grid-gap: 50px;
}
#maee .use_area .fl .fl {
  margin: 0;
}
#maee .use_area .text_bg p {
  background: #F7F6F5;
  text-align: center;
  padding: 20px 20px;
}
#maee .use_area .text_bg p b {
  font-size: 1.2em;
  display: block;
}
@media screen and (max-width: 768px) {
  #maee .use_area {
    margin: 30px 0;
  }
  #maee .use_area .fl {
    text-align: center;
    margin: 30px 0;
  }
  #maee .use_area .fl p {
    text-align: left;
  }
  #maee .use_area .text_bg p {
    text-align: center;
    padding: 10px 15px;
  }
}
#maee .movie_box {
  margin: 100px 10%;
}
#maee .movie_box p {
  text-align: center;
  margin: 0 0 30px 0;
}
#maee .movie_box p b {
  font-size: 1.6em;
  display: block;
}
#maee .movie_box p a {
  color: #157bd4;
  text-decoration: underline;
}
#maee .movie_box .movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#maee .movie_box .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #maee .movie_box {
    margin: 30px 0;
  }
  #maee .movie_box p {
    font-size: 0.8em;
  }
}
#maee .check_list li {
  position: relative;
  padding: 0 0 0 40px;
  margin: 15px 0;
}
#maee .check_list li:before, #maee .check_list li:after {
  content: "";
  position: absolute;
}
#maee .check_list li:before {
  width: 20px;
  height: 20px;
  background: #eee;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}
#maee .check_list li:after {
  border: solid var(--color-01);
  border-width: 0 4px 4px 0;
  width: 13px;
  height: 18px;
  transform: translateY(-75%) rotate(45deg);
  left: 12px;
  top: 50%;
}
#maee .check_list li .note {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #maee .check_list li {
    text-align: left;
  }
}
#maee .step_area {
  margin: 100px 0;
}
#maee .step_area .step_title {
  text-align: center;
  color: var(--color-01);
  font-weight: bold;
}
#maee .step_area .step_title .s-1 {
  font-size: 0.8em;
}
#maee .step_area .step_title .s-2 {
  font-size: 1.4em;
  margin: 0 10px 0 2px;
}
#maee .step_area .step_title .box {
  display: inline-block;
  border-bottom: 2px solid var(--color-01);
  padding: 0 0 10px 0;
}
#maee .step_area .bg {
  background: #ccc;
  margin: 0 0 70px 0;
  padding: 80px 0 10px 0;
  position: relative;
}
#maee .step_area .bg:before, #maee .step_area .bg:after {
  content: "";
  border-style: solid;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#maee .step_area .bg:before {
  border-width: 40px 60px 0 60px;
  border-color: #fff transparent transparent transparent;
  top: 0;
}
#maee .step_area .bg:after {
  border-width: 40px 60px 0 60px;
  border-color: var(--bg) transparent transparent transparent;
  bottom: -40px;
}
#maee .step_area .fl {
  grid-gap: 60px;
  justify-content: center;
}
#maee .step_area .fl li {
  position: relative;
}
#maee .step_area .fl li + li:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 13px 0 13px 17px;
  border-color: transparent transparent transparent #CCCBE3;
  top: 70px;
  left: -40px;
}
#maee .step_area .fl .img {
  text-align: center;
  margin: 0 0 20px 0;
}
#maee .step_area .fl .img img {
  max-height: 190px;
}
#maee .step_area .fl .box {
  width: auto;
}
#maee .step_area .fl .maxheight img {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#maee .step_area .fl.w100 li {
  width: 100%;
}
#maee .step_area .point {
  background: var(--point-bg);
  color: var(--red);
  position: relative;
  padding: 10px;
  margin: 20px 0 0 0;
  line-height: 1.3;
  border-radius: 3px;
}
#maee .step_area .point span {
  font-size: 0.8em;
  letter-spacing: 1px;
}
#maee .step_area .point:before {
  content: "";
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent var(--point-bg) transparent;
  position: absolute;
  left: 10px;
  top: -12px;
}
#maee .step_area .maxwidth {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  #maee .step_area {
    margin: 30px 0;
  }
  #maee .step_area .bg {
    padding: 50px 0 10px 0;
    margin: 0 0 50px 0;
  }
  #maee .step_area .point:before {
    left: 50%;
    transform: translateX(-50%);
  }
  #maee .step_area .fl {
    text-align: left;
  }
  #maee .step_area .fl .box {
    max-width: 100%;
  }
}
#maee .accordion {
  margin: 50px 0;
}
#maee .accordion dt,
#maee .accordion dd {
  position: relative;
}
#maee .accordion dt span,
#maee .accordion dd span {
  position: absolute;
  left: 10px;
  top: 13px;
  font-size: 25px;
  font-weight: bold;
}
#maee .accordion dt {
  cursor: pointer;
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 20px 30px 20px 40px;
  position: relative;
}
#maee .accordion dt span {
  color: #ccc;
}
#maee .accordion dt:before, #maee .accordion dt:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 17px;
  height: 2px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  background: #ccc;
}
#maee .accordion dt:before {
  transform: translateY(-50%) rotate(90deg);
}
#maee .accordion dt.open:before {
  transform: translateY(-50%) rotate(180deg);
}
#maee .accordion dt.open:after {
  opacity: 0;
}
#maee .accordion dd {
  padding: 0 0 0 40px;
  border-bottom: 1px solid var(--color-01);
}
#maee .accordion dd .box {
  padding: 20px 0;
}
#maee .accordion dd span {
  color: #ccc;
}
@media screen and (max-width: 768px) {
  #maee .accordion {
    margin: 0;
  }
  #maee .accordion dt {
    font-size: 1em;
  }
}
#maee .move {
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 500ms;
  transform: translateY(50px);
  opacity: 0;
}
#maee .move.active {
  transform: translateY(0);
  opacity: 1;
}
#maee .title_main {
  text-align: center;
  margin: 50px 0;
  position: relative;
  font-size: 1.3em;
}
#maee .title_main:before {
  content: "";
  position: absolute;
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #333;
}
#maee .title_main .box {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 10px;
}
#maee .title_main .e {
  font-size: 0.7em;
  letter-spacing: 2px;
  opacity: 0.4;
}
#maee .title_main .t {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #maee .title_main {
    font-size: 1.1em;
    margin: 30px 0;
  }
}
#maee .title_boder {
  position: relative;
  margin: 50px 0 30px;
  padding: 0 0 20px 0;
  font-weight: bold;
}
#maee .title_boder:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #000;
}
@media screen and (max-width: 768px) {
  #maee .title_boder {
    margin: 30px 0 20px;
    padding: 0 0 15px 0;
  }
}
#maee .title_sub {
  background: #E6E4E1;
  text-align: center;
  margin: 30px 0;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #maee .title_sub {
    font-size: 1em;
    margin: 20px 0;
  }
}
#maee .white {
  color: #fff;
}
#maee .big {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #maee .big {
    font-size: 1em;
  }
}
#maee .fl {
  display: flex;
  grid-gap: 80px;
  margin: 50px 0;
}
#maee .fl .ac {
  align-items: center;
}
#maee .fl .box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #maee .fl {
    display: block;
    margin: 30px 0;
  }
  #maee .fl .box {
    margin: 20px 0;
  }
}
#maee .fl.reverse {
  flex-direction: row-reverse;
}
#maee .fl .img {
  width: 60%;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #maee .fl .img {
    width: 100%;
  }
}
#maee .fl.fl_01 .img {
  width: 450px;
}
#maee .fl.fl_01 .text {
  width: 470px;
}
@media screen and (max-width: 768px) {
  #maee .fl.fl_01 .img,
  #maee .fl.fl_01 .text {
    width: auto;
  }
}
#maee .center {
  text-align: center;
}
#maee .red {
  color: var(--red);
}
#maee sup {
  font-size: 0.7em;
  vertical-align: text-top;
}
#maee .hv:hover {
  opacity: 0.7;
}
#maee .note {
  margin: 10px 0;
}
#maee .note.mini {
  font-size: 0.8em;
}
#maee .note.right {
  text-align: right;
}
#maee .b {
  font-weight: bold;
}
#maee a,
#maee :before,
#maee :after {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#maee img {
  vertical-align: bottom;
}
#maee a:hover {
  text-decoration: none;
}
#maee h1,
#maee h2,
#maee h3,
#maee h4 {
  background: none;
  margin: 0;
  padding: 0;
}
#maee .e {
  font-family: "Roboto Condensed", sans-serif;
}
#maee .m {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
}
#maee .mt0 {
  margin-top: 0;
}
#maee .mt50 {
  margin-top: 50px;
}
#maee .mb0 {
  margin-bottom: 0;
}
#maee .mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #maee .mt50 {
    margin-top: 30px;
  }
  #maee .mb50 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #maee .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #maee .inner_mini {
    min-width: 700px;
    max-width: 700px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #maee .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #maee .inner,
  #maee .inner_mini {
    padding: 0 5%;
  }
  #maee .inner .inner,
  #maee .inner .inner_mini,
  #maee .inner_mini .inner,
  #maee .inner_mini .inner_mini {
    padding: 0;
  }
  #maee .pc {
    display: none;
  }
}/*# sourceMappingURL=maee_style.css.map */