@media only screen and (min-width: 600px) {
  .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 100px;
    font-size: 120%;
    color: #333;
    background: #eecece;
  }
  .main-page__inner {
    padding: 0 60px;
  }
  .main-page__top-lead {
    font-size: 104.2%;
    line-height: 1.675;
    color: #de5b89;
    text-align: center;
    font-family: "NotoSansJP-Regular", sans-serif;
    letter-spacing: 0.02em;
  }
  .main-page__line {
    background-color: #f7dddd;
    margin: 105px 8.2% 0;
    padding: 0 5.7%;
    text-align: center;
  }
  .main-page__line .main-page__inner {
    padding: 83px 0 70px;
    position: relative;
  }
  .main-page__line .main-text {
    margin-top: 22px;
    margin-bottom: 30px;
  }
  .main-page__line .right-arrow {
    margin-bottom: 22px;
  }
  .main-page__line-point {
    position: absolute;
    top: -2.778em;
    left: calc(50% - 2.778em);
    display: grid;
    place-content: center;
    width: 5.556em;
    height: 5.556em;
    font-size: 93.8%;
    color: #fff;
    line-height: 1.194;
    font-family: "NotoSansJP-Regular", sans-serif;
    text-align: center;
    background-color: #de5b89;
    border-radius: 50%;
  }
  .main-page__line-notice {
    margin-top: 38px;
    font-size: 83.3%;
    text-align: center;
    font-family: "NotoSansJP-Regular", sans-serif;
  }
  .main-page__line-notice a {
    text-decoration: underline;
  }
  .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 {
    margin: 0 0 40px;
    padding: 0;
    border: none;
  }
  .main-page h2 {
    position: relative;
    line-height: 1;
    margin-top: 14px;
    margin-bottom: 30px;
    font-size: 520.8%;
    font-weight: normal;
    color: #de5b89;
    text-align: center;
    font-family: "Instrument Serif", serif;
    letter-spacing: -0.02em;
  }
  .main-page h3 {
    position: relative;
    color: #de5b89;
    font-size: 208.3%;
    text-align: center;
    font-weight: normal;
    font-family: "Instrument Serif", serif;
  }
  .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-index li:first-child {
    grid-column: 1/3;
  }
  .wrap-content {
    margin: 144px 0 0;
  }
  .wrap-content.outer {
    margin-top: 100px;
  }
  .wrap-content--snap, .wrap-content--topics {
    border-top: 1px solid #de5b89;
    padding-top: 27px;
  }
  .wrap-content--snap h2, .wrap-content--topics h2 {
    font-size: 416.7%;
  }
  .wrap-content--snap .main-text {
    margin-bottom: 60px;
  }
  .wrap-content--topics {
    margin-top: 112px;
  }
  .title-number {
    position: relative;
    font-size: 83.3%;
    font-size: "Jost-Regular", sans-serif;
    text-align: center;
    color: #de5b89;
  }
  .title-number span {
    margin: 0 auto;
    display: grid;
    place-content: center;
    width: 2.125em;
    height: 2.125em;
    border-radius: 50%;
    background-color: #CCCCCC;
  }
  .title-number::before, .title-number::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(50% - 1.875em);
    height: 1px;
    background-color: #de5b89;
  }
  .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;
  }
  .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;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
    font-family: "Jost-Regular", "NotoSansJP-Regular", sans-serif;
    font-size: 93.8%;
  }
  .right-arrow::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    content: "";
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    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: #666666;
    font-family: "Jost-Regular", "NotoSansJP-Regular", sans-serif;
    font-size: 93.8%;
  }
  .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;
  }
  .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;
  }
}