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

.main-page {
    font-family: "Lato", "Noto Sans JP","Didot", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", Meiryo, \30e1\30a4\30ea\30aa, "MS PGothic", sans-serif;
    color: #333;
}

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

.main-page h2 {
    margin: 0;
    font-family: "Didot";
    font-size: 180%;
    font-weight: 600;
    text-align: center;
}

.main-page h3 {
    margin: 0;
    font-size: 180%;
    text-align: center;
}

/* タイトル周り */

.title-text {
    margin: 50px;
}

/* nav */

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

.wrap-index li {
    width: 35%;
}

/* LINE */

.wrap-line {
    padding: 50px 0;
    text-align: center;
    background: #f7f7f7;
    border: 2px dotted #ccc;
}

.line-text {
    font-size: 150%;
    text-align: center;
}

.wrap-line a {
    display: block;
    position: relative;
    margin: 15px 50px;
    padding: 15px;
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    color: #fff;
    background: #5ddb00;
    text-decoration: none;
}

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

/* キャンペーン */

#campaign ul {
    margin: 30px 0;
}

.about-campaign {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 20px;
    font-weight: 600;
    color: #fff;
    background: #000;
}

/* お気に入り */

.wrap-favorite {
    margin: 10% 2%;
    padding: 5%;
    background-color: #fff;
    border: 1px solid #ccc;
}

.favorite-item {
    display: flex;
    align-items: center;
    margin-bottom: 5%;
}

.icon-img {
    width: 8%;
    margin-right: 5%;
}


/* コンテンツ */

.wrap-content {
    margin: 15% 0;
}

.main-text {
    margin: 3% 0 5%;
    text-align: center;
    font-weight: 600;
}

.back-color {
    margin: 80px 80px 50px;
    padding: 30px;
    border: 1px solid #ccc;
    background-color: #fcfcf3;
}

.back-color h3 {
    border-bottom: 1px solid #000;
    margin: 0 5%;
    padding-bottom: 3%;
}

.free-item {
    position: relative;
    margin: 0 80px 50px;
    padding: 20px 50px;
    text-align: center;
    font-size: 120%;
    font-weight: 500;
    color: #fff;
    background: #000;
}

.free-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 10px solid transparent;
    border-top: 20px solid #000;
  }

  .free-item div {
    margin-top: 12px;
    padding-top: 12px;
    text-align: center;
    border-top: 1px solid #fff;
    font-size: 150%;
  }

/* ボタン */

.right-arrow  {
    display: block;
    position: relative;
    margin: 0 50px 50px;
    padding: 25px;
    font-size: 120%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    text-decoration: none;
}

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

.right-arrow-02  {
    display: block;
    position: relative;
    margin-bottom: 2%;
    text-decoration: underline;
}

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

.right-arrow-03  {
    display: block;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: underline;
}

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

.bottom-arrow {
    position: relative;
    margin: 50px 0;
    font-size: 120%;
    text-align: center;
    text-decoration: underline;
}

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


/* アコーディオン */

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

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

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

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

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

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

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    color: #000;
    background: #fff;
    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 {
    width: 48%;
}

.brand-index {
    width: 32%!important;
}

.box-text a {
    margin: 0 0 20px;
    padding: 50px 30px 50px 10px;
}

/* YouTube */

.youtube_wrap{
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}
 
.youtube_wrap iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

/*共通*/

html {
    scroll-behavior: smooth;
  }

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

hr {
    margin: 10% 5%;
}

.note {
    font-size: 80%;
    margin: 2px 0;
    padding-left: 1em;
    text-indent: -1em;
}

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