@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;
}

.str-outer:not(.of-full), .mod-tab .tab-panel {
    padding-right: 0;
    padding-left: 0;
}

.main-page {
    margin-bottom: 60px;
    padding: 50px 30px;
    font-size: 120%;
    color: #333;
    background: #f7f6f5;
}

.main-page h1 {
    margin: 0 0 5%;
    padding: 0;
    border: none;
}

.main-page h2 {
    text-align: center;
    font-size: 180%;
    font-weight: 600;
    letter-spacing: 10px;
    color: #e94489;
    font-family: "Libre Baskerville", serif;
}

h2 > .japanese {
    font-size: 50%;
    letter-spacing: 5px;
    font-family: "Libre Baskerville";
}

h2.category-title {
    position: relative;
    width: 90%;
    margin: 0 auto -80px;
    padding: 15px;
    min-width: 120px;
    max-width: 100%;
    text-align: center;
    letter-spacing: 0;
    font-size: 130%;
    color: #de064b;
    background: #fff;
    border-radius: 50px;
    font-family: "Libre Baskerville";
  }

h2.category-title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 10px solid transparent;
    border-top: 20px solid #fff;
  }

  h2.category-title:after {
    right: 0;
  }

.main-page h3 {
    position: relative;
    color: #e94489;
    font-size: 150%;
    font-weight: 600;
    letter-spacing: 8px;
    text-align: center;
    font-family: "Libre Baskerville", serif;
  }

.main-page h3:before, .main-page h3:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 120px;
    height: 1px;
    background-color: #e94489;
  }
  
  .main-page h3:before {
    left: 5%;
  }

  .main-page h3:after {
    right: 5%;
  }

.title-text {
    margin: 50px 0;
    font-size: 130%;
    font-weight: 600;
    text-align: center;
}

/* キャンペーン */

.wrap-campaign {
    margin: 45px 0;
    padding: 80px 30px 50px;
    text-align: center;
    background: url(/img/usr/operation/ec_campaign/event/new_life/250307/campaign_background.jpg);
    border-radius: 5px;
}

.campaign-text {
    margin: 20px 0 30px;
    text-align: center;
    color: #de064b;
    font-weight: 600;
}

/* nav */

.wrap-index {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 2%;
    margin: 5% 0;
}

.wrap-index li {
    width: 48%;
    margin-bottom: 2%;
}

.wrap-index a {
    position: relative;
    padding: 40px 20px 50px;
    text-align: center;
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
    font-weight: 600;
    background: #e94489;
    text-decoration: none;
}

.wrap-index a::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 75%;
    right: 50%;
    content: '';
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

/* コンテンツ */

.wrap-content {
    margin: 100px 0;
}

.main-text {
    margin: 50px;
    text-align: center;
    line-height: 1.8;
}

.wrap-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-top: 20px;
}

.wrap-flex li {
    width: 32%;
    margin-bottom: 2%;
    display: table;
    font-size: 90%;
}

.wrap-flex a {
    position: relative;
    padding: 50px 20px 50px 10px;
    text-align: center;
    border: 1px solid #ccc;
    display: block;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    text-decoration: none;
}

.wrap-flex a::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    content: '';
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translateY(-50%) rotate(45deg);
}

/* ブランド */

.wrap-brand {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
    margin-top: 20px;
}

.wrap-brand li {
    width: 32%;
    margin-bottom: 2%;
    background: #fff;
    border-radius: 3px;
}

.wrap-brand a {
    display: block;
    padding: 1em 1em 0.3em;
}

/* トピックス */

.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 30px 25px;
    padding: 25px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #333;
    text-decoration: none;
}

.right-arrow::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translateY(-50%) rotate(45deg);
}

.right-arrow-02  {
    display: block;
    position: relative;
    margin: 5%;
    padding: 3%;
    color: #333;
    font-size: 3.5vw;
    text-align: center;
    font-weight: 600;
    background-color: #333;
}

.right-arrow-02::after {
    display: block;
    width: 2vw;
    height: 2vw;
    position: absolute;
    top: 50%;
    right: 3vw;
    content: '';
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
}

.text-link {
    display: block;
    text-align: center;
    text-decoration: underline;
}


/*共通*/

html {
    scroll-behavior: smooth;
  }

.content_inner {
    padding-top: 70px;
    margin-top: -70px;
}

hr {
    margin: 10% 5%;
}

.note {
    font-size: 80%;
}

.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}

.col {
    width: 48%;
    margin-bottom: 3%;
}

.block-goods-list--param-sort dd select, .block-goods-list--param-stock dd select {
    display: none;
}
}