.fs-l-main,
.fs-l-main,
.fs-l-pageMain {
  max-width: inherit !important;
  margin: 0 auto;
}

#fs_CustomPage .fs-l-main {
  padding: 0;
}

.fs-c-breadcrumb__listItem {
  display: inline;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

.lp_style * {
  box-sizing: border-box;
}

.lp_style {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  font-feature-settings: "palt";
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  color: #722938;
}

.lp_style .content {
  display: block;
}

.txtblock {
  display: inline-block;
}
@media screen and (min-width: 821px) {
  .txtblock {
    display: block;
  }
}

@media screen and (min-width: 821px) {
  ._inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}

ul {
  list-style-type: none;
}

/*-------------------------
Mainvisual
-------------------------*/
@media screen and (min-width: 821px) {
  #Mainvisual .PageTitle {
    max-width: 1920px;
    margin: 0 auto;
  }
}
#Mainvisual img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/*-------------------------
Introduction
-------------------------*/
#Introduction {
  background-color: #722938;
  padding: 30px 0;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  #Introduction {
    padding: 60px 0;
  }
}
@media screen and (min-width: 821px) {
  #Introduction {
    height: 210px;
  }
}
#Introduction ._inner {
  padding: 0 2.6%;
}
@media screen and (min-width: 821px) {
  #Introduction ._inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
#Introduction ._description ._Paragraph {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
#Introduction ._description ._Paragraph .pc {
  display: none;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  #Introduction ._description ._Paragraph {
    font-size: 26px;
  }
}
@media screen and (min-width: 821px) {
  #Introduction ._description ._Paragraph {
    font-size: 22px;
    line-height: 1.68;
    text-align: center;
  }
  #Introduction ._description ._Paragraph .pc {
    display: block;
  }
  #Introduction ._description ._Paragraph .txtblock {
    display: inline;
  }
}

/*-------------------------
content
-------------------------*/
.bold {
  font-weight: bold;
}

.content-bg {
  background: #f5ebe5;
  padding: 50px 0;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  .content-bg {
    padding: 100px 0;
  }
}
@media screen and (min-width: 821px) {
  .content-bg {
    padding: 120px 0;
  }
}

.content {
  background: #dfc6cb;
  width: 94.8%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  .content {
    border-radius: 20px;
  }
}
@media screen and (min-width: 821px) {
  .content {
    max-width: 1200px;
    border-radius: 20px;
  }
}
.content ._head {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #722938;
  color: #fff;
  font-size: 25px;
  height: 50px;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  .content ._head {
    font-size: 50px;
    height: 100px;
  }
}
@media screen and (min-width: 821px) {
  .content ._head {
    font-size: 46px;
    line-height: 1;
    text-align: center;
    height: 100px;
  }
}
.content ._area {
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  .content ._area {
    padding: 60px 0;
  }
}
@media screen and (min-width: 821px) {
  .content ._area {
    padding: 60px 0;
  }
}
.content ._area:nth-of-type(2)::before {
  content: "";
  display: block;
  max-width: 1050px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #9b3216;
}
@media screen and (min-width: 821px) {
  .content ._items {
    padding: 0 50px;
  }
}

.content:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  .content:not(:first-of-type) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 821px) {
  .content:not(:first-of-type) {
    margin-top: 40px;
  }
}

