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

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

@media only screen and (max-width: 768px) {
  img {
    height: auto;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  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;
}

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

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

@media only screen and (max-width: 768px) {
  .p-logo {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .p-logo {
    left: 50px;
    position: fixed;
    top: 40px;
  }
}
.p-logo img {
  height: auto;
  width: 121px;
}

@media print, screen and (min-width: 769px) {
  .l-wrapper {
    width: 400px;
  }
}

.p-mv {
  position: relative;
}
.p-mv .particles-js-canvas-el {
  left: 0;
  position: absolute;
  top: 0;
}
.p-mv img {
  height: auto;
  width: 100%;
}

.p-sec-ttl {
  text-align: center;
}

.p-sec01 {
  background: url("../images/img01.png") no-repeat left top/100% auto;
}
@media only screen and (max-width: 768px) {
  .p-sec01 {
    height: 334.4vw;
    padding-top: 110.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec01 {
    height: 1338px;
    padding-top: 443px;
  }
}

@media only screen and (max-width: 768px) {
  .p-pagelink-title {
    margin-bottom: 1.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-pagelink-title {
    margin-bottom: 6px;
  }
}
.p-pagelink-title img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-pagelink-title img {
    width: 68.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-pagelink-title img {
    width: 273px;
  }
}

.p-pagelink {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-pagelink {
    margin-bottom: 16vw;
    row-gap: 1.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-pagelink {
    margin-bottom: 64px;
    row-gap: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .p-pagelink li {
    width: 30.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-pagelink li {
    width: 123px;
  }
}
.p-pagelink li img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-pagelink li:nth-child(1), .p-pagelink li:nth-child(3) {
    padding-top: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-pagelink li:nth-child(1), .p-pagelink li:nth-child(3) {
    padding-top: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p-campaign-title {
    margin-bottom: 4.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-campaign-title {
    margin-bottom: 19px;
  }
}
.p-campaign-title img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-campaign-title img {
    width: 77.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-campaign-title img {
    width: 310px;
  }
}

@media only screen and (max-width: 768px) {
  .p-campaign {
    padding-inline: 10vw 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-campaign {
    padding-inline: 40px 32px;
  }
}
@media only screen and (max-width: 768px) {
  .p-campaign li:not(:last-child) {
    margin-bottom: 2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-campaign li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.p-campaign img {
  height: auto;
  width: 100%;
}

.p-sec02 {
  background: url("../images/img02.png") no-repeat left top/100% auto;
}
@media only screen and (max-width: 768px) {
  .p-sec02 {
    height: 278.2666666667vw;
    padding-top: 206.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec02 {
    height: 1113px;
    padding-top: 827px;
  }
}

@media only screen and (max-width: 768px) {
  .p-check-title {
    margin-bottom: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-check-title {
    margin-bottom: 11px;
  }
}
.p-check-title img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-check-title img {
    width: 57.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-check-title img {
    width: 229px;
  }
}

.p-check-banners {
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-check-banners {
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-check-banners {
    margin-bottom: 21px;
  }
}
.p-check-banners li {
  --speed: 70;
}
@media only screen and (max-width: 768px) {
  .p-check-banners li {
    padding-right: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-check-banners li {
    padding-right: 9px;
  }
}
.p-check-banners li img {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .p-check-banners li img {
    height: 17.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-check-banners li img {
    height: 69px;
  }
}
.p-check-banners li:first-child {
  animation: loop calc(var(--speed) * 1s) calc(var(--speed) / 2 * -1s) linear infinite;
}
.p-check-banners li:last-child {
  animation: loop2 calc(var(--speed) * 1s) linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.p-check-button {
  text-align: center;
}
.p-check-button img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-check-button img {
    width: 66.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-check-button img {
    width: 265px;
  }
}

.p-sec03 img {
  height: auto;
  width: 100%;
}

.p-sec04 {
  background: url("../images/img04.png") no-repeat left top/100% auto;
}
@media only screen and (max-width: 768px) {
  .p-sec04 {
    height: 204.6666666667vw;
    padding-top: 91.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec04 {
    height: 818px;
    padding-top: 366px;
  }
}

.p-sale-banners {
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-sale-banners {
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sale-banners {
    margin-bottom: 21px;
  }
}
.p-sale-banners li {
  --speed: 70;
}
@media only screen and (max-width: 768px) {
  .p-sale-banners li {
    padding-right: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sale-banners li {
    padding-right: 13px;
  }
}
.p-sale-banners li img {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .p-sale-banners li img {
    height: 64vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sale-banners li img {
    height: 256px;
  }
}
.p-sale-banners li:first-child {
  animation: loop calc(var(--speed) * 1s) calc(var(--speed) / 2 * -1s) linear infinite;
}
.p-sale-banners li:last-child {
  animation: loop2 calc(var(--speed) * 1s) linear infinite;
}

.p-sale-button {
  text-align: center;
}
.p-sale-button img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-sale-button img {
    width: 77.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sale-button img {
    width: 309px;
  }
}

.p-sec05 img {
  height: auto;
  width: 100%;
}
.p-sec05 .p-sec05-item {
  position: relative;
}
.p-sec05 .p-sec05-item p {
  bottom: 0;
  left: 50%;
  position: absolute;
  translate: -50%;
}
@media only screen and (max-width: 768px) {
  .p-sec05 .p-sec05-item p {
    width: 53.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec05 .p-sec05-item p {
    width: 212px;
  }
}

.p-sec06 {
  background: #ffe6aa;
}
@media only screen and (max-width: 768px) {
  .p-sec06 {
    padding-block: 22.6666666667vw 16.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec06 {
    padding-block: 91px 65px;
  }
}

@media only screen and (max-width: 768px) {
  .p-site-title {
    margin-bottom: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-site-title {
    margin-bottom: 12px;
  }
}
.p-site-title img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-site-title img {
    width: 69.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-site-title img {
    width: 277px;
  }
}

@media only screen and (max-width: 768px) {
  .p-site-banner {
    padding-inline: 4.6666666667vw 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-site-banner {
    padding-inline: 19px 11px;
  }
}

/* sale page
-----------------------------*/
.p-contents {
  background: #ffe6aa url("../images/sale/bg-bottom.png") no-repeat left bottom/100% auto;
}
@media only screen and (max-width: 768px) {
  .p-contents {
    padding-block: 8.2666666667vw 25.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-contents {
    padding-block: 33px 101px;
  }
}

.p-lead {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-lead {
    margin-bottom: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-lead {
    margin-bottom: 37px;
  }
}
.p-lead img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-lead img {
    width: 73.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-lead img {
    width: 295px;
  }
}

@media only screen and (max-width: 768px) {
  .p-salelink-title {
    margin-bottom: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-salelink-title {
    margin-bottom: 13px;
  }
}
.p-salelink-title img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-salelink-title img {
    width: 78.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-salelink-title img {
    width: 316px;
  }
}

.p-salelink {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-salelink {
    gap: 0.6666666667vw;
    margin-bottom: 8vw;
    padding-inline: 4.6666666667vw 3.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-salelink {
    gap: 3px;
    margin-bottom: 32px;
    padding-inline: 19px 14px;
  }
}

@media only screen and (max-width: 768px) {
  .p-sale-item {
    padding-inline: 4.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sale-item {
    padding-inline: 19px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sale-item:not(:last-child) {
    margin-bottom: 9.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sale-item:not(:last-child) {
    margin-bottom: 39px;
  }
}
.p-sale-item img {
  height: auto;
  width: 100%;
}

.p-back-link {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-back-link {
    margin-top: 15.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-back-link {
    margin-top: 63px;
  }
}
.p-back-link img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-back-link img {
    width: 77.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-back-link img {
    width: 309px;
  }
}

.p-sec07 {
  background: url("../images/sale/bg-site.png") no-repeat left top/100% auto;
}
@media only screen and (max-width: 768px) {
  .p-sec07 {
    height: 81.4666666667vw;
    padding-top: 20vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-sec07 {
    height: 326px;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .p-site-title {
    margin-bottom: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-site-title {
    margin-bottom: 12px;
  }
}
.p-site-title img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-site-title img {
    width: 69.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-site-title img {
    width: 277px;
  }
}

/* #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: 21px 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;
}