@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;
}
    
.wrap-main {
    font-size: 130%;
}

.wrap-main h1 {
    margin: 0;
    border: none;
}

.wrap-main h2 {
    color: #564f68;
    margin: 0;
    padding-left: 25px;
    font-size: 160%;
    font-weight: 900;
    border-left: 15px solid #d7c4e1;
}

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

.wrap-main h3 {
    position: relative;
    display: inline-block;
    margin: 0 0 30px;
    color: #564f68;
    font-size: 160%;
    font-weight: 600;
    border: none;
}

.wrap-main h3:before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 60px;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #564f68;
    border-radius: 20px;
  }

.wrap-main b {
    background-color: #d7c4e1;
}

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

.wrap-regular-items {
    margin: 120px 0;
}

.wrap-contents {
    margin: 10% 0;
}

.main-text {
    margin: 5% 0;
}

/* アイテムタイトル */

.item-title {
    display: flex;
    margin: 0 0 8%;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 4%;
}

.item-title > li {
    width: 40%;
}

.wrap-detail {
    color: #564f68;
}

.wrap-detail li {
    width: 100%;
}

.spec-detail {
    width: 30%;
    text-align: center;
    display: inline-block;
    margin: 0 5% 2% 0;
    padding: 0 5%;
    color: #fff;
    background-color: #d7c4e1;
}

/* point */

.wrap-point {
    padding: 30px;
    border: 1px solid #ccc;
}

.title-point {
    color: #564f68;
}

ul.check li{
    list-style: none;
    margin-bottom: 30px;
    padding-left: 45px;
    position: relative;
}

ul.check li:before,
ul.check li:after{
    content:"";
    display:block;
    position:absolute;
}
ul.check li:before{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #564f68;
    left: 0;
    top: 4px;
}
ul.check li:after{
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 12px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 9px;
    top: 14px;
}

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

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

.one-voice {
    margin: 5% 0 8%;
}

/* お客様の声 */

.customer-profile {
    display: inline-block;
    margin: 0 0 10px;
    /* font-size: 3.6vw; */
    font-weight: 900;
    color: #564f68;
    background-color: #f9f0ea;
}

/* もっと見るアコーディオン */

.wrap-customer-voice{
    position: relative;
    height: 390px;
    padding: 0 30px 30px;
    margin: 0 auto;
    overflow: hidden;
    transition: .4s;
    box-sizing: border-box;
  }

  .wrap-customer-voice:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
    transition: .4s;
  }

  .wrap-customer-voice.active:before{
    opacity: 0;
    visibility: hidden;
  }

  .more-btn{
    position: absolute;
    right: 50px;
    bottom: 20px;
    width: 50%;
    cursor: pointer;
    text-decoration: underline;
    background: #fff;
    border: none;
  }

/* コーデ */

.wrap-staff {
    display: flex;
    gap: 2%;
    margin: 5% 0;
}

/* 紹介した商品 */

.introduced-items {
    margin: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
}

.brand-items {
    width: 30%;
    margin-bottom: 80px;
    font-size: 100%;
    text-align: center;
}

/* sws */

.sws-section {
    margin: 0 50px 50px;
    padding: 50px 50px 20px;
    background-color: #f1f1f1;
    border: 1px solid #000;
}

/* hr */

hr {
    margin: 120px 0;
}

/* 注釈 */

.note {
    font-size: 80%;
}

/* btn */

.btn {
    display: block;
    position: relative;
    margin: 5%;
    padding: 3%;
    text-align: center;
    color: #fff;
    background: #000;
}

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

.coordination-btn {
    display: block;
    position: relative;
    margin: 5%;
    padding: 3%;
    text-align: center;
    border: 1px solid #000;
}

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

.about-mile, .about-mile-02 {
    display: block;
    position: relative;
    margin: 10px 0;
    color: #000;
    text-decoration: underline;
}

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

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

  /* slick */
  
.slick-slide {
    transform: scale(.8);
    transition: transform .5s;
    text-align: center;
  }
  
  .slick-slide img {
      width: 70%;
      display: inline!important;
  }
  
  .slick-current {
    transform: scale(1);
  }
}