@media only screen and (min-width:600px) {

.site-main {
    padding: 0;
    color: #565656;
}

.event-title {
    font-size: 180%;
    color: #202321;
    font-weight: normal;
    padding: 22px 10px;
    margin: 0 0 30px;
    line-height: 1;
    border-bottom: #CCC 1px solid;
}

section h1 {
    margin: 0 0 60px;
    color: #439f6d;
    font-size: 500%;
    font-weight: 900;
    text-align: center;
    -webkit-text-stroke: 1px #696969;
    position: relative;
    padding: 15px;
    border-bottom: none;
}

section h1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #439f6d, #439f6d 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #439f6d, #439f6d 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

.main-content p {
    text-align: center;
}

a {
    text-decoration: none;
    color: #565656;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

hr {
    margin: 0 auto;
}

/* 似合うポイント */

.wrap-description-type {
    margin: 60px 0;
    text-align: center;
}

h2 {
    width: 90%;
    color: #439f6d;
    margin: 0 auto 40px;
    padding: 15px 0;
    text-align: center;
    font-size: 200%;
    font-weight: 600;
    border-top: solid 3px #439f6d;
    border-bottom: solid 3px #439f6d;
}

.style-point {
    font-size: 120%;
}

.color-marker {
    padding: 0px 5px;
    background: linear-gradient(transparent 50%, #a6ecc6 50%);
}

/* 素材 */

.wrap-material {
    margin: 60px 0 80px;
    text-align: center;
}

.wrap-material img {
    display: block;
    text-align: center;
}

.wrap-material p {
    margin: 5% 0;
}

/* サイズ感 */

.wrap-size {
    margin: 60px 0 80px;
    text-align: center;
}

.wrap-size img {
    display: block;
    margin: 0 auto;
}

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

.wrap-b b {
    display: inline-block;
    border-left: 10px solid #439f6d;
    margin-bottom: 20px!important;
    padding: 15px;
    text-align: left;
    font-size: 150%;
}

/* マストアイテム */

.wrap-must-item {
    margin: 60px 0 80px;
}

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

.wrap-h3 h3 {
    margin: 0 auto 15px;
    font-size: 150%;
    font-weight: 600;
    text-align: center;
    border-bottom: none;
    position: relative;
    display: inline-block;
    padding: 0 45px;
}

.wrap-h3 h3:before, .wrap-h3 h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #565656;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }

  .wrap-h3 h3:before {
    left:0;
  }

  .wrap-h3 h3:after {
    right: 0;
  }

.must-item p {
    text-align: center;
}

ul.block-thumbnail-t {
    margin: 30px 0;
}

ul.block-thumbnail-t > li {
    justify-content: center;
    gap: 20px;
}

/* おすすめ */

.wrap-recommend-coordinate {
    margin: 60px 0 80px;
}

.wrap-recommend-coordinate p {
    margin: 40px 0;
}

.list-btn {
    width: 80%;
    display: block;
    margin: 40px auto;
    padding: 15px 0;
    text-align: center;
    font-size: 120%;
    background-color: #ffee5b;
    border-radius: 6px;
}

/* 似合うアイテム */

.wrap-match-item {
    margin: 60px 0 80px;
}

.kind-item {
    margin-bottom: 60px;
}

.match-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
    margin-top: 2%;
}

.match-item a {
    display: block;
    width: 45%;
    padding: 15px 0;
    font-size: 150%;
    text-align: center;
    color: #fff;
    background-color: #b2b2b2;
}

/* 参考にしたいスタッフ */

.wrap-staff {
    margin: 60px 0 80px;
}

.staff {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.staff a {
    width: 30%;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

/* その他の骨格 */

.wrap-other-type {
    margin: 60px 0 30px;
}

.pc-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.other-type img {
    display: block;
    margin: 15px auto 30px;
}

/* shelmag */

.shel-mag {
    margin: 50px 0 80px;
    text-align: center;
}


/* 共通 */

#back {
    display: flex;
    gap: 10px;
}
#back a {
    background: #efefef;
    width: calc(50% - 10px);
    padding: 10px;
    margin: 0 10px 50px 0;
    color: #808080;
    font-size: 2rem;
    text-align: center;
    line-height: 2;
    border: #808080 1px solid;
    border-radius: 10px;
}

#annotation {
    text-align: right;
    margin-bottom: 40px;
}

#bunner {
    margin-bottom: 40px;
}


/* slick_01 */

.slick-slide {
    transform: scale(.8);
    transition: transform .5s;
  }
  
  .slick-current {
    transform: scale(1);
  }
  
  .slick-second li {
      transform: scale(1);
  }

.slick-slide img {
    margin: 0 auto;
}

.slick-prev {
    top: 51%!important;
    left: auto!important;
    z-index:1000;
}

.slick-next {
    top: 51%!important;
}

.slick-prev:before {
    content: "\f053"!important;
    font-family: FontAwesome!important;
    font-size: 50px!important;
    font-weight: 300!important;
  }

  .slick-next:before {
    content: "\f054"!important;
    font-family: FontAwesome!important;
    font-size: 50px!important;
    font-weight: 300!important;
  }  
}