@charset "UTF-8";
/*----------------
リセット CSS
-----------------*/
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

/***********クリアフィックス***********/
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
  clear: both;
}

/***********aタグ設定************/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: top;
}

a:active {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: top;
}

a:hover {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: top;
}

a:link {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: top;
}

a:visited {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: top;
}

/*----------------
happyo
-----------------*/
#happyo {
  padding: 30 0 75px;
  background: #E3F2DE;
}

/***********スマホ自動文字調整機能オフ***********/
body {
  -webkit-text-size-adjust: 100%;
}

/***********フォント設定**********/
html {
  color: #333;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴシック",
 "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
 sans-serif;
  font-size: 62.5%;
}

html > body {
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.1em;
}

@font-face {
  font-family: "MyYuMinchoC";
  src: local("YuMincho-Demibold"), local("YuMincho Demibold");
  /* for Mac */
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
}

/*----------------
共通パーツ
-----------------*/
body {
  overflow: hidden;
  background: #f8f8f8;
}

main {
  font-family: "Yu Mincho", YuMincho, "游明朝体",
 "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝",
 "MS PMincho", serif;
}

.sp {
  display: none;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.light {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.light:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-filter: alpha(opacity=80);
}

@media (max-width: 768px) {
  body {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    max-width: 100%;
  }
}

.scroll_ob {
  opacity: 0;
}

.fadeinBtm {
  -webkit-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.fadeinBtm.scroll_in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*----------------
MV
-----------------*/
#mv {
  position: relative;
  padding: 4.11111% 0 3.94444%;
  background: url(../images/mv_bg01_pc.jpg) no-repeat center;
  background-size: cover;
}

#mv h1, #mv p {
  min-width: 700px;
  max-width: 1000px;
  width: 55.55556%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  #mv {
    padding: 5.2vw 0 26.13333vw;
    background: url(../images/mv_bg01_sp.jpg) no-repeat center;
    background-size: 100% auto;
  }
  #mv h1, #mv p {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

/*----------------
intro
-----------------*/
#intro {
  padding: 70px 0 75px;
  background: #fff;
}

#intro .intro_txt {
  line-height: 1.55;
  font-size: 20px;
  text-align: center;
}

#intro .intro_txt span {
  display: block;
  margin-bottom: 40px;
  line-height: 1.26;
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 768px) {
  #intro {
    padding: 8.66667vw 0 9.86667vw;
  }
  #intro .intro_txt {
    line-height: 1.46;
    font-size: 3.46667vw;
  }
  #intro .intro_txt span {
    margin-bottom: 5.06667vw;
    line-height: 1.33;
    font-size: 4.8vw;
  }
}

/*----------------
flow
-----------------*/
#flow {
  padding: 120px 0;
  background: url(../images/flow_bg01.png);
}

#flow .flow_head {
  color: #493500;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.075em;
}

#flow .flow_listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 78px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#flow .flow_listWrap .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 310px;
  width: 31%;
  position: relative;
}

#flow .flow_listWrap .flow_list .list_nums {
  width: 160px;
  position: absolute;
  top: -27px;
  left: 50%;
  margin-left: -80px;
  padding: 11px 0;
  border-radius: 60px;
  color: #fff;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background: #3b916b;
}

#flow .flow_listWrap .flow_list .list_nums small {
  font-size: 80%;
  font-weight: bold;
}

#flow .flow_listWrap .flow_list .list_cnt {
  padding: 37px 12.90323% 25px;
  background: #fff;
}

#flow .flow_listWrap .flow_list .cnt_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 20px);
  height: 52px;
  margin: 0 -10px;
  color: #3b916b;
  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#flow .flow_listWrap .flow_list .cnt_txtWrap {
  margin: 0 -8px;
}

#flow .flow_listWrap .flow_list .cnt_txt {
  margin-top: 10px;
  line-height: 1.63;
  font-size: 16px;
  letter-spacing: -0.04em;
}

#flow .flow_listWrap .flow_list .note_listWrap {
  margin-top: 5px;
  margin-left: 1em;
  line-height: 1.71;
  font-size: 14px;
  text-indent: -1em;
  letter-spacing: 0;
}

#flow .btn_listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 840px;
  margin: 60px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#flow .btn_listWrap .btn_list {
  max-width: 400px;
  width: 47.61905%;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  line-height: 1.45;
  font-size: 22px;
  font-weight: bold;
  background: url(../images/flow_btn_bg01_pc.png) no-repeat center;
  background-size: 100% auto;
}

