@charset "utf-8";
/* CSS Document */
/* ======================================================
common
======================================================= */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  word-break: break-word;
  overflow-y: scroll;
  font-feature-settings: "palt";
  font-style: normal;
}
/* ======================================================
for PC
======================================================= */
@media (min-width: 769px) {
  body {
    letter-spacing: 0.1em;
  }
  p {
    font-size: 18px;
    font-weight: 400;
  }
  h2 {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
    border-bottom: 2px solid #B79D86;
  }
  h3 {
    font-size: 24px !important;
    line-height: 1.5 !important;
    font-weight: 500;
  }
  #h201 h2 {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 2em;
    padding-bottom: 1em;
    border-bottom: none;
  }
  #h202 h2 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    letter-spacing: 0 !important;
  }
  #h203 h2 {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
    border-bottom: none;
  }
  #h204 h2 {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
    border-bottom: none;
  }
  #sec-read {
    padding-top: 3em;
  }
  #sec-read-ph01 {
    margin-left: 2em;
    /*margin-right: 4em;*/
  }
  #sec-eco {
    padding-left: 3em;
    padding-top: 2em;
  }
  #sec-eco-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #sec-mov {
    margin-top: 6em;
    margin-bottom: 6em;
  }
  #sec-design {
    padding-left: 4em;
    padding-top: 2em;
  }
  #sec-easy {
    padding-right: 4em;
    padding-top: 2em;
  }
  #sec-easy-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #sec-color {
    padding-top: 6em;
  }
  #sec-gift {
    padding-left: 6em;
    padding-top: 2em;
  }
  #banner-dev {
    margin-top: 10em;
    margin-bottom: 5em;
  }
  #header-dev {
    margin-bottom: 4em;
  }
  #sec-dev-read {
    padding: 2em;
    border-radius: 20px;
    border: 2px solid #B79D86;
    margin-bottom: 4em;
  }
  #sec-dev-read-text {
    padding-right: 2em;
  }
  #sec-dev-read-profile p {
    line-height: 1.2 !important;
    letter-spacing: 0;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
  }
  #sec-dev-read-profile h4 {}
  #profile-oka {
    margin-right: 0.5em !important;
  }
  #profile-oka h4 {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    letter-spacing: 0;
  }
  #profile-arai {
    margin-left: 0.5em !important;
  }
  #profile-arai h4 {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    letter-spacing: 0;
  }
  #dev-column01 {
    background-color: #F2F0E8;
    border-radius: 20px;
    padding: 2em;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #dev-column01-img {
    margin-right: 3em;
  }
  #dev-column02 {
    background-color: #F2F0E8;
    border-radius: 20px;
    padding: 2em;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #dev-column02-img {
    margin-right: 3em;
  }
  #dev-column03 {
    background-color: #F2F0E8;
    border-radius: 20px;
    padding: 2em;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #dev-column03-img {
    margin-right: 3em;
  }
  #detail-text {
    margin-top: 3em;
    margin-right: 3em;
  }
  #detail-text p {
    font-size: 20px !important;
  }
  #detail-text h3 {
    font-size: 32px !important;
  }
  #sec-detail-content {
    padding-top: 4em;
  }
  #detail-matome {
    background-color: #fff;
    padding: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  #detail-matome p {
    font-size: 20px;
  }
  #sec-epilogue {
    border: 2px solid #B79D86;
    padding: 2em;
    margin-bottom: 6em;
  }
  #sec-epilogue p {
    font-size: 20px !important;
  }
}
/* ======================================================
for SP
======================================================= */
@media (max-width: 768px) {
  body {
    letter-spacing: 0;
  }
  p {
    font-size: 16px;
    font-weight: 500;
  }
  h2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    border-bottom: 2px solid #B79D86;
  }
  h3 {
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: 700;
  }
  #h201 h2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 2em;
    padding-bottom: 1em;
    border-bottom: none;
    text-align: center;
  }
  #h202 h2 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #h203 h2 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    border-bottom: none;
  }
  #h204 h2 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    border-bottom: none;
  }
  #sec-read {
    text-align: center;
  }
  #sec-eco {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  #sec-mov {
    margin-top: 1em;
    margin-bottom: 2em;
  }
  #sec-design {
    padding-top: 2em;
  }
  #sec-easy {
    padding-top: 2em;
  }
  #sec-easy-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
  }
  #sec-gift {
    padding-top: 2em;
  }
  #banner-dev {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  #header-dev {
    margin-bottom: 2em;
  }
  #sec-dev-read {
    padding-top: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    border-radius: 20px;
    border: 2px solid #B79D86;
  }
  #sec-dev-read-text h3 {
    font-size: 22px !important;
    font-weight: 700 !important;
  }
  #sec-dev-read-text p {
    font-size: 16px !important;
  }
  #sec-dev-read-text {
    padding-right: 0;
  }
  #sec-dev-read-profile p {
    line-height: 1.2 !important;
    letter-spacing: 0;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
  }
  #sec-dev-read-profile h3 {
    line-height: 1.5 !important;
    font-weight: 600;
  }
  #profile-oka {
    margin-right: 0.5em !important;
  }
  #profile-oka h4 {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    letter-spacing: 0;
  }
  #profile-arai {
    margin-left: 0.5em !important;
  }
  #profile-arai h4 {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    letter-spacing: 0;
  }
  #dev-column01 {
    background-color: #F2F0E8;
    border-radius: 20px;
    padding: 1em;
    margin-top: 1em;
  }
  #dev-column01-img {}
  #dev-column02 {
    background-color: #F2F0E8;
    border-radius: 20px;
    padding: 1em;
    margin-top: 1em;
  }
  #dev-column02-img {}
  #dev-column03 {
    background-color: #F2F0E8;
    border-radius: 20px;
    padding: 1em;
    margin-top: 1em;
  }
  #dev-column03-img {}
  #detail-text {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 1em;
    margin-right: 1em;
  }
  #detail-text p {
    font-size: 16px !important;
  }
  #detail-text h3 {
    font-size: 22px !important;
  }
  #sec-detail-content {
    padding-top: 2em;
  }
  #detail-matome {
    background-color: #fff;
    padding: 1em;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 1em;
    margin-right: 1em;
  }
  #detail-matome p {
    font-size: 16px;
  }
  #sec-epilogue {
    border: 2px solid #B79D86;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 4em;
    margin-left: 1em;
    margin-right: 1em;
  }
  #sec-epilogue h2 {
    font-size: 20px !important;
    font-weight: 700;
  }
  #sec-epilogue p {
    font-size: 15px !important;
  }
}