@charset "UTF-8";
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

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

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

object,
embed {
  vertical-align: top;
}

hr, legend {
  display: none;
  border: none;
}

abbr, acronym, fieldset {
  border: 0;
}

tr, th, td, caption {
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

img {
  border: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

input[type=text],
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

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;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

button::-webkit-search-decoration::-webkit-search-decoration {
  display: none;
}

button::focus {
  outline-offset: -2px;
}

html {
  overflow-y: scroll;
}

@media screen and (min-width: 751px) {
  html {
    font-size: 62.5%;
  }
}
html, body {
  background: #fff;
}

body {
  background: url("../images/bg-main.png") no-repeat center center/cover;
  background-attachment: fixed;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  min-width: 320px;
}
@media print, screen and (min-width: 769px) {
  body {
    display: flex;
    justify-content: flex-end;
    padding-right: 9.0625vw;
  }
}
@media (min-width: 751px) and (max-width: 1600px) {
  body {
    background-position: left center;
    padding-right: 0;
  }
}

html, body {
  background: #c80f46;
}

body * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

strong {
  font-weight: bold;
}

a:focus {
  outline: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

img {
  height: auto;
  width: 100%;
}

a {
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 751px) {
  .SP {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .PC {
    display: none !important;
  }
}
body {
  position: relative;
  --red: #c80f46;
  --green: #187f5a;
}

/* .tpl-inner
-----------------------------*/
.tpl-inner {
  width: 100%;
  margin: auto;
  padding: 0 4vw;
  clear: both;
}
@media print, screen and (min-width: 769px) {
  .tpl-inner {
    padding: 0 22px;
  }
}

#tpl-contents {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  #tpl-contents {
    margin-bottom: 70px;
  }
}

.p-bg {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.p-bg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.l-wrapper {
  background: #c80f46;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper {
    border-inline: 7px solid #fff;
    width: 560px;
  }
}

.p-page-link {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-page-link {
    gap: 1.3333333333vw 1.6vw;
    padding-inline: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-page-link {
    gap: 7px 9px;
    padding-inline: 29px;
  }
}
@media only screen and (max-width: 768px) {
  .p-page-link li {
    width: 38.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-page-link li {
    width: 212px;
  }
}
.p-page-link li img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-page-link li:nth-child(3) {
    margin-left: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-page-link li:nth-child(3) {
    margin-left: 51px;
  }
}

.p-sec {
  position: relative;
}

.p-sec-title {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.p-sec01 {
  background: var(--green) url("../images/img04.jpg") no-repeat left bottom/100% auto;
}
@media only screen and (max-width: 768px) {
  .p-sec01 {
    padding-block: 17.0666666667vw 46.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec01 {
    padding-block: 93px 255px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sec01 .p-sec-title {
    top: -21.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec01 .p-sec-title {
    top: -119px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sec01 .p-sec-button {
    margin-top: 11.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec01 .p-sec-button {
    margin-top: 64px;
  }
}

.p-sec-button {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-sec-button img {
    width: 64vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec-button img {
    width: 349px;
  }
}

.p-sec02 {
  background: var(--red);
}
@media only screen and (max-width: 768px) {
  .p-sec02 {
    padding-bottom: 29.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec02 {
    padding-bottom: 163px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sec02 .p-sec-title {
    top: -25.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec02 .p-sec-title {
    top: -141px;
  }
}
.p-sec02 .p-sec-item {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, sans-serif;
  position: relative;
}
.p-sec02 .p-sec-item .p-sec-offer {
  color: #fff;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-sec02 .p-sec-item .p-sec-offer {
    bottom: 34.4vw;
    font-size: 3.3333333333vw;
    left: 5.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec02 .p-sec-item .p-sec-offer {
    bottom: 188px;
    font-size: 18px;
    left: 28px;
  }
}
.p-sec02 .p-sec-item .p-sec-button {
  left: 50%;
  position: absolute;
  translate: -50%;
}
@media only screen and (max-width: 768px) {
  .p-sec02 .p-sec-item:nth-child(2) .p-sec-button {
    bottom: 12vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec02 .p-sec-item:nth-child(2) .p-sec-button {
    bottom: 66px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sec02 .p-sec-item:nth-child(3) .p-sec-button {
    bottom: 12.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec02 .p-sec-item:nth-child(3) .p-sec-button {
    bottom: 68px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sec02 .p-sec-item:nth-child(4) .p-sec-button {
    bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec02 .p-sec-item:nth-child(4) .p-sec-button {
    bottom: 29px;
  }
}

.p-sec03 {
  background: var(--green);
}
@media only screen and (max-width: 768px) {
  .p-sec03 .p-sec-title {
    top: -10.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec03 .p-sec-title {
    top: -57px;
  }
}

.p-sec04 {
  background: var(--green);
}
@media only screen and (max-width: 768px) {
  .p-sec04 .p-sec-title {
    top: -11.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec04 .p-sec-title {
    top: -63px;
  }
}

.p-site {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  translate: -50%;
}
@media only screen and (max-width: 768px) {
  .p-site {
    bottom: 18.6666666667vw;
    gap: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-site {
    bottom: 102px;
    gap: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .p-site-title img {
    width: 55.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-site-title img {
    width: 301px;
  }
}

@media only screen and (max-width: 768px) {
  .p-site-button img {
    width: 90.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-site-button img {
    width: 495px;
  }
}

.l-footer {
  background: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .l-footer {
    height: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer {
    height: 58px;
  }
}

.l-footer-copyright {
  color: var(--red);
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .l-footer-copyright {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-copyright {
    font-size: 17px;
  }
}

/* #tpl-footer
-----------------------------*/
#tpl-footer {
  background: #fff;
}

#tpl-footer > .tpl-inner {
  border-top: 1px solid #ccc;
  position: relative;
}

.footer-top {
  padding: 5.33333vw 0;
}
@media print, screen and (min-width: 769px) {
  .footer-top {
    padding: 29px 0;
  }
}

.footer-top .tpl-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-top .tpl-inner.tpl-inner-copyright {
  position: relative;
  display: block;
  text-align: right;
}

.pagetop {
  display: none;
  position: fixed;
  z-index: 100;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background: #bd399c;
  cursor: pointer;
  transition: 0.2s opacity;
}
.pagetop img {
  width: auto;
}

.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .pagetop {
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
  }
  .pagetop img {
    display: block;
    width: 15px;
    height: auto;
  }
}
.pagetop:hover {
  opacity: 0.8;
}

.pagetop.is-block {
  display: block;
}

.pagetop.is-absolute {
  position: absolute;
  bottom: auto;
  top: 0;
  display: block;
}

@media screen and (max-width: 750px) {
  .pagetop.is-absolute {
    position: fixed;
    bottom: 60px;
  }
}
#page-top {
  display: none;
  position: fixed;
  right: 2.1333vw;
  width: 10vw;
  z-index: 2;
  transition: bottom 0.3s ease;
}

#footer {
  background: #fff;
  padding: 6vw 0;
}

#footer .footer_navi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

#footer .footer_navi a {
  margin-bottom: 0.9em;
  padding: 0 1em;
  border-right: 1px solid #000;
  line-height: 1;
  font-size: 75%;
}

#footer .footer_navi a:last-child {
  border-right: 0;
}

#footer .copy p {
  margin-bottom: 15px;
  text-align: center;
  font-size: 60%;
  letter-spacing: 0.02em;
  color: #231815;
}

#footer .footer_aeon {
  padding: 10px 3.7333vw 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #707070;
}

#footer .footer_aeon > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#footer .footer_aeon .logo_aeon {
  display: block;
  margin-right: 2.6667vw;
  width: 20.8vw;
}

#footer .footer_aeon .foot_link {
  line-height: 1.2;
}

#footer .footer_aeon .foot_link li a {
  position: relative;
  font-size: 2.6vw;
}

#footer .footer_aeon .foot_link li a::before {
  content: "＞";
  display: inline;
}

#footer .footer_aeon .logo_tree {
  margin-left: 4vw;
  width: 24vw;
}

@media (min-width: 769px) {
  #footer {
    padding-block: 24px;
  }
  #footer .footer_navi a {
    font-size: 12px;
  }
  #footer .footer_aeon .foot_link li a {
    font-size: 10px;
  }
  #footer .footer_aeon .logo_aeon {
    margin-right: 11px;
    width: 83px;
  }
  #footer .footer_aeon .logo_tree {
    margin-left: 16px;
    width: 96px;
  }
  #footer .footer_aeon {
    padding: 10px 14px 0;
  }
}
/* #tpl-pagetop
-----------------------------*/
#tpl-pagetop {
  text-align: right;
}