@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
/* 共通 */
#contents_wrap {
  font-family: 'Noto Sans Japanese', sans-serif;
}
#contents_wrap section, #contents_wrap main {
  display: block;
}
#contents_wrap h1, #contents_wrap h2, #contents_wrap h3, #contents_wrap h4, #contents_wrap h5 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 200;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: unset;
}
@media screen and (max-width: 768px) {
  #contents_wrap h1, #contents_wrap h2, #contents_wrap h3, #contents_wrap h4, #contents_wrap h5 {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
  }
  #contents_wrap img {
    height: auto;
  }
}
/* PCSP表示切替 */
#contents_wrap .pc_only_ {
  display: block;
}
#contents_wrap .sp_only_ {
  display: none;
}
@media screen and (max-width: 768px) {
  #contents_wrap .pc_only_ {
    display: none !important;
  }
  #contents_wrap .sp_only_ {
    display: block;
  }
}
/* パンくず */
.breadcrumb {
  padding: 15px 0 15px 80px;
  font-size: 12px;
  width: 1000px;
  margin: 0 auto;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb a {
  display: inline-block;
  position: relative;
  padding: 0 7px;
  margin-left: 10px;
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li:after {
  position: absolute;
  top: -1px;
  left: 2px;
  font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  content: '>';
}
.breadcrumb li:first-child, .breadcrumb li:first-child a {
  padding-left: 0;
  margin-left: 0;
}
.breadcrumb li:first-child:after {
  display: none;
}
.border-bottom {
  border-bottom: 1px solid #444;
}
.breadcrumb a:hover .border-bottom {
  border-bottom: 1px solid #976F34;
}
.sp-only {
  display: none;
}
#contents_wrap .breadcrumb {
  padding: 10px;
  font-size: 12px;
  line-height: 2;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100% !important;
  }
}
/* コンテンツ */
/*mv*/
.mv_area img {
  width: 100%;
}
.mv_area p {
  font-size: 20px;
  text-align: center;
  line-height: 2.2;
  margin: 36px auto;
}
.mv_area p span {
  color: #DA6200;
}
@media screen and (max-width: 767px) {
  .mv_area p {
    font-size: calc(28 * (100vw / 750));
    line-height: 2;
    margin: calc(30 * (100vw / 750)) auto;
    letter-spacing: 2px;
  }
}
/*goods*/
.goods_area {
  padding-bottom: 70px;
  background: #FDF2E9;
}
.goods_area_inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#contents_wrap .goods_area h2 {
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  padding: 10px 0 22px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  background: #F0907D;
}
#contents_wrap .goods_area h2 > span > span {
  font-size: 22px;
}
#contents_wrap .goods_area h2 .title_line {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.5rem;
  display: table;
  margin: auto;
}
#contents_wrap .goods_area h2 .title_line:before, #contents_wrap .goods_area h2 .title_line:after {
  position: absolute;
  top: 30px;
  display: inline-block;
  content: "";
  background: #fff;
  width: 3px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
#contents_wrap .goods_area h2 .title_line:before {
  transform: rotate(-35deg);
  left: -110px;
}
#contents_wrap .goods_area h2 .title_line:after {
  transform: rotate(35deg);
  right: -110px;
}
.goods_txt {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  margin: 35px auto 40px;
}
.goods_detail {
  display: flex;
  width: 100%;
  margin: auto;
}
.goods_detail_txt {
  width: calc(100% - 450px - 35px);
  margin-left: 35px;
}
#contents_wrap .goods_detail_txt h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.goods_detail_txt p {
  font-size: 14px;
  line-height: 1.7;
}
.goods_detail_name {
  width: 82%;
  display: flex;
  align-items: center;
  margin: 20px auto 20px 0;
}
.goods_detail_namel {
  width: calc(100% - 100px);
  margin-right: 10px;
}
#contents_wrap .goods_detail_name h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 2px solid #444;
}
a.goods_detail_btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background: #B7A35E;
  border-radius: 30px;
}
a.goods_detail_btn::before {
  content: "\025b6";
  position: absolute;
  top: calc(50% - 3px);
  left: 25px;
  transform: translateY(-50%);
  margin: auto;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #fff;
}
a.goods_detail_btn:hover {
  opacity: 0.7;
}
.goods_detail_btn2row {
  display: flex;
}
.goods_detail_btn2row a.goods_detail_btn {
  width: 100%;
  margin: 0 10px 0 0;
  padding: 7px 5px 9px;
  font-size: 14px;
  line-height: 1.3;
}
.goods_detail_btn2row a.goods_detail_btn:last-of-type {
  margin: 0;
}
.goods_detail_btn2row a.goods_detail_btn::before {
  left: 10px;
}
.goods_detail_namer {
  width: 110px;
  flex-shrink: 0;
}
.goods_detail_img {
  margin-top: 20px;
}
.goods_detail_line {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #CBC1C0;
}
.goods_detail_imgs {
  width: 100%;
  max-width: 450px;
}
.goods_detail_imgs img {
  margin-bottom: 15px;
}
.goods_detail_note {
  margin: 50px 0 0 20px;
}
.goods_detail_note a {
  text-decoration: underline;
}
.goods_detail_note a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .goods_detail_btn2row {
    justify-content: space-between;
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .goods_area {
    padding-bottom: calc(30 * (100vw / 750));
  }
  #contents_wrap .goods_area h2 {
    padding: calc(20 * (100vw / 750)) 0 calc(25 * (100vw / 750));
    font-size: calc(45 * (100vw / 750));
  }
  #contents_wrap .goods_area h2 > span > span {
    font-size: calc(30 * (100vw / 750));
  }
  #contents_wrap .goods_area h2.ajust_h2_1 > span > span {
    line-height: 1.4;
    display: block;
  }
  #contents_wrap .goods_area h2 .title_line {
    font-size: calc(45 * (100vw / 750));
  }
  #contents_wrap .goods_area h2 .title_line:before, #contents_wrap .goods_area h2 .title_line:after {
    top: calc(30 * (100vw / 750));
    width: calc(3 * (100vw / 750));
  }
  #contents_wrap .goods_area h2.ajust_h2_1 .title_line:before, #contents_wrap .goods_area h2.ajust_h2_1 .title_line:after {
    top: calc(20*(100vw / 750));
    height: 3em;
  }
  #contents_wrap .goods_area h2 .title_line:before {
    transform: rotate(-35deg);
    left: calc(-110 * (100vw / 750));
  }
  #contents_wrap .goods_area h2 .title_line:after {
    transform: rotate(35deg);
    right: calc(-110 * (100vw / 750));
  }
  .goods_txt {
    font-size: calc(28 * (100vw / 750));
    line-height: 1.7;
    margin: calc(25 * (100vw / 750)) auto calc(20 * (100vw / 750));
  }
  .goods_detail {
    display: block;
  }
  .goods_detail > a {
    display: block;
    width: calc(100% - calc(60 * (100vw / 750)));
    margin: 0 calc(30 * (100vw / 750));
  }
  .goods_detail_txt {
    width: calc(100% - calc(60 * (100vw / 750)));
    margin: 0 calc(30 * (100vw / 750));
  }
  #contents_wrap .goods_detail_txt h3 {
    font-size: calc(32 * (100vw / 750));
    margin-bottom: calc(10 * (100vw / 750));
  }
  .goods_detail_txt p {
    font-size: calc(28 * (100vw / 750));
  }
  .goods_detail_name {
    width: 100%;
    flex-direction: column;
    margin: calc(30 * (100vw / 750)) auto calc(60 * (100vw / 750));
  }
  .goods_detail_namel {
    width: 100%;
    margin-right: 0;
    order: 2;
  }
  #contents_wrap .goods_detail_name h4 {
    width: 90%;
    font-size: calc(28 * (100vw / 750));
    margin: calc(20 * (100vw / 750)) auto;
    padding-left: calc(20 * (100vw / 750));
  }
  a.goods_detail_btn {
    width: 97%;
    margin: auto;
    padding: calc(20 * (100vw / 750));
    font-size: calc(32 * (100vw / 750));
  }
  a.goods_detail_btn::before {
    top: calc(50% - 4px);
    left: calc(45 * (100vw / 750));
    width: calc(28 * (100vw / 750));
    height: calc(28 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
  }
  .goods_detail_btn2row a.goods_detail_btn {
    margin: 0 calc(10 * (100vw / 750)) 0 0;
    font-size: calc(24 * (100vw / 750));
  }
  .goods_detail_namer {
    width: calc(178 * (100vw / 750));
  }
  .goods_detail_img {
    margin: calc(40 * (100vw / 750)) auto;
  }
  .goods_detail_line {
    margin-bottom: calc(80 * (100vw / 750));
    padding-bottom: calc(15 * (100vw / 750));
  }
  .goods_detail_imgs {
    width: calc(100% - calc(60 * (100vw / 750)));
    margin: 0 calc(30 * (100vw / 750));
  }
  .goods_detail_note {
    margin: calc(30 * (100vw / 750)) 0 calc(50 * (100vw / 750)) calc(50 * (100vw / 750));
  }
}