@media only screen and (min-width: 1025px) {}
body {
}
/*
right

background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2016%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2300247a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1.86%2C16%2C10%2C8%2C1.86%2C0%2C0%2C1.8%2C6.3%2C8%2C0%2C14.19Z%22%2F%3E%3C%2Fsvg%3E');

bottom

background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2066.91%2028.13%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d50000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2266.91%203.23%2066.91%200%2033.46%2024.89%200%200%200%203.23%2033.46%2028.13%2066.91%203.23%22%2F%3E%3C%2Fsvg%3E');

*/
@-webkit-keyframes fadeInSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.main-header {
  padding: 12px 5% 0;
}
.main-header .header-wrap {
    position: relative;
  }
@media only screen and (min-width: 1025px) {
  .main-header .header-wrap {
    height: 80px;
  }
}
.main-header .header-inner {}
.main-header .header-tagline {
    width: 30%;
    max-width: 250px;
    min-width: 60px;
}
.main-header .header-tagline a {
      display: block;
    }
.main-header .header-tagline img {
      vertical-align: middle;
    }
@media only screen and (min-width: 1025px) {
  .main-header .header-hayaritabi {
    position: absolute;
    right: 0;
    top: 20px;
    max-width: 570px;
  }
}
.hayaritabi-wrap {
  
}
.main-visual-wrap {
  margin-top: -10%;
  position: relative;
  
}
.main-visual-wrap .main-visual-header {
    position: relative;
    z-index: -1;
  }
.main-visual-wrap .main-visual-body {
    position: relative;
  }
@media only screen and (min-width: 1025px) {
  .main-visual-wrap .main-visual-body {
    display: block;
    background: url(/share/instagram/trendmaker/images/main_image_01_pc_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.main-visual-wrap .main-visual-body img {
      width: 100%;
      height: auto;
}
.main-visual-wrap .main-visual-body .main-over {
      position: absolute;
      bottom: -7%;
      left: 0;
      z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .main-visual-wrap .main-visual-body .main-over {
    max-width: 750px;
    left: 10%;
    margin: auto;
  }
}
.main-visual-wrap .main-visual-footer {
    position: relative;
}
.main-visual-wrap .main-visual-footer .bg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }
.content-wrap {
  padding: 0 3%;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .content-wrap {
    max-width: 1280px;
    padding: 0 40px;
  }
}
.content-wrap .title-line {
    position: relative;
    color: #00cbb3;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3;
    margin-bottom: 1.2em;
}
.content-wrap .title-line span {
      font-weight: bold;
      background: #fff;
      padding: 0 25px;
      position: relative;
      z-index: 1;
      display: inline-block;
    }
.content-wrap .title-line:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -3px;
  background-image: url(/share/instagram/trendmaker/images/title_line.png);
  background-size: auto 100%;
  border-radius: 2px;
  overflow: hidden;
}
.section-outline .outline-items {
    margin: 0 3%;
  }
.section-outline .outline-item {
    text-indent: -1em;
    padding-left: 1em;
  }
.section-outline .outline-item + .outline-item {
      margin-top: 1.5em;
    }
.sns-area {
  margin-top: 30px;
  padding: 10px 5%;
  background: #e4e4e4;
}
.sns-area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    max-width: 120px;
    margin: auto;
  }
.sns-area li {
    padding: 10px;
    text-align: center;
  }
.sns-area li img {
      width: 100%;
    }
.sns-area li a:hover img, .sns-area li a:focus img {
        opacity: 0.8;
      }
.section-agreement .title-line {
    margin-bottom: 0.6em;
  }
.section-agreement .agreement-note {
    margin: 0 3% 1.5em;
  }
.section-agreement .agreement-items {
    padding: 0;
  }
.section-agreement .agreement-item + .agreement-item {
      margin-top: 1em;
    }
.section-agreement .agreement-item .toggle-btn-wrap {

    }
.section-agreement .agreement-item .toggle-btn {
      display: block;
      background: #00cbb3;
      padding: 0.5em 1em;
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      font-size: 1.6rem;
      position: relative
    }
.section-agreement .agreement-item .toggle-btn[aria-expanded="true"]:after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2037.04%2036.61%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-minus%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M37%2C19.87V16.09H0v3.78Z%22%2F%3E%3C%2Fsvg%3E');
}
.section-agreement .agreement-item .toggle-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2037.04%2036.61%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-plus%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M20.47%2C19.87H37V16.09H20.47V0H16.58V16.09H0v3.78H16.58V36.61h3.89Z%22%2F%3E%3C%2Fsvg%3E');
}
.section-agreement .agreement-item .toggle-content {
      display: none;
    }
.section-agreement .agreement-item .list-items {
      padding: 1em 0;
    }
.section-agreement .agreement-item .list-items li {
        text-indent: -1em;
        padding-left: 1em;
      }
.section-agreement .agreement-item .list-items li + li {
          margin-top: 1em;
        }
.main-footer {
  background: #222222;
  padding: 30px 10%;
  text-align: center;
}
.main-footer .footer-inner {
    max-width: 400px;
    margin: auto;
  }
.main-footer img {
    max-width: 100%;
  }
.footer {
  background: #222222;
  padding: 20px 10%;
}
@media only screen and (min-width: 1025px) {
  .footer {
    padding: 40px 10%;
  }
}
.footer #footer {
    background: none;
}
.footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer ul img {
      width: 100%;
    }
.footer ul li + li {
      margin-left: 10px;
      padding-left: 10px;
      border-left: 1px solid rgba(255, 255, 255, .3);
    }
