@charset "UTF-8";
/*------------------------------
media query
------------------------------*/
/*------------------------------
変数の定義
--------------------------------*/
/*------------------------------
top
------------------------------*/
#main-visual h1 {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  #main-visual h1 {
    margin-top: 70px;
  }
}

#visual-image {
  text-align: center;
}
#visual-image .contour01 {
  position: relative;
  background-image: linear-gradient(40deg, rgb(204, 183, 210) 5%, rgb(185, 178, 209) 50%, rgb(163, 170, 221) 95%);
  padding: 7vw;
}
#visual-image .contour01 h2 {
  width: 43%;
  margin: auto;
}
#visual-image .contour01 p {
  padding: 4vw 0 2vw;
}
@media screen and (min-width: 769px) {
  #visual-image .contour01 p {
    padding: 30px 0 5px;
  }
}
#visual-image .contour01 .contour01_img {
  position: relative;
}
#visual-image .contour01 .contour01_img .fukidashi {
  position: absolute;
  width: 24vw;
  top: 40px;
  left: 0;
}
@media screen and (min-width: 769px) {
  #visual-image .contour01 .contour01_img .fukidashi {
    width: auto;
    top: 60px;
    left: 175px;
  }
}
#visual-image .contour-gray {
  position: relative;
  padding: 12vw 7vw 33vw;
  background-image: url(../img/sp/gray_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #visual-image .contour-gray {
    background-image: url(../img/pc/gray_bg.jpg);
    padding: 90px 100px;
  }
}
#visual-image .contour-gray::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/sp/gray_bg_02.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 450px) {
  #visual-image .contour-gray::before {
    height: 53%;
  }
}
@media screen and (min-width: 769px) {
  #visual-image .contour-gray::before {
    display: none;
  }
}
#visual-image .contour-gray p {
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #visual-image .contour-gray p {
    padding-bottom: 86px;
  }
}
@media screen and (min-width: 769px) {
  #visual-image .contour-gray .pc_flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}
#visual-image .contour-gray .pc_flex .gray_img {
  position: relative;
  padding-bottom: 20vw;
  width: 88%;
}
@media screen and (min-width: 769px) {
  #visual-image .contour-gray .pc_flex .gray_img {
    padding-bottom: 160px;
    width: 50%;
  }
}
#visual-image .contour-gray .pc_flex .image_textbox {
  position: relative;
  left: -22vw;
  text-align: right;
  display: inline-block;
}
@media screen and (min-width: 450px) {
  #visual-image .contour-gray .pc_flex .image_textbox {
    left: -21vw;
  }
}
@media screen and (min-width: 769px) {
  #visual-image .contour-gray .pc_flex .image_textbox {
    width: 41%;
    left: 0;
    margin-right: 90px;
  }
}
#visual-image .contour-gray .pc_flex .image_textbox h2 {
  color: #fff;
  background-color: #0078ab;
  padding: 3px 6px;
  font-size: 2.9vw;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (min-width: 450px) {
  #visual-image .contour-gray .pc_flex .image_textbox h2 {
    padding: 3px 6px;
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  #visual-image .contour-gray .pc_flex .image_textbox h2 {
    font-size: 23px;
  }
}
@media screen and (min-width: 450px) {
  #visual-image .contour-gray .pc_flex .image_textbox h2 .sm-view {
    display: none;
  }
}
#visual-image .contour-gray .pc_flex .image_textbox p {
  font-size: 2.7vw;
  padding-top: 15px;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  #visual-image .contour-gray .pc_flex .image_textbox p {
    font-size: 20px;
  }
}
#visual-image .contour-brown {
  padding: 12vw 7vw 9vw;
  background-image: url(../img/sp/brown_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #visual-image .contour-brown {
    background-image: url(../img/pc/brown_bg.jpg);
    padding: 90px 100px;
  }
}
#visual-image .contour-brown p {
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #visual-image .contour-brown p {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  #visual-image .contour-brown .pc_flex {
    display: flex;
    align-items: flex-end;
  }
}
#visual-image .contour-brown .pc_flex .brown_img {
  padding-bottom: 57vw;
  width: 88%;
}
@media screen and (min-width: 769px) {
  #visual-image .contour-brown .pc_flex .brown_img {
    padding-bottom: 200px;
    width: 50%;
  }
}
#visual-image .contour-brown .pc_flex .image_textbox {
  position: relative;
  left: 32%;
  text-align: left;
  display: inline-block;
}
@media screen and (min-width: 450px) {
  #visual-image .contour-brown .pc_flex .image_textbox {
    left: 27%;
  }
}
@media screen and (min-width: 769px) {
  #visual-image .contour-brown .pc_flex .image_textbox {
    width: 36%;
    left: 40px;
    margin-right: 90px;
  }
}
#visual-image .contour-brown .pc_flex .image_textbox h2 {
  color: #fff;
  background-color: #8a501a;
  padding: 3px 6px;
  font-size: 2.9vw;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 450px) {
  #visual-image .contour-brown .pc_flex .image_textbox h2 {
    padding: 3px 6px;
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  #visual-image .contour-brown .pc_flex .image_textbox h2 {
    font-size: 23px;
  }
}
@media screen and (min-width: 450px) {
  #visual-image .contour-brown .pc_flex .image_textbox h2 .sm-view {
    display: none;
  }
}
#visual-image .contour-brown .pc_flex .image_textbox p {
  font-size: 2.7vw;
  padding-top: 15px;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  #visual-image .contour-brown .pc_flex .image_textbox p {
    font-size: 20px;
  }
}
#visual-image .contour02 {
  padding: 9vw 7vw;
  background-image: linear-gradient(40deg, rgb(204, 183, 210) 5%, rgb(185, 178, 209) 50%, rgb(163, 170, 221) 95%);
}
@media screen and (min-width: 769px) {
  #visual-image .contour02 {
    padding: 70px 60px;
  }
}
@media screen and (min-width: 769px) {
  #visual-image .contour03 {
    padding-top: 70px;
  }
}

