.aw-mnSct {
  overflow: hidden;
  padding-block: 2.125em 0;
  background-image: url(../img/aw/aw-mn_bg@pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.aw-mnSct .wrap {
  padding-bottom: 0;
}
.aw-mnSct-imgWrap {
  margin-top: 1.375em;
  display: flex;
  justify-content: center;
  gap: 1.5em;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 455;
}
@media screen and (max-width: 670px) {
  .aw-mnSct-imgWrap {
    position: relative;
    margin-top: 3.5625em;
    aspect-ratio: 351 / 307;
  }
  .aw-mnSct-imgWrap_inr {
    position: absolute;
    width: 100%;
    height: auto;
  }
  .aw-mnSct-imgWrap_inr._ch {
    top: 0;
    right: 52%;
  }
  .aw-mnSct-imgWrap_inr._bb {
    top: 0;
    left: 52%;
  }
}
.aw-adSct {
  padding-block: 5em;
  position: relative;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 95%, rgba(0, 0, 0, 0.8) 100%);
}
.aw-adSct::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(../img/aw/c-gritch.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  mix-blend-mode: overlay;
}
.aw-adSct::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}
.aw-adSct_wrap {
  position: relative;
  z-index: 3;
}
.aw-adSct_ttl {
  position: relative;
  z-index: 1;
  max-width: 56.25em;
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 670px) {
  .aw-adSct_ttl {
    max-width: 100%;
    width: 89.74358974%;
  }
}
.aw-adSct_ttl::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 75%;
  background-color: var(--black);
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.aw-adSct-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em 1.3125em;
}
.aw-adSct-list._mn {
  margin-top: 5em;
}
.aw-adSct-list._sub,
.aw-adSct-list._subsub {
  margin: 2em auto 0;
  max-width: 44.5em;
}
.aw-adSct-list._subsub,
.aw-adSct-listWrap {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, visibility 0.4s ease, max-height 0.5s ease;
}
.aw-adSct-list._subsub.is-active,
.aw-adSct-listWrap.is-active {
  opacity: 1;
  visibility: visible;
}
.aw-adSct-list_item {
  width: calc((100% - (1.3125em * 2)) / 3);
}
@media screen and (max-width: 670px) {
  .aw-adSct-list_item {
    width: 100%;
  }
  .aw-adSct-list._sub,
  .aw-adSct-list._subsub {
    gap: 0.625em 0.625em;
  }
  .aw-adSct-list._sub .aw-adSct-list_item,
  .aw-adSct-list._subsub .aw-adSct-list_item {
    width: calc((100% - (1.3125em * 2)) / 2);
  }
}
.aw-adSct-list_btn {
  display: block;
  margin-top: 1em;
  text-align: center;
  font-size: 1.125em;
  color: var(--white);
  background-color: var(--black);
  padding: 0.6875em;
  border-radius: 50em;
  transition: all 0.4s ease;
}
@media screen and (max-width: 670px) {
  .aw-adSct-list_btn {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  .aw-adSct-list_btn:hover {
    background-color: #413d3c;
  }
}
.aw-adSct-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3em auto 0;
  padding: 0.625em calc(2.1875em + 2.5em);
  max-width: 44.5em;
  width: 100%;
  min-height: 3.625em;
  background-color: var(--black);
  border-radius: 50em;
  transition: all 0.4s ease;
  cursor: pointer;
  border: none;
  position: relative;
}
@media screen and (max-width: 670px) {
  .aw-adSct-btn._sub {
    padding: 2.8125em calc(2.1875em + 2.5em);
  }
  .aw-adSct-btn._subsub {
    padding: 1.6875em calc(2.1875em + 2.5em);
  }
}
@media screen and (min-width: 768px) {
  .aw-adSct-btn:hover {
    background-color: #413d3c;
  }
}
.aw-adSct-btn._subsub {
  margin-top: 2.5em;
  max-width: 30em;
}
.aw-adSct-btn._mn img {
  max-width: 17.625em;
  width: 100%;
}
.aw-adSct-btn._subsub img {
  max-width: 10.125em;
  width: 100%;
}
.aw-adSct-btn::before,
.aw-adSct-btn::after {
  content: url(../img/aw/btn-icn@pc.svg);
  display: block;
  width: 2em;
  height: 2em;
  transition: transform 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 670px) {
  .aw-adSct-btn::before,
  .aw-adSct-btn::after {
    content: url(../img/aw/btn-icn@sp.svg);
  }
}
.aw-adSct-btn::before {
  left: 2.1875em;
}
.aw-adSct-btn::after {
  right: 2.1875em;
}
.aw-adSct-btn.is-active::before {
  transform: rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.aw-adSct-btn.is-active::after {
  transform: rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.ftrSct._aw .wrap {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 671px) {
  .ftrSct._aw .wrap._sp {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .ftrSct._aw .wrap._pc {
    display: none;
  }
}
.ftrSct._aw .ttl img {
  max-width: 62.3125em;
  width: 83.08333333%;
}
.ftrSct-imgWrap_lft img {
  width: 91.5%;
}
.ftrSct-imgWrap_rht img {
  width: 99%;
}
.ftrSct-txt img {
  max-width: 24em;
  width: 32%;
}
@media screen and (max-width: 670px) {
  .ftrSct-imgWrap_lft img,
  .ftrSct-imgWrap_rht img {
    width: 100%;
  }
  .ftrSct._aw .ttl img {
    max-width: 100%;
    width: 97.43589743%;
  }
  .ftrSct._aw {
    padding: 0;
  }
  .ftrSct._aw .wrap._sp {
    padding: 0;
    max-width: 100%;
  }
  .ftrSct-spWrap._ch {
    position: relative;
    background-image: url(../img/aw/ftrBg_ch@sp.jpg);
    background-size: cover;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .ftrSct-spWrap .wrap {
    padding-block: 4em;
  }
  .ftrSct-imgWrap_lft {
    margin-top: 6.5em;
  }
  .ftrSct-spWrap._bb {
    background-image: url(../img/aw/ftrBg_bb@sp.jpg);
    background-size: cover;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .ftrSct-txt {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
  }
  .ftrSct-txt img {
    max-width: 19.4375em;
    width: 79.74358974%;
  }
}

.aw-prdSct {
  padding-block: 1.875em 3.75em;
}
.aw-prdSct._ch {
  background-image: url(../img/aw/aw-prdSct_ch@pc.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 670px) {
  .aw-prdSct._ch {
    background-image: url(../img/aw/aw-prdSct_ch@sp.jpg);
  }
}
.aw-prdSct._bb {
  background-image: url(../img/aw/aw-prdSct_bb@pc.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 670px) {
  .aw-prdSct._bb {
    background-image: url(../img/aw/aw-prdSct_bb@sp.jpg);
  }
}
.aw-prdSct_ttl._ch {
  max-width: 68.8125em;
  width: 91.75%;
  margin: 0 auto;
}
@media screen and (max-width: 670px) {
  .aw-prdSct_ttl._ch {
    max-width: 20.75em;
    width: 85.12820513%;
  }
}
.aw-prdSct_ttl._bb {
  max-width: 64.0625em;
  width: 85.41666667%;
  margin: 0 auto;
}
@media screen and (max-width: 670px) {
  .aw-prdSct_ttl._bb {
    max-width: 22.5625em;
    width: 92.56410256%;
  }
}
.aw-prdSct-dtlWrap {
  margin-top: 1.125em;
  display: flex;
  gap: 1.25em;
}
@media screen and (max-width: 670px) {
  .aw-prdSct-dtlWrap {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (min-width: 671px) {
  .aw-prdSct-dtlWrap._bb {
    flex-direction: row-reverse;
  }
}
.aw-prdSct-dtlWrap_inr {
  padding-top: 1.25em;
  width: 50%;
  display: flex;
  flex-direction: column;
  color: var(--white);
}
@media screen and (max-width: 670px) {
  .aw-prdSct-dtlWrap_inr {
    display: contents;
  }
}
.aw-prdSct-dtlWrap_inr._ch {
  padding-left: min(7vw, 7.125em);
}
.aw-prdSct-dtlWrap_inr._bb {
  padding-right: min(7vw, 7.125em);
}
.aw-prdSct-dtlWrap_txt {
  margin-block: 2em 1.3333333333em;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.6666666667;
}
.aw-prdSct-imgWrap {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 670px) {
  .aw-prdSct-imgWrap {
    display: contents;
  }
}
.aw-prdSct-img {
  width: 75.93220339%;
  height: auto;
}
.aw-prdSct-btn {
  display: block;
  max-width: 16.125em;
  width: 100%;
  margin: 1.6666666667em auto 0;
  font-size: 1.5em;
  padding: 1.1666666667em;
  border-radius: 50em;
  transition: all 0.4s ease;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .aw-prdSct-btn:hover {
    opacity: 0.7;
  }
}
.aw-prdSct-btn._ch {
  color: #cf0027;
  background-color: #ffde00;
}
.aw-prdSct-btn._bb {
  color: #512a81;
  background-color: #00e8a4;
}
@media screen and (min-width: 671px) {
  .prdName1 img {
    max-width: 20.9375em;
    width: 56.68358714%;
  }
  .prdName2 {
    margin-top: 0.625em;
    max-width: 30em;
    width: 81.21827411%;
  }
  .prdName3._ch img {
    max-width: 27em;
    width: 87.98370672%;
  }
  .prdName3._bb img {
    max-width: 33.125em;
    width: 89.678511%;
  }
  .prdName3._ch {
    transform: translateX(-2.5em);
  }
  .prdName3._bb {
    margin-top: 1.25em;
  }
  .prdName4._ch img {
    max-width: 28.875em;
    width: 80.87986464%;
  }
  .prdName4._bb img {
    max-width: 29.875em;
    width: 80.8798646362%;
  }
}
@media screen and (max-width: 670px) {
  .aw-prdSct-dtlWrap {
    max-width: 21.875em;
    width: 89.74358974%;
    margin: 3.375em auto 0;
  }
  .prdName1 {
    order: 1;
  }
  .prdName1 img {
    width: 84%;
  }
  .prdName2 {
    order: 2;
    margin: 0 auto;
    width: 94.28571429%;
  }
  .prdName3 {
    order: 3;
    margin-top: 1.25em;
  }
  .prdName3._ch {
    text-align: center;
  }
  .prdName3._ch img {
    width: 96.85714286%;
  }
  .prdName3._bb {
    text-align: right;
  }
  .prdName3._bb img {
    width: 86.28571429%;
  }
  .prdName4 {
    order: 6;
  }
  .prdName4 img {
    width: 100%;
  }
  .aw-prdSct-img {
    order: 4;
    margin-top: 0.75em;
    width: 100%;
  }
  .aw-prdSct-btn {
    order: 7;
  }
  .aw-prdSct-dtlWrap_txt {
    order: 5;
  }
}

.aw-prdSct-aside {
  padding-block: 1em;
  background-image: url(../img/aw/prdAsideBg@pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 670px) {
  .aw-prdSct-aside {
    background-image: url(../img/aw/prdAsideBg@sp.jpg);
  }
}
.aw-prdSct-aside_ttl {
  display: block;
  max-width: 67.875em;
  width: 90.5%;
  margin: 0 auto;
}
@media screen and (max-width: 670px) {
  .aw-prdSct-aside_ttl {
    max-width: 20.75em;
    width: 85.12820513%;
  }
}
.aw-cpnSct {
  padding-block: 12.5em 6em;
  background-image: url(../img/aw/cpnBg@pc.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 670px) {
  .aw-cpnSct {
    padding-block: 9.4375em 6.25em;
    background-image: url(../img/aw/cpnBg@sp.jpg);
  }
}
.aw-cpnSct_ttl {
  max-width: 71.625em;
  width: 95.5%;
  margin: 0 auto;
}
@media screen and (max-width: 670px) {
  .aw-cpnSct_ttl {
    max-width: 20.3125em;
    width: 83.33333333%;
  }
}
.aw-cpnSct_txt {
  margin-top: 2.5em;
  font-size: 1.5em;
  line-height: 1.6666666667;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 670px) {
  .aw-cpnSct_txt {
    font-size: 1.125em;
    line-height: 2;
    text-align: left;
  }
  .aw-cpnSct_txt br {
    display: none;
  }
}

.aw-cpnSct_cnt {
  position: relative;
  padding: 4em 2.625em;
  background-color: #101010;
  color: var(--white);
}
@media screen and (max-width: 670px) {
  .aw-cpnSct_cnt {
    padding: 6.75em 0.625em 3.75em;
  }
}
@media screen and (min-width: 671px) {
  .aw-cpnSct_cnt._prd {
    padding-block: 3em 1em;
  }
}
.aw-cpnSct_cnt {
  margin-top: min(12vw, 10.5em);
}
@media screen and (max-width: 670px) {
  .aw-cpnSct_cnt {
    margin-top: 8.25em;
  }
}
.aw-cpnSct_cnt_ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aw-cpnSct_cnt_ttl._prd {
  max-width: 19.75em;
  width: 26.33333333%;
}
.aw-cpnSct_cnt_ttl._present {
  max-width: 10.875em;
  width: 14.5%;
}
.aw-cpnSct_cnt_ttl._deadline {
  max-width: 19.4375em;
  width: 25.91666667%;
}
.aw-cpnSct_cnt_ttl._way {
  max-width: 19.4375em;
  width: 25.91666667%;
}
@media screen and (max-width: 670px) {
  .aw-cpnSct_cnt_ttl._prd {
    max-width: 15.75em;
    width: 64.61538462%;
  }
  .aw-cpnSct_cnt_ttl._present {
    max-width: 8.8125em;
    width: 36.15384615%;
  }
  .aw-cpnSct_cnt_ttl._deadline {
    max-width: 15.5625em;
    width: 63.84615385%;
  }
  .aw-cpnSct_cnt_ttl._way {
    max-width: 15.5625em;
    width: 63.84615385%;
  }
}
.aw-cpnSct_cnt_dtlTtl {
  font-size: 2.25em;
  font-weight: 700;
}
.aw-cpnSct_cnt_prdInr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.375em;
}
@media screen and (max-width: 670px) {
  .aw-cpnSct_cnt_prdInr {
    flex-direction: column;
  }
}
.aw-cpnSct_cnt_dtlTtlWrap {
  text-align: center;
}
@media screen and (max-width: 670px) {
  .aw-cpnSct_cnt_prdImgWrap {
    display: flex;
    justify-content: center;
    gap: 0.625em;
  }
  .aw-cpnSct_cnt_prdImgWrap img {
    width: calc((100% - 0.625em) / 2);
  }
}
@media screen and (min-width: 671px) {
  .aw-cpnSct_cnt_prdImgWrap {
    display: contents;
  }
  .aw-cpnSct_cnt_prdImg._ch {
    order: 1;
  }
  .aw-cpnSct_cnt_dtlTtlWrap {
    order: 2;
  }
  .aw-cpnSct_cnt_prdImg._bb {
    order: 3;
  }
  .aw-cpnSct_cnt_prdImg {
    width: 21.58333333%;
    transform: translateY(2em);
  }
}
.aw-cpnSct_nts {
  font-size: 0.75em;
  margin-top: 1.6666666667em;
  line-height: 1.5;
  color: var(--white);
}
.aw-cpnSct_cnt_deadlineInr {
  margin-top: 0.75em;
  position: relative;
  font-size: 2.25em;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .aw-cpnSct_cnt_deadlineInr {
    flex-direction: column;
    gap: 2.7777777778em;
  }
}
.aw-cpnSct_cnt_deadlineInr::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 100%;
  background-color: var(--white);
}
@media screen and (max-width: 760px) {
  .aw-cpnSct_cnt_deadlineInr::after {
    width: 80%;
    height: 2px;
  }
}
.aw-cpnSct_cnt_deadlineInr_item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5555555556em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .aw-cpnSct_cnt_deadlineInr_item {
    width: 100%;
  }
}
.aw-cpnSct_cnt_deadlineInr_item dd span {
  font-size: 0.7777777778em;
}
@media screen and (min-width: 1051px) {
  .aw-cpnSct_cnt_deadlineInr_item dd br {
    display: none;
  }
}
.aw-cpnSct_cnt_deadline_nts {
  max-width: 41em;
  width: 100%;
  margin: 2.1666666667em auto 0;
  display: block;
  padding: 1.25em;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
  border: 4px solid var(--white);
}
@media screen and (max-width: 760px) {
  .aw-cpnSct_cnt_deadline_nts {
    width: 90%;
    border: 2px solid var(--white);
    font-size: 1.125em;
  }
}
@media screen and (min-width: 671px) {
  .aw-cpnSct_cnt_deadline_nts br {
    display: none;
  }
}

.aw-cpnSct_cnt._way {
  position: relative;
  padding: 4em 0;
  background-color: transparent;
}
.aw-cpnSct_cnt._way::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #101010;
}
@media screen and (min-width: 671px) and (max-width: 1050px) {
  .aw-cpnSct_cnt._way::before {
    width: 85%;
    height: 40%;
  }
}
@media screen and (min-width: 1051px) {
  .aw-cpnSct_cnt._way::before {
    width: 80%;
    height: 40%;
  }
}
@media screen and (max-width: 670px) {
  .aw-cpnSct_cnt._way::before {
    width: 100%;
    height: 20%;
  }
}
.aw-cpnSct_cnt_way_txt {
  position: relative;
  z-index: 1;
  font-size: 1.5em;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: min(2.6666666667em, 1.5vw);
}
@media screen and (max-width: 670px) {
  .aw-cpnSct_cnt_way_txt {
    font-size: 1.125em;
  }
}
.aw-cpnSct_cnt_way_list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25em;
  margin-top: 2.1666666667em;
  color: var(--black);
}
@media screen and (max-width: 670px) {
  .aw-cpnSct_cnt_way_list {
    grid-template-columns: 1fr;
    padding-inline: 1.25em;
  }
}
.aw-cpnSct_cnt_way_list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.8125em 0.5em;
  background-color: #f6e9d4;
}
.aw-cpnSct_cnt_way_list_item h4 {
  font-size: 2.25em;
  font-weight: 700;
}
.aw-cpnSct_cnt_way_list_item p {
  margin-block: 2.3em 1.5em;
  font-size: 1.25em;
  font-weight: 700;
}
.aw-cpnSct_cnt_way_list_item._step1 .aw-cpnSct_cnt_way_list_item_img {
  max-width: 9.375em;
}
.aw-cpnSct_cnt_way_list_item._step2 .aw-cpnSct_cnt_way_list_item_img {
  max-width: 12.9375em;
}
.aw-cpnSct_cnt_way_list_item._step3 .aw-cpnSct_cnt_way_list_item_img {
  max-width: 9.8125em;
}

.aw-cpnSct_cnt_way_btn {
  position: relative;
  display: block;
  max-width: 19.6666666667em;
  width: 100%;
  margin: 2em auto 0;
  font-size: 1.875em;
  line-height: 1.25;
  padding: 0.875em 0.5em;
  border-radius: 50em;
  transition: all 0.4s ease;
  text-align: center;
  font-weight: 700;
  color: var(--white);
  background-color: var(--black);
  transition: all 0.4s ease;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 670px) {
  .aw-cpnSct_cnt_way_btn {
    max-width: 9.6428571429em;
    font-size: 1.75em;
  }
}
.closeTxt {
  display: none;
}
@media screen and (min-width: 768px) {
  .aw-cpnSct_cnt_way_btn:hover {
    background-color: #413d3c;
  }
}
.aw-cpnSct_cnt_way_btn._close {
  pointer-events: none;
}
.aw-cpnSct_cnt_way_btn._close .closeTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  display: block;
  width: 100%;
  font-size: 0.9333333333em;
  color: var(--white);
  background-color: rgba(125, 125, 125, 0.9);
  padding-block: 0.25em;
}
@media screen and (max-width: 670px) {
  .aw-cpnSct_cnt_way_btn._close .closeTxt {
    font-size: 0.8em;
  }
}
.aw-cpnSct_cnt_way_btn._close .closeTxt span {
  font-size: 0.6em;
  font-weight: 500;
}

.aw-cpnSct_example {
  background-color: #f6e9d4;
}
.aw-cpnSct_example + .aw-cpnSct_example {
  margin-top: 4em;
}
.aw-cpnSct_example_ttl {
  padding-block: 0.6111111111em;
  font-size: 2.25em;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  line-height: 1;
  background-color: var(--black);
}
.aw-cpnSct_example_inr {
  padding: 1.875em 1.25em;
}
@media screen and (max-width: 670px) {
  .aw-cpnSct_example_inr {
    padding: 2.5em 1.25em;
  }
}
.aw-cpnSct_example_inr._good {
  display: flex;
}
@media screen and (max-width: 670px) {
  .aw-cpnSct_example_inr._good {
    flex-direction: column;
  }
}
.aw-cpnSct_example_goodImg {
  display: flex;
  justify-content: center;
}
.aw-cpnSct_example_txt {
  font-size: 1.125em;
  line-height: 1.5;
}
@media screen and (min-width: 671px) {
  .aw-cpnSct_example_inr._good img {
    max-width: 15.9375em;
  }
  .aw-cpnSct_example_goodImg {
    width: 44%;
  }
  .aw-cpnSct_example_txt {
    width: 56%;
    padding-left: 1.25em;
  }
}
@media screen and (max-width: 670px) {
  .aw-cpnSct_example_txt {
    margin-top: 2.5em;
  }
}
.aw-cpnSct_example_txt .red {
  color: #d20a14;
}
.aw-cpnSct_example_txt_list {
  margin-top: 2em;
  background-color: var(--white);
  display: flex;
  gap: 1em;
  width: fit-content;
  padding: 1.1111111111em 1.5em;
  flex-wrap: wrap;
  font-size: 1.25em;
  font-weight: 700;
}
@media screen and (max-width: 670px) {
  .aw-cpnSct_example_txt_list {
    flex-direction: column;
    width: 100%;
  }
}
.aw-cpnSct_example_txt_dl li {
  text-indent: -1em;
  padding-left: 1em;
}
.aw-cpnSct_example_txt_dl {
  margin-top: 3.0555555556em;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.aw-cpnSct_example_badList {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.625em;
  overflow-x: auto;
}
@media screen and (max-width: 670px) {
  .aw-cpnSct_example_badList {
    grid-template-columns: repeat(6, 50%);
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 671px) and (max-width: 1050px) {
  .aw-cpnSct_example_badList {
    grid-template-columns: repeat(3, 1fr);
  }
}
.aw-cpnSct_example_badList li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.aw-cpnSct_example_badList li p {
  margin-top: 1.25em;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aw-cpnSct_cnt_x_btn {
  display: block;
  max-width: 16.125em;
  width: 100%;
  margin: 2em auto 0;
  font-size: 1.5em;
  line-height: 1.25;
  padding: 0.875em 0.5em;
  border-radius: 50em;
  transition: all 0.4s ease;
  text-align: center;
  font-weight: 700;
  color: var(--white);
  background-color: var(--black);
  transition: all 0.4s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
@media screen and (min-width: 768px) {
  .aw-cpnSct_cnt_x_btn:hover {
    background-color: #413d3c;
  }
}
.aw-cpnSct_cnt_x_btn img {
  max-width: 1em;
  width: 100%;
}

.aw-deco {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(100%);
}
@media screen and (max-width: 670px) {
  .aw-deco {
    display: none;
  }
}
.aw-deco .wrap {
  padding: 0;
  max-width: 122.5em;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.aw-deco .wrap img {
  max-width: 25.9375em;
  width: 21.61458333%;
}

/* ダイアログ用 */

/* 画像モーダル */
.aw-imageModal {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  padding: 0;
  z-index: 1000;
  /* ダブルタップズームを無効化 */
  touch-action: manipulation;
}

.aw-imageModal_content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 8rem;
  box-sizing: border-box;
}

.aw-imageModal_close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0;
  width: 44px;
  height: 50px;
  cursor: pointer;
  z-index: 1001;
  transition: all 0.3s ease;
  outline: none;
}

.aw-imageModal_close::before,
.aw-imageModal_close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 1px;
  background-color: white;
  transform-origin: center;
}

.aw-imageModal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.aw-imageModal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .aw-imageModal_close:hover {
    transform: scale(1.1);
  }
}

.aw-imageModal_carousel {
  position: relative;
  width: 100%;
  max-width: 674px;
  max-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aw-imageModal_prev,
.aw-imageModal_next {
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  width: 0;
  height: 0;
  cursor: pointer;
  z-index: 1001;
  transition: all 0.3s ease;
  /* ダブルタップズームを無効化 */
  touch-action: manipulation;
  /* タッチ時のハイライトを無効化 */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.aw-imageModal_prev {
  left: -6rem;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 44px solid #ff6b35;
}

.aw-imageModal_next {
  right: -6rem;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 44px solid #8b5cf6;
}

@media screen and (min-width: 768px) {
  .aw-imageModal_prev:hover,
  .aw-imageModal_next:hover {
    transform: translateY(-50%) scale(1.1);
    opacity: 0.8;
  }
}

.aw-imageModal_imageContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.aw-imageModal_image_txt {
  font-size: var(--cpySize);
  color: var(--white);
}

.aw-imageModal_image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .aw-imageModal_prevNextWrap {
    display: contents;
  }
  .aw-imageModal_content {
    padding: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .aw-imageModal_content {
    padding: 1rem;
    /* ダブルタップズームを無効化 */
    touch-action: manipulation;
  }

  .aw-imageModal_close {
    top: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    /* ダブルタップズームを無効化 */
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .aw-imageModal_carousel {
    max-width: 90vw;
    max-height: 70vh;
    /* ダブルタップズームを無効化 */
    touch-action: manipulation;
  }

  .aw-imageModal_prevNextWrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* ダブルタップズームを無効化 */
    touch-action: manipulation;
  }

  .aw-imageModal_prev,
  .aw-imageModal_next {
    position: static;
    transform: none;
    margin: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    /* ダブルタップズームを無効化 */
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .aw-imageModal_prev {
    border-right: 44px solid #ff6b35;
  }

  .aw-imageModal_next {
    border-left: 44px solid #8b5cf6;
  }

  .aw-imageModal_carousel {
    flex-direction: column;
    gap: 2rem;
  }
}

/* 古いブラウザでdialogが表示されないようにする */
dialog {
  display: none;
}

/* open属性がある場合のみ表示 */
dialog[open] {
  display: block;
}

/* モダンブラウザではshowModal()で制御されるため、CSSを上書き */
dialog:modal {
  display: block;
}
