@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: 2%;
}

.main-page {
    font-size: 110%;
    line-height: 1.75;
}

.main-page h1 {
    margin-bottom: 30px;
    font-size: 180%;
    font-weight: 900;
    line-height: 1.3;
    border: none;
}

.main-page h2 {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 600
}

.main-page h2 > .number {
    font-size: 180%;
    font-weight: 600;
    position: relative;
    margin-bottom: 55px;
}

.main-page h2 > .number:before {
    content: '';
    position: absolute;
    bottom: -32%;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
  }

.main-page h2 > .denim-category {
    display: block;
    margin: 10px 0;
    padding: 10px;
    font-size: 150%;
    font-weight: 600;
    color: #fff;
    background-color: #252744;
}

.other-h2 {
    color: #fff;
    font-size: 180%;
    background: #252744;
    box-shadow: 0px 0px 0px 6px #252744;
    border: dashed 1px #ce9229;
    padding: 30px;
}

.main-page h3 {
    margin: 100px 0 30px;
    position: relative;
    font-size: 150%;
    font-weight: 600;
    text-align: center;
    padding: 0 55px;
    border-bottom: none;
  }
  
  .main-page h3:before, .main-page h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: black;
  }
  
  .main-page h3:before {
    left:0;
  }
  .main-page h3:after {
    right: 0;
  }

.main-page h4 {
    margin: 100px 50px 40px;
    padding: 15px;
    font-size: 120%;
    font-weight: 600;
    text-align: center;
    background-color: #c7d5dd;
}

/* タイトル周り */

.title-text {
    margin: 50px 50px 80px;
    font-weight: 600;
}

.wrap-time {
    margin: 20px 0;
    text-align: right;
    color: #707070;
}

/* 監修者 */

.wrap-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.person-name {
    font-weight: 600;
}

.person-img {
    text-align: center;
    width: 250px;
}

.person-img img {
    max-width: 70%;
}

/* nav */

.wrap-index {
    margin: 100px 150px 50px;
    padding: 50px;
    border: 1px dashed #ce9229;
}

.wrap-index li {
    margin-bottom: 15px;
}

.wrap-index a {
    text-decoration: underline;
}

/* デニム説明 */

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

.denim-flex {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 60px;
}

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

table {
    width: 100%;
}

.point {
    padding: 30px;
    border: 1px dashed #ce9229;
}

.main-text {
    margin: 25px 0;
}

/* 悩み */

.wrap-worries-img {
    text-align: center;
}

.wrap-worries-img img {
    max-width: 50%;
}

.wrap-service {
    background-color: #ecf1f4;
    margin-bottom: 80px;
    padding: 50px 50px 30px;
}

.type-recommend {
    text-align: center;
    margin-bottom: 20px;
    font-size: 150%;
    font-weight: 600;
}

.text-link {
    display: inline;
    text-decoration: underline;
}

/* トピックス */

.block-common-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    margin: 5% 0;
}

.block-common-title li {
    width: 43%;
    margin-bottom: 3%;
}

#other-topics h4 {
    margin-top: 30px;
}

/* ボタン */

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

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

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

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

.top-arrow  {
    display: block;
    position: relative;
    margin: 30px;
    padding: 25px;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    text-decoration: none;
}

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

.short-arrow  {
    display: block;
    position: relative;
    padding: 2% 0;
    font-weight: 600;
    text-decoration: underline;
}

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

/* youtube */
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }

.wrap-youtube {
    margin: 50px 0;
}

/* ラインマーカー */
/* アニメーション前のスタイル */
.js-marker {
    display: inline;
    position: relative;
    background-image: linear-gradient(90deg, #fcff00, #fcff00); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 300%; /* '30%'の部分にマーカーの太さを記入 */
    transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
    font-weight: bold; /* ついでに太字にしたい場合 */
  }
  
  /* アニメーション発火時 */
  .js-marker.inview {
    background-size: 100% 300%; /* '30%'の部分は上で設定した太さに合わせる */
  }


/*アコーディオン全体*/
.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: 3.5vw;
    font-weight: 600;
    padding: 5%;
    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: 70px;
    margin-top: -70px;
}

.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}

.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

.note {
    font-size: 3vw;
}

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

.item-result .coordinate-list {
    margin-bottom: 40px;
    margin-left: 60px !important;
}
}