#item-product {
  color: #3a2619;
  margin-top: -5px;
}
@media screen and (min-width: 769px) {
  #item-product {
    margin-top: 80px;
  }
}
#item-product h2 {
  position: relative;
  color: #303030;
  font-size: clamp(32px, 7vw, 48px);
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  margin: 100px auto 0;
  padding-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #item-product h2 {
    font-size: 48px;
    margin: 100px auto 0;
    padding-bottom: 30px;
  }
}
#item-product .col1 {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  #item-product .col1 {
    margin: 100px auto 0;
  }
  #item-product .col1::after {
    content: "";
    position: absolute;
    left: 0;
    top: -30%;
    /*四角形を傾けます*/
    transform: skewY(-10deg);
    transform-origin: top right;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #d5c9c2;
    opacity: 0.38;
    padding: 20px;
  }
}
#item-product .col1 li {
  width: calc(100% - 30px);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  margin: 80px auto 0;
  padding: 0 15px;
  position: relative;
}
@media screen and (min-width: 450px) {
  #item-product .col1 li {
    width: calc(100% - 100px);
    padding: 0 50px;
  }
}
@media screen and (min-width: 769px) {
  #item-product .col1 li {
    width: 100%;
    max-width: 800px;
    flex-flow: row wrap;
    align-items: center;
  }
}
#item-product .col1 li::after {
  content: "";
  position: absolute;
  left: 0;
  top: -22%;
  /*四角形を傾けます*/
  transform: skewY(-10deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #d5c9c2;
  opacity: 0.38;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  #item-product .col1 li::after {
    display: none;
  }
}
#item-product .col1 li .box-image {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 769px) {
  #item-product .col1 li .box-image {
    width: 50%;
  }
}
#item-product .col1 li .box-image img {
  width: 100%;
  max-width: 243px;
}
@media screen and (min-width: 769px) {
  #item-product .col1 li .box-image img {
    width: 50%;
  }
}
#item-product .col1 li .box-text {
  width: calc(60% - 30px);
  margin-left: 30px;
}
@media screen and (min-width: 769px) {
  #item-product .col1 li .box-text {
    width: calc(50% - 30px);
  }
}
#item-product .col1 li .box-text h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #item-product .col1 li .box-text h3 {
    font-size: 20px;
    line-height: 1.8;
  }
}
#item-product .col1 li .box-text .price {
  font-size: 16px;
  margin: 15px 0;
}
@media screen and (min-width: 769px) {
  #item-product .col1 li .box-text .price {
    font-size: 20px;
    margin: 25px 0;
  }
}
#item-product .col1 li .box-text .caption {
  margin: 20px 0 15px;
}
@media screen and (min-width: 769px) {
  #item-product .col1 li .box-text .caption {
    margin: 40px 0 15px;
  }
}
#item-product .col1 li .box-text .btn-wrap {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 15px auto 40px;
}
@media screen and (min-width: 769px) {
  #item-product .col1 li .box-text .btn-wrap {
    flex-flow: row nowrap;
  }
}
#item-product .col1 li .box-text .btn-wrap .btn {
  margin: 0 10px 10px 0;
}
@media screen and (min-width: 769px) {
  #item-product .col1 li .box-text .btn-wrap .btn {
    margin: 0 10px 10px 0;
  }
}
#item-product .col1 li .box-text .btn-wrap .btn.sp-view {
  display: flex !important;
}
@media screen and (min-width: 769px) {
  #item-product .col1 li .box-text .btn-wrap .btn.sp-view {
    display: none !important;
  }
}
#item-product .col1 li .box-btn {
  width: 100%;
  margin: 20px auto;
}
#item-product .col1 li .box-btn .btn {
  margin: 0 auto;
}
#item-product .col3 {
  position: relative;
  z-index: 0;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin: 0 auto 50px;
}
@media screen and (min-width: 769px) {
  #item-product .col3 {
    flex-flow: row wrap;
    width: calc(100% - 240px);
    padding: 0 120px;
    margin: 30px auto 100px;
  }
  #item-product .col3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 2%;
    /*四角形を傾けます*/
    transform: skewY(-10deg);
    transform-origin: top right;
    z-index: -1;
    width: 100%;
    height: 70%;
    background: #d5c9c2;
    opacity: 0.38;
  }
}
#item-product .col3 li {
  width: calc(100% - 30px);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  margin: 60px auto 0;
}
@media screen and (min-width: 769px) {
  #item-product .col3 li {
    width: calc(100% - 100px);
    padding: 0 50px;
  }
}
@media screen and (min-width: 769px) {
  #item-product .col3 li {
    width: 30%;
    padding: 0;
    margin: 0 auto;
    flex-flow: column wrap;
  }
}
#item-product .col3 li:nth-child(even) {
  position: relative;
  z-index: 0;
}
#item-product .col3 li:nth-child(even)::after {
  content: "";
  position: absolute;
  left: 0;
  top: -15%;
  /*四角形を傾けます*/
  transform: skewY(-10deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #d5c9c2;
  opacity: 0.38;
}
@media screen and (min-width: 769px) {
  #item-product .col3 li:nth-child(even)::after {
    display: none;
  }
}
#item-product .col3 li .box-image {
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 450px) {
  #item-product .col3 li .box-image {
    width: 30%;
  }
}
@media screen and (min-width: 769px) {
  #item-product .col3 li .box-image {
    width: 100%;
    justify-content: center;
  }
}
#item-product .col3 li .box-image.ad img {
  padding: 0 20px;
}
@media screen and (min-width: 450px) {
  #item-product .col3 li .box-image.ad img {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  #item-product .col3 li .box-image.ad img {
    padding: 0;
  }
}
#item-product .col3 li .box-image img {
  height: 100%;
  max-height: 280px;
}
@media screen and (min-width: 769px) {
  #item-product .col3 li .box-image img {
    height: 300px;
  }
}
#item-product .col3 li .box-text {
  width: calc(70% - 30px);
  margin-left: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #item-product .col3 li .box-text {
    width: 100%;
  }
}
#item-product .col3 li .box-text h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 450px) {
  #item-product .col3 li .box-text h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  #item-product .col3 li .box-text h3 {
    font-size: 20px;
    line-height: 1.8;
  }
}
#item-product .col3 li .box-text .price {
  font-size: 16px;
  margin: 10px 0;
}
@media screen and (min-width: 769px) {
  #item-product .col3 li .box-text .price {
    font-size: 20px;
    margin: 20px 0;
  }
}
#item-product .col3 li .box-text .btn-wrap {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin: 15px auto 40px;
}
#item-product .col3 li .box-text .btn-wrap .btn.left {
  text-align: left;
}
/*# sourceMappingURL=top.css.map */