img {
  width: 100%;
}

#contents {
  width: 100%;
  font-family: "Koburina Gothic W3 JIS2004";
  font-weight: normal;
  color: #1A1A1A;
  background: linear-gradient(#FFBAB2, #86C3CB 18%, #CBB693 41%, #E07B89 67%, #DA9A7E);
}

.imgWrap {
  margin: auto;
  text-align: center;
}

.imgWrap img {
  position: relative;
}

.mokuji_img {
  position: relative;
  max-width: 870px;
}

.mokuji_img__link {
  position: absolute;
  top: 48px;
  right: 58px;
  max-width: 579px;
}

.mokuji_img__link a {
  display: block;
}

.mokuji_img__link a:nth-of-type(2) {
  max-width: 572px;
  margin: 26px 0 26px 2px;
}

.mokuji_img__link a:nth-of-type(3) {
  max-width: 561px;
  margin-left: 2px;
}

.bg--pink {
  background-color: #F6C1CC;
  padding: 70px 0 50px;
}

.bg--blue {
  padding: 70px 0 50px;
  background-color: #A7DAE3;
}

.border_left {
  position: relative;
  max-width: 860px;
  margin: 50px auto 0;
}

.border_left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 100%;
}

.border_left--pink::before {
  background-color: #FF8B9E;
}

.border_left--blue::before {
  background-color: #A7DAE3;
}

.border--pink {
  position: relative;
  padding: 45px 0 45px 100px;
  margin-top: 160px;
  border: 18px solid #EC7080;
  border-left: none;
}

.border--pink::before {
  content: '';
  position: absolute;
  top: -18px;
  left: 0;
  width: 18px;
  height: calc(100% + 36px);
  background: linear-gradient(#CA5069 18px, #DD5873 18px, #DD5873 calc(100% - 18px), #CA5069 calc(100% - 18px), #CA5069);
}

.gotoTop {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
}

.shareBorder {
  width: 700px;
  padding: 30px 0;
  font-size: 12px;
  margin: 50px auto;
  border: 1px solid #E5E5E5;
  text-align: center;
}

.shareBorder p {
  letter-spacing: 0.05em;
}

.share {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.share a {
  width: 30px;
}

.share a:nth-of-type(2) {
  margin: 0 30px;
}

.date {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.txt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.05em;
  padding-top: 45px;
}

.txt--etc {
  align-items: inherit;
  padding-left: 140px;
  margin-top: -338px;
}

.txt--line {
  padding: 20px 0;
  margin: 45px 0;
}

.txt--line::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 270px);
  height: 100%;
  width: 2px;
  background-image: url(../img/img-line.png);
  background-size: cover;
}

.txt--center {
  text-align: center;
}

.txt--kore1 {
  align-items: inherit;
  padding-left: 165px;
}

.txt--kore2 {
  align-items: inherit;
  padding-left: 170px;
}

.txt--nailist {
  align-items: inherit;
}

section .secInner {
  width: 96em;
  margin: 0 auto;
  background-color: #fff;
}

section.howto .imgWrap {
  max-width: 862px;
  padding-top: 60px;
}

section.howto .imgWrap.line_top_img {
  max-width: 100%;
  padding-top: 100px;
  margin-bottom: 5px;
}

section.howto .imgWrap.vol_img {
  max-width: 580px;
  padding-top: 0;
}

section.howto .imgWrap.howto1_img1 {
  padding-top: 35px;
}

section.howto .imgWrap.howto1_img2 {
  max-width: 548px;
  padding-top: 0;
}

section.howto .imgWrap.howto1_img3 {
  padding-top: 80px;
}

section.howto .imgWrap.howto2_img1 {
  max-width: 100%;
}

section.howto .imgWrap.howto2_img2 {
  max-width: 624px;
}

section.howto .imgWrap.howto2_img6 {
  max-width: 752px;
}

section.howto .imgWrap.howto2_top {
  max-width: 100%;
}

section.howto .imgWrap.kore2 {
  max-width: 548px;
  padding-top: 0;
}

section.howto .imgWrap.etc {
  max-width: 752px;
}

section.howto .imgWrap.nailist {
  max-width: 339px;
  margin: 0 0 0 -12px;
  padding: 0;
}

section.ftArea {
  font-family: "-apple-system","Helvetica Neue","Hiragino Kaku Gothic ProN",meiryo,"M+ 1p",sans-serif;
  text-align: center;
}

section.ftArea .secInner {
  padding: 50px 0;
}

.sp,
.pc {
  display: none;
}

/*PC*/
.device-pc .pc {
  display: block;
}

.device-pc .txt--credit {
  padding: 65px 0;
}

.device-pc .article-navi {
  margin-top: 0;
}

/*SP*/
.device-sp .sp {
  display: block;
}

.device-sp #contents {
  padding: 0;
}

.device-sp .bg--blue {
  padding: 30px 0 25px;
}

.device-sp .txt {
  font-size: 15px;
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.device-sp .txt--center {
  text-align: left;
}

.device-sp .txt--line {
  margin: 0 auto;
}

.device-sp .txt--etc {
  margin-top: 0;
}

.device-sp .border_left {
  margin: 30px auto 0;
}

.device-sp .border_left::before {
  content: none;
}

.device-sp .border--pink {
  margin-top: 20px;
  padding: 0 0 15px 0;
  border: 17px solid #FF8B9E;
}

.device-sp .border--pink::before {
  content: none;
}

.device-sp .bg--pink {
  padding: 30px 0 25px;
}

.device-sp .shareBorder {
  width: calc(100% - 32px);
}

.device-sp .mokuji_img {
  width: calc(100% - 16px);
  transform: translateX(1%);
}

.device-sp .mokuji_img__link {
  top: 38%;
  right: 0;
  left: 0;
  margin: auto;
  width: 81%;
}

.device-sp .mokuji_img__link a:nth-of-type(2) {
  margin: 3.5% 0;
}

.device-sp section .secInner {
  width: 100%;
}

.device-sp section.howto .imgWrap {
  padding-top: 30px;
}

.device-sp section.howto .imgWrap.line_top_img {
  padding-top: 0;
  margin: 0;
}

.device-sp section.howto .imgWrap.vol_img {
  width: 82%;
  padding-top: 0;
}

.device-sp section.howto .imgWrap.howto1_img1 {
  padding-top: 15px;
}

.device-sp section.howto .imgWrap.howto1_img2 {
  width: calc(100% - 32px);
  padding-top: 0;
}

.device-sp section.howto .imgWrap.howto1_img3 {
  padding-top: 40px;
}

.device-sp section.howto .imgWrap.howto2_img2 {
  width: calc(100% - 32px);
  padding-top: 0;
}

.device-sp section.howto .imgWrap.howto2_img6 {
  width: calc(100% - 16px);
}

.device-sp section.howto .imgWrap.howto2_img7 {
  max-width: 295px;
  padding-top: 15px;
  margin: auto;
}

.device-sp section.howto .imgWrap.kore2 {
  width: calc(100% - 32px);
  padding-top: 0;
}

.device-sp section.howto .imgWrap.etc {
  width: calc(100% - 16px);
}

.device-sp section.howto .imgWrap.nailist {
  max-width: 295px;
  padding-top: 15px;
  margin: auto;
}

.device-sp section.howto--1 {
  padding-top: 0;
}

.device-sp .article-navi {
  margin-top: 0;
  padding: 0 16px;
}
