
@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 {
    position: relative;
    padding: 20px 20px;
    font-size: 120%;
    color: #333;
    z-index: 1;
    background: #78524a;
}

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

.wrap-title {
    text-align: center;
}

.main-page h2 {
    position: relative;
    text-align: center;
    font-size: 180%;
    margin: 1em 0;
    font-weight: 600;
    padding: 0 0 0.7em;
    color: #fff;
}

.main-page h2:after { 
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #f5e0bb, #f5e0bb 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #f5e0bb, #f5e0bb 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

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

.main-page h4 {
    margin: 0 0 20px;
    text-align: center;
}

.title-text {
    margin: 30px;
    font-weight: 600;
    text-align: center;
    color: #f5e0bb;
}

/* コンテンツ */

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

.wrap-brand-content {
    margin: 50px 0;
}

.main-text {
    margin: 5%;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

.wrap-brand-schedule {
    padding: 50px 20px;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.brand-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.brand-info ul {
    width: 50%;
}

.brand-schedule li  {
    margin-bottom: 30px;
    text-align: center;
}

.up-date {
    display: inline-block;
    position: relative;
    margin-left: 1.05em;
    padding: .5em 1em .5em 1.3em;
    font-size: 150%;
    font-weight: 900;
    border-right: 10px solid #d4744c;
    background-color: #f5e0bb;
    color: #d4744c;
}

.up-date::before {
    position: absolute;
    bottom: -1%;
    left: 22%;
    z-index: -1;
    transform: rotate(5deg);
    width: 80%;
    height: 80%;
    background-color: #ccc;
    content: "";
    filter: blur(2px);
}

.up-date_02 {
    border-right: 10px solid #78524a;
    background-color: #f5e0bb;
    color: #78524a;
}


/* トピックス */

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

.block-common-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin: 5% 0;
    text-align: center;
}

/* ボタン */

.right-arrow  {
    display: block;
    position: relative;
    margin: 0 30px 30px;
    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: 0 30px 30px;
    padding: 25px;
    text-align: center;
    color: #fff;
    background-color: #d4744c;
    text-decoration: none;
}

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

.grey-right-arrow  {
    display: block;
    position: relative;
    margin: 0 30px 30px;
    padding: 25px;
    color: #959595;
    background-color: #ccc;
}

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

/* SNS */
.wrap-other-sns {
    padding: 0 5%;
  }
  
  .wrap-sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
    padding: 30px 30px 35px;
    background: #fff;
  }
  
  .wrap-sns a {
    width: 45%;
  }
  
  .wrap-sns ul {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
  }
  
  .sns-icon-img {
    width: 35px;
    margin-right: 20px;
  }

.sns-icon-img img {
    vertical-align: middle;
}

/* アコーディオン */

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

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

/*アコーディオンタイトル*/
.favorite-btn {
    position: relative;
    margin: 0 30px;
    cursor: pointer;
    text-align: center;
    padding: 25px;
    color: #78524a;
    transition: all .5s ease;
    border-bottom: none;
    background-color: #f5e0bb;
    border-radius: 50px;
}

.index-date {
    display: inline-block;
    margin-top: 5px;
    padding: 10px 30px;
    color: #fff;
    background: #333;
    text-decoration: none;
}

/*アイコンの＋と×*/
.favorite-btn::before,
.favorite-btn::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 1px;
    background-color: #78524a;
    
}
.favorite-btn::before{
    top:48%;
    right: 30px;
    transform: rotate(0deg);
    
}
.favorite-btn::after{    
    top:48%;
    right: 30px;
    transform: rotate(90deg);

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

.favorite-btn.close::after{
	transform: rotate(-45deg);
}

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

.box-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.box-text ul {
    width: 33%;
    padding: 30px;
    justify-content: center;
    height: 10em;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 0.5px solid #ccc;
}

/*.box-text ul::after {
    display: block;
    width: 2vw;
    height: 2vw;
    position: absolute;
    top: 85%;
    right: 47%;
    content: '';
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: translateY(-50%) rotate(45deg);
}*/

.material-box ul {
    width: 45%;
}

/*共通*/

html {
    scroll-behavior: smooth;
  }

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

hr {
    margin: 10% 5%;
}

.note {
    font-size: 3vw;
    padding-left:1em;
	text-indent:-1em;
}

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

ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--brand-name, ul.block-thumbnail-h > li .block-thumbnail-h--goods .block-thumbnail-h--goods-description .block-thumbnail-h--brand-name, .mod-productPnl > .inner > .content b {
    font-family: 'Jost-Light', 'NotoSansJP-Light';
    font-size: 13px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    line-height: 18px;
}
}