@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;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, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
li {
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img, picture {
  vertical-align: middle;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}
br {
  line-height: 0;
}
/* safariでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}
/* -----------------------------------------------------
	basic
----------------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.73333vw;
  }
}
main {
  width: 100%;
  position: relative;
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 4.6667vw;
  }
}
a {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* -----------------------------------------------------
	btn
----------------------------------------------------- */
.btn img {
  width: 100%;
  height: auto;
}
.btn:hover {
  top: 10px;
  -webkit-box-shadow: 0 0 #000;
  box-shadow: 0 0 #000;
}
@media screen and (max-width: 768px) {
  .btn:hover {
    top: 2vw;
  }
}
/* -----------------------------------------------------
	header
----------------------------------------------------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-height: 80px;
  aspect-ratio: 21 / 1;
  padding: 0 20px 0 25px;
  background-color: rgba(0, 94, 60, 0.9);
}
@media screen and (max-width: 768px) {
  .header {
    height: 13.33333vw;
    padding: 0 2.66667vw 0 4vw;
  }
}
.header h1 {
  position: relative;
  z-index: 2;
  width: 4.036697247706423%;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .header h1 {
    width: 14.4vw;
  }
}
.header .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: 9.357798165137615%;
}
@media screen and (max-width: 768px) {
  .header .sns {
    width: auto;
  }
}
.header .sns li {
  width: 26.797385620915033%;
  margin-left: 6.535947712418301%;
}
@media screen and (max-width: 768px) {
  .header .sns li {
    width: 7.86667vw;
    margin-left: 2.26667vw;
  }
}
.f_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 80px;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 21 / 1;
  padding: 0 20px 0 25px;
  background-color: rgba(0, 100, 40, 0.9);
}
@media screen and (max-width: 768px) {
  .f_header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 13.33333vw;
    padding: 0.66667vw 2.66667vw 0.66667vw 4vw;
    aspect-ratio: 15 / 2;
  }
}
.f_header h1 {
  width: 4.036697247706423%;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .f_header h1 {
    width: 13.6vw;
  }
}
/* -----------------------------------------------------
	footer
----------------------------------------------------- */
footer {
  background: #006428;
}
footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFF;
  height: 56px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer p {
    font-size: 2.4vw;
    height: 13.33333vw;
    letter-spacing: -0.01em;
  }
}
/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}
/* -----------------------------------------------------
  kv
----------------------------------------------------- */
#kv {
  background-color: #902012;
  position: relative;
}
#kv .kv01 img {
  position: absolute;
  top: 22.778229vw;
  right: 13.5vw;
  width: 14.286vw;
}
#kv .kv02 img {
  position: absolute;
  top: 26.265625vw;
  left: 9vw;
  width: 21vw;
}
@media screen and (max-width: 768px) {
  #kv .kv01 img {
    position: absolute;
    top: 83.77822916vw;
    right: 13.520vw;
    width: 31.640625vw;
  }
  #kv .kv02 img {
    position: absolute;
    top: 74.265625vw;
    left: 0vw;
    width: 42.57812vw;
  }
}
/* -----------------------------------------------------
  period
----------------------------------------------------- */
#period {
  background-color: #552e31;
  padding: 50px 0 100px 0;
}
@media screen and (max-width: 768px) {
  #period {
    padding: 8vw 0 10vw;
  }
}
#period .inner {
  position: relative;
  width: 990px;
}
#period .period03 {
  position: absolute;
  top: 110px;
}
.period02 {
  margin: -75px 0 0 0;
}
@media screen and (max-width: 768px) {
  #period .inner {
    max-width: 100%;
  }
  #period .period03 {
    top: 22.135vw;
    width: 90%;
  }
  .period02 {
    margin: -20.833vw 0 0 0;
  }
}
/* -----------------------------------------------------
  comingsoon
----------------------------------------------------- */
#comingsoon {
  background-color: #006428;
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  #comingsoon {
    padding: 21.33333vw 0;
  }
}
#comingsoon .inner h2 {
  width: 49.7%;
  margin: 0 auto 54px;
}
@media screen and (max-width: 768px) {
  #comingsoon .inner h2 {
    width: 66.26667vw;
    margin: 0 auto 7.2vw;
  }
}
#comingsoon .inner .box {
  background-color: #FFF;
  border-radius: 40px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #comingsoon .inner .box {
    border-radius: 3.2vw;
    padding: 8vw 2.66667vw;
  }
}
#comingsoon .inner .box p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #comingsoon .inner .box p {
    font-size: 3.73333vw;
  }
}
/* -----------------------------------------------------
  statement
----------------------------------------------------- */
#statement {
  background-image: url("../images/statement_bg.png");
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, auto;
  padding: 37px 0 90px;
  margin: -40px 0 0 0;
  position: relative;
}
#statement .inner {
  width: 1000px;
}
#statement .bg01 {
  position: absolute;
  left: 9vw;
  top: 23vw;
  width: 11.875vw;
}
#statement .bg02 {
  position: absolute;
  right: 8vw;
  top: 80vw;
  width: 18.28125vw;
}
#statement .bg03 {
  position: absolute;
  left: 15vw;
  top: 128vw;
  width: 8.125vw;
}
#statement .bg04 {
  position: absolute;
  right: 4.5vw;
  top: 141vw;
  width: 12.65625vw;
}
@media screen and (max-width: 768px) {
  #statement {
    background-image: url("../images/statement_bg_sp.png");
    padding: 10.4166vw 0 9.114vw;
    margin: -5.2083vw 0 0 0;
  }
}
#statement .inner .btn {
  width: 480px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #statement .inner .btn {
    width: 75.520vw;
  }
}
#statement .inner .btn_note {
  margin: 16px 0 0;
  color: #000;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #statement .inner .btn_note {
    margin: 4vw 0 0;
    font-size: 2.93333vw;
  }
}
#statement .inner h2 {
  margin: 50px 0 50px;
}
@media screen and (max-width: 768px) {
  #statement .inner h2 {
    margin: 7.8125vw 0 4.557vw 0;
  }
}
#statement .inner h2 picture {
  display: block;
  width: 648px;
  margin: 0 auto;
}
#statement .inner h2 span {
  display: block;
  width: 58.4%;
  margin: 0 auto 14px;
}
@media screen and (max-width: 768px) {
  #statement .inner h2 span {
    width: 77.86667vw;
    margin: 0 auto 0.8vw;
  }
}
#statement .inner .box {
  background-color: #FFF;
  border-radius: 16px;
  padding: 40px 50px;
  margin: -33px 0 0 0;
}
@media screen and (max-width: 768px) {
  #statement .inner .box {
    padding: 6.66667vw 0 8.93333vw;
    margin: -6.119vw 0 0 0;
  }
}
#statement .inner .box h3 {
  width: 100%;
  margin: 0 0 28px;
}
@media screen and (max-width: 768px) {
  #statement .inner .box h3 {
    margin: 0 0 8vw;
  }
}
#statement h3 img {
  width: 274px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #statement h3 img {
    width: 50.78vw;
    margin: 0 auto 0 auto;
  }
}
#statement .inner .box .ttl02 {
  margin: 50px auto 30px auto;
  width: 377px;
}
#statement .inner .box .ttl03 {
  margin: 60px auto 30px auto;
  width: 160px;
}
#statement .inner .box .ttl04 {
  margin: 60px auto 20px auto;
  width: 279px;
}
#statement .inner .box .ttl05 {
  margin: 10px auto 55px auto;
  width: 485px;
}
@media screen and (max-width: 768px) {
  #statement .inner .box .ttl02 {
    margin: 7.8125vw auto 7.8125vw auto;
    width: 68.2291vw;
  }
  #statement .inner .box .ttl03 {
    width: 26.4322vw;
    margin: 9.1145vw auto 3.90625vw auto;
  }
  #statement .inner .box .ttl04 {
    width: 46.09375vw;
    margin: 9.1145vw auto 3.90625vw auto;
  }
  #statement .inner .box .ttl05 {
    width: 74.60vw;
    margin: 1.30208vw auto 9.1145vw auto;
  }
}
#statement .inner .box .pic_box {
  position: relative;
  margin: 40px 0 0 0;
}
#statement .inner .box .pic01 {
  width: 461px;
  margin: 0 auto;
}
#statement .inner .box .pic02 {
  position: absolute;
  top: 0;
  right: -30px;
  left: 0;
  margin: 0 auto;
  width: 305px;
}
#statement .inner .box .pic03 {
  position: absolute;
  top: -20px;
  right: 140px;
}
#statement .inner .box .pic_box02 {
  display: flex;
  justify-content: center;
}
#statement .inner .box .pic04 {
  margin: 0 10px 0 0;
}
#statement .inner .box .pic05 {
  margin: 0 10px 0 0;
}
#statement .inner .box .pic_box03 {
  display: flex;
  justify-content: center;
}
#statement .inner .box .pic07 {
  margin: 0 20px 0 0;
}
#statement .inner .box .pic_box04 {
  display: flex;
  justify-content: center;
  position: relative;
  height: 340px;
}
#statement .inner .box .pic09 {
  position: absolute;
  top: 0;
  left: 20px;
}
#statement .inner .box .pic10 {
  position: absolute;
  bottom: 0;
  left: 280px;
  z-index: 1;
}
#statement .inner .box .pic11 {
  position: absolute;
  top: 0;
  right: 10px;
}
#statement .inner .box .pic_box05 {
  display: flex;
  justify-content: center;
  position: relative;
  height: 300px;
  margin: 0 0 30px 0;
}
#statement .inner .box .pic12 {
  position: absolute;
  top: 35px;
  right: 50px;
}
#statement .inner .box .pic13 {
  position: absolute;
  bottom: 0;
  left: 500px;
  z-index: 1;
  bottom: 15px;
}
#statement .inner .box .pic14 {
  position: absolute;
  top: 0;
  left: 20px;
}
@media screen and (max-width: 768px) {
  #statement .inner .box .pic_box {
    width: 100%;
  }
  #statement .inner .box .pic01 {
    width: 68.229vw;
  }
  #statement .inner .box .pic02 {
    right: -18px;
    width: 45.052vw;
  }
  #statement .inner .box .pic03 {
    right: -10px;
    width: 23.567vw;
  }
  #statement .inner .box .pic_box02 {
    display: inherit;
  }
  #statement .inner .box .pic04 {
    width: 75.5208vw;
    margin: 0 auto 2.6041vw auto;
  }
  #statement .inner .box .pic05 {
    width: 75.5208vw;
    margin: 0 auto 2.6041vw auto;
  }
  #statement .inner .box .pic06 {
    width: 75.5208vw;
    margin: 0 auto;
  }
  #statement .inner .box .pic07 {
    width: 36.5885vw;
    margin: 0 2.604vw 0 0;
  }
  #statement .inner .box .pic08 {
    width: 40.49479vw;
  }
  #statement .inner .box .pic_box04 {
    height: 101.56vw;
    margin: 0 0 5.2083vw 0;
  }
  #statement .inner .box .pic09 {
    width: 48.82vw;
    z-index: 1;
    left: -15px;
    top: 10px;
  }
  #statement .inner .box .pic10 {
    width: 28.906vw;
    z-index: 1;
    right: 0;
    left: 180px;
    top: 0;
  }
  #statement .inner .box .pic11 {
    width: 76.822916vw;
    top: auto;
    bottom: 0;
    right: auto;
  }
  #statement .inner .box .pic_box05 {
    height: 83.3333vw;
    margin: 0;
  }
  #statement .inner .box .pic12 {
    width: 51.8229vw;
    z-index: 1;
    right: -15px;
    top: 0;
  }
  #statement .inner .box .pic13 {
    width: 22.656vw;
    z-index: 1;
    right: 0;
    left: 70px;
    top: 50px;
  }
  #statement .inner .box .pic14 {
    width: 76.82291vw;
    top: auto;
    bottom: 0;
    left: auto;
  }
}
/* -----------------------------------------------------
  item
----------------------------------------------------- */
#item {
  background-image: url("../images/item_bg.png");
  /*background-size: 43.214285714285715% auto, 34.10714285714286% auto, 100% auto;*/
  background-position: left top, right bottom, left top;
  background-repeat: no-repeat;
  padding: 80px 0;
  background-size: cover;
  height: 2685px;
}
@media screen and (max-width: 768px) {
  #item {
    background-image: url("../img/sp/item_bg.jpg");
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding: 9.114vw 0;
    height: auto;
  }
}
#item .inner h2 {
  width: 274px;
  margin: 0 auto 50px;
}
#item .inner .lead {
  width: 503px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #item .inner h2 {
    width: 47.2vw;
    margin: 0 auto 6.93333vw;
  }
  #item .inner .lead {
    width: 51.82vw;
    margin: 0 auto 6.510vw;
  }
}
#item .inner .box_wrap {
  margin: 60px 0 0;
}
#item .inner .box_wrap .box h3 {
  width: 225px;
  margin: 0 auto 15px;
}
#item .inner .box_wrap02 .box h3 {
  width: 296px;
  margin: 70px auto 25px;
}
#item .inner .box_wrap .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 860px;
  margin: 0 auto;
}
#item .inner .box_wrap .box ul li {
  width: 260px;
  margin: 0 30px 0 0;
}
#item .inner .box_wrap .box ul li:nth-child(3) {
  margin: 0 0 0 0;
}
#item .inner .box_wrap .box ul li:nth-child(n+4) {
  margin-top: 50px;
}
#item .inner .box_wrap02 .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 860px;
  margin: 0 auto;
}
#item .inner .box_wrap02 .box ul li {
  width: 260px;
  margin: 0 30px 0 0;
}
#item .inner .box_wrap02 .box ul li:nth-child(3) {
  margin: 0 0 0 0;
}
#item .inner .box_wrap02 .box ul li:nth-child(6) {
  margin: 0 0 0 0;
}
#item .inner .box_wrap02 .box ul li:nth-child(n+4) {
  margin-top: 50px;
}
#item .inner .box_wrap .box ul li p {
  font-size: 1.82rem;
  font-weight: 700;
  margin: 20px 0 0;
  color: #552e31;
  font-weight: 900;
}
#item .inner .box_wrap02 .box ul li p {
  font-size: 1.82rem;
  font-weight: 700;
  margin: 20px 0 0;
  color: #552e31;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #item .inner .box_wrap {
    margin: 8.93333vw 0 0;
  }
  #item .inner .box_wrap .box h3 {
    width: 53.515vw;
    margin: 0 auto 3.90625vw;
  }
  #item .inner .box_wrap .box ul li {
    width: 47%;
    margin: 0 3.90625vw 6.51041vw 0;
  }
  #item .inner .box_wrap .box ul li:nth-child(even) {
    margin: 0 0 0 0;
  }
  #item .inner .box_wrap .box ul li:nth-child(3) {
    margin: 0 3.90625vw 0 0;
  }
  #item .inner .box_wrap .box ul li:nth-child(n+5) {
    margin-top: 6.51041vw;
  }
  #item .inner .box_wrap .box ul {
    width: 89.33333vw;
    justify-content: space-between;
  }
  #item .inner .box_wrap .box ul li p {
    font-size: 3.6vw;
    margin: 2.66667vw 0 0;
  }
  #item .inner .box_wrap02 {
    margin: 8.93333vw 0 0;
  }
  #item .inner .box_wrap02 .box h3 {
    width: 56.6406vw;
    margin: 0 auto 3.90625vw;
  }
  #item .inner .box_wrap02 .box ul li {
    width: 47%;
    margin: 0 3.90625vw 6.51041vw 0;
  }
  #item .inner .box_wrap02 .box ul li:nth-child(1) {
    margin: 6.51041vw 3.90625vw 0 0;
  }
  #item .inner .box_wrap02 .box ul li:nth-child(2) {
    margin: 6.51041vw 0 0 0;
  }
  #item .inner .box_wrap02 .box ul li:nth-child(3) {
    margin: 6.51041vw 3.90625vw 0 0;
  }
  #item .inner .box_wrap02 .box ul li:nth-child(4) {
    margin: 6.51041vw 0 0 0;
  }
  #item .inner .box_wrap02 .box ul li:nth-child(5) {
    margin: 6.51041vw 3.90625vw 0 0;
  }
  #item .inner .box_wrap02 .box ul li:nth-child(6) {
    margin: 6.51041vw 0 0 0;
  }
  #item .inner .box_wrap02 .box ul {
    width: 89.33333vw;
    justify-content: space-between;
  }
  #item .inner .box_wrap02 .box ul li p {
    font-size: 3.6vw;
    margin: 2.66667vw 0 0;
  }
}
#item .inner .all {
  margin: 70px auto 40px auto;
  width: 1000px;
  padding: 45px;
  background: #f5f1df;
  border-radius: 16px;
  color: #552e31;
  font-weight: 900;
}
#item .inner .all h3 {
  font-size: 1.82rem;
  margin: 0 0 30px 0;
}
#item .inner .all p {
  text-align: justify;
  font-size: 1.54rem;
  font-weight: 700;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  line-height: 1.73;
}
@media screen and (max-width: 768px) {
  #item .inner .all {
    margin: 7.8125vw 0 0 0;
    padding: 7.8125vw 3.90625vw;
    width: 100%;
  }
  #item .inner .all p {
    font-size: 2.93333vw;
  }
  #item .inner .all h3 {
    font-size: 3.385vw;
    margin: 0 0 5.20833vw 0;
  }
}
#item .inner .note {
  margin: 0 auto;
  width: 442px;
}
#item .inner .notes span {
  display: block;
  margin: 20px 0 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #item .inner .note {
    margin: 10.41666vw auto 3.90625vw auto;
    width: 82.03vw;
  }
  #item .inner .notes {
    margin: 3.90625vw 0 0;
    font-size: 3.46667vw;
  }
}
@media screen and (max-width: 768px) {
  #item .inner .notes span {
    font-size: 2.2vw;
    margin: 0 0 0 0;
  }
}
#item .inner .btn {
  width: 480px;
  margin: 40px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  #item .inner .btn {
    width: 75.520833vw;
    margin: 5.33333vw auto 0;
  }
}
/* -----------------------------------------------------
  howto
----------------------------------------------------- */
#howto {
  background: #005e3c;
  overflow: hidden;
  padding: 0 0 120px 0;
}
#howto .inner {
  width: 1070px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #howto {
    padding: 8vw 0 18.22916vw 0;
  }
}
#howto .inner h2 {
  width: 274px;
  margin: 80px auto 30px auto;
}
@media screen and (max-width: 768px) {
  #howto .inner h2 {
    width: 47.2vw;
    margin: 0 auto 3.66667vw
  }
}
#howto .inner .step_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#howto .inner .step_wrap .step_arrow {
  margin: 0 0 0 20px;
}
#howto .inner .step_wrap .step:last-child {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  #howto .inner .step_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #howto .inner .step_wrap .step_arrow {
    margin: 5.20833vw 0 0 0;
    width: 14.322vw;
  }
  #howto .inner .step_wrap .step:last-child {
    margin: 0 0 0 0;
  }
}
#howto .btn {
  width: 484px;
  margin: 50px auto 20px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #howto .btn {
    width: 75.5208vw;
    margin: 7.8125vw auto 2.60416vw auto;
  }
}
#howto .btn_note {
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #howto .btn_note {
    margin: 4vw 0 0;
    font-size: 2.93333vw;
  }
}
#howto .inner .box {
  border-radius: 40px;
  background-color: #FFF;
  margin: 80px auto 0 auto;
  border-radius: 16px;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  #howto .inner .box {
    margin: 10.41666vw 0 0;
    width: 100%;
    border-radius: 2.08333vw;
  }
}
#howto .inner .box h3 {
  background-color: #f5f1df;
  border-radius: 16px 16px 0 0;
  padding: 25px 0;
  color: #005e3c;
  font-size: 2.6rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #howto .inner .box h3 {
    border-radius: 2.08333vw 2.08333vw 0 0;
    padding: 4.66667vw 0 4vw;
    font-size: 4.6875vw;
  }
}
#howto .inner .box .wrap {
  padding: 50px;
  text-align: left;
  color: #552e31;
  font-size: 1.54rem;
}
@media screen and (max-width: 768px) {
  #howto .inner .box .wrap {
    padding: 5.2083vw;
    font-size: 3.2vw;
  }
}
#howto .inner .box .wrap .list li {
  padding-left: 1rem;
  text-indent: -1rem;
  margin-top: 1rem;
  font-weight: 600;
}
#howto .inner .box .wrap .list li:before {
  content: "・";
}
#howto .inner .box .wrap .list li:first-child {
  margin-top: 0;
}
#howto .inner .box + .box {
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 768px) {
  #howto .inner .box + .box {
    margin: 5.20833vw 0 0;
  }
  #howto .inner .box .wrap .list li {
    text-indent: -0.6rem;
  }
}
#howto .inner .box .notes {
  text-indent: -1em;
}
#howto .inner .box .notes:before {
  content: "※";
}
#howto .inner .box mark {
  color: #005e3c;
}
#howto .inner .box .example {
  width: 880px;
  margin: 70px auto 0 auto;
}
@media screen and (max-width: 768px) {
  #howto .inner .box .example {
    margin: 5.33333vw 0 0;
    width: 100%;
  }
}
/* -----------------------------------------------------
  contact
----------------------------------------------------- */
#contact {
  background-color: #552e31;
  color: #f5f1df;
}
#contact .inner h2 {
  margin: 70px auto 40px;
  width: 214px;
}
@media screen and (max-width: 768px) {
  #contact .inner h2 {
    margin: 10.4166666vw auto 7.8125vw;
    width: 41.86666vw;
  }
}
#contact .inner h3 {
  font-size: 1.96rem;
  line-height: 1.8;
  margin: 0 0 20px 0;
  font-weight: 900;
}
#contact .inner p {
  font-size: 1.54rem;
  line-height: 2.5;
}
#contact .copyright {
  font-size: 1rem;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #contact .inner h3 {
    font-size: 3.38541vw;
  }
  #contact .inner p {
    font-size: 2.86458vw;
    line-height: inherit;
    margin: 0 0 3.90625vw 0;
  }
  #contact .copyright {
    font-size: 2.0833vw;
    padding: 7.8125vw 0;
  }
}
#contact .inner .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  #contact .inner .sns {
    margin: 8vw 0 0;
  }
}
#contact .inner .sns li {
  width: 53px;
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  #contact .inner .sns li {
    width: 9.6vw;
    margin-left: 0 2.26667vw;
  }
}
/*closed*/
/*.closed.btn {
  position: relative;
  pointer-events: none;
}
.closed.btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #0000008f;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 50vw;
}
.closed.btn:after {
  content: "応募は終了しました";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
  z-index: 3;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .closed.btn:after {
    font-size: 5.6vw;
  }
}*/