/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  padding-top: 50px;
}
main section.s01 .wrapper {
  width: 800px;
  margin: 0 auto;
}
main section.s01 .wrapper .dl01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
main section.s01 .wrapper .dl01 dt {
  width: 102px;
}
main section.s01 .wrapper .dl01 dt img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .dl01 dd {
  width: 200px;
  text-align: right;
  font-size: 16px;
}
main section.s01 .wrapper .photo {
  width: 100%;
  display: block;
  margin-top: -50px;
}
main section.s01 .wrapper h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 150%;
  margin-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f2a0a3;
}
main section.s01 .wrapper .editArea {
  margin: 35px 0 0 0;
}
main section.s01 .wrapper .editArea h3 ,
main section.s01 .wrapper .t01 {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin: 35px auto;
}
main section.s01 .wrapper .editArea p ,
main section.s01 .wrapper .t02 {
  font-size: 16px;
  line-height: 200%;
  margin: 30px auto;
}
main section.s01 .wrapper .photolist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  margin: 40px auto;
}
main section.s01 .wrapper .photolist li {
  width: 384px;
}
main section.s01 .wrapper .photolist li img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .btn_return {
  width: 320px;
  display: block !important;
  outline: none !important;
  border: 1px solid #f2a0a3;
  border-radius: 50px;
  height: 64px;
  background-color: #fdf1f0;
  cursor: pointer;
  letter-spacing: 10px;
  padding-left: 0;
  margin: 60px auto 0;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  padding-top: 23px;
  text-align: center;
  letter-spacing: 5px;
}
main section.s01 .wrapper .btn_return:hover {
  padding-left: 0;
  opacity: 1;
  letter-spacing: 10px !important;
}
main section.s02 {
  padding: 10px 0 100px;
  margin-top: 80px;
  background-image: url(../../images/bd0201.jpg);
  background-size: 100% 100%;
}
main section.s02 .wrapper {
  width: 1024px;
  margin: 0 auto;
}
main section.s02 .wrapper h3 {
  font-size: 32px;
}
main section.s02 .wrapper h3 span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 12px 0 0 28px;
}
main section.s02 .wrapper .bloglist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 20px;
  margin-top: 40px;
}
main section.s02 .wrapper .bloglist li {
  width: 328px;
}
main section.s02 .wrapper .bloglist li a {
  display: block;
  text-decoration: none;
  color: #000;
}
main section.s02 .wrapper .bloglist li a .photobox {
  width: 100%;
  height: 246px;
  position: relative;
}
main section.s02 .wrapper .bloglist li a .photobox .photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s02 .wrapper .bloglist li a .photobox .icon {
  width: 36px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
main section.s02 .wrapper .bloglist li a .t01 {
  width: calc(100% - 40px);
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
  margin: 30px auto 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main section.s02 .wrapper .bloglist li a .t02 {
  width: calc(100% - 40px);
  margin: 15px auto 0;
  padding-top: 10px;
  border-top: 1px solid #f2a0a3;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main section.s02 .wrapper .bloglist li a .date {
  font-size: 16px;
  margin-top: 15px;
  padding: 0 20px;
}

footer {
  margin-top: 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    padding-top: 40px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .dl01 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
    position: relative;
    z-index: 2;
  }
  main section.s01 .wrapper .dl01 dt {
    width: 72px;
  }
  main section.s01 .wrapper .dl01 dt img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .dl01 dd {
    width: 200px;
    text-align: right;
    font-size: 16px;
    padding-right: 20px;
  }
  main section.s01 .wrapper .photo {
    width: 100%;
    display: block;
    margin-top: -20px;
  }
  main section.s01 .wrapper h2 {
    width: calc(100% - 50px);
    font-size: 28px;
    font-weight: bold;
    line-height: 150%;
    margin: 30px auto 0;
    padding: 0 0 40px;
    border-bottom: 1px solid #f2a0a3;
  }
  main section.s01 .wrapper .t01 {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    margin: 30px auto;
    padding: 0 25px;
  }
  main section.s01 .wrapper .t02 {
    font-size: 16px;
    line-height: 200%;
    margin: 30px auto;
    padding: 0 25px;
  }
  main section.s01 .wrapper .photolist {
    display: block;
    margin: 40px auto;
    padding: 0 25px;
  }
  main section.s01 .wrapper .photolist li {
    width: 100%;
  }
  main section.s01 .wrapper .photolist li + li {
    margin-top: 30px;
  }
  main section.s01 .wrapper .photolist li img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .btn_return {
    width: 256px;
    display: block !important;
    outline: none !important;
    border: 1px solid #f2a0a3;
    border-radius: 50px;
    height: 64px;
    background-color: #fdf1f0;
    cursor: pointer;
    letter-spacing: 10px;
    padding-left: 0;
    margin: 40px auto 0;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 100%;
    padding-top: 23px;
    text-align: center;
    letter-spacing: 5px;
  }
  main section.s01 .wrapper .btn_return:hover {
    padding-left: 0;
    opacity: 1;
    letter-spacing: 10px !important;
  }
  main section.s02 {
    padding: 10px 25px 50px;
    margin-top: 65px;
    background-image: url(../../images/bd0201.jpg);
    background-size: 100% 100%;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper h3 {
    font-size: 28px;
  }
  main section.s02 .wrapper h3 span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 12px 0 0 28px;
  }
  main section.s02 .wrapper .bloglist {
    display: block;
  }
  main section.s02 .wrapper .bloglist li {
    width: 100%;
  }
  main section.s02 .wrapper .bloglist li + li {
    margin-top: 40px;
  }
  main section.s02 .wrapper .bloglist li a {
    display: block;
    text-decoration: none;
    color: #000;
  }
  main section.s02 .wrapper .bloglist li a .photobox {
    width: 100%;
    height: calc((100vw - 50px) * 0.7);
    position: relative;
  }
  main section.s02 .wrapper .bloglist li a .photobox .photo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s02 .wrapper .bloglist li a .photobox .icon {
    width: 36px;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
  main section.s02 .wrapper .bloglist li a .t01 {
    width: calc(100% - 30px);
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
    margin: 20px auto 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  main section.s02 .wrapper .bloglist li a .t02 {
    width: calc(100% - 30px);
    margin: 15px auto 0;
    padding-top: 10px;
    border-top: 1px solid #f2a0a3;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  main section.s02 .wrapper .bloglist li a .date {
    font-size: 16px;
    margin-top: 15px;
    padding: 0 20px;
  }
  footer {
    margin-top: 0;
  }
}