@media only screen and (min-width: 600px) {
  .bodoni {
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
  .jost {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .event-title {
    font-size: 180%;
    color: #202321;
    font-weight: normal;
    padding: 22px 10px;
    margin: 0 0 60px;
    line-height: 1;
    border-bottom: #ccc 1px solid;
  }
  .site-main {
    padding-top: 0;
  }
  .str-outer:not(.of-full),
  .mod-tab .tab-panel {
    padding-right: 0;
    padding-left: 0;
  }
  .main-page {
    margin-bottom: 50px;
    padding: 0 0 60px;
    font-size: 120%;
    color: #333;
    background: #fdfcf5;
  }
  .main-page__inner {
    padding: 0 60px;
  }
  .main-page__top-lead {
    font-size: 24px;
    line-height: 1.675;
    color: #3f4d93;
    text-align: center;
    font-family: "NotoSansJP-Regular", sans-serif;
    letter-spacing: 0.02em;
    margin: 0 0 50px;
  }
  .main-page__top-leadDate {
    font-size: 26px;
    line-height: 1.675;
    color: #3f4d93;
    text-align: center;
    letter-spacing: 0.02em;
    margin: 0 0 70px;
    font-family: "Jost-Regular", sans-serif;
  }
  .main-page__top-leadDate span {
    font-size: 0.8em;
  }
  .main-page__index {
    margin-top: 66px;
  }
  .main-page__goods {
    margin-top: 40px;
  }
  .main-page ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-icon > span {
    background-color: transparent;
  }
  br.main-page__sp-only {
    display: none;
  }
  .main-page img {
    vertical-align: middle;
  }
  .main-page h1 {
    padding: 0;
    border: none;
  }
  .main-page h2 {
    position: relative;
    line-height: 0.7;
    margin-top: 14px;
    margin-bottom: 40px;
    font-size: 80px;
    font-weight: 600;
    color: #3f4d93;
    text-align: center;
    font-family: "Bodoni Moda", serif;
    letter-spacing: -0.02em;
  }
  .main-page h2 span {
    font-size: 0.7em;
  }
  .main-page h3 {
    position: relative;
    color: #3f4d93;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  .main-page h3.head {
    padding: 15px;
    border-top: 2px solid #3f4d93;
    border-bottom: 2px solid #3f4d93;
  }
  .wrap-index {
    margin: 7px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 500px;
    max-width: 100%;
    align-items: stretch;
    justify-content: space-between;
    gap: 8px;
  }
  .wrap-content {
    margin: 144px 0 0;
  }
  .wrap-content.outer {
    margin-top: 100px;
  }
  .wrap-content--choose .main-text {
    margin-bottom: 60px;
  }
  .wrap-content--topics {
    margin-top: 112px;
  }
  .title-number {
    position: relative;
    font-size: 33px;
    font-family: "Bodoni Moda", serif;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    color: #3f4d93;
  }
  .title-number span {
    margin: 0 auto;
    display: grid;
    place-content: center;
    width: 2.125em;
    height: 2.125em;
    border-radius: 50%;
  }
  .title-number::before,
  .title-number::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(50% - 1.175em);
    height: 1px;
    background-color: #3f4d93;
  }
  .title-number::after {
    left: auto;
    right: 0;
  }
  .main-text {
    font-size: 93.8%;
    text-align: center;
    line-height: 1.889;
    font-family: "Jost-Regular", "NotoSansJP-Regular", sans-serif;
    margin-top: 20px;
  }
  .wrap-recommend {
    margin: 10% 0;
  }
  .image-item li {
    text-align: center;
  }
  .check-btn {
    position: relative;
    display: inline-block;
    margin: 5% 0;
    padding: 0 10%;
    text-decoration: none;
    outline: none;
  }
  .check-btn::before {
    content: "";
    position: absolute;
    bottom: -30%;
    left: 13%;
    width: 80%;
    height: 1px;
    background: #333;
  }
  .check-btn::after {
    content: "";
    position: absolute;
    bottom: -13%;
    right: 1.2em;
    width: 5%;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
  }
  .back-color {
    margin: 5%;
    padding: 2% 8% 8%;
    border: 1px solid #ccc;
    background: #fcfcfc;
  }
  .topics-flex {
    margin: 2% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 2%;
  }
  .topics-flex li {
    width: 48%;
    margin-bottom: 2%;
  }
  .right-arrow {
    display: block;
    position: relative;
    margin: 0 0 40px;
    padding: 25px;
    color: #fff;
    text-align: center;
    background-color: #3f4d93;
    text-decoration: none;
    font-family: "Jost-Regular", "NotoSansJP-Regular", sans-serif;
    font-size: 93.8%;
  }
  .right-arrow.white {
    background: #fff;
    border: 1px solid #3f4d93;
    color: #3f4d93;
  }
  .right-arrow.white::after {
    border-top: 1px solid #3f4d93;
    border-right: 1px solid #3f4d93;
  }
  .right-arrow.green {
    background: #5ebb00;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding: 10px 20px 18px;
    margin-bottom: 0;
  }
  .right-arrow.green span {
    color: #fff600;
  }
  .right-arrow.green .big {
    font-size: 32px;
    transform: translateY(2px);
    display: inline-block;
    font-family: "Jost-Regular", "NotoSansJP-Regular", sans-serif;
  }
  .right-arrow.green::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .right-arrow::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  .accordion-area {
    list-style: none;
    margin: 0 0 5%;
    font-family: "NotoSansJP-Regular", sans-serif;
  }
  .accordion-area section {
    border: 1px solid #ccc;
  }
  .favorite-btn {
    position: relative;
    margin: 0;
    cursor: pointer;
    text-align: center;
    padding: 3%;
    color: #fff;
    transition: all 0.5s ease;
    border-bottom: none;
    background-color: #3f4d93;
    font-family: "Jost-Regular", "NotoSansJP-Regular", sans-serif;
    font-size: 93.8%;
    border: 1px solid #0a0406;
  }
  .favorite-btn::before,
  .favorite-btn::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background-color: #fff;
  }
  .favorite-btn::before {
    top: 48%;
    right: 30px;
    transform: rotate(0deg);
  }
  .favorite-btn::after {
    top: 48%;
    right: 30px;
    transform: rotate(90deg);
  }
  .favorite-btn.close::before {
    transform: rotate(45deg);
  }
  .favorite-btn.close::after {
    transform: rotate(-45deg);
  }
  .box {
    display: none;
    color: #333;
    padding: 1em 0 0;
  }
  .box-text {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    align-items: center;
  }
  .box-text li {
    position: relative;
    display: flex;
    width: 32%;
    margin-bottom: 2%;
    justify-content: center;
    height: 7em;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 1px solid #5f73d5;
  }
  .box-text li::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: translateY(-50%) rotate(45deg);
  }
  .box-text a {
    padding: 35px 15px 35px 0;
    display: block;
    width: 100%;
    text-decoration: none;
  }
  .box-text img {
    max-width: 80%;
  }
  .material-box li {
    width: 45%;
  }
  #footer_topics {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between !important;
    width: 90.8%;
    gap: 20px;
    margin: 50px auto !important;
  }
  html {
    scroll-behavior: smooth;
  }
  .content_inner {
    padding-top: 70px;
    margin-top: -70px;
  }
  hr {
    margin: 10% 5%;
  }
  .note {
    font-size: 3vw;
  }
  .indent-1 {
    padding-left: 1em;
    text-indent: -1em;
  }
  .block-goods-list--param-sort dd select,
  .block-goods-list--param-stock dd select {
    display: none;
  }
  .block-goods-list--param {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .link {
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
  }
  .main-page__line {
    background: #f3f3f3;
    padding: 40px;
    width: 500px;
    margin: 80px auto 0;
    text-align: center;
  }
  .main-page__line .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 20px;
  }
  .main-page__line .wrap .image {
    width: 60px;
  }
  .main-page__line .wrap p {
    width: calc(100% - 80px);
    text-align: left;
    font-size: 20px;
    color: #3f4d93;
    margin: 0;
  }
  .choose-image {
    text-align: center;
    margin-bottom: 120px;
  }
  .choose-image img {
    width: 450px;
  }
  .staff-card .brand a {
    color: #333333;
    font-family: "Jost-Regular", "NotoSansJP-Regular", sans-serif;
    text-decoration: none;
  }
  .campaign-intro {
    background: #fff;
    border: 1px solid #0a0406;
    padding: 40px 60px;
    text-align: center;
    font-size: 16px;
  }
  .campaign-intro .head {
    font-size: 22px;
    font-family: "NotoSansJP-Regular", sans-serif;
    border-top: 2px solid hsl(230, 40%, 41%);
    border-bottom: 2px solid #3f4d93;
    padding: 20px;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .campaign-intro .campaign-introText {
    margin-bottom: 40px;
  }
  .campaign-intro .link-wrap {
    margin-top: 20px;
  }
  .campaign-intro .link-wrap a {
    display: inline-block;
    margin-bottom: 10px;
  }
  .campaign-detailLink {
    margin: 20px 0 40px;
    text-align: center;
  }
  .campaign-detail {
    margin-top: 100px;
  }
  .campaign-detail h3 {
    position: relative;
    margin-bottom: 40px;
  }
  .campaign-detail h3:before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid #3f4d93;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .campaign-detail h3 span {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: #fdfcf5;
    color: #3f4d93;
    font-size: 20px;
    padding: 0 1em;
  }
  .campaign-detail ul li {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2;
  }
  .campaign-detail ul li h4 {
    font-weight: bold;
  }
  .campaign-detail ul li .red {
    color: #cc0000;
  }
  .campaign-detail ul li .indent01 {
    padding-left: 1em;
    text-indent: -1.2em;
  }
  .campaign-detail ul li .indent02 {
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
  .campaign-detail ul li .indent03 {
    padding-left: 1.4em;
    text-indent: -1.2em;
  }
  .spbr {
    display: none;
  }
}/*# sourceMappingURL=250322_pc_springsbest.css.map */