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

.site-main {
    padding-top: 0;
}

.main-page {
    background: #fff5f5;
    font-size: 120%;
    margin-bottom: 80px;
}

.main-page a {
    text-decoration: none;
}

h2 {
    text-align: center;
}

.translation {
    margin-top: 10px;
    font-size: 110%;
    font-weight: 600;
}

.main-page h3 {
    margin: 30px 0;
    padding: 20px;
    font-size: 150%;
    font-weight: 600;
    text-align: center;
    border: 1px solid #000;
    border-bottom: 5px solid #000;
    background-color: #fff;
}

h4 {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 105%;
    font-weight: 600;
    border-left: 8px solid #caa935;
}

/* nav */

.item-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
}

.item-nav li {
    width: 30%;
    margin-bottom: 2%;
}

.novelty-info {
    display: flex;
    gap: 40px;
    margin: 30px 50px;
    padding: 50px;
    border: 1px solid #caa935;
    background-color: #fff;
}

/* 商品一覧ボタン */

.too-btn  {
    display: block;
    position: relative;
    margin: 50px;
    padding: 30px;
    font-size: 150%;
    text-align: center;
    color: #fff;
    background: #000;
}

.too-btn::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);
}

/* アンカーボタン */

.anchor-btn {
    display: block;
    position: relative;
    margin-top: 30px;
    font-weight: 600;
    border-bottom: 1px solid #000;
}

.anchor-btn::after {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 35%;
    right: 20px;
    content: '';
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-50%) rotate(45deg);
}

/* コンテンツ */

.wrap-content {
    margin: 0 50px;
    padding-bottom: 120px;
}
.wrap-limited {
    display: flex;
    align-items: center;
    margin: 50px 0;
}

.limited-text {
    width: 20%;
    padding: 20px;
    text-align: center;
    color: #fff;
    background: #caa935;
}

.limited-monopoly {
    width: 80%;
    padding: 16px;
    text-align: center;
    font-size: 120%;
    font-weight: 900;
    background: #fff;
    border: 1px solid #caa935;
}

.wrap-plice {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5%;
    font-weight: 600;
}

.wrap-plice li {
    text-align: center;
    font-size: 150%;
}

.off-per {
    padding: 2% 5%;
    color: #fff;
    background-color: #b60f0f;
}

.off-plice {
    font-size: 300%!important;
    font-weight: 600;
    color: #b60f0f;
}

/* セット内容 */

.wrap-set {
    margin: 30px 0;
    padding: 30px;
    font-size: 90%;
    background-color: #fff;
}

.set-title {
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0 0 10px 14px;
    font-size: 120%;
    border-bottom: 1px solid #caa935;
}

/* スタッフメイク */

.staff-make {
    display: flex;
    gap: 30px;
    margin: 50px 0;
    padding: 30px;
    border: 1px solid #000;
    background-color: #fff;
}

.staff-img {
    width: 35%;
}

.staff-text {
    width: 60%;
}

/* YouTube */

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }

.text-main {
    margin: 50px 0;
}

/*共通*/

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

hr {
    margin: 100px 50px;
}

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

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