@charset "UTF-8";
/* ベース定義 */
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul,
ol,
figure {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.7;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #161616;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

a,
button {
  outline: none;
}

ul {
  list-style: none;
}

b {
  font-weight: 600;
}

/*====================================

Utilities

====================================*/
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt-0-pc {
    margin-top: 0px !important;
  }
  .u-mb-0-pc {
    margin-bottom: 0px !important;
  }
  .u-ml-0-pc {
    margin-left: 0px !important;
  }
  .u-mr-0-pc {
    margin-right: 0px !important;
  }
  .u-pt-0-pc {
    padding-top: 0px !important;
  }
  .u-pb-0-pc {
    padding-bottom: 0px !important;
  }
  .u-pl-0-pc {
    padding-left: 0px !important;
  }
  .u-pr-0-pc {
    padding-right: 0px !important;
  }
  .u-mt-5-pc {
    margin-top: 5px !important;
  }
  .u-mb-5-pc {
    margin-bottom: 5px !important;
  }
  .u-ml-5-pc {
    margin-left: 5px !important;
  }
  .u-mr-5-pc {
    margin-right: 5px !important;
  }
  .u-pt-5-pc {
    padding-top: 5px !important;
  }
  .u-pb-5-pc {
    padding-bottom: 5px !important;
  }
  .u-pl-5-pc {
    padding-left: 5px !important;
  }
  .u-pr-5-pc {
    padding-right: 5px !important;
  }
  .u-mt-10-pc {
    margin-top: 10px !important;
  }
  .u-mb-10-pc {
    margin-bottom: 10px !important;
  }
  .u-ml-10-pc {
    margin-left: 10px !important;
  }
  .u-mr-10-pc {
    margin-right: 10px !important;
  }
  .u-pt-10-pc {
    padding-top: 10px !important;
  }
  .u-pb-10-pc {
    padding-bottom: 10px !important;
  }
  .u-pl-10-pc {
    padding-left: 10px !important;
  }
  .u-pr-10-pc {
    padding-right: 10px !important;
  }
  .u-mt-15-pc {
    margin-top: 15px !important;
  }
  .u-mb-15-pc {
    margin-bottom: 15px !important;
  }
  .u-ml-15-pc {
    margin-left: 15px !important;
  }
  .u-mr-15-pc {
    margin-right: 15px !important;
  }
  .u-pt-15-pc {
    padding-top: 15px !important;
  }
  .u-pb-15-pc {
    padding-bottom: 15px !important;
  }
  .u-pl-15-pc {
    padding-left: 15px !important;
  }
  .u-pr-15-pc {
    padding-right: 15px !important;
  }
  .u-mt-20-pc {
    margin-top: 20px !important;
  }
  .u-mb-20-pc {
    margin-bottom: 20px !important;
  }
  .u-ml-20-pc {
    margin-left: 20px !important;
  }
  .u-mr-20-pc {
    margin-right: 20px !important;
  }
  .u-pt-20-pc {
    padding-top: 20px !important;
  }
  .u-pb-20-pc {
    padding-bottom: 20px !important;
  }
  .u-pl-20-pc {
    padding-left: 20px !important;
  }
  .u-pr-20-pc {
    padding-right: 20px !important;
  }
  .u-mt-25-pc {
    margin-top: 25px !important;
  }
  .u-mb-25-pc {
    margin-bottom: 25px !important;
  }
  .u-ml-25-pc {
    margin-left: 25px !important;
  }
  .u-mr-25-pc {
    margin-right: 25px !important;
  }
  .u-pt-25-pc {
    padding-top: 25px !important;
  }
  .u-pb-25-pc {
    padding-bottom: 25px !important;
  }
  .u-pl-25-pc {
    padding-left: 25px !important;
  }
  .u-pr-25-pc {
    padding-right: 25px !important;
  }
  .u-mt-30-pc {
    margin-top: 30px !important;
  }
  .u-mb-30-pc {
    margin-bottom: 30px !important;
  }
  .u-ml-30-pc {
    margin-left: 30px !important;
  }
  .u-mr-30-pc {
    margin-right: 30px !important;
  }
  .u-pt-30-pc {
    padding-top: 30px !important;
  }
  .u-pb-30-pc {
    padding-bottom: 30px !important;
  }
  .u-pl-30-pc {
    padding-left: 30px !important;
  }
  .u-pr-30-pc {
    padding-right: 30px !important;
  }
  .u-mt-35-pc {
    margin-top: 35px !important;
  }
  .u-mb-35-pc {
    margin-bottom: 35px !important;
  }
  .u-ml-35-pc {
    margin-left: 35px !important;
  }
  .u-mr-35-pc {
    margin-right: 35px !important;
  }
  .u-pt-35-pc {
    padding-top: 35px !important;
  }
  .u-pb-35-pc {
    padding-bottom: 35px !important;
  }
  .u-pl-35-pc {
    padding-left: 35px !important;
  }
  .u-pr-35-pc {
    padding-right: 35px !important;
  }
  .u-mt-40-pc {
    margin-top: 40px !important;
  }
  .u-mb-40-pc {
    margin-bottom: 40px !important;
  }
  .u-ml-40-pc {
    margin-left: 40px !important;
  }
  .u-mr-40-pc {
    margin-right: 40px !important;
  }
  .u-pt-40-pc {
    padding-top: 40px !important;
  }
  .u-pb-40-pc {
    padding-bottom: 40px !important;
  }
  .u-pl-40-pc {
    padding-left: 40px !important;
  }
  .u-pr-40-pc {
    padding-right: 40px !important;
  }
  .u-mt-45-pc {
    margin-top: 45px !important;
  }
  .u-mb-45-pc {
    margin-bottom: 45px !important;
  }
  .u-ml-45-pc {
    margin-left: 45px !important;
  }
  .u-mr-45-pc {
    margin-right: 45px !important;
  }
  .u-pt-45-pc {
    padding-top: 45px !important;
  }
  .u-pb-45-pc {
    padding-bottom: 45px !important;
  }
  .u-pl-45-pc {
    padding-left: 45px !important;
  }
  .u-pr-45-pc {
    padding-right: 45px !important;
  }
  .u-mt-50-pc {
    margin-top: 50px !important;
  }
  .u-mb-50-pc {
    margin-bottom: 50px !important;
  }
  .u-ml-50-pc {
    margin-left: 50px !important;
  }
  .u-mr-50-pc {
    margin-right: 50px !important;
  }
  .u-pt-50-pc {
    padding-top: 50px !important;
  }
  .u-pb-50-pc {
    padding-bottom: 50px !important;
  }
  .u-pl-50-pc {
    padding-left: 50px !important;
  }
  .u-pr-50-pc {
    padding-right: 50px !important;
  }
  .u-mt-55-pc {
    margin-top: 55px !important;
  }
  .u-mb-55-pc {
    margin-bottom: 55px !important;
  }
  .u-ml-55-pc {
    margin-left: 55px !important;
  }
  .u-mr-55-pc {
    margin-right: 55px !important;
  }
  .u-pt-55-pc {
    padding-top: 55px !important;
  }
  .u-pb-55-pc {
    padding-bottom: 55px !important;
  }
  .u-pl-55-pc {
    padding-left: 55px !important;
  }
  .u-pr-55-pc {
    padding-right: 55px !important;
  }
  .u-mt-60-pc {
    margin-top: 60px !important;
  }
  .u-mb-60-pc {
    margin-bottom: 60px !important;
  }
  .u-ml-60-pc {
    margin-left: 60px !important;
  }
  .u-mr-60-pc {
    margin-right: 60px !important;
  }
  .u-pt-60-pc {
    padding-top: 60px !important;
  }
  .u-pb-60-pc {
    padding-bottom: 60px !important;
  }
  .u-pl-60-pc {
    padding-left: 60px !important;
  }
  .u-pr-60-pc {
    padding-right: 60px !important;
  }
  .u-mt-65-pc {
    margin-top: 65px !important;
  }
  .u-mb-65-pc {
    margin-bottom: 65px !important;
  }
  .u-ml-65-pc {
    margin-left: 65px !important;
  }
  .u-mr-65-pc {
    margin-right: 65px !important;
  }
  .u-pt-65-pc {
    padding-top: 65px !important;
  }
  .u-pb-65-pc {
    padding-bottom: 65px !important;
  }
  .u-pl-65-pc {
    padding-left: 65px !important;
  }
  .u-pr-65-pc {
    padding-right: 65px !important;
  }
  .u-mt-70-pc {
    margin-top: 70px !important;
  }
  .u-mb-70-pc {
    margin-bottom: 70px !important;
  }
  .u-ml-70-pc {
    margin-left: 70px !important;
  }
  .u-mr-70-pc {
    margin-right: 70px !important;
  }
  .u-pt-70-pc {
    padding-top: 70px !important;
  }
  .u-pb-70-pc {
    padding-bottom: 70px !important;
  }
  .u-pl-70-pc {
    padding-left: 70px !important;
  }
  .u-pr-70-pc {
    padding-right: 70px !important;
  }
  .u-mt-75-pc {
    margin-top: 75px !important;
  }
  .u-mb-75-pc {
    margin-bottom: 75px !important;
  }
  .u-ml-75-pc {
    margin-left: 75px !important;
  }
  .u-mr-75-pc {
    margin-right: 75px !important;
  }
  .u-pt-75-pc {
    padding-top: 75px !important;
  }
  .u-pb-75-pc {
    padding-bottom: 75px !important;
  }
  .u-pl-75-pc {
    padding-left: 75px !important;
  }
  .u-pr-75-pc {
    padding-right: 75px !important;
  }
  .u-mt-80-pc {
    margin-top: 80px !important;
  }
  .u-mb-80-pc {
    margin-bottom: 80px !important;
  }
  .u-ml-80-pc {
    margin-left: 80px !important;
  }
  .u-mr-80-pc {
    margin-right: 80px !important;
  }
  .u-pt-80-pc {
    padding-top: 80px !important;
  }
  .u-pb-80-pc {
    padding-bottom: 80px !important;
  }
  .u-pl-80-pc {
    padding-left: 80px !important;
  }
  .u-pr-80-pc {
    padding-right: 80px !important;
  }
  .u-mt-85-pc {
    margin-top: 85px !important;
  }
  .u-mb-85-pc {
    margin-bottom: 85px !important;
  }
  .u-ml-85-pc {
    margin-left: 85px !important;
  }
  .u-mr-85-pc {
    margin-right: 85px !important;
  }
  .u-pt-85-pc {
    padding-top: 85px !important;
  }
  .u-pb-85-pc {
    padding-bottom: 85px !important;
  }
  .u-pl-85-pc {
    padding-left: 85px !important;
  }
  .u-pr-85-pc {
    padding-right: 85px !important;
  }
  .u-mt-90-pc {
    margin-top: 90px !important;
  }
  .u-mb-90-pc {
    margin-bottom: 90px !important;
  }
  .u-ml-90-pc {
    margin-left: 90px !important;
  }
  .u-mr-90-pc {
    margin-right: 90px !important;
  }
  .u-pt-90-pc {
    padding-top: 90px !important;
  }
  .u-pb-90-pc {
    padding-bottom: 90px !important;
  }
  .u-pl-90-pc {
    padding-left: 90px !important;
  }
  .u-pr-90-pc {
    padding-right: 90px !important;
  }
  .u-mt-95-pc {
    margin-top: 95px !important;
  }
  .u-mb-95-pc {
    margin-bottom: 95px !important;
  }
  .u-ml-95-pc {
    margin-left: 95px !important;
  }
  .u-mr-95-pc {
    margin-right: 95px !important;
  }
  .u-pt-95-pc {
    padding-top: 95px !important;
  }
  .u-pb-95-pc {
    padding-bottom: 95px !important;
  }
  .u-pl-95-pc {
    padding-left: 95px !important;
  }
  .u-pr-95-pc {
    padding-right: 95px !important;
  }
  .u-mt-100-pc {
    margin-top: 100px !important;
  }
  .u-mb-100-pc {
    margin-bottom: 100px !important;
  }
  .u-ml-100-pc {
    margin-left: 100px !important;
  }
  .u-mr-100-pc {
    margin-right: 100px !important;
  }
  .u-pt-100-pc {
    padding-top: 100px !important;
  }
  .u-pb-100-pc {
    padding-bottom: 100px !important;
  }
  .u-pl-100-pc {
    padding-left: 100px !important;
  }
  .u-pr-100-pc {
    padding-right: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt-0-sp {
    margin-top: 0px !important;
  }
  .u-mb-0-sp {
    margin-bottom: 0px !important;
  }
  .u-ml-0-sp {
    margin-left: 0px !important;
  }
  .u-mr-0-sp {
    margin-right: 0px !important;
  }
  .u-pt-0-sp {
    padding-top: 0px !important;
  }
  .u-pb-0-sp {
    padding-bottom: 0px !important;
  }
  .u-pl-0-sp {
    padding-left: 0px !important;
  }
  .u-pr-0-sp {
    padding-right: 0px !important;
  }
  .u-mt-5-sp {
    margin-top: 5px !important;
  }
  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }
  .u-ml-5-sp {
    margin-left: 5px !important;
  }
  .u-mr-5-sp {
    margin-right: 5px !important;
  }
  .u-pt-5-sp {
    padding-top: 5px !important;
  }
  .u-pb-5-sp {
    padding-bottom: 5px !important;
  }
  .u-pl-5-sp {
    padding-left: 5px !important;
  }
  .u-pr-5-sp {
    padding-right: 5px !important;
  }
  .u-mt-10-sp {
    margin-top: 10px !important;
  }
  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .u-ml-10-sp {
    margin-left: 10px !important;
  }
  .u-mr-10-sp {
    margin-right: 10px !important;
  }
  .u-pt-10-sp {
    padding-top: 10px !important;
  }
  .u-pb-10-sp {
    padding-bottom: 10px !important;
  }
  .u-pl-10-sp {
    padding-left: 10px !important;
  }
  .u-pr-10-sp {
    padding-right: 10px !important;
  }
  .u-mt-15-sp {
    margin-top: 15px !important;
  }
  .u-mb-15-sp {
    margin-bottom: 15px !important;
  }
  .u-ml-15-sp {
    margin-left: 15px !important;
  }
  .u-mr-15-sp {
    margin-right: 15px !important;
  }
  .u-pt-15-sp {
    padding-top: 15px !important;
  }
  .u-pb-15-sp {
    padding-bottom: 15px !important;
  }
  .u-pl-15-sp {
    padding-left: 15px !important;
  }
  .u-pr-15-sp {
    padding-right: 15px !important;
  }
  .u-mt-20-sp {
    margin-top: 20px !important;
  }
  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .u-ml-20-sp {
    margin-left: 20px !important;
  }
  .u-mr-20-sp {
    margin-right: 20px !important;
  }
  .u-pt-20-sp {
    padding-top: 20px !important;
  }
  .u-pb-20-sp {
    padding-bottom: 20px !important;
  }
  .u-pl-20-sp {
    padding-left: 20px !important;
  }
  .u-pr-20-sp {
    padding-right: 20px !important;
  }
  .u-mt-25-sp {
    margin-top: 25px !important;
  }
  .u-mb-25-sp {
    margin-bottom: 25px !important;
  }
  .u-ml-25-sp {
    margin-left: 25px !important;
  }
  .u-mr-25-sp {
    margin-right: 25px !important;
  }
  .u-pt-25-sp {
    padding-top: 25px !important;
  }
  .u-pb-25-sp {
    padding-bottom: 25px !important;
  }
  .u-pl-25-sp {
    padding-left: 25px !important;
  }
  .u-pr-25-sp {
    padding-right: 25px !important;
  }
  .u-mt-30-sp {
    margin-top: 30px !important;
  }
  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .u-ml-30-sp {
    margin-left: 30px !important;
  }
  .u-mr-30-sp {
    margin-right: 30px !important;
  }
  .u-pt-30-sp {
    padding-top: 30px !important;
  }
  .u-pb-30-sp {
    padding-bottom: 30px !important;
  }
  .u-pl-30-sp {
    padding-left: 30px !important;
  }
  .u-pr-30-sp {
    padding-right: 30px !important;
  }
  .u-mt-35-sp {
    margin-top: 35px !important;
  }
  .u-mb-35-sp {
    margin-bottom: 35px !important;
  }
  .u-ml-35-sp {
    margin-left: 35px !important;
  }
  .u-mr-35-sp {
    margin-right: 35px !important;
  }
  .u-pt-35-sp {
    padding-top: 35px !important;
  }
  .u-pb-35-sp {
    padding-bottom: 35px !important;
  }
  .u-pl-35-sp {
    padding-left: 35px !important;
  }
  .u-pr-35-sp {
    padding-right: 35px !important;
  }
  .u-mt-40-sp {
    margin-top: 40px !important;
  }
  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .u-ml-40-sp {
    margin-left: 40px !important;
  }
  .u-mr-40-sp {
    margin-right: 40px !important;
  }
  .u-pt-40-sp {
    padding-top: 40px !important;
  }
  .u-pb-40-sp {
    padding-bottom: 40px !important;
  }
  .u-pl-40-sp {
    padding-left: 40px !important;
  }
  .u-pr-40-sp {
    padding-right: 40px !important;
  }
  .u-mt-45-sp {
    margin-top: 45px !important;
  }
  .u-mb-45-sp {
    margin-bottom: 45px !important;
  }
  .u-ml-45-sp {
    margin-left: 45px !important;
  }
  .u-mr-45-sp {
    margin-right: 45px !important;
  }
  .u-pt-45-sp {
    padding-top: 45px !important;
  }
  .u-pb-45-sp {
    padding-bottom: 45px !important;
  }
  .u-pl-45-sp {
    padding-left: 45px !important;
  }
  .u-pr-45-sp {
    padding-right: 45px !important;
  }
  .u-mt-50-sp {
    margin-top: 50px !important;
  }
  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .u-ml-50-sp {
    margin-left: 50px !important;
  }
  .u-mr-50-sp {
    margin-right: 50px !important;
  }
  .u-pt-50-sp {
    padding-top: 50px !important;
  }
  .u-pb-50-sp {
    padding-bottom: 50px !important;
  }
  .u-pl-50-sp {
    padding-left: 50px !important;
  }
  .u-pr-50-sp {
    padding-right: 50px !important;
  }
  .u-mt-55-sp {
    margin-top: 55px !important;
  }
  .u-mb-55-sp {
    margin-bottom: 55px !important;
  }
  .u-ml-55-sp {
    margin-left: 55px !important;
  }
  .u-mr-55-sp {
    margin-right: 55px !important;
  }
  .u-pt-55-sp {
    padding-top: 55px !important;
  }
  .u-pb-55-sp {
    padding-bottom: 55px !important;
  }
  .u-pl-55-sp {
    padding-left: 55px !important;
  }
  .u-pr-55-sp {
    padding-right: 55px !important;
  }
  .u-mt-60-sp {
    margin-top: 60px !important;
  }
  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }
  .u-ml-60-sp {
    margin-left: 60px !important;
  }
  .u-mr-60-sp {
    margin-right: 60px !important;
  }
  .u-pt-60-sp {
    padding-top: 60px !important;
  }
  .u-pb-60-sp {
    padding-bottom: 60px !important;
  }
  .u-pl-60-sp {
    padding-left: 60px !important;
  }
  .u-pr-60-sp {
    padding-right: 60px !important;
  }
  .u-mt-65-sp {
    margin-top: 65px !important;
  }
  .u-mb-65-sp {
    margin-bottom: 65px !important;
  }
  .u-ml-65-sp {
    margin-left: 65px !important;
  }
  .u-mr-65-sp {
    margin-right: 65px !important;
  }
  .u-pt-65-sp {
    padding-top: 65px !important;
  }
  .u-pb-65-sp {
    padding-bottom: 65px !important;
  }
  .u-pl-65-sp {
    padding-left: 65px !important;
  }
  .u-pr-65-sp {
    padding-right: 65px !important;
  }
  .u-mt-70-sp {
    margin-top: 70px !important;
  }
  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }
  .u-ml-70-sp {
    margin-left: 70px !important;
  }
  .u-mr-70-sp {
    margin-right: 70px !important;
  }
  .u-pt-70-sp {
    padding-top: 70px !important;
  }
  .u-pb-70-sp {
    padding-bottom: 70px !important;
  }
  .u-pl-70-sp {
    padding-left: 70px !important;
  }
  .u-pr-70-sp {
    padding-right: 70px !important;
  }
  .u-mt-75-sp {
    margin-top: 75px !important;
  }
  .u-mb-75-sp {
    margin-bottom: 75px !important;
  }
  .u-ml-75-sp {
    margin-left: 75px !important;
  }
  .u-mr-75-sp {
    margin-right: 75px !important;
  }
  .u-pt-75-sp {
    padding-top: 75px !important;
  }
  .u-pb-75-sp {
    padding-bottom: 75px !important;
  }
  .u-pl-75-sp {
    padding-left: 75px !important;
  }
  .u-pr-75-sp {
    padding-right: 75px !important;
  }
  .u-mt-80-sp {
    margin-top: 80px !important;
  }
  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }
  .u-ml-80-sp {
    margin-left: 80px !important;
  }
  .u-mr-80-sp {
    margin-right: 80px !important;
  }
  .u-pt-80-sp {
    padding-top: 80px !important;
  }
  .u-pb-80-sp {
    padding-bottom: 80px !important;
  }
  .u-pl-80-sp {
    padding-left: 80px !important;
  }
  .u-pr-80-sp {
    padding-right: 80px !important;
  }
  .u-mt-85-sp {
    margin-top: 85px !important;
  }
  .u-mb-85-sp {
    margin-bottom: 85px !important;
  }
  .u-ml-85-sp {
    margin-left: 85px !important;
  }
  .u-mr-85-sp {
    margin-right: 85px !important;
  }
  .u-pt-85-sp {
    padding-top: 85px !important;
  }
  .u-pb-85-sp {
    padding-bottom: 85px !important;
  }
  .u-pl-85-sp {
    padding-left: 85px !important;
  }
  .u-pr-85-sp {
    padding-right: 85px !important;
  }
  .u-mt-90-sp {
    margin-top: 90px !important;
  }
  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }
  .u-ml-90-sp {
    margin-left: 90px !important;
  }
  .u-mr-90-sp {
    margin-right: 90px !important;
  }
  .u-pt-90-sp {
    padding-top: 90px !important;
  }
  .u-pb-90-sp {
    padding-bottom: 90px !important;
  }
  .u-pl-90-sp {
    padding-left: 90px !important;
  }
  .u-pr-90-sp {
    padding-right: 90px !important;
  }
  .u-mt-95-sp {
    margin-top: 95px !important;
  }
  .u-mb-95-sp {
    margin-bottom: 95px !important;
  }
  .u-ml-95-sp {
    margin-left: 95px !important;
  }
  .u-mr-95-sp {
    margin-right: 95px !important;
  }
  .u-pt-95-sp {
    padding-top: 95px !important;
  }
  .u-pb-95-sp {
    padding-bottom: 95px !important;
  }
  .u-pl-95-sp {
    padding-left: 95px !important;
  }
  .u-pr-95-sp {
    padding-right: 95px !important;
  }
  .u-mt-100-sp {
    margin-top: 100px !important;
  }
  .u-mb-100-sp {
    margin-bottom: 100px !important;
  }
  .u-ml-100-sp {
    margin-left: 100px !important;
  }
  .u-mr-100-sp {
    margin-right: 100px !important;
  }
  .u-pt-100-sp {
    padding-top: 100px !important;
  }
  .u-pb-100-sp {
    padding-bottom: 100px !important;
  }
  .u-pl-100-sp {
    padding-left: 100px !important;
  }
  .u-pr-100-sp {
    padding-right: 100px !important;
  }
}

