@charset "UTF-8";
/************************************************
    フォント
*************************************************/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700;800&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
/************************************************
    wrapper
*************************************************/
.l-wrapper {
  overflow-x: hidden;
}

.c-post-card__time {
  padding: 1.6rem 1.4rem 0.6em;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  border-bottom: solid 1px #D6D6D6;
}
.c-post-card__top-body {
  padding-top: 1rem;
}
.c-post-card__top-body .c-post-card__body-title {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-post-card__top:nth-of-type(3) {
    display: none;
  }
}

/************************************************
    朝風呂
*************************************************/
.p-asaburo {
  padding-bottom: 8rem;
}
.p-asaburo .l-container {
  margin-bottom: 8rem;
  padding: 0;
}
.p-asaburo__header {
  margin-bottom: 3.4rem;
}
.p-asaburo__body {
  padding: 0 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #3b1b00;
  position: relative;
}
.p-asaburo__illust01, .p-asaburo__illust02 {
  position: absolute;
}
.p-asaburo__illust01 img, .p-asaburo__illust02 img {
  width: 200px;
}
.p-asaburo__illust01 {
  top: -3.2em;
  left: 3.9em;
}
.p-asaburo__illust02 {
  top: -4em;
  right: 3.6em;
}
.p-asaburo__subtitle {
  margin-bottom: 2rem;
  font-size: 3.2rem;
}
.p-asaburo__subtitle p::before, .p-asaburo__subtitle p::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 35px;
  background-color: #3b1b00;
  position: relative;
  top: 0.3em;
}
.p-asaburo__subtitle p::before {
  margin-right: 10px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.p-asaburo__subtitle p::after {
  margin-left: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.p-asaburo__title {
  margin-bottom: 4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.1;
  color: #00a0e9;
}
.p-asaburo__title span {
  display: inline-block;
}
.p-asaburo__title span:nth-of-type(1) {
  font-size: 5.6rem;
  letter-spacing: -0.3em;
  position: relative;
  left: -0.15em;
  top: 0.05em;
}
.p-asaburo__title span:nth-of-type(2) {
  padding-left: 0.1em;
  font-size: 7.4rem;
}
.p-asaburo__title span:nth-of-type(3) {
  font-size: 7.4rem;
  letter-spacing: -0.1em;
}
.p-asaburo__title span:nth-of-type(4) {
  padding-left: 0.1em;
  font-size: 7.4rem;
}
.p-asaburo__desc {
  margin-bottom: 3.8rem;
  line-height: 1.8;
}
.p-asaburo__time-box {
  margin: 0 auto;
  padding: 0.2rem 0 1.4rem 1.4rem;
  width: 100%;
  max-width: 580px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  border: solid 1px #3b1b00;
  border-radius: 2rem;
  position: relative;
}
.p-asaburo__time-new {
  position: absolute;
  left: -1.4rem;
  top: -2.8rem;
}
.p-asaburo__time-new img {
  width: 96px;
}
.p-asaburo__time-title {
  width: 100%;
  font-size: 2.6rem;
  position: absolute;
  top: 0.25em;
}
.p-asaburo__time-title span {
  display: inline-block;
}
.p-asaburo__time-title span:nth-of-type(7) {
  padding-right: 0.1em;
  font-size: 2.2rem;
  letter-spacing: -0.1em;
}
.p-asaburo__time-title .num {
  font-weight: 900;
  font-size: 3.2rem;
  position: relative;
  top: 0.01em;
}
.p-asaburo__time-title .ymd {
  font-size: 2.4rem;
  position: relative;
  top: 0.01em;
}
.p-asaburo__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-asaburo__time p {
  font-weight: 900;
  line-height: 1;
}
.p-asaburo__time span {
  display: inline-block;
}
.p-asaburo__open, .p-asaburo__close {
  padding-left: 90px;
  position: relative;
}
.p-asaburo__open span:nth-of-type(2), .p-asaburo__close span:nth-of-type(2) {
  position: relative;
  top: -0.1em;
}
.p-asaburo__open {
  margin-right: 0.7rem;
  font-size: 7.6rem;
}
.p-asaburo__open .p-asaburo__time-tag {
  background-color: #ef7a00;
}
.p-asaburo__open::after {
  margin-left: 1.3rem;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-left: 24px solid #f49c00;
  border-bottom: 18px solid transparent;
  position: relative;
  top: -0.04em;
}
.p-asaburo__close {
  font-size: 7.2rem;
}
.p-asaburo__close .p-asaburo__time-tag {
  background-color: #81a82a;
}
.p-asaburo__time-tag {
  width: 84px;
  padding: 0 0 0.3rem 0.05em;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.6rem;
  border-radius: 2rem;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  .p-asaburo {
    padding-bottom: 5rem;
  }
  .p-asaburo .l-container {
    margin-bottom: 6rem;
  }
  .p-asaburo__header {
    margin-bottom: 3.8em;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .p-asaburo__header:before {
    content: "";
    display: block;
    padding-top: 86%;
  }
  .p-asaburo__header picture {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 108%;
  }
  .p-asaburo__body {
    font-size: 1.8rem;
  }
  .p-asaburo__illust01, .p-asaburo__illust02 {
    display: none;
  }
  .p-asaburo__illust01 img, .p-asaburo__illust02 img {
    width: 140px;
  }
  .p-asaburo__illust01 {
    top: -4em;
    left: 1.8em;
  }
  .p-asaburo__illust02 {
    top: -4.4em;
    right: 1.4em;
  }
  .p-asaburo__subtitle {
    margin-bottom: 1.4rem;
    font-size: 2.6rem;
  }
  .p-asaburo__title {
    margin-bottom: 1rem;
  }
  .p-asaburo__title span:nth-of-type(1) {
    font-size: 5.2rem;
  }
  .p-asaburo__title span:nth-of-type(2) {
    display: block;
    padding-left: 0;
    font-size: 7rem;
    position: relative;
    top: 0.07em;
  }
  .p-asaburo__title span:nth-of-type(3) {
    font-size: 7rem;
  }
  .p-asaburo__desc {
    margin-bottom: 3.2rem;
    line-height: 1.6;
  }
  .p-asaburo__time-box {
    padding: 0.2rem 0 1rem 1.2rem;
    border-radius: 2rem;
  }
  .p-asaburo__time-new {
    position: absolute;
    left: -1.5rem;
    top: -2.4rem;
  }
  .p-asaburo__time-new img {
    width: 82px;
  }
  .p-asaburo__time-title {
    font-size: 2.4rem;
    top: 0.26em;
  }
  .p-asaburo__time-title span:nth-of-type(7) {
    font-size: 2rem;
  }
  .p-asaburo__time-title .num {
    font-size: 3rem;
  }
  .p-asaburo__time-title .ymd {
    font-size: 2.2rem;
  }
  .p-asaburo__open, .p-asaburo__close {
    padding-left: 76px;
  }
  .p-asaburo__open {
    font-size: 7rem;
  }
  .p-asaburo__close {
    font-size: 6.6rem;
  }
  .p-asaburo__time-tag {
    width: 70px;
    font-size: 1.6rem;
  }
}

.p-asaburo-swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.p-asaburo-swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
.p-asaburo-swiper .swiper-button-prev:after,
.p-asaburo-swiper .swiper-button-next:after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.p-asaburo-swiper .swiper-button-prev::after {
  left: 3px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-asaburo-swiper .swiper-button-next::after {
  left: 3px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-asaburo-swiper .swiper-button-prev::after {
    width: 16px;
    height: 16px;
  }
  .p-asaburo-swiper .swiper-button-next::after {
    width: 16px;
    height: 16px;
  }
}

/*header {
  width: 100%;
  max-height: 1060px;
  min-height: 360px;
  background: #000;
  position: relative;
  overflow: hidden;

  &:before {
    content: "";
    display: block;
    padding-top: 67%;
  }

  .header_img {
    display: block;
    width: 100%;
    height: 120%;
    background-image: url(../img/solo_main.jpg);
    background-position: center 75%;
    background-size: 104% auto;
    position: absolute;
    top: 0;
    //left: -2%;

    img {
      //width: 104%;
      //@include mx.position(50%, 72%);
    }
  }

  .header_text {
    width: 100%;
    @include mx.tsuku_oldmin(32px);
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    color: #fff;
    @include mx.position(50%, 46%);
  }  
}*/
/*# sourceMappingURL=add_style.css.map */