```css
@charset "UTF-8";


/* ========================================
RESET
======================================== */

#smallhand_wrapper *,
#smallhand_wrapper *::before,
#smallhand_wrapper *::after,
#smallhand_top *,
#smallhand_top *::before,
#smallhand_top *::after {
  box-sizing: border-box;
}

#smallhand_wrapper img,
#smallhand_top img {
  display: block;
  width: 100%;
  height: auto;
}

#smallhand_wrapper h1,
#smallhand_wrapper h2,
#smallhand_wrapper h3,
#smallhand_wrapper p,
#smallhand_top h1,
#smallhand_top h2,
#smallhand_top h3,
#smallhand_top p {
  margin: 0;
  padding: 0;
}


/* ========================================
HEADING FONT
======================================== */

#smallhand_top h1,
#smallhand_top h2,
#smallhand_top h3,
#smallhand_wrapper h1,
#smallhand_wrapper h2,
#smallhand_wrapper h3 {
  font-family: "barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}


/* ========================================
TOP
======================================== */

#smallhand_top {
  width: 100%;
  margin: 0 auto;
  color: #222;
  text-align: center;
}

#smallhand_top .smallhand_top_img {
    width: 100vw;
    max-width: 1216px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 767px) {
#smallhand_top .smallhand_top_img {
margin: 0 calc(50% - 50vw);
width: 100vw;
max-width: inherit;
}
}

#smallhand_top .smallhand_top_text {
  padding: 30px 20px 0;
}

#smallhand_top h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

#smallhand_top .smallhand_top_catch {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

#smallhand_top .smallhand_top_lead {
  margin-top: 18px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}


/* ========================================
COMMON
======================================== */

#smallhand_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 120px;
  padding: 0 40px;
  color: #222;
}

#smallhand_wrapper .smallhand_section {
  margin-top: 80px;
}

#smallhand_wrapper .smallhand_heading {
  margin-bottom: 65px;
  text-align: center;
}

#smallhand_wrapper .smallhand_heading h2 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.05em;
}


/* ========================================
CHARITY MAIN VISUAL
======================================== */

#smallhand_wrapper .smallhand_main_visual {
  width: 100%;
}


/* ========================================
PROJECT ABOUT
======================================== */

#smallhand_wrapper .smallhand_about {
  display: flex;
  align-items: center;
  gap: 9%;
  max-width: 1000px;
  margin: 0 auto;
}

#smallhand_wrapper .smallhand_about_logo {
  width: 38%;
}

#smallhand_wrapper .smallhand_about_logo img {
max-width: 320px;
  margin: auto;
}

#smallhand_wrapper .smallhand_about_text {
  width: 53%;
}

#smallhand_wrapper .smallhand_about_text p {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}


/* ========================================
FEATURE / DETAIL / STYLE IMAGE
======================================== */

#smallhand_wrapper .smallhand_feature {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 100px;
}

#smallhand_wrapper .smallhand_heading + .smallhand_feature {
  margin-top: 0;
}

#smallhand_wrapper .smallhand_feature_reverse {
  flex-direction: row-reverse;
}

#smallhand_wrapper .smallhand_feature_image {
  width: 58%;
}

#smallhand_wrapper .smallhand_feature_text {
  width: 42%;
  padding: 40px 6%;
}

#smallhand_wrapper .smallhand_feature_text p {
  margin-top: 18px;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.05em;
}

#smallhand_wrapper .smallhand_feature_text p:first-child {
  margin-top: 0;
}


/* ========================================
RECOMMEND ITEM
======================================== */

#smallhand_wrapper .smallhand_product_box {
  max-width: 430px;
  margin: 0 auto 110px;
  padding: 18px;
  border: 1px solid #cfcfcf;
  background: #f8f8f8;
}

#smallhand_wrapper .smallhand_product_card {
  display: block;
  color: #222;
  text-decoration: none;
}

#smallhand_wrapper .smallhand_product_image {
  overflow: hidden;
  background: #fff;
}

#smallhand_wrapper .smallhand_product_image img {
  transition: transform 0.4s ease;
}

#smallhand_wrapper .smallhand_product_card:hover .smallhand_product_image img {
  transform: scale(1.02);
}


/* ========================================
PRODUCT INFO
======================================== */

#smallhand_wrapper .smallhand_product_info {
  padding: 20px 4px 6px;
}

#smallhand_wrapper .smallhand_product_name {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

#smallhand_wrapper .smallhand_product_price {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.04em;
}

#smallhand_wrapper .smallhand_product_price span {
  margin-left: 3px;
  font-size: 10px;
}


/* ========================================
COORDINATE ITEM
======================================== */

#smallhand_wrapper .smallhand_coordinate_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 850px;
  margin: 0 auto;
}

#smallhand_wrapper .smallhand_coordinate_card {
  display: block;
  padding: 16px;
  border: 1px solid #cfcfcf;
  background: #f8f8f8;
  color: #222;
  text-decoration: none;
}

#smallhand_wrapper .smallhand_coordinate_image {
  overflow: hidden;
  background: #fff;
}

#smallhand_wrapper .smallhand_coordinate_image img {
  transition: transform 0.4s ease;
}

#smallhand_wrapper .smallhand_coordinate_card:hover .smallhand_coordinate_image img {
  transform: scale(1.02);
}


/* ========================================
COORDINATE ITEM - SINGLE
======================================== */

#smallhand_wrapper .smallhand_coordinate_box.single {
  display: block;
  max-width: 410px;
  margin-right: auto;
  margin-left: auto;
}

#smallhand_wrapper .smallhand_coordinate_box.single .smallhand_coordinate_card {
  width: 100%;
}


/* ========================================
SMARTPHONE
======================================== */

@media screen and (max-width: 767px) {

  #smallhand_wrapper .smallhand_coordinate_box.single {
    width: 82%;
    max-width: 300px;
  }

}


/* ========================================
MAIN PRODUCT
======================================== */

#smallhand_wrapper .smallhand_main_product {
  text-align: center;
}

#smallhand_wrapper .smallhand_main_product_inner {
  padding: 65px 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#smallhand_wrapper .smallhand_main_product_image {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px;
}

#smallhand_wrapper .smallhand_main_product_image img {
  width: 100%;
  height: auto;
}

#smallhand_wrapper .smallhand_main_product h2 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

#smallhand_wrapper .smallhand_main_product_price {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

#smallhand_wrapper .smallhand_main_product_price span {
  margin-left: 3px;
  font-size: 10px;
}


/* ========================================
VIEW MORE
======================================== */

#smallhand_wrapper .smallhand_view_more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 58px;
  margin: 38px auto 0;
  border: 1px solid #222;
  color: #222;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-decoration: none;
  transition:
    background-color 0.35s ease,
    color 0.35s ease;
}

#smallhand_wrapper .smallhand_view_more:hover {
  background: #222;
  color: #fff;
}


/* ========================================
SUPPORT ORGANIZATION
======================================== */

#smallhand_wrapper .smallhand_support {
  padding: 80px 7%;
  background: #f5f4f2;
}


/* TITLE */

#smallhand_wrapper .smallhand_support_heading {
  margin-bottom: 65px;
  text-align: center;
}

#smallhand_wrapper .smallhand_support_heading h2 {
  font-family: 'Noto Sans JP';
  font-size: 28px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.08em;
}


/* LAYOUT */

#smallhand_wrapper .smallhand_support_inner {
  display: grid;
  grid-template-columns: 42% 50%;
  grid-template-areas:
    "logo text"
    "image text";
  column-gap: 8%;
  row-gap: 40px;
  align-items: start;
}


/* LOGO */

#smallhand_wrapper .smallhand_support_logo {
  grid-area: logo;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

#smallhand_wrapper .smallhand_support_logo img {
  width: 100%;
  height: auto;
}


/* TEXT */

#smallhand_wrapper .smallhand_support_text {
  grid-area: text;
  width: 100%;
}

#smallhand_wrapper .smallhand_support_text p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.04em;
}

#smallhand_wrapper .smallhand_support_text p:first-child {
  margin-top: 0;
}

#smallhand_wrapper .smallhand_support_link {
  display: inline-block;
  margin-top: 35px;
  padding-bottom: 4px;
  border-bottom: 1px solid #222;
  color: #222;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-decoration: none;
}


/* IMAGE */

#smallhand_wrapper .smallhand_support_image {
  grid-area: image;
  width: 100%;
}

#smallhand_wrapper .smallhand_support_image img {
  display: block;
  width: 100%;
  height: auto;
}


/* ========================================
SMARTPHONE
======================================== */

@media screen and (max-width: 767px) {

  #smallhand_wrapper .smallhand_support {
    padding: 55px 25px;
  }


  /* TITLE */

  #smallhand_wrapper .smallhand_support_heading {
    margin-bottom: 45px;
  }

  #smallhand_wrapper .smallhand_support_heading h2 {
    font-size: 22px;
  }


  /* LAYOUT */

  #smallhand_wrapper .smallhand_support_inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }


  /* LOGO */

  #smallhand_wrapper .smallhand_support_logo {
    order: 1;
    width: 70%;
    max-width: 220px;
    margin: 0 auto;
  }


  /* TEXT */

  #smallhand_wrapper .smallhand_support_text {
    order: 2;
    width: 100%;
    margin-top: 40px;
  }

  #smallhand_wrapper .smallhand_support_text p {
    margin-top: 18px;
    font-size: 13px;
    line-height: 2;
  }


  /* IMAGE */

  #smallhand_wrapper .smallhand_support_image {
    order: 3;
    width: 100%;
    margin-top: 40px;
  }

}


/* ========================================
FADE UP
======================================== */

#smallhand_wrapper .fade-up {
  opacity: 0;
  transform: translateY(45px);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
}

#smallhand_wrapper .fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}


/* ========================================
TABLET
======================================== */

@media screen and (max-width: 1024px) {

  #smallhand_wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

}


/* ========================================
SMARTPHONE
======================================== */

@media screen and (max-width: 767px) {


  /* TOP */

  #smallhand_top .smallhand_top_text {
    padding: 20px 20px 0;
  }

  #smallhand_top h1 {
    font-size: 30px;
  }

  #smallhand_top .smallhand_top_catch {
    margin-top: 24px;
    font-size: 17px;
  }

  #smallhand_top .smallhand_top_lead {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.9;
  }


  /* COMMON */

  #smallhand_wrapper {
    margin-bottom: 80px;
    padding: 0 20px;
  }

  #smallhand_wrapper .smallhand_section {
    margin-top: 40px;
  }

  #smallhand_wrapper .smallhand_heading {
    margin-bottom: 42px;
  }

  #smallhand_wrapper .smallhand_heading h2 {
    font-size: 22px;
  }


  /* ABOUT */

  #smallhand_wrapper .smallhand_about {
    display: block;
  }

  #smallhand_wrapper .smallhand_about_logo,
  #smallhand_wrapper .smallhand_about_text {
    width: 100%;
  }
  
  #smallhand_wrapper .smallhand_about_logo img { max-width: 230px; }

  #smallhand_wrapper .smallhand_about_text {
    margin-top: 40px;
  }

  #smallhand_wrapper .smallhand_about_text p {
    font-size: 13px;
    line-height: 2;
  }


  /* FEATURE */

  #smallhand_wrapper .smallhand_feature,
  #smallhand_wrapper .smallhand_feature_reverse {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }

  #smallhand_wrapper .smallhand_heading + .smallhand_feature {
    margin-top: 0;
  }

  #smallhand_wrapper .smallhand_feature_image,
  #smallhand_wrapper .smallhand_feature_text {
    width: 100%;
  }

  #smallhand_wrapper .smallhand_feature_text {
    padding: 20px 3px 0;
  }

  #smallhand_wrapper .smallhand_feature_text p {
    margin-top: 14px;
    font-size: 13px;
    line-height: 2;
  }


  /* RECOMMEND ITEM */

  #smallhand_wrapper .smallhand_product_box {
    width: 82%;
    margin-bottom: 70px;
    padding: 12px;
  }

  #smallhand_wrapper .smallhand_product_info {
    padding: 16px 3px 4px;
  }

  #smallhand_wrapper .smallhand_product_name {
    font-size: 12px;
  }

  #smallhand_wrapper .smallhand_product_price {
    font-size: 12px;
  }


  /* COORDINATE */

  #smallhand_wrapper .smallhand_coordinate_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  #smallhand_wrapper .smallhand_coordinate_card {
    padding: 9px;
  }

  #smallhand_wrapper .smallhand_coordinate_card .smallhand_product_info {
    padding-top: 13px;
  }


  /* MAIN PRODUCT */

  #smallhand_wrapper .smallhand_main_product_inner {
    padding: 50px 10px;
  }

  #smallhand_wrapper .smallhand_main_product_image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
  }

  #smallhand_wrapper .smallhand_main_product h2 {
    font-size: 18px;
  }

  #smallhand_wrapper .smallhand_view_more {
    width: 100%;
    max-width: 300px;
    height: 54px;
  }


  /* SUPPORT */

  #smallhand_wrapper .smallhand_support {
    padding: 55px 25px;
  }

  #smallhand_wrapper .smallhand_support_inner {
    display: block;
  }

  #smallhand_wrapper .smallhand_support_visual,
  #smallhand_wrapper .smallhand_support_text {
    width: 100%;
  }


  #smallhand_wrapper .smallhand_support_logo {
    max-width: 220px;
    margin-bottom: 30px;
  }

  #smallhand_wrapper .smallhand_support_text {
    margin-top: 40px;
  }

  #smallhand_wrapper .smallhand_support_text p {
    font-size: 13px;
    line-height: 2;
  }

}


/* ========================================
REDUCED MOTION
======================================== */

@media (prefers-reduced-motion: reduce) {

  #smallhand_wrapper .fade-up {
    opacity: 1;
    transform: none;
    transition: none;
  }

}