.content ._items > ._Paragraph {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 20px;
}
.content ._items > ._Paragraph .pc {
  display: none;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  .content ._items > ._Paragraph {
    font-size: 32px;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 821px) {
  .content ._items > ._Paragraph {
    margin: 0 auto 40px;
    font-size: 28px;
  }
  .content ._items > ._Paragraph .txtblock {
    display: inline;
  }
  .content ._items > ._Paragraph .pc {
    display: block;
  }
}

.content ._list {
  padding: 0 2.8%;
}
@media screen and (min-width: 821px) {
  .content ._list {
    padding: 0 25px;
    text-align: center;
  }
}
.content ._list ._thumbnail {
  text-align: center;
  margin: 0 auto 10px;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  .content ._list ._thumbnail {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 821px) {
  .content ._list ._thumbnail {
    margin-bottom: 20px;
  }
}
.content ._list ._Paragraph {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 7.5px;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  .content ._list ._Paragraph {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 821px) {
  .content ._list ._Paragraph {
    display: inline-block;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0.08em;
  }
}
.content ._list ._Paragraph .txtblock {
  text-align: left;
}
.content ._list ._cta {
  position: relative;
  background: #ab3c53;
  width: 100%;
  height: 40px;
  border-radius: 17.5px;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  .content ._list ._cta {
    border-radius: 35px;
    height: 70px;
  }
}
@media screen and (min-width: 821px) {
  .content ._list ._cta {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
    border-radius: 30px;
  }
}
.content ._list ._cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  .content ._list ._cta a {
    font-size: 28px;
  }
}
@media screen and (min-width: 821px) {
  .content ._list ._cta a {
    font-size: 20px;
    letter-spacing: 0.08em;
  }
}

@media screen and (min-width: 821px) {
  ._list-col02 ._list ._item {
    max-width: 510px;
  }
}

@media screen and (min-width: 821px) {
  ._list-col03 ._list ._item {
    max-width: 330px;
  }
}
._list-col03 ._list ._cta {
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  ._list-col03 ._list ._cta {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 821px) {
  ._list-col03 ._list ._cta {
    margin: 0;
  }
}

#content01 ._list-col03 ._list.-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
}
#content01 ._list-col03 ._list.-grid div:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
#content01 ._list-col03 ._list.-grid div:nth-of-type(2) {
  grid-area: 2/1/3/2;
}
#content01 ._list-col03 ._list.-grid div:nth-of-type(3) {
  grid-area: 3/1/4/2;
}
#content01 ._list-col03 ._list.-grid div:nth-of-type(4) {
  grid-area: 1/2/2/3;
}
#content01 ._list-col03 ._list.-grid div:nth-of-type(5) {
  grid-area: 2/2/3/3;
}
#content01 ._list-col03 ._list.-grid div:nth-of-type(6) {
  grid-area: 3/2/4/3;
}
#content01 ._list-col03 ._list.-grid div:nth-of-type(7) {
  grid-area: 4/1/5/2;
}
#content01 ._list-col03 ._list.-grid div:nth-of-type(8) {
  grid-area: 5/1/6/2;
}
#content01 ._list-col03 ._list.-grid div:nth-of-type(9) {
  grid-area: 6/1/7/2;
}
#content01 ._list-col03 ._list.-grid div:nth-of-type(10) {
  grid-area: 4/2/5/3;
}
#content01 ._list-col03 ._list.-grid div:nth-of-type(11) {
  grid-area: 5/2/6/3;
}
#content01 ._list-col03 ._list.-grid div:nth-of-type(12) {
  grid-area: 6/2/7/3;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  #content01 ._list-col03 ._list.-grid {
    grid-column-gap: 30px;
  }
}
@media screen and (min-width: 821px) {
  #content01 ._list-col03 ._list.-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 0px;
  }
}
@media screen and (min-width: 821px) {
  #content01 ._list-col03 ._list.-grid div:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
}
@media screen and (min-width: 821px) {
  #content01 ._list-col03 ._list.-grid div:nth-of-type(2) {
    grid-area: 2/1/3/2;
  }
}
@media screen and (min-width: 821px) {
  #content01 ._list-col03 ._list.-grid div:nth-of-type(3) {
    grid-area: 3/1/4/2;
  }
}
@media screen and (min-width: 821px) {
  #content01 ._list-col03 ._list.-grid div:nth-of-type(4) {
    grid-area: 1/2/2/3;
  }
}
@media screen and (min-width: 821px) {
  #content01 ._list-col03 ._list.-grid div:nth-of-type(5) {
    grid-area: 2/2/3/3;
  }
}
@media screen and (min-width: 821px) {
  #content01 ._list-col03 ._list.-grid div:nth-of-type(6) {
    grid-area: 3/2/4/3;
  }
}
@media screen and (min-width: 821px) {
  #content01 ._list-col03 ._list.-grid div:nth-of-type(7) {
    grid-area: 1/3/2/4;
  }
}
@media screen and (min-width: 821px) {
  #content01 ._list-col03 ._list.-grid div:nth-of-type(8) {
    grid-area: 2/3/3/4;
  }
}
@media screen and (min-width: 821px) {
  #content01 ._list-col03 ._list.-grid div:nth-of-type(9) {
    grid-area: 3/3/4/4;
  }
}

