.skew-slide {
  position: relative;
  overflow: hidden;
}
.skew-slide .skew-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: url("../images/diy_01_ex_bg.png?v01") repeat-x 0 50%;
  -webkit-animation: skewSlideAnim 180s linear infinite;
          animation: skewSlideAnim 180s linear infinite;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .skew-slide .skew-slide-bg {
    width: 100%;
    background: url("../images/diy_01_ex_bg_sp.png?v01") repeat-x 0 50%;
    background-size: contain;
  }
}
.skew-slide .skew-slide-yellow-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 243, 219, 0.7);
  z-index: 1;
  pointer-events: none;
}
.skew-slide .skew-slide-picture {
  position: relative;
  z-index: 3;
}

@-webkit-keyframes skewSlideAnim {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -1600px 50%;
  }
}

@keyframes skewSlideAnim {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -1600px 50%;
  }
}
#diy-index p {
  letter-spacing: -0.03em;
}

@media only screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #page-diy {
    margin-top: 150px;
  }
}

.diy-title-wrap {
  margin: 70px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.diy-title-wrap p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .diy-title-wrap p {
    font-size: 1.4rem;
  }
}
.diy-title-wrap h1 {
  line-height: 1.6363636364;
  font-size: 3.3rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .diy-title-wrap h1 {
    font-size: 2rem;
  }
}

.diy-mv {
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .diy-mv {
    margin: 90px 0 0 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
  }
}

.diy-mv-description {
  margin: 150px auto 0;
}
@media only screen and (max-width: 767px) {
  .diy-mv-description {
    margin: 100px auto 0;
  }
}
.diy-mv-description .diy-mv-description-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #7B4C16;
}
.diy-mv-description h2 {
  line-height: 1.6551724138;
  font-size: 2.9rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .diy-mv-description h2 {
    font-size: 1.8rem;
  }
}
.diy-mv-description h2 span {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .diy-mv-description h2 span {
    width: 50px;
    top: -60px;
  }
}
.diy-mv-description h3 {
  line-height: 2.0833333333;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 5px 0.5em;
  margin: 30px auto 30px;
}
@media only screen and (max-width: 767px) {
  .diy-mv-description h3 {
    font-size: 1.8rem;
  }
}
.diy-mv-description p {
  line-height: 1.8181818182;
  font-size: 2.2rem;
  font-weight: 500;
  width: min(980px, 100%);
  color: initial;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .diy-mv-description p {
    font-size: 1.4rem;
    width: 100%;
  }
}
.diy-mv-description .diy-mv-description-bg {
  line-height: 1.8518518519;
  font-size: 2.7rem;
  font-weight: 500;
  text-align: center;
  background-color: #AA740D;
  padding: 5px 0.5em;
  margin: 30px auto 30px;
  border-radius: 10px;
  color: #fff;
  width: min(980px, 100%);
  border: none;
}
@media only screen and (max-width: 767px) {
  .diy-mv-description .diy-mv-description-bg {
    font-size: 1.4rem;
    width: 100%;
  }
}
.diy-mv-description .diy-photo {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .diy-mv-description .diy-photo {
    margin-top: 0;
  }
}

.diy-goods {
  margin: 120px auto 0;
}
@media only screen and (max-width: 767px) {
  .diy-goods {
    margin: 80px auto 0;
  }
}
.diy-goods h2 {
  line-height: 1.5666666667;
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  text-align: left;
  width: min(980px, 100%);
  margin: 0 auto;
  color: #136538;
}
@media only screen and (max-width: 767px) {
  .diy-goods h2 {
    font-size: 2rem;
    width: 100%;
  }
}
.diy-goods h2::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 140px);
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (max-width: 767px) {
  .diy-goods h2::after {
    width: calc(100% - 100px);
  }
}