#flow .btn_listWrap .btn_list + .btn_list {
  margin-left: 40px;
}

#flow .btn_listWrap .btn_list a {
  display: block;
  padding: 24px 0 24px 27.5%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0;
}

#flow .ex {
  margin-top: 100px;
}

#flow .ex .ex_head {
  color: #493500;
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.4em;
}

#flow .ex .ex_listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#flow .ex .ex_listWrap .ex_list {
  max-width: 310px;
  width: 31%;
}

@media only screen and (max-width: 768px) {
  #flow {
    padding: 10.66667vw 5.33333vw 13.33333vw;
    /********************************/
    /********************************/
  }
  #flow .flow_head {
    line-height: 1.5;
    font-size: 5.33333vw;
    letter-spacing: 0.01em;
  }
  #flow .flow_listWrap {
    display: block;
    margin-top: 9.33333vw;
  }
  #flow .flow_listWrap .flow_list {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  #flow .flow_listWrap .flow_list + .flow_list {
    margin-top: 9.33333vw;
  }
  #flow .flow_listWrap .flow_list .list_nums {
    width: 24vw;
    top: 0;
    left: 50%;
    margin-top: -4vw;
    margin-left: -12vw;
    padding: 1.86667vw 0 2.13333vw;
    border-radius: 8vw;
    font-size: 5.33333vw;
    letter-spacing: -0.035em;
  }
  #flow .flow_listWrap .flow_list .list_cnt {
    padding: 8vw 5.33333vw 4.66667vw;
  }
  #flow .flow_listWrap .flow_list .cnt_head {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 4vw;
  }
  #flow .flow_listWrap .flow_list dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.66667vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #flow .flow_listWrap .flow_list .cnt_img {
    width: 25.6vw;
  }
  #flow .flow_listWrap .flow_list .cnt_txtWrap {
    width: 51.33333vw;
    margin: 0;
  }
  #flow .flow_listWrap .flow_list .cnt_txt {
    margin-top: 2.66667vw;
    line-height: 1.54;
    font-size: 3.46667vw;
    letter-spacing: -0.02em;
    word-break: break-all;
  }
  #flow .flow_listWrap .flow_list .cnt_txt .spaceR {
    margin-right: -0.4em;
  }
  #flow .flow_listWrap .flow_list .cnt_txt .spaceL {
    margin-left: -0.3em;
  }
  #flow .flow_listWrap .flow_list .note_listWrap {
    margin-top: 1.33333vw;
    line-height: 1.45;
    font-size: 2.93333vw;
  }
  #flow .btn_listWrap {
    display: block;
    width: 60vw;
    margin: 8vw auto 0;
  }
  #flow .btn_listWrap .btn_list {
    max-width: 100%;
    width: 100%;
    -webkit-box-shadow: 0 0.8vw 2.66667vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.8vw 2.66667vw rgba(0, 0, 0, 0.2);
    line-height: 1.42;
    font-size: 3.2vw;
    background: url(../images/flow_btn_bg01_sp.png) no-repeat center;
    background-size: 100% auto;
  }
  #flow .btn_listWrap .btn_list + .btn_list {
    margin-top: 4vw;
    margin-left: 0;
  }
  #flow .btn_listWrap .btn_list a {
    padding: 3.33333vw 0 3.06667vw 17.2vw;
  }
  #flow .ex {
    margin-top: 10.66667vw;
  }
  #flow .ex .ex_head {
    font-size: 5.33333vw;
    letter-spacing: 0.2em;
  }
  #flow .ex .ex_listWrap {
    display: block;
    max-width: 74.4vw;
    width: 74.4vw;
    margin: 5.33333vw auto 0;
  }
  #flow .ex .ex_listWrap .ex_list {
    max-width: 100%;
    width: 100%;
  }
  #flow .ex .ex_listWrap .ex_list + .ex_list {
    margin-top: 4vw;
  }
}

/*----------------
prize
-----------------*/
#prize {
  padding: 121px 0 120px;
  background: url(../images/prize_bg01.png) center;
}

#prize .prize_head {
  color: #493500;
  line-height: 1;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.4em;
}

#prize .prize_listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#prize .prize_listWrap .item01 {
  max-width: 766px;
  width: 76.6%;
  margin-bottom: 32px;
}

