@charset "utf-8";
/* ============================================================================================== */
/* フォント                                                                                   */
/* ============================================================================================== */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap");
/* ============================================================================================== */
/* タブレット用                                                                                   */
/* ============================================================================================== */
@media screen and (max-width: 1023px) {
  body {
    width: 1020px;
  }
}
@media screen and (max-width: 767px) {
  body {
    width: auto;
  }
}
main.l-main {
  margin-bottom: 0;
}
/* ============================================================================================== */
/* CSSリセット                                                                                    */
/* ============================================================================================== */
main.l-main > .l-container h1,
main.l-main > .l-container h2,
main.l-main > .l-container h3,
main.l-main > .l-container h4,
main.l-main > .l-container h5,
main.l-main > .l-container h6 {
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
main.l-main > .l-container p,
main.l-main > .l-container figure,
main.l-main > .l-container dl,
main.l-main > .l-container dl dt,
main.l-main > .l-container dl dd,
main.l-main > .l-container ul,
main.l-main > .l-container ul li {
  padding: 0;
  margin: 0;
}
main.l-main > .l-container ul li {
  list-style-type: none;
}
main.l-main > .l-container img {
  height: auto;
  vertical-align: bottom;
}
main.l-main > .l-container span {
  top: 0;
  left: 0;
}
main.l-main > .l-container a {
  color: inherit;
  text-decoration: inherit;
}
@media screen and (max-width: 767px) {
  main.l-main > .l-container img {
    width: 100%;
  }
}
/* ============================================================================================== */
/* フォント指定                                                                                   */
/* ============================================================================================== */
main.l-main > .l-container {
  color: #333333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 300;
}

/* ============================================================================================== */
/* common                                                                                         */
/* ============================================================================================== */
* {
  box-sizing: border-box;
}
#firstview,
#method,
#product,
#lineinfo,
#rules,
#banners {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #464646;
}
#firstview .qr img,
#method a img,
#product a img,
#lineinfo a img,
#rules a img,
#banners a img {
  transition: all 1s;
}
#firstview .qr img:hover,
#method a:hover img,
#product a:hover img,
#lineinfo a:hover img,
#rules a:hover img,
#banners a:hover img {
  opacity: 0.5;
}
.inner_cont {
  margin: auto;
}
.fl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.sp {
  display: none !important;
}
.fade_off {
  opacity: 0;
  transition: all 1s ease 0s;
}
.fade_off_13 {
  opacity: 0;
  transition: all 1s ease 0.3s;
}
.fade_off_15 {
  opacity: 0;
  transition: all 1s ease 0.5s;
}
.fade_off_17 {
  opacity: 0;
  transition: all 1s ease 0.7s;
}
.fade_on {
  opacity: 1;
}
.mb00 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* ============================================================================================== */
/* firstview                                                                                      */
/* ============================================================================================== */
#firstview {
  padding: 34px 0 40px;
  background: url("../images/fv_bg.png") top center repeat-x;
  background-size: contain;
}
#firstview .inner_cont {
  position: relative;
  width: 100%;
  max-width: 1100px;
  /*min-height: 622px;*/
  margin: auto;
}
#firstview .inner_cont .meijilogo {
  width: 155px;
  margin: 0 auto;
}
#firstview .inner_cont h1 {
  width: 75.694vw;
  max-width: 1091px;
  margin: 21px auto 0;
  animation: fadeIn01 2s ease 0s forwards;
  opacity: 0;
}
#firstview .inner_cont h1 img {
  width: 100%;
}
#firstview .inner_cont .period {
  max-width: 1089px;
  width: 100%;
  margin: 23px auto 0;
  animation: fadeIn01 2s ease 0.1s forwards;
  opacity: 0;
}
#firstview .inner_cont .period img {
  width: 100%;
}
#firstview .inner_cont .pkimg {
  position: absolute;
  top: 113px;
  right: 0;
  /*width: 25.417vw;*/
  width: 366px;
  animation: fadeIn01 2s ease 0.2s forwards;
  opacity: 0;
}
#firstview .inner_cont .pkimg img {
  width: 100%;
}
#firstview .inner_cont .qr {
  position: fixed;
  right: -6px;
  width: 182px;
  animation: fadeIn01 2s ease 0.2s forwards;
  opacity: 0;
  z-index: 99;
}
#firstview .inner_cont .qr .qr_link {
  position: absolute;
  top: 59px;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
