@charset "UTF-8";
@media screen and (min-width: 768px){
  main {
    padding-bottom: 0;
    margin-bottom: -6px;
  }
  .mv {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007e70;
    overflow: hidden;
    margin-top: -150px;
  }
  .mv.mv--azabudai {
    background-color: #e7242c;
  }
  .mv img {
    display: block;
    max-width: 1366px;
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
  }
  section.market_section {
    margin-top: 32px;
  }
  .azabudai section.market_section {
    margin-top: 37px;
  }
  section.market_section .facility_logo {
    max-width: 180px;
    width: 100%;
  }
  .azabudai section.market_section .facility_logo {
    max-width: 18.5rem;
  }
  section.market_section .event_title {
    margin-top: 51px;
  }
  section.market_section .credit .credit_data + p {
    margin-top: 32px;
  }
  section.market_section .credit p + p {
    margin-top: 28px;
  }
  section.market_section .credit_data {
    display: grid;
    row-gap: 11px;
    margin-top: 12px;
  }
  section.market_section .credit_data-wrap {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    column-gap: 10px;
  }
  section.market_section .credit_data-wrap dt {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    color: #fff;
    line-height: 1.5;
    background-color: #000;
    border-radius: 4px;
    padding: 1px 5px 3px;
  }
  section.market_section .inner_wrap .logo {
    max-width: 580px;
    width: 100%;
  }
  .azabudai section.market_section .inner_wrap .logo {
    width: 300px;
  }
  .stores {
    background-color: #007d71;
    overflow: hidden;
    padding-block: 103px 81px;
    margin-top: 101px;
  }
  .azabudai .stores {
    overflow-x: clip;
    background-color: #ab2328;
  }
  .stores .section_heading {
    max-width: 210px;
    width: 100%;
    margin-inline: auto;
  }
  .stores .section_heading picture {
    display: block;
  }
  .stores .head {
    position: relative;
    z-index: 1;
  }
  .stores .head .head_star {
    position: absolute;
    z-index: -1;
    top: -177px;
    left: 0px;
    width: 290px;
  }
  .azabudai .stores .head .head_star:nth-of-type(2) {
    top: 600px;
    left: auto;
    right: -200px;
    width: 723px;
  }
  .azabudai .stores .head .head_star:nth-of-type(3) {
    top: 1181px;
    left: 118px;
    width: 268px;
    height: auto;
  }
  .stores .head .heading {
    max-width: 185px;
    margin-inline: auto;
  }
  .stores .head .heading img {
    width: 100%;
  }
  .stores .head .head_img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    max-width: 960px;
    width: 100%;
    margin: 80px auto 0;
  }
  .stores .head .head_img figcaption {
    color: #fff;
    font-size: 10px;
    text-align: right;
    margin-top: 0.5em;
  }
  .stores .head .anchor {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 75px;
    width: 100%;
    margin-top: 80px;
  }
  .stores .head .anchor li {
    justify-self: flex-end;
  }
  .stores .head .anchor img {
    width: auto;
    height: 40px;
  }
  .stores .head .map {
    margin-top: 98px;
  }
  .stores .head .img_map {
    max-width: 400px;
    width: 100%;
    margin: 40px auto 0;
  }
  .stores .body {
    display: grid;
    row-gap: 80px;
    max-width: 1265px;
    width: 92.6061493411%;
    margin-inline: auto;
    margin-top: 98px;
  }
  .azabudai .stores .body {
    position: relative;
    z-index: 1;
    margin-top: 80px;
  }
  .stores .body .body_star {
    position: absolute;
    z-index: -1;
  }
  .azabudai .stores .body .body_star:nth-of-type(1) {
    top: 628px;
    right: -250px;
    width: 723px;
  }
  .azabudai .stores .body .body_star:nth-of-type(2) {
    top: 2837px;
    left: -79px;
    width: 268px;
  }
  .azabudai .stores .body .body_star:nth-of-type(3) {
    top: 4335px;
    left: -79px;
    width: 268px;
  }
  .azabudai .stores .body .body_star:nth-of-type(4) {
    top: 4400px;
    right: -250px;
    width: 723px;
  }
  .stores .body .wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px 21px;
    margin-top: 37px;
  }
  .stores .body .card {
    display: flex;
    flex-direction: column;
  }
  .stores .body .card:has(.card_data) .text {
    flex-grow: 0;
  }
  .stores .body .card .content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    padding: 20px 23px 27px;
  }
  .stores .body .card .content:has(.button) {
    padding-bottom: 20px;
  }
  .stores .body .card .img_text {
    width: auto;
    height: 14px;
  }
  .stores .body .card .content_intro {
    line-height: 1.5;
    font-size: 12px;
    margin-top: 5px;
  }
  .stores .body .card .content_heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 5px;
  }
  .stores .body .card .text {
    flex-grow: 1;
    font-size: 12px;
    line-height: 1.75;
    margin-top: 10px;
  }
  .stores .body .card .button {
    display: block;
    color: #007d71;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #007d71;
    width: fit-content;
    padding-bottom: 6px;
    margin: 10px 0 0 auto;
  }
  .azabudai .stores .body .card .button {
    color: #ab2328;
    border-color: #ab2328;
  }
  .stores .body .card .card_data {
    display: grid;
    margin-top: 8px;
  }
  .stores .body .card .card_data_wrap {
    font-size: 12px;
    line-height: 1.75;
  }
  .stores .body .card .card_data_wrap dt {
    color: #ab2328;
    font-weight: 700;
  }
  .stores .body .card .card_data_wrap dd {
    line-height: 1.75;
  }
  .stores .body a.card {
    color: #000;
  }
  .stores .body .large_button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ab2328;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 100vw;
    width: 300px;
    min-height: 60px;
    margin: 70px auto 0;
  }
  .stores .fun {
    margin-top: 34px;
  }
  .stores .foot {
    position: relative;
    z-index: 1;
    overflow-x: clip;
    margin-top: 80px;
  }
  .stores .foot .foot_star {
    position: absolute;
    z-index: -1;
  }
  .stores .foot .foot_star:nth-of-type(1) {
    top: 487px;
    left: 50px;
    width: 290px;
  }
  .stores .foot .foot_star:nth-of-type(2) {
    top: -301px;
    right: -206px;
    width: 740px;
  }
  .stores .foot .foot_star:nth-of-type(3) {
    bottom: 298px;
    right: -207px;
    width: 740px;
  }
  .stores .foot .inner {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
  .stores .foot .img_map {
    max-width: 400px;
    width: 100%;
    margin: 40px auto 0;
  }
  .stores .box_unit {
    margin-top: 20px;
  }
  .stores .box_unit .box {
    column-gap: 70px;
    margin-top: 0;
  }
  .stores .box_unit_inner {
    display: grid;
    row-gap: 25px;
    width: 960px;
    margin-inline: auto;
  }
  .stores .box_unit_inner .box_img {
    order: 1;
  }
  .stores .box {
    display: grid;
    grid-template-columns: 1fr 43.7%;
    align-items: flex-start;
    column-gap: 90px;
    background-color: #fff;
    padding: 43px 40px 43px 50px;
    margin-top: 79px;
  }
  .stores .box .box_heading, .stores .box .price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
  }
  .stores .box .price {
    display: block;
    margin-top: 10px;
  }
  .stores .box .text {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 29px;
  }
  .stores .box .attention {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    margin-top: 13px;
  }
  .stores .box .attention::before {
    content: "※";
  }
  .stores .box .box_img {
    margin-top: 8px;
  }
  .stores .event {
    color: #fff;
    margin-top: 100px;
  }
  .stores .event .inner {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
  .stores .event .wrap {
    display: grid;
    grid-template-columns: 1fr 47.9166666667%;
    column-gap: 40px;
    align-items: flex-start;
    margin-top: 74px;
  }
  .azabudai .stores .event .wrap {
    margin-top: 52px;
  }
  .stores .event .heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
  }
  .azabudai .stores .event .heading {
    font-size: 32px;
  }
  .stores .event .heading span.small {
    display: block;
    font-size: 0.5em;
  }
  .stores .event .data {
    display: grid;
    row-gap: 11px;
    margin-top: 16px;
  }
  .azabudai .stores .event .data {
    margin-top: 38px;
  }
  .stores .event .data_wrap {
    display: grid;
    grid-template-columns: 70px 1fr;
    column-gap: 18px;
    align-items: center;
  }
  .stores .event .data_wrap dt {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007d71;
    font-size: 16px;
    background-color: #fff;
    border-radius: 0.4rem;
    padding: 6px 0;
  }
  .stores .event .data_wrap dd {
    font-size: 16px;
  }
  .stores .event .text {
    word-break: break-all;
    font-size: 16px;
    line-height: 1.75;
    margin-top: 32px;
  }
  .azabudai .stores .event .text {
    line-height: 2;
    letter-spacing: -0.005em;
    margin-top: 3px;
  }
  .stores .event .attention {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    margin-top: 13px;
  }
  .stores .event .attention::before {
    content: "※";
  }
  .stores .event .img {
    margin-top: 5px;
  }
  .stores .event .img_hero {
    display: block;
    margin-top: 45px;
  }
  .environment {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-top: 91px;
  }
  .environment .inner {
    max-width: 960px;
    width: 100%;
    margin-inline: auto;
  }
  .environment .heading {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
  }
  .environment .text {
    font-size: 16px;
    line-height: 2;
    margin-top: 32px;
  }
  .environment .text sup {
    font-size: 0.6em;
  }
  .environment .mark {
    max-width: 76px;
    width: 100%;
    margin: 34px auto 0;
  }
  .environment .attention {
    display: block;
    font-size: 12px;
    line-height: 1.75;
    text-align: center;
    margin-top: 14px;
  }
}
@media screen and (min-width: 768px) and (hover: hover){
  .stores .head .anchor a {
    transition: opacity 0.3s;
  }
  .stores .head .anchor a:hover {
    opacity: 0.7;
  }
  .stores .body .card .button {
    transition: opacity 0.3s;
  }
  .stores .body .card .button:hover {
    opacity: 0.7;
  }
  .stores .body a.card {
    transition: opacity 0.3s;
  }
  .stores .body a.card:hover {
    opacity: 0.8;
  }
  .stores .body .large_button {
    transition-property: color, background-color;
    transition-duration: 0.3s;
  }
  .stores .body .large_button:hover {
    color: #fff;
    background-color: #ab2328;
  }
}
@media screen and (max-width: 767px){
  main {
    padding-bottom: 0;
    margin-bottom: -2.7rem;
  }
  .mv {
    display: block;
    margin-top: -7.7rem;
  }
  .mv img {
    width: 100%;
    height: 100%;
  }
  .market_section {
    margin-top: 1.8rem;
  }
  .azabudai .market_section {
    margin-top: 2.1rem;
  }
  .market_section .facility_logo {
    max-width: 12.55rem;
    width: 100%;
  }
  .azabudai .market_section .facility_logo {
    max-width: 12.9rem;
  }
  .market_section .event_title {
    margin-top: 3.14rem;
  }
  .azabudai .market_section .main_copy {
    letter-spacing: -0.03em;
  }
  .market_section .credit .credit_data + p {
    margin-top: 1.4rem;
  }
  .market_section .credit_data {
    display: grid;
    row-gap: 1.5rem;
    margin-top: 1.6rem;
  }
  .market_section .credit_data-wrap dt {
    text-align: center;
    min-width: 10rem;
    width: fit-content;
    color: #fff;
    line-height: 1;
    background-color: #000;
    border-radius: 0.4rem;
    padding: 0.4rem 0.5rem 0.4rem;
  }
  .market_section .credit_data-wrap dd {
    margin-top: 0.5rem;
  }
  .market_section .logo {
    width: 100%;
  }
  .stores {
    margin-top: 5rem;
  }
  .stores .section_heading {
    max-width: 17.5rem;
    width: 100%;
    margin-inline: auto;
  }
  .stores .section_heading picture {
    display: block;
  }
  .stores .head {
    position: relative;
    overflow: hidden;
    background-color: #007d71;
    padding-block: 5.2rem 6rem;
  }
  .azabudai .stores .head {
    background-color: #ab2328;
  }
  .stores .head .head_star {
    position: absolute;
    top: -4.5rem;
    left: -4rem;
    width: 14.5rem;
  }
  .azabudai .stores .head .head_star {
    top: -5.2rem;
  }
  .azabudai .stores .head .head_star:nth-of-type(2) {
    top: auto;
    bottom: -3rem;
    left: auto;
    right: -2rem;
    width: 22.15rem;
  }
  .stores .head .heading {
    max-width: 9.25rem;
    margin-inline: auto;
  }
  .stores .head .heading img {
    width: 100%;
  }
  .stores .head .head_img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.7rem;
  }
  .stores .head .head_img figcaption {
    color: #fff;
    font-size: 1rem;
    width: fit-content;
    line-height: 1.4;
    padding-right: 5px;
    margin-top: 0.5em;
    margin-left: auto;
  }
  .stores .head .anchor {
    position: static;
    display: grid;
    grid-template-columns: auto 50%;
    justify-content: space-between;
    gap: 2rem 1rem;
    width: 80%;
    margin: 4rem auto 0;
  }
  .azabudai .stores .head .anchor {
    width: 90%;
  }
  .stores .head .anchor li {
    justify-self: flex-end;
  }
  .stores .head .anchor img {
    width: auto;
    height: 3.5rem;
  }
  .stores .head .map {
    margin-top: 7.2rem;
  }
  .stores .head .img_map {
    width: 67%;
    margin: 2.5rem auto 0;
  }
  .stores .body {
    display: grid;
    row-gap: 3.7rem;
    width: 91%;
    margin-inline: auto;
    margin-top: -2.1rem;
  }
  .stores .body .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.2rem 1rem;
    margin-top: 4rem;
  }
  .stores .body .card .content {
    margin-top: 1.1rem;
  }
  .stores .body .card .img_text {
    width: auto;
    height: 0.95rem;
  }
  .stores .body .card .content_intro {
    line-height: 1.5;
    font-size: 1.1rem;
    margin-top: 0.7rem;
  }
  .stores .body .card .content_heading {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4166666667;
    margin-top: 0.8rem;
  }
  .stores .body .card .text {
    font-size: 1.1rem;
    line-height: 1.4545454545;
    margin-top: 1rem;
  }
  .stores .body .card .button {
    display: block;
    color: #007d71;
    font-size: 1.1rem;
    font-weight: 700;
    border-bottom: 0.1rem solid #007d71;
    width: fit-content;
    padding-bottom: 0.4rem;
    margin-top: 1.25rem;
  }
  .azabudai .body .card .button {
    color: #ab2328;
    border-color: #ab2328;
  }
  .stores .body .card .card_data {
    display: grid;
    margin-top: 0.7rem;
  }
  .stores .body .card .card_data_wrap {
    font-size: 1.1rem;
    line-height: 1.4545454545;
  }
  .stores .body .card .card_data_wrap dt {
    color: #ab2328;
    font-weight: 700;
  }
  .stores .body .card .card_data_wrap dd {
    line-height: 1.75;
  }
  .stores .body a.card {
    color: #000;
  }
  .stores .body .large_button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #ab2328;
    border-radius: 100vw;
    width: 25rem;
    min-height: 5rem;
    margin: 4rem auto 0;
  }
  .stores .fun {
    margin-top: 1.3rem;
  }
  .stores .foot {
    position: relative;
    z-index: 1;
    background-color: #007d71;
    padding-block: 5.5rem 5rem;
    margin-top: 4.5rem;
    overflow: hidden;
  }
  .azabudai .stores .foot {
    background-color: #ab2328;
  }
  .stores .foot .foot_star {
    position: absolute;
    z-index: -1;
  }
  .stores .foot .foot_star:nth-of-type(1) {
    top: 52.5rem;
    left: -4.4rem;
    width: 14.5rem;
  }
  .azabudai .stores .foot .foot_star:nth-of-type(1) {
    top: auto;
    bottom: -3rem;
    left: auto;
    right: -2rem;
    width: 20.2rem;
  }
  .stores .foot .foot_star:nth-of-type(2) {
    top: -7rem;
    right: -6rem;
    width: 22.2rem;
  }
  .stores .foot .foot_star:nth-of-type(3) {
    bottom: 1.7rem;
    right: -6rem;
    width: 22.2rem;
  }
  .stores .foot .inner {
    width: 90.6666666667%;
    margin-inline: auto;
  }
  .stores .foot .img_map {
    width: 73.5294117647%;
    margin: 2rem auto 0;
  }
  .stores .box_unit {
    position: relative;
    z-index: 1;
    padding-block: 4rem;
    margin-top: 2.5rem;
  }
  .stores .box_unit::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #ab2328;
  }
  .stores .box_unit .box {
    display: flex;
    row-gap: 0;
    flex-direction: column;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
  }
  .stores .box_unit .box .box_heading {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
  .stores .box_unit .box .price {
    font-size: 1.2rem;
    margin-top: 0.4rem;
  }
  .stores .box_unit .box .text {
    font-size: 1.1rem;
    line-height: 1.4545454545;
    margin-top: 1rem;
  }
  .stores .box_unit .box .attention {
    display: block;
    line-height: 1.4545454545;
    margin-top: 1rem;
  }
  .stores .box_unit .box .attention + .attention {
    margin-top: 0;
  }
  .stores .box_unit .content {
    flex-grow: 1;
    background-color: #fff;
    padding: 0.7rem 0.5rem 1.3rem;
  }
  .stores .box_unit_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    margin-inline: auto;
  }
  .stores .box {
    display: grid;
    row-gap: 2.3rem;
    background-color: #fff;
    padding: 2.4rem 2rem 2rem;
    margin-top: 5.1rem;
  }
  .stores .box .box_heading, .stores .box .price {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .stores .box .price {
    display: block;
    margin-top: 1.2rem;
  }
  .stores .box .text {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    margin-top: 1.4rem;
  }
  .stores .box .attention {
    display: flex;
    align-items: flex-start;
    font-size: 1.1rem;
    margin-top: 1.8rem;
  }
  .stores .box .attention::before {
    content: "※";
  }
  .stores .event {
    color: #fff;
    margin-top: 5rem;
  }
  .azabudai .stores .event {
    margin-top: 0;
  }
  .stores .event .inner {
    width: 88.2352941176%;
    margin-inline: auto;
  }
  .stores .event .wrap {
    display: grid;
    row-gap: 2.6rem;
    margin-top: 3.7rem;
  }
  .azabudai .stores .event .wrap {
    row-gap: 0;
  }
  .stores .event .heading {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .stores .event .heading span.small {
    font-size: 0.7222222222em;
  }
  .stores .event .data {
    display: grid;
    row-gap: 1.4rem;
    margin-top: 2.1rem;
  }
  .stores .event .data_wrap {
    display: grid;
    grid-template-columns: 5.25rem 1fr;
    column-gap: 1rem;
    align-items: center;
  }
  .stores .event .data_wrap dt {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007d71;
    font-size: 1.2rem;
    background-color: #fff;
    border-radius: 0.4rem;
    padding: 0.5rem 0;
  }
  .stores .event .data_wrap dd {
    font-size: 1.3rem;
  }
  .stores .event .text {
    word-break: break-all;
    font-size: 1.5rem;
    line-height: 1.7502500834;
    margin-top: 2.2rem;
  }
  .stores .event .attention {
    display: flex;
    align-items: flex-start;
    font-size: 1.1rem;
    margin-top: 1.8rem;
  }
  .stores .event .attention::before {
    content: "※";
  }
  .stores .event .img_hero {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-top: 3rem;
  }
  .environment {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-top: 4.9rem;
  }
  .environment .inner {
    width: 80%;
    margin-inline: auto;
  }
  .environment .heading {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
  .environment .text {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    margin-top: 3.5rem;
  }
  .environment .text sup {
    font-size: 0.6em;
  }
  .environment .mark {
    max-width: 7.3rem;
    width: 100%;
    margin: 1.9rem auto 0;
  }
  .environment .attention {
    display: block;
    font-size: 1.1rem;
    line-height: 1.4545454545;
    margin-top: 2rem;
  }
}
