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

html {
    scroll-behavior: smooth;
  }

a {
    text-decoration: none;
}

.wrap-main-content {
    margin-top: 2%;
    padding: 0 0 10%;
    background: linear-gradient(to right, #f2f2f2, #dedddb 67%);
}

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

.site-main {
    padding: 0;
}

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

.main-page h2 {
    margin-bottom: 30px;
    color: #bd3816;
    text-align: center;
    font-size: 250%;
    font-weight: 900;
}

.main-page h3 {
    margin-bottom: 20px;
    border: none;
    text-align: center;
}

/* INDEX */

.brand-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.brand-index li {
    width: 32%;
}

/* コンテンツ */

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

/* brand */

.wrap-brand {
    margin: 100px 30px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #525152;
}

.brand-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrap-img {
    width: 350px;
}

.wrap-spec {
    width: 450px;
}

.spec {
    line-height: 1.8;
}

.main-page .price {
    text-align: center;
    font-size: 300%;
    font-weight: 600;
}

/* 注意事項 */

.wrap-attention {
    margin: 0 50px;
}

/* ボタン */

.right-arrow  {
    display: block;
    position: relative;
    margin: 30px;
    padding: 15px;
    text-align: center;
    font-size: 160%;
    color: #fff;
    background-color: #bd3816;
    border: 1px solid #525152;
}

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

/* 共通 */

.contents_inner {
    padding-top: 150px;
    margin-top: -150px;
}
}