#firstview .inner_cont .qr .qr_link a {
  display: block;
  width: 80px;
  height: 80px;
}
#firstview .inner_cont .qr .btn_link {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  width: 144px;
  height: 35px;
  margin: 0 auto;
}
#firstview .inner_cont .qr .btn_link a {
  display: block;
  width: 144px;
  height: 35px;
}
#firstview .inner_cont .qr .qr_link span,
#firstview .inner_cont .qr .btn_link span {
  display: none;
}
@media screen and (min-width: 766px) {
  #firstview .inner_cont .qr {
    top: 105px;
  }
}
@media screen and (max-width: 1350px) {
  #firstview {
    background-size: cover;
  }
  #firstview .inner_cont h1 {
    width: 65.431vw;
  }
}
/*--Animation--*/
@keyframes fadeIn01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #firstview {
    padding: 2vw 0 2vw;
    background: url("../images/fv_bg_sp.png") top center no-repeat;
    background-size: cover;
  }
  #firstview .inner_cont {
    width: 98vw;
    max-width: initial;
  }
  #firstview .inner_cont .meijilogo {
    width: 28.571vw;
  }
  #firstview .inner_cont h1 {
    position: static;
    width: 98vw;
    margin: 2.619vw auto 0;
  }
  #firstview .inner_cont .period {
    width: 94.762vw;
    max-width: initial;
    margin: 1vw auto 0;
  }
  #firstview .inner_cont .pkimg {
    top: 37vw;
    right: 0;
    width: 45.238vw;
  }
  #firstview .inner_cont .qr {
    position: absolute;
    bottom: -19vw;
    right: 0;
    left: 0;
    width: 92.381vw;
    margin: 0 auto;
  }
  #firstview .inner_cont .qr.fixed {
    position: fixed;
    bottom: 0;
  }
}
/* ============================================================================================== */
/* method                                                                                           */
/* ============================================================================================== */
#method {
  padding: 50px 0 60px;
  background: #f7f7f7;
}
#method .inner_cont h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 40px;
}
#method .inner_cont {
  width: 100%;
  max-width: 1090px;
  text-align: center;
}
#method .inner_cont ul.fl {
  width: 100%;
  margin-bottom: 30px;
}
#method .inner_cont ul.fl li {
  width: 220px;
}
#method .inner_cont ul.fl li:nth-child(-n + 3) {
  position: relative;
}
#method .inner_cont ul.fl li:nth-child(-n + 3)::after {
  position: absolute;
  right: -55px;
  content: "";
  width: 34px;
  height: 60px;
  margin: auto 0;
  background: url("../images/method_step_ya.svg") top center no-repeat;
}
@media screen and (min-width: 766px) {
  #method .inner_cont ul.fl li:nth-child(-n + 3)::after {
    top: 0;
    bottom: 0;
  }
}
#method .inner_cont ul.notice {
  display: inline-block;
}
#method .inner_cont ul.notice li {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 767px) {
  #method {
    padding: 18vw 0 14vw;
  }
  #method .inner_cont h2 {
    font-size: 1.4rem;
    margin: 0 auto 6vw;
  }
  #method .inner_cont {
    width: 92.381vw;
    max-width: initial;
  }
  #method .inner_cont ul.fl li {
    width: 92.381vw;
    margin: 0 auto 12vw;
  }
  #method .inner_cont ul.fl li:last-child {
    margin-bottom: 0;
  }
  #method .inner_cont ul.fl li:nth-child(-n + 3)::after {
    bottom: -8vw;
    right: 0;
    left: 0;
    content: "";
    width: 8.095vw;
    height: 4.286vw;
    margin: 0 auto;
    background: url("../images/method_step_ya_sp.svg") top center no-repeat;
    background-size: cover;
  }
  #method .inner_cont ul.notice {
    padding: 0 5vw;
  }
  #method .inner_cont ul.notice li {
    font-size: 0.8rem;
    padding-left: 1em;
    text-indent: -1em;
  }
}
/* ============================================================================================== */
/* product                                                                                       */
/* ============================================================================================== */
#product {
  padding: 65px 0;
  background: #fff0d2;
}
#product .inner_cont {
  width: 100%;
  max-width: 1114px;
  text-align: center;
}
#product .inner_cont h2 {
  width: 355px;
  margin: 0 auto 40px;
}
#product .inner_cont .fl {
  position: relative;
  width: 100%;
}
#product .inner_cont .fl figure {
  width: 722px;
}
#product .inner_cont .fl .inner_sub {
  position: absolute;
  top: 50px;
  right: 0;
  width: auto;
}
#product .inner_cont .fl .inner_sub p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#product .inner_cont .fl .inner_sub img {
  width: 414px;
  margin-left: 30px;
}
#product .inner_cont .btn {
  width: 298px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1114px) {
  #product .inner_cont .fl figure {
    width: 70%;
  }
  #product .inner_cont .fl .inner_sub {
    top: 20px;
    right: 10px;
  }
  #product .inner_cont .fl .inner_sub img {
    display: block;
    width: 65%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #product {
    padding: 7vw 0;
  }
  #product .inner_cont h2 {
    width: 52.857vw;
    max-width: initial;
    margin: 0 auto 6vw;
  }
  #product .inner_cont {
    width: 96.66vw;
  }
  #product .inner_cont {
    width: 98vw;
  }
  #product .inner_cont .fl p {
    font-size: 1.15rem;
    font-weight: bold;
    transform: rotate(0.03deg);
    margin: 0 auto 5vw;
  }
  #product .inner_cont .fl figure {
    width: 91.905vw;
    margin: auto;
  }
  #product .inner_cont .fl .inner_sub {
    position: static;
    margin: 0 auto 0;
  }
  #product .inner_cont .fl .inner_sub img {
    width: 77.143vw;
  }
  #product .inner_cont .btn {
    width: 51.905vw;
    margin: 7vw auto 0;
  }
}
/* ============================================================================================== */
/* lineinfo                                                                                       */
/* ============================================================================================== */
#lineinfo {
  padding: 65px 0;
}
#lineinfo .inner_cont {
  width: 1000px;
  text-align: center;
}
#lineinfo .inner_cont h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 40px;
}
#lineinfo .inner_cont ul.fl {
  width: 840px;
  margin: auto;
}
#lineinfo .inner_cont ul.fl li {
  width: 400px;
}
#lineinfo .inner_cont ul.fl li:nth-child(n + 3) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #lineinfo {
    padding: 7vw 0;
  }
  #lineinfo .inner_cont {
    width: 96.66vw;
  }
  #lineinfo .inner_cont h2 {
    font-size: 1.4rem;
    margin: 0 auto 5vw;
  }
  #lineinfo .inner_cont ul.fl {
    width: 100%;
  }
  #lineinfo .inner_cont ul.fl li {
    width: 92.381vw;
    margin: auto;
  }
  #lineinfo .inner_cont ul.fl li:nth-child(n + 2) {
    margin-top: 5vw;
  }
}
/* ============================================================================================== */
/* rules                                                                                          */
/* ============================================================================================== */
#rules {
  padding: 65px 0;
  background: #fff0d2;
}
#rules .inner_cont {
  width: 800px;
}
#rules .inner_cont h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 40px;
}
#rules .inner_cont .rules_inner {
  height: 460px;
  padding: 25px 10px 35px 35px;
  background: #fff;
  border: #68c3c6 1px solid;
  border-radius: 10px;
  overflow: hidden;
}
#rules .inner_cont .rules_inner .rules_sub_inner {
  height: 390px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  padding-right: 10px;
  transform: rotate(0.03deg);
  overflow-y: scroll;
}
#rules .inner_cont .rules_inner .rules_sub_inner h3 {
  font-size: 16px;
  font-weight: bold;
}
#rules .inner_cont .rules_inner .rules_sub_inner p {
  margin-bottom: 30px;
}
#rules .inner_cont .rules_inner .rules_sub_inner ul {
  margin-bottom: 30px;
}
#rules .inner_cont .rules_inner .rules_sub_inner ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#rules a {
  text-decoration: underline;
  transition: all 1s;
}
#rules a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #rules {
    padding: 7vw 0 10vw;
  }
  #rules .inner_cont {
    width: 92.381vw;
  }
  #rules .inner_cont h2 {
    font-size: 1.4rem;
    margin: 0 auto 5vw;
  }
  #rules .inner_cont .rules_inner {
    height: 100vw;
    padding: 5vw 2vw 5vw 4vw;
  }
  #rules .inner_cont .rules_inner .rules_sub_inner {
    height: 86vw;
    font-size: 0.9rem;
  }
  #rules .inner_cont .rules_inner .rules_sub_inner p {
    margin-bottom: 7vw;
  }
}