.u-left {
  text-align: left !important;
}

.u-center {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}

@media only screen and (min-width: 768px), print {
  .u-center-pc {
    text-align: center !important;
  }
}

.u-font-bold {
  font-weight: bold !important;
}

.u-font-normal {
  font-weight: normal !important;
}

.u-block {
  display: block !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-inline {
  display: inline !important;
}

.u-none {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .u-block-sp {
    display: block !important;
  }
  .u-inline-block-sp {
    display: inline-block !important;
  }
  .u-inline-sp {
    display: inline !important;
  }
}

@media only screen and (min-width: 768px), print {
  .u-block-pc {
    display: block !important;
  }
  .u-inline-block-pc {
    display: inline-block !important;
  }
  .u-inline-pc {
    display: inline !important;
  }
}

.u-clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.u-nowrap {
  white-space: nowrap !important;
}

@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 768px), print {
  .u-hidden-pc {
    display: none !important;
  }
}

@media only screen and (max-width: 968px) {
  .u-hidden-h-mq {
    display: none !important;
  }
}

@media only screen and (min-width: 968px), print {
  .u-hidden-h-pc {
    display: none !important;
  }
}

.u-wh {
  color: #fff;
}

.u-w-100 {
  width: 100% !important;
}

.u-flex, .u-flex-between, .u-flex-center {
  display: flex;
  flex-wrap: wrap;
}

