.section-container {
  width: 100%;
  max-width: 1100px;
  position: relative;
  margin: 60px auto 100px;
}
@media screen and (max-width: 780px) {
  .section-container {
    margin: 10px auto 60px;
  }
}
.section-container .page-title {
  margin: 0px auto 43px;
  text-align: center;
  color: #414141;
  position: relative;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 780px) {
  .section-container .page-title {
    margin: 10px auto 10px;
  }
}
.section-container .page-title .en {
  text-transform: uppercase;
  font-size: 6.2rem;
  font-weight: 400;
  line-height: 1em;
}
@media screen and (max-width: 780px) {
  .section-container .page-title .en {
    font-size: 38px;
  }
}
.section-container .page-title .section-sub-title {
  display: block;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 2.3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .section-container .page-title .section-sub-title {
    font-size: 19px;
    padding-top: 5px;
  }
}
.section-container .section-title {
  margin: 20px auto 40px;
  text-align: center;
  color: #414141;
  position: relative;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #F1F1F1;
  width: 100%;
  margin-bottom: 22px;
  padding: 19px 20px 11px;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .section-container .section-title {
    flex-flow: column;
    padding: 15px 0px 10px;
  }
}
.section-container .section-title .en {
  text-transform: uppercase;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  align-items: center;
  margin-block: calc((1em - 1lh) / 2) !important;
}
.section-container .section-title .en small {
  margin: 0 12px;
}
@media screen and (max-width: 780px) {
  .section-container .section-title .en {
    font-size: 33px;
  }
}
.section-container .section-title .section-sub-title {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  line-height: 1;
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-bottom: 5px;
}
@media screen and (max-width: 780px) {
  .section-container .section-title .section-sub-title {
    padding-left: 0px;
  }
}
.section-container .content-title {
  color: #E60000;
  font-size: 2.6rem;
  line-height: 5rem;
  letter-spacing: 0.6px;
  font-weight: 800;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 780px) {
  .section-container .content-title {
    font-size: 19px;
    justify-content: space-between;
  }
}
.section-container .content-title span.text {
  color: #414141;
  font-size: 1.6rem;
  line-height: 4.2rem;
  letter-spacing: 0.6px;
  font-weight: 400;
  padding-left: 20px;
}
@media screen and (max-width: 780px) {
  .section-container .content-title span.text {
    font-size: 11px;
    line-height: 2em;
    padding-left: 5px;
  }
}
.section-container .box-title {
  color: #E60000;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 0.6px;
  font-weight: 800;
  margin: 0 0 5px;
}
@media screen and (max-width: 780px) {
  .section-container .box-title {
    font-size: 19px;
    margin: 0 0 10px;
  }
}
.section-container .lead-text {
  color: #414141;
  font-size: 2.2rem;
  line-height: 4.5rem;
  letter-spacing: 0.6px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .section-container .lead-text {
    font-size: 16px;
  }
}
.section-container .text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.6px;
  font-weight: 400;
}
.section-container .text span.small {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.section-container .illust01 {
  width: 100%;
  z-index: 5;
  transition: transform 0.3s ease-in-out;
}
.section-container .illust01:hover {
  transform: translateY(-10px);
}
.section-container .illust01 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 780px) {
  .section-container .illust01 {
    width: 80%;
    margin: 10px auto;
  }
}
@media screen and (min-width: 1100px) {
  .section-container .illust01 {
    width: 110%;
    margin-left: -4%;
  }
}
.section-container .illust02 {
  width: 23%;
  max-width: 139px;
  height: 212px;
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 5;
  transition: transform 0.3s ease-in-out;
}
.section-container .illust02:hover {
  transition: transform 0.5s;
  transform: rotate(15deg);
}
.section-container .illust02 img {
  width: 100%;
  height: auto;
}
.section-container .card-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.section-container .card-wrapper .content-box {
  width: 50%;
}
@media screen and (max-width: 780px) {
  .section-container .card-wrapper .content-box {
    width: 100%;
  }
}
.section-container .card-wrapper .content-box:first-child {
  width: 40%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 780px) {
  .section-container .card-wrapper .content-box:first-child {
    width: 100%;
    margin-bottom: 35px;
  }
}
.section-container .card-wrapper .content-box .point-card {
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .section-container .card-wrapper .content-box .point-card {
    margin-bottom: 40px;
  }
}
.section-container .card-wrapper .main-box-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-container .card-wrapper .main-box-1 .box-thumb {
  width: 35%;
}
@media screen and (max-width: 780px) {
  .section-container .card-wrapper .main-box-1 .box-thumb {
    width: 70%;
    margin: 25px auto 35px;
  }
}
.section-container .card-wrapper .main-box-1 .box-text {
  width: 60%;
}
@media screen and (max-width: 780px) {
  .section-container .card-wrapper .main-box-1 .box-text {
    width: 100%;
  }
}
.section-container .card-wrapper .main-box-1 .box-text .text {
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0.25px;
  font-weight: 400;
  margin: 0 0 10px;
}
@media screen and (max-width: 780px) {
  .section-container .card-wrapper .main-box-1 .box-text .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .section-container .card-wrapper .main-box-2 {
    margin-bottom: 35px;
  }
}
.section-container .card-wrapper .main-box-2 p.sp-only {
  display: none;
}
@media screen and (max-width: 780px) {
  .section-container .card-wrapper .main-box-2 p.sp-only {
    display: block;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
  }
}
.section-container .card-wrapper .main-box-2 .box-thumb {
  max-width: 455px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .section-container .card-wrapper .main-box-2 .box-thumb {
    flex-flow: column;
  }
}
.section-container .card-wrapper .main-box-2 .box-thumb p {
  display: block;
  width: 46%;
}
.section-container .card-wrapper .main-box-2 .box-thumb p.sp-only {
  display: none;
}
@media screen and (max-width: 780px) {
  .section-container .card-wrapper .main-box-2 .box-thumb p {
    width: 80%;
    margin: 20px auto 5px;
  }
}
.section-container .card-wrapper .main-box-2 .box-thumb p img {
  width: 100%;
  height: auto;
}
.section-container .card-wrapper .main-box-2 .box-text {
  width: 60%;
}
.section-container .card-wrapper .main-box-2 .box-text .text {
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0.25px;
  font-weight: 400;
  margin: 0 0 10px;
}
.section-container .ayahadio-wrapper .ayahadio-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 60px;
}
.section-container .ayahadio-wrapper .ayahadio-contents .content-box {
  width: 50%;
}
@media screen and (max-width: 780px) {
  .section-container .ayahadio-wrapper .ayahadio-contents .content-box {
    width: 100%;
  }
}
.section-container .ayahadio-wrapper .ayahadio-contents .content-box:first-child {
  width: 45%;
}
@media screen and (max-width: 780px) {
  .section-container .ayahadio-wrapper .ayahadio-contents .content-box:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section-container .ayahadio-wrapper .ayahadio-contents .content-box .sub-box {
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 780px) {
  .section-container .ayahadio-wrapper .ayahadio-contents .content-box .sub-box .l-box {
    margin-bottom: 5px;
  }
}
.section-container .ayahadio-wrapper .ayahadio-contents .content-box .sub-box .title {
  padding: 5px 7px 0;
  background-color: #E60000;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 780px) {
  .section-container .ayahadio-wrapper .ayahadio-contents .content-box .sub-box .title {
    font-size: 18px;
  }
}
.section-container .ayahadio-wrapper .ayahadio-contents .content-box .sub-box .text {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 3.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 780px) {
  .section-container .ayahadio-wrapper .ayahadio-contents .content-box .sub-box .text {
    font-size: 18px;
  }
}
.section-container .app-box {
  background-color: #F1F1F1;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .section-container .app-box {
    margin-bottom: 30px;
  }
}
.section-container .app-box .l-box {
  width: 47%;
}
.section-container .app-box .r-box {
  width: 47%;
}
.section-container .app-box .text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0;
  margin: 0 0 5px;
}
@media screen and (max-width: 780px) {
  .section-container .app-box .text {
    font-size: 10.5px;
  }
}
.section-container .app-box .thumb {
  margin: 0;
}
.section-container .app-box .thumb a {
  display: block;
  transition: transform 0.3s ease-in-out;
}
.section-container .app-box .thumb a:hover {
  opacity: 0.7;
}
.section-container .content-sub-box {
  margin-top: 25px;
}
@media screen and (max-width: 780px) {
  .section-container .content-sub-box {
    margin-top: 15px;
  }
}
.section-container .sub-box {
  margin-top: 25px;
}
@media screen and (max-width: 780px) {
  .section-container .sub-box {
    flex-flow: column;
  }
}
@media screen and (max-width: 780px) {
  .section-container .sub-box .l-box {
    margin-bottom: 40px;
  }
}
.section-container .sub-box .l-box .title {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.6px;
  line-height: 3rem;
  margin: 0 0 5px;
}
.section-container .sub-box .l-box .text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 2.2rem;
  margin: 0;
}
.section-container .sub-box .r-box {
  width: 208px;
}
@media screen and (max-width: 780px) {
  .section-container .sub-box .r-box {
    width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .section-container .sub-box .r-box {
    width: 100%;
  }
}
.section-container .sub-box .r-box .link-text {
  width: 100%;
  height: 55px;
}
@media screen and (max-width: 780px) {
  .section-container .sub-box .r-box .link-text {
    height: 45px;
  }
}
.section-container .sub-box .r-box .link-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.section-container .sub-box .r-box .link-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.4rem;
  height: 48px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 3.4rem;
  width: 188px;
  border: 1px #707070 solid;
  border-radius: 27.5px;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 780px) {
  .section-container .sub-box .r-box .link-text a {
    width: 50%;
    max-width: 300px;
    height: 45px;
    font-size: 12px;
  }
}
.section-container .sub-box .r-box .link-text a .blank-link {
  width: 21px;
  height: 18px;
  display: flex;
  align-items: center;
  padding-left: 13px;
  transition: transform 0.3s ease-in-out;
}
.section-container .sub-box .r-box .link-text a .blank-link img {
  width: 100%;
  height: auto;
}
.section-container .sub-box .r-box .link-text a:hover {
  background: #A9ACAB;
}
.section-container .sub-box .r-box .link-text a:hover .blank-link {
  transform: translateX(5px);
}
.section-container .shop-list {
  margin: 50px 0 110px;
}
@media screen and (max-width: 780px) {
  .section-container .shop-list {
    margin: 40px 0 70px;
  }
}
.section-container .shop-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.section-container .shop-list ul li {
  width: 47%;
  margin-right: 6%;
  padding: 35px 0;
  border-bottom: 1px solid #707070;
}
.section-container .shop-list ul li:nth-child(2n) {
  margin-right: 0;
}
.section-container .shop-list ul li:nth-child(-n+2) {
  border-top: 1px solid #707070;
}
@media screen and (max-width: 780px) {
  .section-container .shop-list ul li {
    width: 100%;
    margin-right: 0;
  }
  .section-container .shop-list ul li:nth-child(2) {
    border-top: none;
  }
}
.section-container .shop-list ul li a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.section-container .shop-list ul li a:hover {
  opacity: 0.6;
}
.section-container .shop-list ul li .shop-thumb {
  width: 21.5%;
  aspect-ratio: 1/1;
  max-width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #707070; */
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .section-container .shop-list ul li .shop-thumb {
    width: 27%;
  }
}
.section-container .shop-list ul li .shop-thumb img {
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
}
.section-container .shop-list ul li .shop-contents {
  width: 71%;
}
@media screen and (max-width: 580px) {
  .section-container .shop-list ul li .shop-contents {
    width: 64%;
  }
}
.section-container .shop-list ul li .shop-contents .shop-name {
  color: #414141;
  font-size: 2.2rem;
  line-height: 2.5rem;
  letter-spacing: 0.5px;
  font-weight: 800;
  margin: 0 0 8px;
  padding-bottom: 2px;
}
.section-container .shop-list ul li .shop-contents .shop-text {
  font-size: 1.6rem;
  line-height: 2.7rem;
  letter-spacing: 0.6px;
  font-weight: 400;
  margin: 0;
}/*# sourceMappingURL=layout-ayaca.css.map */