a.modal-btn {
  display: block;
  padding: 10px;
  margin: 30px auto 0;
  border: 2px solid #00cbb3;
  color: #00cbb3;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 4px 4px #00cbb3;
          box-shadow: 4px 4px #00cbb3;
}
@media only screen and (min-width: 1025px) {
  a.modal-btn {
    width: 40%;
  }
}
.modal-inner {
  padding: 0 0 30px;

}
@media only screen and (min-width: 1025px) {
  .modal-inner {
  }
}
.modal-inner .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
    background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
    background: -o-linear-gradient(transparent 60%, #ffff66 60%);
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
.modal-inner .trend-item {
    width: 80%;
    margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .modal-inner .trend-item {
    width: 60%;
  }
}
.modal-inner .trend-title {
    color: #00cbb3;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}
.modal-inner .trend-sub-title {
    color: #e93495;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 40px;
}
.modal-inner .trend-text {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 2em;
}
.modal-inner .trend-inner {
    background: -webkit-repeating-linear-gradient(
    315deg,
    #fff,
    #fff 1px,
    #e5faf7 3px,
    #e5faf7 6px
    );
    background: -o-repeating-linear-gradient(
    315deg,
    #fff,
    #fff 1px,
    #e5faf7 3px,
    #e5faf7 6px
    );
    background: repeating-linear-gradient(
    135deg,
    #fff,
    #fff 1px,
    #e5faf7 3px,
    #e5faf7 6px
    );
    margin-bottom: 30px;
}
.modal-inner .trend-img {
    width: 80%;
    margin: 0 auto;
    padding: 10% 0;
}
@media only screen and (min-width: 1025px) {
  .modal-inner .trend-img {
    width: 50%;
  }
}
.modal-inner .trend-wrap {
    background-image: url(/share/instagram/trendmaker/images/trend_bg_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 15px;
}
.modal-inner .trend-wrap.trend-wrap-rv {
  background: url(/share/instagram/trendmaker/images/trend_bg_02.png) top right no-repeat;
  background-size: contain;
 margin-top: 30px;
}
.modal-inner .trend-lists-wrap {
    color: #fff;
}
.modal-inner .trend-lists-wrap .trend-lists-maker {
      background: #00cbb3;
      margin-bottom: 30px;
      position: relative;
      padding: 20px 20px 5px
    }
.modal-inner .trend-lists-wrap .trend-lists-maker:after {
  position: absolute;
  content: '';
  border-top: 20px solid #00cbb3;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  top: 100%;
  left: 20%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
}
.modal-inner .trend-lists-wrap .trend-lists-sales {
      background: #2196f3;
      margin-top: 30px;
      margin-bottom: 30px;
      position: relative;
      padding: 20px 20px 5px
    }
.modal-inner .trend-lists-wrap .trend-lists-sales:before {
  position: absolute;
  content: '';
  border-bottom: 20px solid #2196f3;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  bottom: 100%;
  left: 80%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
}
.modal-inner .trend-lists-wrap .trend-list {
      font-weight: bold;
      margin-bottom: 10px;
      position: relative;
      margin-bottom: 20px;
      padding: 5px 0 0 44px;
      line-height: 1.4;
      vertical-align: middle
    }
.modal-inner .trend-lists-wrap .trend-list:before{
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 35px;
  height: 35px;
}
.modal-inner .trend-lists-wrap .trend-list.maker-1st:before{
  background: url(/share/instagram/trendmaker/images/trend_maker01.png) 0 0 no-repeat;
  background-size: contain;
}
.modal-inner .trend-lists-wrap .trend-list.maker-2nd:before{
  background: url(/share/instagram/trendmaker/images/trend_maker02.png) 0 0 no-repeat;
  background-size: contain;
}
.modal-inner .trend-lists-wrap .trend-list.maker-3rd:before{
  background: url(/share/instagram/trendmaker/images/trend_maker03.png) 0 0 no-repeat;
  background-size: contain;
}
.modal-inner .trend-lists-wrap .trend-list.maker-4rd:before{
  background: url(/share/instagram/trendmaker/images/trend_maker04.png) 0 0 no-repeat;
  background-size: contain;
}
.modal-inner .trend-lists-wrap .trend-list.sales-1st:before{
  background: url(/share/instagram/trendmaker/images/trend_sales01.png) 0 0 no-repeat;
  background-size: contain;
}
.modal-inner .trend-lists-wrap .trend-list.sales-2nd:before{
  background: url(/share/instagram/trendmaker/images/trend_sales02.png) 0 0 no-repeat;
  background-size: contain;
}
.modal-inner .trend-lists-wrap .trend-list.sales-3rd:before{
  background: url(/share/instagram/trendmaker/images/trend_sales03.png) 0 0 no-repeat;
  background-size: contain;
}
.modal-inner .trend-lists-wrap .trend-list-txt {
      text-indent: -1em;
      padding-left: 1em;
      font-weight: bold;
    }
.modal-inner .trend-lists-wrap .trend-note {
      font-size: 12px;
      font-size: 1.2rem;
      text-indent: -1em;
      padding-left: 1em;
      margin-left: 1em;
    }
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(128, 0, 0, 0),endColorstr=rgba(128, 0, 0, 0));
  background: rgba(0, 0, 0, .8);
}
.modal-wrap {
  height: 100%;
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-content {
  height: 100%;
  margin: 0 auto;
}
.modal-table-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.modal-table-cell {
  display: table-cell;
  padding: 0 0 30px;
  vertical-align: middle;
}
.modal-content-box {
  position: relative;
  margin: 0 auto;
  background: #fff;
}
.modal-content-inner {
}
.modal-btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 9;
  height: 44px;
  width: 44px;
  cursor: pointer;
}
