html {
  scroll-behavior: smooth;
}

body {
  background-color: #FFF;
}

body h1 a {
  display: block;
  margin: 0 auto;
  width: 120px;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

a {
  color: #2F2F2F;
  text-decoration: none;
}

ul {
  list-style: none;
}

header {
  padding: 0 0 8% 0;
}

header h2 {
  padding: 0 0 8% 0;
}

header h2 img {
  width: 100%;
}

header p {
  color: #2F2F2F;
  font-size: 0.9rem;
  line-height: 2;
  margin: 0 auto;
  max-width: 450px;
  text-align: left;
  width: 96%;
}

header .atetion {
  font-size: 0.8rem;
}

main {
  margin: 0 auto;
  width: 100%;
}

article {
  margin: 0 0 10% 0;
}

article .readtext {
  color: #5d9cb9;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 auto 4%;
  max-width: 450px;
  text-align: left;
  width: 96%;
}

nav {
  margin: 0 auto;
  width: 100%;
}

nav ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 10%;
  max-width: 450px;
  width: 90%;
}

nav ul li {
  width: 24%;
}

section {
  padding: 14% 0 14% 0;
  width: 100%;
}

section .section_wapper {
  margin: 0 auto 6%;
  max-width: 450px;
  width: 100%;
}

section .section_wapper h3 {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 20%, #91BED3 0) repeat scroll 0 0;
  color: #36312D;
  display: inline-block;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: bold;
  line-height: 0;
  margin: 0 0 2% 4%;
  padding: 0 2% 6% 1%;
  text-align: left;
}

section .section_wapper .sub_title_read {
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 0 8% 5% 5%;
  text-align: left;
}

section .section_wapper .left_box {
  padding: 0 0 24px 0;
}

section .section_wapper .main_img {
  padding: 0 0 16px 0;
}

section .section_wapper .first_item_box {
  display: flex;
  margin: 0 auto 1%;
  width: 94%;
}

section .section_wapper .first_item_box dt {
  color: #36312D;
  font-size: 14px;
  padding: 0 0 6px 0;
}

section .section_wapper .first_item_box dd {
  color: #DC6C5C;
  font-size: 14px;
}

section .section_wapper span.under_line {
  color: #36312D;
}

section .section_wapper span.arrow {
  color: #36312D;
}

section .section_wapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 24px 0;
  width: 94%;
}

section .section_wapper ul li {
  height: auto;
  margin: 0 0 18px 0;
  width: 49%;
}

section .section_wapper ul li .box__image {
  height: auto;
  margin: 0 auto;
  max-width: 230px;
  width: 100%;
}

section .section_wapper ul li .box__image .img_rect {
  height: auto;
  margin: 0 0 4% 0;
  width: auto;
}

section .section_wapper ul li .box__image .img_rect img {
  padding: 0 0 8px 0;
  width: 100%;
}

section .section_wapper .simple-box__caption {
  color: #36312D;
  font-size: 14px;
  padding: 0 0 4px 0;
}

section .section_wapper .curu-util-color-palette {
  font-size: 14px;
  min-height: unset;
}

section .section_wapper .box__price {
  color: #DC6C5C;
  font-size: 14px;
}

section .section_wapper .btn-list-box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

section .section_wapper .btn-list-box .morebtn {
  background-color: #91BED3;
  color: #FFF;
  display: block;
  margin: 0 auto 3%;
  max-width: 500px;
  padding: 6% 0 6% 0;
  text-align: center;
  width: 94%;
}

section .section_wapper .btn-list-box .favorite {
  background-color: #E87A7A;
}

section#staff_area div.text_box {
  margin: 0 0 2% 4%;
}

section#staff_area div.text_box h3 {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 59%, #91BED3 0) repeat scroll 0 0;
  display: inline;
  line-height: 1.4;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
}

.gray {
  background-color: #F2F2F2;
}

.beige {
  background-color: #DEE8ED;
}

#link_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  width: 96%;
}

#link_bnr li {
  padding: 2% 1%;
  width: 47%;
}

footer a {
  display: block;
  margin: 0 auto;
  width: 120px;
}

@media (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  header {
    padding: 0 0 40px 0;
  }
  header h2 {
    padding: 0 0 50px 0;
  }
  header p {
    font-size: 0.9rem;
    line-height: 1.8;
    max-width: 900px;
    padding: 0 0 20px 0;
    text-align: center;
  }
  header .atetion {
    font-size: 0.9rem;
  }
  nav ul {
    margin: 0px auto 50px;
    max-width: 640px;
  }
  nav ul li {
    width: 23%;
  }
  article {
    margin: 0 auto;
    width: 100%;
  }
  article .readtext {
    max-width: 1000px;
    text-align: center;
  }
  section {
    margin: 0 auto;
    padding: 100px 0 0 0;
  }
  section .section_wapper {
    margin: 0 auto;
    max-width: 900px;
    padding: 0 0 60px 0;
  }
  section .section_wapper h3 {
    font-size: 2.3rem;
    margin: 0 0 10px 0;
    padding: 0 7px 28px 8px;
  }
  section .section_wapper h3 img {
    margin: 0 auto 20px;
    max-width: 90px;
  }
  section .section_wapper .sub_title_read {
    font-size: 0.9rem;
    line-height: 1.6;
    padding: 0 8% 4% 0%;
  }
  section .section_wapper .item_area {
    display: flex;
  }
  section .section_wapper .item_area .left_box {
    width: 52.6%;
  }
  section .section_wapper .item_area .right_box {
    width: 45%;
  }
  section .section_wapper ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 900px;
    padding: 0 0 0 0;
  }
  section .section_wapper ul li {
    padding: 0 0 10px 0;
    width: 45%;
  }
  section .section_wapper ul li div dl dt a {
    font-size: 1rem;
  }
  section .section_wapper ul li div dl dd {
    font-size: 0.8rem;
    line-height: 1.6;
  }
  section .section_wapper .btn-list-box {
    flex-direction: unset;
    justify-content: space-between;
    max-width: 780px;
    width: 100%;
  }
  section .section_wapper .btn-list-box .morebtn {
    font-size: 1rem;
    max-width: 360px;
    padding: 20px 0 20px 0;
    width: 100%;
  }
  section#staff_area div.text_box {
    margin: 0 0 2% 0;
  }
  section#brand_area div ul {
    flex-direction: unset;
    width: 100%;
  }
  section#brand_area div ul li {
    width: calc(94% / 3);
  }
  #link_bnr {
    max-width: 900px;
    width: 100%;
  }
  #link_bnr li {
    padding: 0 0 7px 0;
    width: calc(100% / 3);
  }
  #link_bnr li a {
    display: block;
    margin: 0 auto;
    width: 98%;
  }
}