/* ============================================================================================== */
/* banners                                                                                        */
/* ============================================================================================== */
#banners {
  padding: 65px 0;
  background: #f7f7f7;
}
#banners .inner_cont {
  width: 100%;
  max-width: 1198px;
}
#banners .inner_cont h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 40px;
}
#banners .inner_cont ul.fl {
  width: 100%;
}
#banners .inner_cont ul.fl li {
  width: 25%;
  max-width: 298px;
}
#banners .inner_cont ul.fl li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #banners {
    padding: 7vw 0;
  }
  #banners .inner_cont {
    width: 83.619vw;
    max-width: initial;
  }
  #banners .inner_cont h2 {
    font-size: 1.4rem;
    margin: 0 auto 5vw;
  }
  #banners .inner_cont ul.fl {
    display: block;
    width: 100%;
  }
  #banners .inner_cont ul.fl li {
    width: 100%;
    max-width: initial;
  }
}

/* ============================================================================================== */
/* close                                                                                          */
/* ============================================================================================== */
body.cp_close_hidden {
  /*overflow: hidden;*/
}
body.cp_close_hidden .l-footer {
  z-index: 9000;
}
/*@media screen and (min-width: 768px) {
 body.cp_close_hidden #firstview .inner_cont .qr{
  z-index: 1100;
 }
}*/
.cp_close {
  /* display: none; */
  position: fixed;
  top: -100px;
  width: 100vw;
  height: 120vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}
.cp_close p {
  max-width: 1020px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 62px 195px !important;
  margin: 410px auto 0 !important;
  background: #fff;
  border: #f65489 5px solid;
}
@media screen and (max-width: 767px) {
  .cp_close p {
    max-width: 92vw;
    font-size: 17px;
    padding: 15vw 0 !important;
    margin: 70vw auto 0 !important;
    background: #fff;
    border: #f65489 5px solid;
  }
  /* body.cp_close_hidden #firstview .inner_cont .qr.fixed{
  position: static;
 }*/
}