.u-flex-between {
  justify-content: space-between;
}

.u-flex-center {
  justify-content: center;
}

.u-align-center {
  align-items: center;
}

.u-rel {
  position: relative;
}

.u-pointer-none {
  pointer-events: none;
}

.u-cover {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.u-bold {
  font-weight: 600;
}

.u-en {
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}

.inview {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transition-delay: 0.4s;
}

.inview.-fadein {
  opacity: 1;
}

.inview.-blur {
  filter: blur(0.75em);
}

.inview.-blur.-fadein {
  filter: blur(0);
}

.inview.-blur2 {
  filter: blur(0.25em);
}

.inview.-blur2.-fadein {
  filter: blur(0);
}

.inview.-inviewUp {
  transform: translate(0, 0.25em);
  -webkit-transform: translate(0, 0.25em);
}

.inview.-inviewUp.-fadein {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inview.-inviewDelay01 {
  transition-delay: 0.2s;
}

.inview.-inviewDelay01_5 {
  transition-delay: 0.3s;
}

.inview.-inviewDelay02 {
  transition-delay: 0.4s;
}

.inview.-inviewDelay02_5 {
  transition-delay: 0.5s;
}

.inview.-inviewDelay03 {
  transition-delay: 0.6s;
}

.inview.-inviewDelay03_5 {
  transition-delay: 0.7s;
}

.inview.-inviewDelayonline {
  transition-delay: 1.2s;
}

.inview.-inviewLeft {
  transform: translate(-2rem, 0);
  -webkit-transform: translate(-2rem, 0);
}

.inview.-inviewLeft.-fadein {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inview.-inviewRight {
  transform: translate(2rem, 0);
  -webkit-transform: translate(2rem, 0);
}

.inview.-inviewRight.-fadein {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inview.-inv-txtcolor {
  color: #777777;
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}

.inview.-inv-txtcolor.-fadein {
  animation: txtcolor 0.5s 0.5s both;
  -webkit-animation: txtcolor 0.5s 0.5s both;
  transform: translate(0, 0);
}

@keyframes txtcolor {
  0% {
  }
  50% {
  }
  100% {
    color: #161616;
  }
}

.inview.-inv-menus {
  transform: scale(0.6);
  transition-duration: 0.5s;
}

.inview.-inv-menus.-fadein {
  transform: scale(1);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

#footer {
  padding: 60px 0 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#footer .logo_f img {
  display: block;
  margin: 0 auto;
}

#footer .sns_list {
  justify-content: center;
  margin: 30px 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

#footer .copyright {
  text-align: center;
  font-size: 12px;
}

.lp-main {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(16px, 3vw, 20px);
}

.lp-main .cta {
  position: fixed;
  width: 100%;
  bottom: 1em;
  right: 0;
  font-size: 1.25em;
}

@media only screen and (min-width: 768px), print {
  .lp-main .cta {
    width: auto;
    right: 1em;
  }
}

@media only screen and (min-width: 768px), print {
  .lp-main .cta .btn-a {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.lp-main .cta .btn-a:hover {
  opacity: 1 !important;
  transition: all 0.2s cubic-bezier(0.58, -0.6, 0.32, 1.6) 0s;
  transform: scale(1.05);
}

.lp-main .cta__a {
  position: absolute;
  width: 4em;
  top: -0.5em;
  left: -1.45em;
  transition: all 0.5s cubic-bezier(0.58, -0.6, 0.32, 1.6) 0.2s;
  transform: translateY(0.5em) rotate(20deg) scale(0.5);
}

@media only screen and (min-width: 768px), print {
  .lp-main .cta__a {
    left: -2.45em;
  }
}

.lp-main .cta__a.-fadein {
  transform: scale(1) rotate(10deg);
}

.mv {
  background-repeat: repeat;
  background-size: 27.3125em auto;
  padding-top: 9em;
  padding-bottom: 2em;
}

@media only screen and (min-width: 968px), print {
  .mv {
    margin-top: -102px;
  }
}

.mv__wh {
  border-radius: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  padding-bottom: 1.5em;
}

@media only screen and (max-width: 968px) {
  .mv__wh {
    background: #fff;
  }
}

.mv__ttlwrap {
  position: relative;
  top: -4em;
  width: 20em;
  height: calc(23.3125em - 4em);
  margin: 0 auto;
}

@media only screen and (max-width: 374px) {
  .mv__ttlwrap {
    font-size: 14px;
  }
}

@media only screen and (min-width: 968px), print {
  .mv__ttlwrap {
    height: calc(23.3125em - 7em);
    font-size: clamp(18px, 1.85vw, 22px);
    left: -1em;
  }
}

@media only screen and (min-width: 968px), print {
  .mv__ttlwrap {
    top: 0em;
  }
}

.mv__ttlwrap img {
  position: absolute;
}

.mv__bg {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 18.43506em;
}

.mv__a {
  width: 19.86631em;
  top: 13em;
  left: 0;
  transition: all 0.5s cubic-bezier(0.58, -0.6, 0.32, 1.6) 0.4s;
  transform: translateY(0.5em) rotate(50deg) scale(0.5);
}

.mv__a.-fadein {
  transform: scale(1) rotate(-5deg);
}

@media only screen and (min-width: 968px), print {
  .mv__a {
    left: auto;
    right: -16em;
    top: 8em;
    width: 16em;
  }
}

.mv__a-txt {
  width: 8em;
  left: 11em;
  top: 23em;
  transition: all 0.5s cubic-bezier(0.58, -0.6, 0.32, 1.6) 0.4s;
  transform: translateY(0.5em) rotate(20deg) scale(0.5);
}

@media only screen and (min-width: 968px), print {
  .mv__a-txt {
    top: 4em;
    left: 26em;
  }
}

.mv__a-txt.-fadein {
  transform: scale(1) rotate(-10deg);
}

@media only screen and (min-width: 968px), print {
  .mv__a-txt.-fadein {
    transform: scale(1) rotate(10deg);
  }
}

.mv__ttl {
  width: 22.1375em;
  left: 0;
  right: 0;
  top: 3.8125em;
  transition: all 0.5s cubic-bezier(0.58, -0.6, 0.32, 1.6) 0.2s;
  transform: translateY(0.5em) rotate(20deg) scale(0.5);
}

.mv__ttl.-fadein {
  transform: scale(1) rotate(0deg);
}

.mv__10th {
  width: 14.0625em;
  top: -2.375em;
  right: 0;
}

@media only screen and (min-width: 968px), print {
  .mv__10th {
    right: -1em;
  }
}

.mv__tapi {
  width: 10.95881em;
  top: -4em;
  left: -1.25em;
}

@media only screen and (min-width: 968px), print {
  .mv__tapi {
    top: -2em;
    left: -5em;
  }
}

.mv__100 {
  width: 6.03406em;
  left: -0.625em;
  top: 10.875em;
  transition: all 0.5s cubic-bezier(0.58, -0.6, 0.32, 1.6) 0.8s;
  transform: translateY(0.5em) rotate(50deg) scale(0.5);
}

.mv__100.-fadein {
  transform: scale(1) rotate(-10deg);
}

@media only screen and (min-width: 968px), print {
  .mv__100 {
    top: 4.25em;
    left: 20em;
  }
}

.mv__tea {
  width: 6em;
}

.mv__tea.-t1 {
  transform: rotate(15deg);
  left: -15em;
  top: 3em;
}

.mv__tea.-t2 {
  transform: rotate(-15deg);
  left: -9em;
  top: 8em;
}

.mv__datewrap {
  width: 19.9375em;
  max-width: 100%;
}

@media only screen and (min-width: 968px), print {
  .mv__datewrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    background: #fff;
    border-radius: 0.5em;
    padding: 0.5em;
  }
}

.mv__date {
  width: 6.40313em;
}

@media only screen and (min-width: 968px), print {
  .mv__date {
    position: relative;
    top: 0.125em;
  }
}

.mv__item {
  width: 19.9375em;
  max-width: 100%;
}

@media only screen and (max-width: 968px) {
  .mv__item {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 968px), print {
  .mv__item {
    width: 85%;
    margin: 0 auto;
    display: block;
  }
}

.container {
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (min-width: 768px), print {
  .container {
    width: 1160px;
  }
  .container.-sm {
    width: 840px;
  }
}

.bg-a {
  background-repeat: repeat;
  background-size: 27.3125em auto;
}

.bg-b {
  background-repeat: repeat;
  background-size: 27.3125em auto;
  padding: 4em 0 3em !important;
}

.bg-c {
  padding: 4em 0 3em !important;
  background: #e6dec8;
}

.section {
  padding: 3em 0;
}

.award {
  border-radius: 1em;
  background: #fff;
}

@media only screen and (min-width: 768px), print {
  .award.-a {
    width: 800px;
  }
}

.award__img {
  transition: all 0.5s cubic-bezier(0.58, -0.6, 0.32, 1.6) 0.4s;
  transform: translateY(0.5em) rotate(50deg) scale(0.5);
  width: 14.375em;
}

@media only screen and (min-width: 768px), print {
  .award__img {
    width: 500px;
  }
}

.award__img.-fadein {
  transform: scale(1) rotate(0deg);
}

@media only screen and (min-width: 768px), print {
  .award__size {
    width: 400px;
  }
}

.award__h {
  border-radius: 1em 1em 0 0;
  background: #ffbbdc;
  position: relative;
  display: flex;
  padding: 0.5em 0.5em 0.75em;
  justify-content: center;
}

.award__h.-b {
  background: #67c7fa;
}

.award__h.-c {
  background: #dea2fb;
}

.award__h-img {
  width: 5.33456em;
  position: absolute;
  top: -1em;
  left: -0.5em;
  transition: all 0.5s cubic-bezier(0.58, -0.6, 0.32, 1.6) 0.2s;
  transform: scale(0.8);
}

.award__h-img.-fadein {
  transform: scale(1) rotate(5deg);
}

.award__h-txt {
  position: relative;
  color: #fff;
  font-size: 1.25em;
  line-height: 130%;
  /* 1.625rem */
  letter-spacing: 0.1em;
  margin-left: 0.5em;
}

.award__h-txt .yel {
  font-size: 1.5em;
  color: #fff200;
}

.award__h-txt .-txt1 {
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
}

.award__h-txt .-txt2 {
  position: absolute;
  top: 0;
  left: 0;
}

.award__t-img {
  position: absolute;
  top: -1em;
  right: 1em;
  width: 3.375em;
}

.award__t-img.-a {
  width: 3.25em;
}

.award__cont {
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}

.award__caution {
  font-size: 0.6875em;
  text-align: left;
  display: block;
  width: 100%;
}

.award__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}

@media only screen and (min-width: 768px), print {
  .award__wrap {
    gap: 3em;
  }
}

.award__grid {
  display: flex;
  align-items: flex-start;
}

.award__ttl {
  transform: rotate(0);
  width: 13.9em;
  transition: all 0.5s cubic-bezier(0.58, -0.6, 0.32, 1.6) 0.2s;
}

.award__ttl.-fadein {
  transform: scale(1) rotate(-5deg);
}

.award__ttl.-b {
  margin-top: 0.75em;
}

.award__ttl.-b.-fadein {
  transform: scale(1.05) rotate(-5deg);
}

.award__no {
  width: 5.94em;
  transition: all 0.5s cubic-bezier(0.58, -0.6, 0.32, 1.6) 0.4s;
}

@media only screen and (max-width: 374px) {
  .award__no {
    width: 3.85em;
  }
}

.award__no.-fadein {
  transform: scale(1) rotate(5deg);
}

.award__thing {
  width: 10em;
  transition: all 0.5s cubic-bezier(0.58, -0.6, 0.32, 1.6) 0.4s;
}

.award__thing.-fadein {
  transform: scale(1) rotate(5deg);
}

.cont {
  background: #fff;
  position: relative;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 2.5em 1em 1.5em;
}

.cont.-photo {
  padding-bottom: 3em;
}

.cont__wrap {
  display: flex;
  flex-direction: column;
  gap: 4.25em;
}

.cont__flag {
  width: 9.4em;
  position: absolute;
  top: -3em;
  left: 0;
  transition: all 0.5s cubic-bezier(0.58, -0.6, 0.32, 1.6) 0.4s;
  transform: translateY(0.5em) rotate(5deg) scale(0.5);
}

.cont__flag.-lg {
  width: 11.6em;
}

.cont__flag.-fadein {
  transform: scale(1) rotate(0deg);
}

.date {
  letter-spacing: 0;
  font-size: 1.6em;
  display: flex;
  gap: 0.125em;
  justify-content: flex-end;
  line-height: 1;
  align-items: flex-end;
}

.date.-mv {
  justify-content: center;
}

.date .sm {
  font-size: 0.75em;
}

.date .week {
  border-radius: 5.27344rem;
  background: #ffbbdc;
  font-size: 0.5em;
  display: inline-flex;
  width: 1.5em;
  height: 1.5em;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding-bottom: 0.125em;
}

.items {
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.items.-i1 {
  color: #0049c9;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 2px dashed #161616;
}

@media only screen and (min-width: 768px), print {
  .items.-i1 {
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}

.items.-i2 {
  color: #683831;
}

.items__grid {
  display: grid;
  grid-template-columns: 1fr 6.75em;
  grid-template-rows: auto 1fr;
  line-height: 1.3;
  gap: 1em 0;
  margin-right: -0.5em;
}

.items__ttl {
  font-size: 1.125em;
  grid-column: 1/2;
  grid-row: 1/2;
  border-bottom: 1px dashed;
  padding-bottom: 1em;
}

.items__txt {
  font-size: 0.875em;
  grid-column: 1/2;
  grid-row: 2/3;
  margin-right: -1em;
}

.items__main {
  grid-column: 2/3;
  grid-row: 1/3;
  transition: all 0.5s cubic-bezier(0.58, -0.6, 0.32, 1.6) 0.4s;
  transform: translateY(0.5em) rotate(50deg) scale(0.5);
}

.items__main.-fadein {
  transform: scale(1) rotate(0deg);
}

@media only screen and (min-width: 768px), print {
  .items__main {
    margin-top: -1em;
  }
}

.items__grid2 {
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(4, 1fr);
  gap: 1em;
  max-width: 100%;
}

@media only screen and (min-width: 768px), print {
  .items__grid2 {
    gap: 2em;
    width: 500px;
  }
}

.how {
  padding: 1em 1em 1.5em;
  border-bottom: 2px dashed;
}

.how.-last {
  border: none;
}

.how__img {
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px), print {
  .how__img {
    max-width: 400px;
  }
}

@media only screen and (min-width: 768px), print {
  .how__wrap {
    max-width: 500px;
  }
}

.how__grid {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
}

.how__no {
  flex-shrink: 0;
  width: 2.7625em;
  transition: all 0.5s cubic-bezier(0.58, -0.6, 0.32, 1.6) 0.4s;
  transform: translateY(0.5em) rotate(-50deg) scale(0.5);
}

.how__no.-fadein {
  transform: scale(1) rotate(0deg);
}

.how__ttl .-sub {
  color: #fff;
  display: inline-block;
  border-radius: 3em;
  line-height: 1;
  padding: 0.25em 0.5em 0.3em;
}

.how__ttl .-blue {
  background: #0049c9;
}

.how__ttl .-bro {
  background: #683831;
}

.btn-a {
  display: inline-flex;
  background: #ef519e;
  line-height: 1;
  color: #fff !important;
  text-decoration: none;
  transition: opacity 0.2s;
  padding: 0.5em 3em 0.6em;
  font-size: 1.125em;
  border-radius: 3em;
  position: relative;
  height: 100%;
}

.btn-a:hover {
  opacity: 0.85;
}

@media only screen and (min-width: 768px), print {
  .btn-a {
    font-size: 1.25em;
  }
}

.btn-a.-mv {
  margin-top: 1.5em;
  font-size: 1.25em;
}

.btn-a.-sm {
  font-size: 0.875em;
  letter-spacing: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.btn-a:before {
  border: 1px solid #ef519e;
  content: '';
  top: -0.1em;
  left: -0.1em;
  width: calc(100% + 0.2em);
  height: calc(100% + 0.2em);
  display: block;
  position: absolute;
  border-radius: 3em;
}

.btn-a__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.photo__caps {
  margin-left: 1em;
}

@media only screen and (min-width: 768px), print {
  .photo__caps {
    text-align: center;
  }
}

.photo__cap {
  display: inline-block;
  position: relative;
  color: #fff;
  line-height: 130%;
  /* 1.625rem */
  letter-spacing: 0.1em;
}

.photo__cap .yel {
  color: #fff200;
}

.photo__cap .-txt1 {
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
}

.photo__cap .-txt2 {
  position: absolute;
  top: 0;
  left: 0;
}

.photo__cont {
  border-radius: 1em;
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  position: relative;
}

.photo__cont.-ok {
  background: #ffe7f2;
}

.photo__cont.-ng {
  background: #f5f5f5;
}

.photo__ttl {
  text-align: center;
  color: #ef519e;
  font-size: 1.75em;
  line-height: 1;
}

.photo__img.-ok {
  width: 5em;
}

.photo__img.-ng {
  width: 3.75em;
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px), print {
  .photo__list {
    width: 500px;
  }
}

.photo__list.-ng {
  font-size: 0.875em;
  background: #fff;
  border-radius: 1em;
  padding: 1em;
}

.photo__list li {
  position: relative;
  padding-left: 1em;
}

.-ng .photo__list li {
  padding-left: 1.25em;
}

.photo__list li:before {
  position: absolute;
  top: 0;
  left: 0;
}

.-ok .photo__list li:before {
  content: '◎';
  color: #ef519e;
}

.-ng .photo__list li:before {
  top: 0.5em;
  margin: auto;
  display: block;
  content: '';
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%202L14%2014.0588%22%20stroke%3D%22%23F10000%22%20stroke-width%3D%224%22%2F%3E%3Cpath%20d%3D%22M14%202L2%2014.0588%22%20stroke%3D%22%23F10000%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E") 50%/100% auto no-repeat;
}

.photo__caution {
  font-size: 0.875em;
  line-height: 1.3;
  display: block;
}

.photo__caution.-lg {
  line-height: 1.6;
}

.photo__ngul {
  display: grid;
  gap: 1em;
  grid-template: repeat(1, 1fr)/repeat(4, 1fr);
}

@media only screen and (max-width: 767px) {
  .photo__ngul {
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
}

.photo__ngul .photo__caution {
  text-align: center;
  margin-top: 0.5em;
}

.photo__tapi {
  position: absolute;
  bottom: -4em;
  right: 0;
  width: 5.125em;
}

.faq {
  letter-spacing: 0;
  padding-top: 1em;
}

@media only screen and (min-width: 768px), print {
  .faq {
    padding: 1em 2em 0;
    font-size: 0.875em;
  }
}

.faq a {
  text-decoration: underline;
}

.faq__items {
  padding: 1em;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(5, 1fr);
  gap: 1em;
}

@media only screen and (min-width: 768px), print {
  .faq__items {
    padding: 1em 3em;
  }
}

.faq__dl {
  position: relative;
  background: #fff;
}

.faq__dl:not(:last-of-type) {
  border-bottom: 1px solid #a9a9a9;
}

.faq__dl dt,
.faq__dl dd > div {
  position: relative;
  display: grid;
  grid-template-columns: 1.5em 1fr;
}

.faq__dl dt {
  padding: 1em 1.5em 1em 0;
  line-height: 1.4;
}

.faq__dl dt.is-active:after {
  transform: rotate(180deg);
}

.faq__dl dt:after {
  transition: 0.2s;
  transform-origin: 50%;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%2213%22%20viewBox%3D%220%200%2015%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.50019%2012.8525C7.99046%2012.831%209.78479%2012.3025%2012.0591%2010.6299C14.3324%208.95688%2015.3137%206.51369%2014.9124%204.33447C14.5111%202.15556%2013.1382%201.11295%2011.1223%200.900973C9.02689%200.680829%207.78965%201.8913%207.50019%202.22152V2.19966C7.21025%201.86942%205.97299%200.658967%203.87765%200.879111C1.86167%201.09075%200.488981%202.13335%200.0877113%204.31259C-0.313746%206.49185%200.667266%208.93501%202.94111%2010.608C5.21493%2012.2806%207.00943%2012.831%207.50019%2012.8525Z%22%20fill%3D%22url(%23paint0_linear_214_131)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_214_131%22%20x1%3D%221.91325%22%20y1%3D%221.94559%22%20x2%3D%2215.2159%22%20y2%3D%225.60069%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23C199FC%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FE4B84%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") 50%/100% auto no-repeat;
}

.faq__dl dt:before {
  color: #ef519e;
  content: 'Q.';
}

.faq__dl dd {
  display: none;
}

.faq__dl dd > div {
  padding: 0 0 1em;
}

.faq__dl dd > div:before {
  content: 'A.';
}

.faq__wrap {
  display: flex;
  flex-direction: column;
}

.terms {
  position: relative;
  padding-top: 1em;
  padding-bottom: 2em;
  background: #fff;
  font-size: 0.75em;
  line-height: 1.6;
  height: 21em;
  overflow-y: scroll;
  padding-right: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .terms {
    padding: 1em 3em 2em;
  }
}

.terms a {
  text-decoration: underline;
}

.c-contact {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

@media only screen and (max-width: 767px) {
  .c-contact {
    width: 100%;
  }
}

.c-contact__ttl {
  font-size: 1.125em;
}

.c-contact__grid {
  gap: 1.25em;
  display: flex;
  flex-direction: column;
}

.c-contact__box {
  border-radius: 1em;
  border: 1px solid #ffbbdc;
  overflow: hidden;
}

.c-contact__h4 {
  background: #ffbbdc;
  padding: 0.5em;
}

.c-contact__cont {
  padding: 1em 0.125em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

@media only screen and (min-width: 768px), print {
  .c-contact__cont {
    padding: 1em;
  }
}

.c-contact__link {
  color: #ef519e !important;
  text-decoration: underline;
  font-size: 0.8em;
  letter-spacing: 0;
}

.c-contact__caution {
  line-height: 1.4;
  font-size: 0.6875em;
}

.c-contact__caution.-lg {
  font-size: 0.75em;
}

.c-contact__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.c-contact__tel a {
  font-size: 1.5em;
  color: #ef519e;
}

@media only screen and (min-width: 768px), print {
  .c-contact__tel a {
    pointer-events: none;
  }
}

.chara {
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.chara__grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 1em;
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 768px), print {
  .chara__grid {
    width: 500px;
  }
}

.chara__img {
  grid-column: 1/2;
  grid-row: 1/3;
  transition: all 0.5s cubic-bezier(0.58, -0.6, 0.32, 1.6) 0.8s;
  transform: translateY(0.5em) rotate(50deg) scale(0.5);
}

.chara__img.-fadein {
  transform: scale(1) rotate(0deg);
}

.chara__ttl {
  grid-column: 2/3;
  font-size: 1.125em;
}

.chara__txt {
  grid-column: 2/3;
  line-height: 1.3;
  font-size: 0.8125em;
}

.ex__cont {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.ex__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ex__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em;
  margin-bottom: 1em;
}

.ex__buy {
  flex-shrink: 0;
  background: #ffe7f2;
  border-radius: 1em;
  padding: 1em 1em 4em;
  position: relative;
}

.ex__buy.-lg {
  width: 100%;
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px), print {
  .ex__buy.-lg {
    width: 30em;
  }
}

.ex__buy p {
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}

.ex__buy img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 4.5em;
  width: 8em;
}

@media only screen and (min-width: 768px), print {
  .ex__buy img {
    top: 3em;
  }
}

.ex__buy img.-e3 {
  top: 3em;
  width: 18.25em;
}

.ex__line {
  border-bottom: 2px dashed;
}

.ex__or {
  font-size: 1.5em;
  margin-top: 0.25em;
  color: #5fa9dd;
}

.ex__or.-and {
  margin-top: -0.25em;
  margin-bottom: 0.5em;
  color: #122a88;
}

.ex__arrow {
  width: 2.5em;
}

@media only screen and (min-width: 768px), print {
  .ex__result {
    width: 460px;
  }
}
