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

.main-page {
    font-size: 120%;
}

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

.main-page h2 {
    position: relative;
    margin: 0 50px 20px;
    padding: 0 50px;
    color: #ad7c2f;
    font-size: 200%;
    font-weight: 900;
    text-align: center;
  }
  
  .main-page h2:before, .main-page h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: black;
  }
  
  .main-page h2:before {
    left:0;
  }
  .main-page h2:after {
    right: 0;
  }

  .main-page h3 {
    position: relative;
    margin-bottom: 50px;
    font-size: 150%;
    font-weight: 600;
    text-align: center;
    color: #716e65;
    border-bottom: none;
}

.main-page h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 50px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #716e65;
    border-radius: 20px;
  }

.main-page h4 {
    text-align: center;
    font-weight: 600;
}

/* タイトル周り */

.title-text {
    margin: 80px 50px;
    text-align: center;
    font-weight: 600;
    font-size: 110%;
}

/* nav */

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

.wrap-index li {
    width: 22%;
    text-align: center;
    border: 1px solid #716e65;
}

.limited {
    color: #fff;
    background: #692525;
    font-weight: 600;
}

/* キャンペーン */
.wrap-campaign {
    padding: 50px 30px 10px;
    background-color: #692525;
}

.campaign {
    margin: 30px;
    padding: 30px;
    background-color: #fff;
}

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

.campaign-text {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 120%;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #716e65;
}

/* コンテンツ */

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

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

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

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

.brand-index a {
    display: block;
    position: relative;
    margin-bottom: 6%;
    padding: 50px;
    text-align: center;
    border: 1px solid #000;
}

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

/* check */

.recommend-item-point {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 80px 0;
}

.wrap-item {
    width: 50%;
    margin: 0 auto;
}

.item-number {
    text-align: center;
    color: #fff;
    font-size: 300%;
    font-weight: 900;
    text-shadow: 1px 1px 0 #716e65, -1px -1px 0 #716e65, -1px 1px 0 #716e65, 1px -1px 0 #716e65, 0px 1px 0 #716e65, 0 -1px 0 #716e65, -1px 0 0 #716e65, 1px 0 0 #716e65;
}

.point-flex {
    width: 90%;
}

.wrap-point {
    padding: 50px;
    border: 1px solid #ad7c2f;
}

ul.check li{
    width: 100%;
    list-style: none;
    margin-bottom: 5%;
    padding-left: 8%;
    position: relative;
    font-weight: 600;
}

ul.check li:before,
ul.check li:after{
    content:"";
    display:block;
    position:absolute;
}
ul.check li:before{
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background: #716e65;
    left: 0;
    top: 3px;
}
ul.check li:after{
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 14px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 6px;
    top: 10px;
}

ul.check .title-point {
    padding: 0;
    font-size: 120%;
    font-weight: 900;
}

ul.check .title-point:before,
ul.check .title-point:after {
    content: none;
}

.view-more {
    margin: 2% auto;
}

.view-more a {
    text-decoration: underline;
    display: block;
    position: relative;
    text-align: center;
}

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

/* カテゴリー */

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

.wrap-category li {
    width: 32%;
}

.ruby {
    font-size: 65%;
}

.anchor-btn {
    display: block;
    position: relative;
    padding: 50px 0 60px;
    font-size: 120%;
    font-weight: 600;
    text-align: center;
    background: #eae9e6;
    border: 1px solid #716e65;
}

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


/* ボタン */

.right-arrow  {
    display: block;
    position: relative;
    margin: 50px;
    padding: 20px;
    font-size: 120%;
    text-align: center;
    font-weight: 600;
    border: 1px solid #000;
}

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

.accordion-area li{
    margin: 10px 0;
}

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

/*アコーディオンタイトル*/
.campaign-detail {
    position: relative;
    margin: 0;
    cursor: pointer;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
    padding: 20px;
    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;
    background: #fff;
    margin: 0 1px;
    padding: 5%;
    border-bottom: 1px solid #000;
}

/*共通*/

html {
    scroll-behavior: smooth;
  }

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

hr {
    margin: 10% 5%;
}

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

.note {
    font-size: 90%;
}

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