#content02 ._list-col03 ._list.-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  #content02 ._list-col03 ._list.-grid {
    grid-column-gap: 30px;
  }
}
@media screen and (min-width: 821px) {
  #content02 ._list-col03 ._list.-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 0px;
  }
}
#content02 ._list-col03 ._list.-grid div:nth-of-type(1) {
  grid-area: 2/1/3/2;
}
@media screen and (min-width: 821px) {
  #content02 ._list-col03 ._list.-grid div:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
}
#content02 ._list-col03 ._list.-grid div:nth-of-type(2) {
  grid-area: 2/2/3/3;
}
@media screen and (min-width: 821px) {
  #content02 ._list-col03 ._list.-grid div:nth-of-type(2) {
    grid-area: 1/2/2/3;
  }
}
#content02 ._list-col03 ._list.-grid div:nth-of-type(3) {
  grid-area: 4/1/5/2;
}
@media screen and (min-width: 821px) {
  #content02 ._list-col03 ._list.-grid div:nth-of-type(3) {
    grid-area: 1/3/2/4;
  }
}
#content02 ._list-col03 ._list.-grid div:nth-of-type(4) {
  grid-area: 1/1/2/3;
}
@media screen and (min-width: 821px) {
  #content02 ._list-col03 ._list.-grid div:nth-of-type(4) {
    grid-area: 2/1/3/4;
  }
}
#content02 ._list-col03 ._list.-grid div:nth-of-type(5) {
  grid-area: 3/1/4/2;
}
@media screen and (min-width: 821px) {
  #content02 ._list-col03 ._list.-grid div:nth-of-type(5) {
    grid-area: 3/1/4/2;
  }
}
#content02 ._list-col03 ._list.-grid div:nth-of-type(6) {
  grid-area: 3/2/4/3;
}
@media screen and (min-width: 821px) {
  #content02 ._list-col03 ._list.-grid div:nth-of-type(6) {
    grid-area: 3/2/4/3;
  }
}
#content02 ._list-col03 ._list.-grid div:nth-of-type(7) {
  grid-area: 5/1/6/2;
}
@media screen and (min-width: 821px) {
  #content02 ._list-col03 ._list.-grid div:nth-of-type(7) {
    grid-area: 3/3/4/4;
  }
}

#content02 ._list-col02 ._list.-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
}
#content02 ._list-col02 ._list.-grid div:nth-of-type(1) {
  grid-area: 2/1/3/2;
}
#content02 ._list-col02 ._list.-grid div:nth-of-type(2) {
  grid-area: 2/2/3/3;
}
#content02 ._list-col02 ._list.-grid div:nth-of-type(3) {
  grid-area: 1/1/2/3;
}
#content02 ._list-col02 ._list.-grid div:nth-of-type(4) {
  grid-area: 3/1/4/2;
}
#content02 ._list-col02 ._list.-grid div:nth-of-type(5) {
  grid-area: 3/2/4/3;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  #content02 ._list-col02 ._list.-grid {
    grid-column-gap: 30px;
  }
}
@media screen and (min-width: 821px) {
  #content02 ._list-col02 ._list.-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 0px;
  }
  #content02 ._list-col02 ._list.-grid div:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
  #content02 ._list-col02 ._list.-grid div:nth-of-type(2) {
    grid-area: 1/2/2/3;
  }
  #content02 ._list-col02 ._list.-grid div:nth-of-type(3) {
    grid-area: 2/1/3/3;
  }
  #content02 ._list-col02 ._list.-grid div:nth-of-type(4) {
    grid-area: 3/1/4/2;
  }
  #content02 ._list-col02 ._list.-grid div:nth-of-type(5) {
    grid-area: 3/2/4/3;
  }
}