.diy-goods-detail {
  width: min(980px, 100%);
  margin: 0 auto;
}
.diy-goods-detail h3 {
  line-height: 1.35;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  color: #812D00;
}
@media only screen and (max-width: 767px) {
  .diy-goods-detail h3 {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
.diy-goods-detail h3 span {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .diy-goods-detail h3 span {
    margin-right: 10px;
  }
}
.diy-goods-detail h4 {
  line-height: 1.4;
  font-size: 3rem;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  color: #812D00;
  position: relative;
  left: -15px;
}
@media only screen and (max-width: 767px) {
  .diy-goods-detail h4 {
    font-size: 1.8rem;
    text-align: center;
    justify-content: center;
    left: initial;
  }
}
.diy-goods-detail:nth-of-type(2) {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .diy-goods-detail:nth-of-type(2) {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  img.img-num {
    width: 50px;
    height: auto;
  }
}

.diy-goods-detail-image {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
}
.diy-goods-detail-image--quo {
  position: relative;
}
.diy-goods-detail-image--quo .quo {
  position: absolute;
  top: -80px;
  right: -30px;
  width: 240px;
  transform: rotate(10deg);
}
@media only screen and (max-width: 767px) {
  .diy-goods-detail-image--quo .quo {
    width: 100px;
    top: -15px;
    right: -10px;
  }
}

.diy-goods-detail-lead {
  text-align: left;
  margin: 20px auto 0;
  font-weight: 500;
  line-height: 2;
  font-size: 2rem;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 767px) {
  .diy-goods-detail-lead {
    font-size: 1.4rem;
    text-align: left;
  }
}

.diy-howtojoin {
  margin: 150px auto 0;
}
@media only screen and (max-width: 767px) {
  .diy-howtojoin {
    margin: 80px auto 0;
  }
}
.diy-howtojoin .item {
  width: min(980px, 100%);
  margin: 0 auto;
}
.diy-howtojoin h2 {
  line-height: 1.5666666667;
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  text-align: left;
  width: min(980px, 100%);
  margin: 0 auto;
  color: #136538;
}
@media only screen and (max-width: 767px) {
  .diy-howtojoin h2 {
    font-size: 2rem;
    width: 100%;
  }
}
.diy-howtojoin h2::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 360px);
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (max-width: 767px) {
  .diy-howtojoin h2::after {
    width: calc(100% - 250px);
  }
}

.diy-howtojoin-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 20px;
  margin: 0 auto 0;
  gap: 0 30px;
  border-top: 1px solid #707070;
}
@media only screen and (max-width: 767px) {
  .diy-howtojoin-detail {
    flex-direction: column;
    text-align: center;
    gap: 20px 0;
    width: 100%;
    padding: 20px 0 30px;
  }
}
.diy-howtojoin-detail:nth-of-type(1) {
  margin-top: 30px;
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .diy-howtojoin-detail:nth-of-type(1) {
    margin-top: 0;
  }
}
.diy-howtojoin-detail:nth-last-child(1) {
  border-bottom: 1px solid #707070;
}
.diy-howtojoin-detail .diy-howtojoin-detail-number {
  font-weight: 500;
  font-size: 4.6rem;
  color: #812D00;
}
@media only screen and (max-width: 767px) {
  .diy-howtojoin-detail .diy-howtojoin-detail-number {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.diy-howtojoin-detail .diy-howtojoin-detail-lead {
  font-weight: 400;
  line-height: 2;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .diy-howtojoin-detail .diy-howtojoin-detail-lead {
    font-size: 1.4rem;
    text-align: left;
  }
}
.diy-howtojoin-detail table {
  margin-top: 15px;
}
.diy-howtojoin-detail table th,
.diy-howtojoin-detail table td {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .diy-howtojoin-detail table th,
.diy-howtojoin-detail table td {
    font-size: 1.2rem;
    text-align: left;
  }
}

.diy-howtojoin-detail-large {
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .diy-howtojoin-detail-large {
    font-size: 1.6rem;
  }
}

#kibori {
  margin-top: 150px !important;
}
@media only screen and (max-width: 767px) {
  #kibori {
    margin-top: 50px !important;
  }
}

.diy-judge {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .diy-judge {
    margin-top: 80px;
  }
}

.diy-judge-title {
  width: min(980px, 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 0;
  gap: 20px 0;
}
@media only screen and (max-width: 767px) {
  .diy-judge-title {
    width: 100%;
  }
}
.diy-judge-title h2 {
  line-height: 1.5666666667;
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  text-align: left;
  width: min(980px, 100%);
  margin: 0 auto;
  color: #136538;
}
@media only screen and (max-width: 767px) {
  .diy-judge-title h2 {
    font-size: 2rem;
    width: 100%;
  }
}
.diy-judge-title h2::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 320px);
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (max-width: 767px) {
  .diy-judge-title h2::after {
    width: calc(100% - 220px);
  }
}
.diy-judge-title p {
  text-align: left;
  width: 100%;
  line-height: 2;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .diy-judge-title p {
    font-size: 1.4rem;
    text-align: left;
  }
}

.diy-judge-members-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  margin: 50px auto 0;
  align-items: center;
}
.diy-judge-members-grid--two {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .diy-judge-members-grid--two {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .diy-judge-members-grid {
    display: block;
    margin-top: 50px;
  }
}

.diy-judge-members {
  align-items: center;
  width: min(980px, 100%);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .diy-judge-members {
    width: 100%;
  }
}
.diy-judge-members .diy-judge-members-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .diy-judge-members .diy-judge-members-image {
    margin: 0 auto 20px;
  }
}
.diy-judge-members .diy-judge-members-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  display: block;
}
.diy-judge-members .diy-judge-members-one {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.diy-judge-members .diy-judge-members-one .judge-num {
  background-color: #812D00;
  color: #fff;
  border-radius: 20px;
  padding: 2px 2em;
}
@media only screen and (max-width: 767px) {
  .diy-judge-members .diy-judge-members-one {
    font-size: 1.4rem;
  }
}
.diy-judge-members .diy-judge-members-three {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
  color: #812D00;
}
@media only screen and (max-width: 767px) {
  .diy-judge-members .diy-judge-members-three {
    font-size: 1.8rem;
  }
}
.diy-judge-members .diy-judge-members-four {
  line-height: 1.7;
  font-size: 2rem;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .diy-judge-members .diy-judge-members-four {
    font-size: 1.4rem;
  }
}

.diy-judge-pop {
  position: relative;
  left: 50px;
  background: #AA740D;
  border-radius: 12px;
  padding: 32px 24px 24px 24px;
  margin: 32px 0 0 0;
  width: 100%;
  max-width: 920px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .diy-judge-pop {
    left: 0;
    margin: 20px auto 0;
    max-width: 100%;
    padding: 20px;
  }
}
.diy-judge-pop::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 32px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #AA740D;
}
@media only screen and (max-width: 767px) {
  .diy-judge-pop::before {
    display: none;
  }
}
.diy-judge-pop::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 31px;
  width: 0;
  height: 0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-bottom: 20px solid #AA740D;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .diy-judge-pop::after {
    display: none;
  }
}
.diy-judge-pop p {
  margin: 0;
  text-align: left;
  line-height: 1.9047619048;
  font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .diy-judge-pop p {
    font-size: 1.4rem;
    text-align: left;
  }
}