#prize .prize_listWrap .item02 {
  max-width: 447px;
  width: 44.7%;
  margin-left: 1%;
}

#prize .prize_listWrap .item03 {
  max-width: 450px;
  width: 45%;
  margin-left: 5.2%;
}

#prize .prize_listWrap .item04 {
  max-width: 864px;
  width: 86.4%;
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  #prize {
    padding: 16.13333vw 0 16vw;
  }
  #prize .prize_head {
    font-size: 6.66667vw;
    letter-spacing: 0.25em;
  }
  #prize .prize_listWrap {
    margin-top: 7.6vw;
  }
  #prize .prize_listWrap .item01 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 2.93333vw;
  }
  #prize .prize_listWrap .item02 {
    max-width: 50%;
    width: 50%;
    margin-left: 0;
  }
  #prize .prize_listWrap .item03 {
    max-width: 50%;
    width: 50%;
    margin-left: 0;
  }
  #prize .prize_listWrap .item04 {
    max-width: 100%;
    width: 100%;
    margin-top: 0.8vw;
  }
}

/*----------------
about
-----------------*/
#about {
  padding: 99px 0 94px;
  background: url(../images/about_bg01_pc.jpg) no-repeat center bottom, #fff;
  background-size: 100% auto;
}

#about .about_head {
  max-width: 236px;
  width: 23.6%;
  margin: 0 auto;
}

#about .about_txt {
  margin-top: 53px;
  line-height: 1.67;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #about {
    padding: 14.8vw 5.33333vw 12.4vw;
    background: url(../images/about_bg01_sp.jpg) no-repeat center bottom, #fff;
    background-size: 100% auto;
  }
  #about .about_head {
    max-width: 31.46667vw;
    width: 31.46667vw;
  }
  #about .about_txt {
    margin-top: 7.06667vw;
    line-height: 1.54;
    font-size: 3.46667vw;
  }
}

/*---v-------------
other
-----------------*/
#other {
  padding: 120px 0;
}

#other .other_head {
  padding: 17px 0;
  color: #fff;
  line-height: 1;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.075em;
  background: #aa9f70;
}

#other .other_detailsWrap {
  margin-top: 37px;
  font-size: 16px;
  letter-spacing: 0.02em;
}

#other .other_detailsWrap dt {
  font-weight: bold;
}

#other .other_detailsWrap dd + dt {
  margin-top: 24px;
}

#other .terms {
  margin-top: 94px;
}

#other .txt_indent {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}

#other .txt_indent02 {
  display: block;
  margin-left: 1.5em;
  text-indent: -1.5em;
}

@media only screen and (max-width: 768px) {
  #other {
    padding: 10.66667vw 5.33333vw 12.8vw;
  }
  #other .other_head {
    padding: 2.26667vw 0;
    font-size: 3.73333vw;
    letter-spacing: 0.035em;
  }
  #other .other_detailsWrap {
    margin-top: 4.93333vw;
    line-height: 1.45;
    font-size: 2.93333vw;
    letter-spacing: 0;
  }
  #other .other_detailsWrap dd + dt {
    margin-top: 4.66667vw;
  }
  #other .terms {
    margin-top: 7.33333vw;
  }
}

/*-----------
footer
-----------*/
footer {
  line-height: 150%;
  font: normal 13px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial,
 Helvetica, sans-serif;
}

footer .footer_inner {
  padding: 0 0 25px;
}

footer .footer_logo {
  width: 236px;
  margin: 0 auto;
}

footer .footer_link {
  font-size: 0;
  text-align: center;
}

footer .footer_link li {
  display: inline-block;
  position: relative;
  padding: 40px 20px 0;
  line-height: 1;
  font-size: 14px;
}

footer .footer_link li:not(:last-child)::after {
  position: absolute;
  right: -3px;
  content: "|";
}

footer .footer_link li a {
  color: #1b365d;
  font-weight: 700;
}

footer .footer_copyright {
  display: block;
  padding: 18px 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #1b365d;
}

@media only screen and (max-width: 768px) {
  footer .footer_logo {
    width: 31.46667vw;
  }
  footer .footer_inner {
    padding: 15px 0;
  }
  footer .footer_link li {
    padding: 10px 15px 0;
  }
  footer .footer_copyright {
    padding: 10px;
  }
}
/*# sourceMappingURL=style.css.map */