@charset "UTF-8";
.pc_only {
  display: block;
}

.sp_only,
.sp_br {
  display: none;
}

#main_contents #main {
  margin-bottom: 21px;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  position: relative;
  min-width: 1432px;
  background-color: #FBE2CC;
  color: #231815;
}
img {
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* SP ----------------------------------------*/
@media screen and (max-width: 768px) {
  .pc_only,
  .pc_br {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_br {
    display: inline;
  }
  #main_contents #main {
    min-width: 100%;
  }
}
/*---------------------------------------------------------------------------------
mv
--------------------------------------------------------------------------------- */
.mv-wrap {
  width: 78%;
  max-width: 1690px;
  margin: 0 auto 50px;
  position: relative;
}
.mv-ttl {
  width: 1000px;
  padding: 10px 0;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  position: absolute;
  top: 44px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}
.mv-ttl span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 118px;
  border-top: 2px solid #231815;
  border-bottom: 2px solid #231815;
  font-size: 52px;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}

.mv-logo {
  width: 180px;
  position: absolute;
  top: 44px;
  right: 36px;
}

/* SP ----------------------------------------*/
@media screen and (max-width: 768px) {
  .mv-wrap {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
    position: relative;
  }
  .mv-ttl {
    width: 87%;
    padding: 3px 0;
    top: 12px;;
  }
  .mv-ttl span {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 38px;
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

/*---------------------------------------------------------------------------------
read
--------------------------------------------------------------------------------- */
.read {
  width: 1000px;
  margin: 0 auto 5px;
}
.read-txt {
  margin-bottom: 40px;
  font-size: 31px;
  line-height: 1.7;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
}
.profile {
  box-sizing: border-box;
  width: 544px;
  height: 256px;
  padding: 18px 210px 16px 25px;
  background: url("../img/profile_photo.jpg") no-repeat right bottom #DBCEC3;
  background-size: 212px auto;
  margin: 0 auto 128px;
  line-height: 1;
}
.profile-txt1 {
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}
.profile-txt2 {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}
.profile-txt3 {
  padding-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.profile-txt4 {
  font-size: 14px;
  line-height: 1.5;
}

.experience {
}
.experience li {
  width: 705px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
}
.experience li::before {
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  content:"";
}
.experience li:nth-of-type(1)::before {
  width: 520px;
  height: 520px;
  background-image: url("../img/experience_dot_01-pc.png");
  top: -66px;
  right: -201px;
} 
.experience li:nth-of-type(2) {
  width: 620px;
  margin-left: auto;
}
.experience li:nth-of-type(2)::before {
  width: 460px;
  height: 460px;
  background-image: url("../img/experience_dot_02-pc.png");
  top: -10px;
  left: -350px;
}
.experience li:nth-of-type(3) {
  width: 443px;
}
.experience li:nth-of-type(3)::before {
  width: 402px;
  height: 402px;
  background-image: url("../img/experience_dot_03-pc.png");
  top: 68px;
  right: -280px;
}
.experience__ttl {
  padding: 23px 0 12px;
  font-size: 20px;
  font-weight: 700;
}
.experience li:nth-of-type(3) .experience__ttl {
  position: absolute;
  top: 209px;
  right: -262px;
}

/* SP ----------------------------------------*/
@media screen and (max-width: 768px) {
  .read {
    width: 100%;
    margin: 0 auto 15px;
  }
  .read-txt {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.6;
  }
  .read-logo {
    width: 85px;
    margin: 0 auto 16px;
  }
  .profile {
    width: 87%;
    height: auto;
    padding: 12px 120px 8px 15px;
    background-size: 127px auto;
    margin: 0 auto 37px;
    line-height: 1;
  }
  .profile-txt1 {
    padding-bottom: 4px;
    font-size: 14px;
  }
  .profile-txt2 {
    padding-bottom: 4px;
    font-size: 12px;
  }
  .profile-txt3 {
    padding-bottom: 8px;
    font-size: 18px;
  }
  .profile-txt4 {
    font-size: 13px;
  }

  .experience {
    overflow:hidden;
  }
  .experience li {
    width: 88%;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 1.7;
  }
  .experience li:nth-of-type(1)::before {
    width: 56vw;
    height: 56vw;
    background-image: url("../img/experience_dot_01-sp.png");
    background-size: 100% auto;
    top: -4vw;
    right: -12vw;
  }
  .experience li:nth-of-type(1) .experience__ttl,
  .experience li:nth-of-type(1) .experience__txt {
    padding-left: 5%;
  }
  
  .experience li:nth-of-type(2) {
    width: 86vw;
    margin-left: auto;
  }
  .experience li:nth-of-type(2)::before {
    width: 51vw;
    height: 51vw;
    background-image: url("../img/experience_dot_02-sp.png");
    background-size: 100% auto;
    top: -10px;
    left: -14vw;
  }
  .experience li:nth-of-type(2) .experience__ttl,
  .experience li:nth-of-type(2) .experience__txt {
    padding-right: 5%;
  }
  .experience li:nth-of-type(3) {
    width: 62vw;
  }
  .experience li:nth-of-type(3)::before {
    width: 48vw;
    height: 48vw;
    background-image: url("../img/experience_dot_03-sp.png");
    background-size: 100% auto;
    top: -3vw;
    right: -38vw;
  }
  .experience__ttl {
    padding: 14px 0 7px;
    font-size: 14px;
  }
  .experience li:nth-of-type(3) .experience__ttl {
    position: absolute;
    top: 16vw;
    right: -33vw;
  }
}

/*---------------------------------------------------------------------------------
おうち型木製ペンスタンドの作り方
--------------------------------------------------------------------------------- */
.howto {
  width: 1000px;
  margin: 0 auto;
}
.howto-header {
  margin-bottom: 112px;
}
.howto-header-img {
  width: 468px;
  margin: 0 auto 28px;
}
.howto-header-ttl {
  padding-bottom: 12px;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.025em;
}
.howto-header-time {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.howto-material {
  padding: 33px 0 37px;
  margin-bottom: 80px;
  position: relative;
}
.howto-material::before,
.howto-material::after {
  width: 100%;
  height: 5px;
  background-image: url("../img/dot.png");
  position: absolute;
  left: 0;
  content:"";
}
.howto-material::before {
  top: 0;
}
.howto-material::after {
  bottom: 0;
}
.howto-material-ttl {
  padding-bottom: 20px;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
}
.howto-material-read {
  width: 570px;
  margin: 0 auto 28px;
  font-size: 14px;
  line-height: 1.8;
}
.howto-material-in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.howto-material-in__list {
  box-sizing: border-box;
  width: 248px;
  padding: 30px 0 0 38px;
  background-color: #FCEBDE;
  font-size: 14px;
  line-height: 1.66;
}
.howto-material-in__img {
  width: 730px;
}

.howto-step {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 1px;
}
.howto-step li {
  width: 465px;
  margin-bottom: 55px;
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  counter-increment: step;
}
.howto-step li::before {
  font-size: 33px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 16px;
  left: 15px;
  content: counter(step);
}
.howto-step li img {
  margin-bottom: 17px;
}
/* SP ----------------------------------------*/
@media screen and (max-width: 768px) {
  .howto {
    width: 87%;
    margin: 0 auto;
  }
  .howto-header {
    margin-bottom: 25px;
  }
  .howto-header-img {
    width: 64%;
    margin: 0 auto 19px;
  }
  .howto-header-ttl {
    padding-bottom: 15px;
    font-size: 19px;;
  }
  .howto-header-time {
    font-size: 12px;
  }
  .howto-material {
    padding: 28px 0 28px;
    margin-bottom: 45px;
  }
  .howto-material::before,
  .howto-material::after {
    width: 100%;
    height: 2px;
    background-size: auto 100%;
  }
  .howto-material-ttl {
    padding-bottom: 18px;
    font-size: 16px;
  }
  .howto-material-read {
    width: 100%;
    margin: 0 auto 12px;
    font-size: 13px;
    line-height: 1.8;
  }
  .howto-material-in {
    display: block;
  }
  .howto-material-in__list {
    width: 100%;
    padding: 14px 18px 15px  18px;
    margin-bottom: 12px;
    font-size: 12px;
  }
  .howto-material-in__list span {
    display: inline!important;
  }
  .howto-material-in__img {
    width: 100%;
  }

  .howto-step {
    display: block;
  }
  .howto-step li {
    width: 100%;
    margin-bottom: 32px;
    font-size: 13px;
    line-height: 1.8;
  }
  .howto-step li::before {
    font-size: 23px;
    top: 12px;
    left: 10px;
  }
  .howto-step li img {
    margin-bottom: 12px;
  }
}

/*---------------------------------------------------------------------------------
今回の会場
--------------------------------------------------------------------------------- */
.page-banner {
  width: 1000px;
  margin: 0 auto 60px;
}

.venue {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1000px;
  padding: 40px 0 60px;
  background-color: #FFF2E9;
  margin: 0 auto 60px;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
}
.venue-ttl {
  width: 100%;
  padding-bottom: 64px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.venue-img {
  width: 440px;
  margin-right: 50px;
}
.venue-inner {
  width: 430px;
  overflow:hidden;
}
.venue-inner__name {
  width: 332px;
  padding-bottom: 36px;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  color: #005952;
}
.venue-inner__name img {
  margin-bottom: 16px;
}
.venue-data li {
  padding: 0 0 17px 36px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.025em;
  position: relative;
}
.venue-data li::before {
  width: 25px;
  height: 25px;
  background-size: 100% auto;
  position: absolute;
  top: -3px;
  left: 0;
  content:"";
}
.venue-data li:nth-of-type(1)::before {
  background-image: url("../img/icon_map.png");
}
.venue-data li:nth-of-type(2)::before {
  background-image: url("../img/icon_time.png");
}
.venue-data li:nth-of-type(3)::before {
  background-image: url("../img/icon_tel.png");
}
.venue-data li:nth-of-type(4) {
  padding-left: 0;
}
.venue-data li:nth-of-type(4)::before {
  content:none;
}

/* SP ----------------------------------------*/
@media screen and (max-width: 768px) {
  .page-banner {
    margin-bottom: 30px;
    width: 87%;
  }
  .venue {
    box-sizing: border-box;
    display: block;
    width: 87%;
    padding: 21px 0 37px;
    background-color: #FFF2E9;
    margin: 0 auto 30px;
  }
  .venue-ttl {
    width: 100%;
    padding-bottom: 19px;
    font-size: 17px;
  }
  .venue-img {
    width: 80%;
    margin: 0 auto 17px;
  }
  .venue-inner {
    width: 72%;
    margin: 0 auto;
    overflow:hidden;
  }
  .venue-inner__name {
    width: 194px;
    padding-bottom: 21px;
    font-size: 21px;
  }
  .venue-inner__name img {
    margin-bottom: 10px;
  }
  .venue-data li {
    padding: 0 0 12px 21px;
    font-size: 13px;
  }
  .venue-data li::before {
    width: 15px;
    height: 15px;
    top: -2px;
    left: 0;
    content:"";
  }
}


/* エフェクト ----------------------------------*/
#main .offs.effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
#main .ons.effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease；;
}
/*個別に遅らせる*/
#main .offs .effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
#main .ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease；;
}
/*以下、遅延の設定*/
#main .ons .delay-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#main .ons .delay-2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
#main .ons .delay-3 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#main .ons .delay-4 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}