.diy-grand-title {
  width: min(980px, 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto 0;
  gap: 5px 0;
}
@media only screen and (max-width: 767px) {
  .diy-grand-title {
    width: 100%;
  }
}
.diy-grand-title h2 {
  line-height: 1.5666666667;
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  text-align: left;
  width: min(980px, 100%);
  margin: 0 auto;
  color: #136538;
}
@media only screen and (max-width: 767px) {
  .diy-grand-title h2 {
    font-size: 2rem;
    width: 100%;
  }
}
.diy-grand-title h2::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 400px);
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (max-width: 767px) {
  .diy-grand-title h2::after {
    width: calc(100% - 260px);
  }
}

.diy-campagin-title {
  width: min(980px, 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto 0;
  gap: 5px 0;
}
@media only screen and (max-width: 767px) {
  .diy-campagin-title {
    width: 100%;
  }
}
.diy-campagin-title h2 {
  line-height: 1.5666666667;
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  text-align: left;
  width: min(980px, 100%);
  margin: 0 auto;
  color: #136538;
}
@media only screen and (max-width: 767px) {
  .diy-campagin-title h2 {
    font-size: 2rem;
    width: 100%;
  }
}
.diy-campagin-title h2::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 260px);
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (max-width: 767px) {
  .diy-campagin-title h2::after {
    width: calc(100% - 180px);
  }
}

