@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 {
    margin-bottom: 3em;
    padding: 0 0 0.5em;
    font-size: 120%;
    color: #fdf7e4;
    background: #23233b;
    font-family: "Playfair Display", "Noto Serif JP", serif;
}

.main-page a {
    color: #fdf7e4;
}

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

.main-page h2 {
    margin: 0 6em 0;
    padding-bottom: 0.5em;
    font-size: 180%;
    text-align: center;
    color: #fdf7e4;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #fff;
}

.main-page h3 {
    position: relative;
    margin: 0.5em 0 1.5em;
    text-align: center;
    border-bottom: none;
}

.main-page h3:before, .main-page h3:after {
    content: '';
    position: absolute;
    top: 50%;
    margin: 0 2em;
    display: inline-block;
    width: 5em;
    height: 1px;
    background-color: #fff;
  }
  
.main-page h3:before {
    left:0;
  }

.main-page h3:after {
    right: 0;
  }

/* index */

.wrap-index {
    margin: 0 1.5em;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 1em;
}

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

/* LINE */

.wrap-line {
    margin: 0.8em 1.5em;
    padding: 2em 0;
    border: 1px solid #7d7a7c;
}

.line-text {
    text-align: center;
    color: #fff;
}

.wrap-line a {
    display: block;
    position: relative;
    margin: 0 3em;
    padding: 0.6em;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
    color: #fff;
    background: #dcb787;
    text-decoration: none;
}

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

.wrap-line-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
    margin-bottom: 1em;
}

/* コンテンツ */

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

.main-text {
    margin: 1.4em 0;
    text-align: center;
}

.decoration {
    padding: 0 10em;
}

.wrap-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 2%;
}

.wrap-category li {
    width: 44%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    margin-bottom: 2%;
}

.wrap-category a {
    position: relative;
    display: block;
    width: 100%;
    padding: 1em 1.2em 1em 0.8em;
    text-decoration: none;
}

.wrap-category a::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);
}

/* ブランド */

.wrap-brand {
    margin-top: 5%;
}

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

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

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

/* ボタン */

.right-arrow  {
    display: block;
    position: relative;
    margin: 0 2.4em 1.5em;
    padding: 1em;
    text-align: center;
    border: 1px solid #fff;
    text-decoration: none;
}

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

.right-arrow-02  {
    display: block;
    position: relative;
    margin: 1em 3em;
    padding: 15px;
    color: #23233b !important;
    font-size: 120%;
    text-align: center;
    font-weight: 600;
    background-color: #dcb787;
    text-decoration: none;
}

.right-arrow-02::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);
}

/* トピックス */

.wrap-topics {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 2%;
    margin: 0 1.5em;
}

.wrap-topics li {
    display: flex;
    justify-content: center;
    background: #fff;
    margin-bottom: 2%;
    border-radius: 3px;
}

.wrap-topics a {
    display: block;
    width: 100%;
    padding: 1em;
    color: #23233b;
    text-decoration: none;
}

.topics-text {
    font-size: 80%;
}

/*----------- アコーディオン -------------*/

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

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

/*アコーディオンタイトル*/
.favorite-btn {
    position: relative;
    margin: 0 5%;
    cursor: pointer;
    text-align: center;
    font-size: 3.5vw;
    padding: 3%;
    color: #fff;
    transition: all .5s ease;
    border-bottom: none;
    background-color: #357051;
}

/*アイコンの＋と×*/
.favorite-btn::before,
.favorite-btn::after{
    position: absolute;
    content:'';
    width: 12px;
    height: 1px;
    background-color: #fff;
    
}
.favorite-btn::before{
    top:48%;
    right: 12px;
    transform: rotate(0deg);
    
}
.favorite-btn::after{    
    top:48%;
    right: 12px;
    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;
    gap: 2%;
    align-items: center;
    justify-content: center;
}

.box-text li {
    position: relative;
    display: flex;
    width: 32%;
    margin-bottom: 2%;
    justify-content: center;
    height: 5em;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 1px solid #333;
}

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

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

.box-text a {
    color: #333;
}

.box-text img {
    padding-right: 12%;
}

/*共通*/

html {
    scroll-behavior: smooth;
  }

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

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

.col {    color: #fdf7e4!important;
    width: 48%;
    margin-bottom: 3%;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-thumbnail-t--goods-description:has(.block-thumbnail-t--bookmark-button) .block-thumbnail-t--brand-name {
    color: #fdf7e4!important;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name, ul.block-thumbnail-h > li .block-thumbnail-h--goods .block-thumbnail-h--goods-description .block-thumbnail-h--goods-name, .detail .title {
    color: #fdf7e4!important;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name, ul.block-thumbnail-h > li .block-thumbnail-h--goods .block-thumbnail-h--goods-description .block-thumbnail-h--goods-name, .detail .title, ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--price, ul.block-thumbnail-h > li .block-thumbnail-h--goods .block-thumbnail-h--goods-description .block-thumbnail-h--price, .mod-productPnl > .inner > .content > .detail .price, .block-goods-price--price .tax-text {
    color: #fdf7e4!important;
}


.block-goods-list--param .block-goods-list--param-left, .block-goods-list--param .block-goods-list--param-right {
    display: flex
;
    align-items: center;
    display: none;
}

/* YouTube */

.youtube {
    width: 90%;
    text-align: center;
    margin: 0 auto 50px;
    aspect-ratio: 16 / 9;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }
}