
@media only screen and (min-width:600px) {

.event-title {
    font-size: 180%;
    color: #202321;
    font-weight: normal;
    padding: 22px 10px;
    margin: 0 0 30px;
    line-height: 1;
    border-bottom: #CCC 1px solid;
}

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

.main-page {
    margin-bottom: 50px;
    padding: 0 30px 20px;
    color: #fff;
    background-color: #0a0807;
}

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

.main-page h1 {
    margin: 0 0 15px;
    padding: 10px 0 0;
    border: none;
}

.main-page h2 {
    font-size: 200%;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}

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

/* タイトル周り */

.title-text {
    margin: 80px 30px 0;
    padding: 50px;
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    background-color: #4c4c4c;
}

/* nav */

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

.wrap-index li {
    width: 32%;
    text-align: center;
}

/* キャンペーン */
.wrap-campaign {
    padding: 4% 2%;
    color: #fff;
}

.campaign {
    margin: 5%;
    padding: 5%;
    background-color: #fff;
}

.about-mile {
    text-decoration: underline;
}

.campaign-text {
    font-weight: 600;
    text-align:center;
    color: #fff;
    background-color: #ad7c2f;
}

/* コンテンツ */

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

/* ブランドインデックス */

.brand-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
}

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

.brand-index a {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding: 50px 30px 42px 10px;
    text-align: center;
    background-color: #fff;
}

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

.category-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
    font-size: 120%;
    font-weight: 600;
}

.category-index li {
    width: 30%;
    height: 80px;
    position: relative;
    margin-bottom: 20px;
    padding: 60px 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

/* 注意事項 */

#attention ul {
    margin: 0 5% 8%;
}

/* ボタン */

.right-arrow  {
    display: block;
    text-decoration: none;
    position: relative;
    margin: 30px;
    padding: 30px;
    color: #fff;
    font-size: 150%;
    text-align: center;
    font-weight: 600;
    border: 1px solid #fff;
}

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

.right-arrow-02  {
    display: block;
    text-decoration: none;
    position: relative;
    margin: 30px 20px 0;
    padding: 30px;
    color: #000;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
}

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

/* アコーディオン */

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    margin: 0 5%;
}

.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.campaign-detail {
    position: relative;
    margin: 0;
    cursor: pointer;
    text-align: center;
    font-size: 180%;
    font-weight: 600;
    padding: 30px;
    color: #fff;
    transition: all .5s ease;
    border-bottom: none;
}

/*アイコンの＋と×*/
.campaign-detail::before,
.campaign-detail::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
    
}
.campaign-detail::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.campaign-detail::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.campaign-detail.close::before{
	transform: rotate(45deg);
}

.campaign-detail.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    color: #000;
    background: #fff;
    margin: 0 1px;
    padding: 5%;
    border-bottom: 1px solid #000;
}

.box-text li {
    margin-bottom: 30px;
}

/*共通*/

html {
    scroll-behavior: smooth;
  }

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

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

.note {
    font-size: 85%;
}

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

ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--price {
    color: #fff;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-icon > span {
    color: #fff!important;
}

}