#content03 ._list-col02 ._list.-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  #content03 ._list-col02 ._list.-grid {
    grid-column-gap: 30px;
  }
}
@media screen and (min-width: 821px) {
  #content03 ._list-col02 ._list.-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 0px;
  }
}
#content03 ._list-col02 ._list.-grid div:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
@media screen and (min-width: 821px) {
  #content03 ._list-col02 ._list.-grid div:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
}
#content03 ._list-col02 ._list.-grid div:nth-of-type(2) {
  grid-area: 2/1/3/2;
}
@media screen and (min-width: 821px) {
  #content03 ._list-col02 ._list.-grid div:nth-of-type(2) {
    grid-area: 2/1/3/2;
  }
}
#content03 ._list-col02 ._list.-grid div:nth-of-type(3) {
  grid-area: 3/1/4/2;
}
@media screen and (min-width: 821px) {
  #content03 ._list-col02 ._list.-grid div:nth-of-type(3) {
    grid-area: 3/1/4/2;
  }
}
#content03 ._list-col02 ._list.-grid div:nth-of-type(4) {
  grid-area: 1/2/2/3;
}
@media screen and (min-width: 821px) {
  #content03 ._list-col02 ._list.-grid div:nth-of-type(4) {
    grid-area: 1/2/2/3;
  }
}
#content03 ._list-col02 ._list.-grid div:nth-of-type(5) {
  grid-area: 2/2/3/3;
}
@media screen and (min-width: 821px) {
  #content03 ._list-col02 ._list.-grid div:nth-of-type(5) {
    grid-area: 2/2/3/3;
  }
}
#content03 ._list-col02 ._list.-grid div:nth-of-type(6) {
  grid-area: 3/2/4/3;
}
@media screen and (min-width: 821px) {
  #content03 ._list-col02 ._list.-grid div:nth-of-type(6) {
    grid-area: 3/2/4/3;
  }
}

#content04 ._list-col02 ._list.-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  #content04 ._list-col02 ._list.-grid {
    grid-column-gap: 30px;
  }
}
@media screen and (min-width: 821px) {
  #content04 ._list-col02 ._list.-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 0px;
  }
}
#content04 ._list-col02 ._list.-grid div:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
@media screen and (min-width: 821px) {
  #content04 ._list-col02 ._list.-grid div:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
}
#content04 ._list-col02 ._list.-grid div:nth-of-type(2) {
  grid-area: 2/1/3/2;
}
@media screen and (min-width: 821px) {
  #content04 ._list-col02 ._list.-grid div:nth-of-type(2) {
    grid-area: 2/1/3/2;
  }
}
#content04 ._list-col02 ._list.-grid div:nth-of-type(3) {
  grid-area: 1/2/2/3;
}
@media screen and (min-width: 821px) {
  #content04 ._list-col02 ._list.-grid div:nth-of-type(3) {
    grid-area: 1/2/2/3;
  }
}
#content04 ._list-col02 ._list.-grid div:nth-of-type(4) {
  grid-area: 2/2/3/3;
}
@media screen and (min-width: 821px) {
  #content04 ._list-col02 ._list.-grid div:nth-of-type(4) {
    grid-area: 2/2/3/3;
  }
}

.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 7px;
  height: 14px;
  background: url(./../images/cta_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 821px) {
  .arrow::after {
    content: "";
    display: block;
    position: absolute;
  }
}/*# sourceMappingURL=style.css.map */