.diy-grand {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .diy-grand {
    margin-top: 100px;
  }
}
.diy-grand .grand-bg {
  width: min(980px, 100%);
  background-color: #FFFBF4;
  border-radius: 20px;
  padding: 70px 80px 90px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .diy-grand .grand-bg {
    padding: 20px 2em 40px;
    margin: 30px auto 0;
  }
}
.diy-grand .diy-grand-detail {
  margin: 50px auto 0;
}
.diy-grand .diy-grand-detail:nth-of-type(1) {
  margin-top: 0;
}
.diy-grand .diy-grand-detail:nth-of-type(2) {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .diy-grand .diy-grand-detail:nth-of-type(2) {
    margin-top: 70px;
  }
}
.diy-grand #diy-grand-detail--two {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .diy-grand #diy-grand-detail--two {
    margin-top: 100px;
  }
}

.diy-grand-title-one {
  line-height: 1.55;
  font-size: 2rem;
  text-align: left;
  color: #812D00;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .diy-grand-title-one {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

.diy-grand-two {
  line-height: 1.6551724138;
  font-size: 2.9rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  color: #812D00;
}
@media only screen and (max-width: 767px) {
  .diy-grand-two {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 500;
  }
}

.diy-grand-sub-title {
  line-height: 1.5;
  font-size: 2rem;
  margin-top: 2em;
  font-weight: 500;
  color: #812D00;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .diy-grand-sub-title {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
}

.diy-grand-three {
  line-height: 1.6666666667;
  font-size: 1.8rem;
}
.diy-grand-three--border {
  position: relative;
}
.diy-grand-three--border:before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
@media only screen and (max-width: 767px) {
  .diy-grand-three--border:before {
    bottom: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .diy-grand-three {
    font-size: 1.4rem;
  }
}

.diy-campagin {
  margin-top: 150px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .diy-campagin {
    margin-top: 80px;
    margin-bottom: 70px;
  }
}
.diy-campagin .diy-grand-detail {
  margin: 50px auto 0;
}
.diy-campagin .diy-grand-detail:nth-of-type(1) {
  margin-top: 0;
}
.diy-campagin .diy-grand-detail:nth-of-type(2) {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .diy-campagin .diy-grand-detail:nth-of-type(2) {
    margin-top: 70px;
  }
}
.diy-campagin .campagin-bg {
  width: min(980px, 100%);
  background-color: #FFFBF4;
  border-radius: 20px;
  padding: 40px 80px 90px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .diy-campagin .campagin-bg {
    padding: 20px 2em 40px;
    margin: 30px auto 0;
  }
}

.diy-campagin-title {
  line-height: 1.6551724138;
  font-size: 2.9rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .diy-campagin-title {
    font-size: 2rem;
  }
}

.diy-campagin-detail-title {
  margin-top: 30px;
}
.diy-campagin-detail-title:nth-of-type(1) {
  margin-top: 15px;
}

.diy-campagin-detail p {
  line-height: 1.8666666667;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .diy-campagin-detail p {
    font-size: 1.4rem;
  }
}

.diy-insta {
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .diy-insta {
    margin-bottom: 80px;
  }
}
.diy-insta .item {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px 0;
}
@media only screen and (max-width: 767px) {
  .diy-insta .item {
    width: 100%;
  }
}

.omachi {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .omachi {
    font-size: 1.4rem;
  }
}

.insta-btn {
  font-weight: 500;
  font-size: 2.4rem;
}
.insta-btn a {
  padding: 10px 3em;
  border: 1px solid #707070;
  border-radius: 50px;
  transition: all 0.3s ease;
  background-color: #126538;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .insta-btn a {
    font-size: 1.4rem;
    text-align: center;
    white-space: nowrap;
    padding: 12px 1em;
  }
}
.insta-btn a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.insta-btn avisited {
  color: inherit;
}
/*# sourceMappingURL=diy.css.map */