.l-content__main ol,
.l-content__main ul {
  list-style: none;
}

.l-content__main img {
  max-width: 100%;
  height: auto;
}

.l-content__main.__lead {
  padding: 35px 50px;
  line-height: 1.5;
}

.pc_hide {
  display: none !important;
}

.sp_hide {
  display: block !important;
}

.m-media-hook__item {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 470px;
  max-width: 100%;
  padding: 10px 30px 10px;
  background-color: #da1770;
  border: solid 3px #da1770;
  border-radius: 50px;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 100%;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.m-media-hook__item::before,
.m-media-hook__item::after {
  content: "";
  position: absolute;
  bottom: 46%;
  right: 3.5%;
  width: 10px;
  height: 2px;
  background-color: #da1770;
  z-index: 1;
}

.m-media-hook__item::after {
  transform: rotate(90deg);
}

.m-media-hook__item.open::after {
  transform: rotate(180deg);
}

.m-media-hook__item > span::after {
  content: "";
  position: absolute;
  bottom: 33%;
  right: 3%;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #fff;
}

@media (min-width: 769px) {
  .l-tab-col6 {
    display: none;
  }

  .l-content__main__withtab {
    border-radius: 20px;
    margin-top: 55px;
  }

  .wallpaper__lead__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .wallpaper__lead__left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wallpaper__lead__left__box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .wallpaper__lead__left__item {
    height: auto;
    width: 30%;
  }

  .monthList {
    max-width: 950px;
    margin: 0 auto;
    letter-spacing: -0.4em;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .monthList .monthItem:nth-child(2n+1) {
    margin-left: 0;
  }

  .monthList .monthItem {
    display: inline-block;
    width: 47.5%;
    vertical-align: top;
    letter-spacing: normal;
  }

  .monthList .monthItem .thumbArea {
    margin-bottom: 20px;
    padding: 22px;
    border: solid 4px #fad9e2;
    border-radius: 12px;
  }

  .monthList .monthItem .thumbArea .thumb_inner .txt_month {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }

  .monthList .monthItem .sizeList {
    letter-spacing: -0.4em;
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .monthList .monthItem .sizeList li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 23px;
    height: 23px;
    margin: auto;
    background: url(../img/icon_size.png) top center no-repeat;
    background-size: contain;
  }

  .monthList .monthItem .sizeList li a {
    color: #ef3461;
  }

  .monthList .monthItem .sizeList li {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    vertical-align: top;
    letter-spacing: normal;
  }

  .monthList .monthItem .sizeList li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .wallpaper__lead__right__item {
    max-width: 214px;
  }

  .wallpaper__lead__right {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }

  .wallpaper__lead__left {
    width: 100%;
  }

  .l-tab-col6 {
    text-align: center;
    max-width: 1100px;
    margin: 55px auto 0 auto;
    display: flex;
    align-items: center;
  }

  .l-tab-col6 .m-tab {
    margin-top: 55px;
    text-align: center;
  }

  .l-tab-col6 .m-tab__item {
    display: inline-block;
    width: 16.6666666667%;
    background-color: white;
    height: 65px;
    vertical-align: middle;
    position: relative;
    border-radius: 20px 20px 0 0;
  }

  .l-tab-col6 .m-tab__item.is-current {
    border: 5px solid #fff;
  }

  .l-tab-col6 .m-tab__item.is-current:hover {
    opacity: 1;
  }

  .l-tab-col6 .m-tab__item__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #da1770;
    font-weight: bold;
    font-size: 16px;
    width: 90%;
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .l-tab-col6 .m-tab__item__text:hover {
    color: white;
    background-color: #da1770;
    border-radius: 20px;
    width: 93%;
    height: 80%;
  }

  .l-tab-col6 .m-tab__item__text.is-current {
    width: 93%;
    height: 80%;
    color: white;
    background-color: #da1770;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .l-tab-col6 .m-tab__item + .m-tab__item {
    margin-left: 20px;
  }

  .l-tab-col6 .m-tab__item + .m-tab__item {
    margin-left: 10px;
  }

  .monthList {
    max-width: 660px;
    margin: 0 auto;
    letter-spacing: -0.4em;
    text-align: left;
  }

  .monthList .monthItem:nth-child(2n+1) {
    margin-left: 0;
  }

  .monthList .monthItem {
    display: inline-block;
    width: 47.5%;
    margin-bottom: 35px;
    margin-left: 4.5%;
    vertical-align: top;
    letter-spacing: normal;
  }

  .monthList .monthItem .thumbArea {
    margin-bottom: 10px;
    padding: 15px 6%;
    border: solid 3px #fad9e2;
    border-radius: 12px;
  }

  .monthList .monthItem .thumbArea .thumb_inner .txt_month {
    margin-bottom: 12px;
    font-size: 16px;
    text-align: center;
  }

  .monthList .monthItem .sizeList {
    margin-bottom: 17px;
  }

  .monthList .monthItem .sizeList dd:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 13px;
    height: 13px;
    margin: auto;
    background: url(../img/icon_size.png) center center no-repeat;
    background-size: contain;
  }

  .monthList .monthItem .sizeList dd a {
    color: #ef3461;
  }

  .monthList .monthItem .sizeList dt {
    margin-bottom: 15px;
    padding: 3px 0;
    background: #f76d8f;
    border-radius: 15px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
  }

  .monthList .monthItem .sizeList dd {
    display: table;
    position: relative;
    margin: 0 auto 15px;
    padding-left: 18px;
    font-size: 13px;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */
