@charset "UTF-8";
body{
  color: #444;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","Noto Sans CJK JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック","SF Pro Text","Roboto",sans-serif;
}

/* Page */
.container{
  max-width: 428px;
  margin: 0 auto;
}
.about h1{
  text-align: center;
}
.about h1 img{
  max-width: 100%;
  height:auto;
}
.about h1 + h2{
  margin: 14px 0 0;
  padding: 5px 0;
  color: #00af00;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  background: #fff;
  border-radius: 25px;
}
.about > h2 span{
  font-weight: 600;
}
.about > h2 + p{
  margin: 16px 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.mv__inner{
  position: relative;
  background-color: #f6ede4;
}
.mv__inner img{
  vertical-align: top;
}
/* .mv__inner::before{
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: url("../image/wave3.png");
  background-size: 100%;
  transform: rotateX(180deg);
} */
.about__period{
  position: relative;
  padding: 14px 0;
  background: url("../image/bg_notice.png");
  background-size: 110px;
  background-position: center -5px;
  text-align: center;
  border-left: 3px solid #F6EDE4;
  border-bottom: 3px solid #F6EDE4;
  border-right: 3px solid #F6EDE4;
}
.about__period::before{
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 2px;
  content: "";
  background: url("../image/wave3.png");
  background-size: auto;
}
.anchor__button{
  width: 258px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  background: #e3403d;
  border: none;
  border-radius: 8px;
}
.anchor__button::before{
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 14px;
  height: 6px;
  background: url("../../../img/icon-arrow-down-2.svg") no-repeat center;
}
.about__period p:nth-of-type(2){
  color: #844608;
  font-size: 10px;
  font-weight: 900;
  line-height: 12px;
}
.about__inner{
  padding: 32px 20px 40px;
}
.about .entry__notice{
  margin: 24px 0;
}
.about__macromill{
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 27px 20px;
  margin-top: 24px;
}
.about__macromill h2{
  margin-bottom: 12px;
font-size: 16px;
line-height: 16px;
text-align: center;
}
.about__macromill p{
  font-size: 12px;
  line-height: 16.8px;
}
.about__macromill .entry__notice{
  margin: 8px 0 0;
  font-size: 10px;
  line-height: 14px;
}
.about__macromill .entry__notice a,
.entry__notice a,
.about__present ol li a,
.notes__contents a{
  color: #844608;
  text-decoration: underline;
}
.contents__title{
  position: relative;
  margin: 0 auto;
  font-size: 24px;
  line-height: 24px;
  color: rgba(0,0,0,0);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-shadow:1px 1px 0 #6c3804, -1px -1px 0 #6c3804,
  -1px 1px 0 #6c3804, 1px -1px 0 #6c3804,
  0px 1px 0 #6c3804,  0 -1px 0 #6c3804,
  -1px 0 0 #6c3804, 1px 0 0 #6c3804;
}
.contents__title::before{
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(0,0,0,0);
  background-image: url("../image/bg_text.png");
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  text-shadow: none;
}
.entry{
  position: relative;
  padding: 40px 20px;
  background: #f6ede4;
}
.entry::before,
.entry::after{
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  background-size: 100%;
}
.entry::before{
  top: -2px;
  background: url("../image/wave.png");
}
.entry::after{
  bottom: -2px;
  background: url("../image/wave.png");
  transform: rotateX(180deg);
}
.entry h2{
  font-size: 24px;
  line-height: 24px;
}
.entry > ol{
  display: flex;
  flex-direction: column;
  margin: 38px 0 0;
  list-style: none;
}
.entry > ol > li{
  position: relative;
  padding: 36px 20px 20px;
  background: #fff;
  border: none;
  border-radius: 10px;
}
.entry > ol > li::before{
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: 0 0 0 -20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.entry > ol > li:nth-of-type(1)::before{
  background-image: url("../image/step-1.png");
}
.entry > ol > li:nth-of-type(2){
  padding-top: 26px;
}
.entry > ol > li:nth-of-type(2)::before{
  background-image: url("../image/step-2.png");
}
.entry > ol > li:nth-of-type(3)::before{
  background-image: url("../image/step-3.png");
}
.entry > ol > li:nth-of-type(4)::before{
  background-image: url("../image/present.svg");
}
.entry li > h3{
  font-size: 14px;
  line-height: 19.6px;
  text-align: center;
}
.entry li > h3 + p{
  margin: 11px 0 0;
  color: #757575;
  font-size: 12px;
  line-height: 16.8px;
}
.entry li > h3 + p.entry__notice{
  margin-top: 4px;
  text-align: center;
  letter-spacing: -0.5px;
}
.entry li:nth-of-type(2) h3{
  font-size: 16px;
  line-height: 22.4px;
}
.entry li:nth-of-type(2) h3 span{
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  color: #ffae00;
}
.entry li:nth-of-type(2) h3 span::before{
  position: absolute;
  top: 0;
  left: -10px;
  display: block;
  width: 2px;
  height: 14px;
  content: "";
  background-color: #ffae00;
  transform: rotate(-31deg);
}
.entry li:nth-of-type(2) h3 span::after{
  position: absolute;
  top: 0;
  right: -10px;
  display: block;
  width: 2px;
  height: 14px;
  content: "";
  background-color: #ffae00;
  transform: rotate(31deg);
}
.entry h3 span b{
  font-size: 20px;
}
.entry h3 b{
  font-size: 18px;
}
.entry__form{
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
}
.entry__form label{
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
}
.entry__form input{
  box-sizing: border-box;
  display: block;
  margin: 9px 0 15px;
  padding: 11px 16px;
  width: 100%;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","Noto Sans CJK JP","SF Pro Text","Roboto",sans-serif;
  font-size: 15px;
  line-height: 22.5px;
  border: solid 1px #e6e6e6;
  border-radius: 2px;
}
.entry__form input::placeholder{
  color: rgba(60,60,67,0.3);
}
.entry__notice{
  color: #757575;
  font-size: 10px;
  line-height: 14px;
}
.entry__button{
  margin: 16px auto 4px;
  padding: 15px 0;
  width: 100%;
  max-width: 258px;
  color: #fff;
  font-size: 14px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","Noto Sans CJK JP","SF Pro Text","Roboto",sans-serif;
  font-weight: 700;
  line-height: 1;
  background: #e3403d;
  border: none;
  border-radius: 8px;
}
.entry__button.is--success{
  background: #afafaf;
}
.entry__notes{
  margin: 16px 0 0;
  padding: 12px 20px 16px;
  border: solid #e6e6e6 1px;
  border-radius: 4px;
}
.entry__notes h4{
  color: #555;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.entry__notes > p{
  margin-top: 14px;
  font-size: 12px;
  line-height: 16.8px;
}
.notes__contents{
  margin: 10px 0 0;
}
.notes__contents p,
.notes__contents li{
  margin: 0;
  color: #757575;
  font-size: 10px;
  line-height: 14px;
}
.notes__contents li:not(:last-child){
  margin-bottom: 2px;
}
.notes__contents ol{
  margin-left: 12px;
}
.about__enquete .entry__notice{
  font-size: 10px;
  line-height: 14px;
}
.about__enquete .entry__notes{
  margin-bottom: 14px;
}
.about__enquete .entry__notes .entry__notice{
  margin-top: 8px;
}
.about__enquete .notes__contents li{
  margin-left: 6px;
  font-size: 12px;
  line-height: 16.8px;
  color: #444;
}
.download__button{
  display: block;
  width: 100%;
  max-width: 258px;
  margin: 16px auto;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","Noto Sans CJK JP","SF Pro Text","Roboto",sans-serif;
  font-weight: 700;
  line-height: 1;
  background: #e3403d;
  border: none;
  border-radius: 8px;
}
.entry > ol > li:nth-of-type(3){
  padding: 28px 20px 20px;
  text-align: left;
}
.entry > ol > li:nth-of-type(3) .about__present h3{
  font-size: 14px;
  line-height: 22.4px;
  text-align: center;
}
.entry .anchor__button{
  margin-top: 32px;
}
.entry .anchor__button::before{
  background: url("../../../img/icon-arrow-up.svg") no-repeat center;
}
.about__present h3 span{
  display: inline-block;
  font-size: 12px;
  line-height: 16.8px;
  color: #444;
}
.about__present h4{
  background: #ffae00;
}
.about__present ol > li{
  margin-left: 33px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 900;
  color: #ffae00;
}
.about__present ol li::marker{
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}
.about__present ol > li > p{
  margin-top: 4px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","Noto Sans CJK JP","SF Pro Text","Roboto",sans-serif;
  font-weight: normal;
  line-height: 14px;
}
.about__present + .entry__notes{
  margin: 24px 0 0;
}
.about__present + .entry__notes .notes__contents{
  margin: 14px 0 0;
}
.present__notes{
  margin: 16px 0 0;
}
.present__notes > p:nth-of-type(1){
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
}
.present__notes p:nth-of-type(2){
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 17px;
}
.present__notes p:nth-of-type(3){
  margin: 8px 0 0;
  font-size: 10px;
  line-height: 14px;
}
.present__notes p:nth-child(3) a{
  color: #00af00;
}
.about__airwallet{
  margin: 32px 0 0;
}
.about__airwallet img:nth-child(2),
.about__airwallet img:nth-of-type(3){
  margin: 24px auto 0;
}
.about__airwallet p{
  margin: 16px 0 0;
  line-height: 16.8px;
}
.about__airwallet a:nth-of-type(1){
  display: block;
  margin: 16px 0 0;
}
.about__airwallet a:nth-of-type(2){
  display: block;
  margin: 12px 0 0;
}
.about__present .entry__notes{
  margin: 24px 0 0;
}
.about__present > p{
  position: relative;
  text-align: center;
}
.question{
  padding: 42px 20px 40px;
  background: #fcf9f7;
}
.question h2{
  font-size: 24px;
  line-height: 24px;
}
.question ul{
  display: flex;
  flex-direction: column;
  margin:24px 0 0;
  padding: 22px 20px 18px 52px;
  background: #fff;
  border-radius: 10px;
  list-style: none;
}
.question h3{
  position: relative;
  font-size: 14px;
  line-height: 19.6px;
}
.question h3::before,
.question p::before{
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.question h3::before{
  content: "Q.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -34px;
  width: 29px;
  color: #ffae00;
  letter-spacing: 1.1px;
  text-align: center;
}
.question p{
  position: relative;
  margin: 9px 0 0;
  font-size: 12px;
  line-height: 16.8px;
}
.question p::before{
  content:"A.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -34px;
  width: 29px;
  color: #999;
  letter-spacing: .9px;
  font-weight: bold;
  text-align: center;
}
.overview{
  padding: 40px 20px;
  background: url("../image/bg_notice.png") top center;
  background-size: 202px auto;
}
.overview h2{
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
.overview > div{
  margin: 20px 0 0;
}
.overview > div:nth-of-type(1){
  margin-top: 24px;
}
.overview > div:nth-of-type(4){
  margin-top: 20px;
}
.overview p.margin--top{
  margin: 20px 0 0;
}
.overview h3,
.overview p{
  line-height: 16.8px;
}
.overview h3{
  margin-bottom: 4px;
}
.overview a{
  color: #844608;
}
.overview ul{
  list-style: none;
}
.overview li{
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16.8px;
}
.overview li li{
  padding: 0 0 0 2em;
}
.overview li li::first-letter{
  margin: 0 0 0 -1em;
}
.entry__modal__overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  outline: 0;
  background: rgb(0 0 0 / 40%);
}
.entry__modal{
  display: none;
  position: fixed;
  top: 50%;
  left: 20px;
  right: 20px;
  z-index: 10;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
.entry__modal__title{
  font-size: 16px;
  font-weight: bold;
  line-height: 22.4px;
  text-align: center;
}
.entry__modal__description{
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.entry__modal__close{
  width: 100%;
  margin: 16px 0 0;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  background: #e3403d;
  border: none;
  border-radius: 12px;
}
.footer{
  border-top: 1px solid #f6ede4;
}
.footer__privacy a{
  color: #844608;
}