@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap);
/* -----------------------------------------------
   common
----------------------------------------------- */
* {
  font-family: "Noto Sans JP", "Roboto", sans-serif !important;
  word-break: break-word;
}

@media only screen and (max-width: 640px) {
  .for-pc {
    display: none;
  }
  br.for-sp {
    display: inline;
  }
}
@media only screen and (min-width: 641px) {
  .for-sp {
    display: none;
  }
}
@media print {
  .for-sp {
    display: none;
  }
}
article .btn-blue {
  width: 100%;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
}
article .btn-blue a,
article .btn-blue .close,
article .btn-blue span.a {
  display: inline-block;
  background-color: #364662;
  color: #fff;
  border-radius: 8px;
  padding: 13px 0 15px;
  font-weight: 500;
  transition: opacity 0.4s ease;
  text-align: center !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 16px !important;
  min-width: 350px;
}
article .btn-blue .close{  background-color: #999;}

@media only screen and (max-width: 640px) {
  article .btn-blue a,
  article .btn-blue .close,
  article .btn-blue span.a {
    min-width: auto;
    width: 90%;
  }
}
article .btn-blue a:hover,
article .btn-blue span.a:hover {
  opacity: 0.7;
}
article .red {
  color: #BF4840 !important;
}
article h2 {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35;
  padding: 0 0 10px 20px;
  display: inline-block;
  position: relative;
  width: 100%;
}
article h2::before {
  content: "";
  width: 6px;
  height: 80%;
  background: #666;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 640px) {
  article h2 {
    font-size: 28px;
  }
}
article p, article dl, article li {
  font-size: 16px;
}
article li {
  margin-bottom: 0.5em;
}
article section .contents_wraper {
  max-width: 976px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 640px) {
  article section .contents_wraper {
    margin-left: 15px;
    margin-right: 15px;
  }
}
article .box-flex {
  display: flex;
  justify-content: space-between;
}

/* -----------------------------------------------
	sec-first
----------------------------------------------- */
.sec-first h1 {
  font-size: 44px;
  line-height: 1.5;
  padding: 16px 0;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .sec-first h1 {
    font-size: 32px;
  }
}
.sec-first .mv {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .sec-first .box-flex {
    flex-direction: column;
  }
  .sec-first .box-flex .g-mark {
    width: 50%;
    margin-top: 40px;
  }
  .sec-first .box-flex .left .lead {
    font-size: 16px !important;
  }
  .sec-first .box-flex .right {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  .sec-first .box-flex .left {
    width: 61%;
  }
  .sec-first .box-flex .right {
    width: 35%;
  }
  .sec-first .box-flex .right .g-mark {
    width: 170px;
  }
}
.sec-first span {
  font-weight: 600;
  color: #333;
}

/* -----------------------------------------------
	sec-tenban
----------------------------------------------- */
.sec-tenban {
  margin-bottom: 80px;
}
.sec-tenban .lead {
  font-size: 20px;
  font-weight: 500;
  padding: 40px 0 20px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .sec-tenban .lead {
    padding: 40px 0 0;
    display: flex;
    justify-content: center;
  }
  .sec-tenban .lead::before {
    content: "＼";
    position: relative;
    bottom: -50px;
    font-size: 40px;
  }
  .sec-tenban .lead::after {
    content: "／";
    position: relative;
    bottom: -50px;
    font-size: 40px;
  }
}
.sec-tenban .tenban_area {
  padding-bottom: 40px;
  border-radius: 8px;
}
@media only screen and (max-width: 640px) {
  .sec-tenban .tenban_area {
    margin: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 640px) {
  .sec-tenban .cp_cssslider {
    padding-bottom: 50vw;
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* -----------------------------------------------
	sec-series
----------------------------------------------- */
.sec-series .column2 {
  border-radius: 8px;
}
.sec-series .series-price {
  color: #475c85;
}

/* -----------------------------------------------
	sec-osusume
----------------------------------------------- */
.sec-osusume ul {
  max-width: 800px;
  margin: 20px auto 0;
}
.sec-osusume ul li {
  margin-bottom: 30px;
}
.sec-osusume ul li a {
  transition: 0.3s;
}
.sec-osusume ul li a:hover {
  opacity: 0.8;
}

/* -----------------------------------------------
	sec-process
----------------------------------------------- */
.sec-process .contents_wraper > div {
  max-width: 720px;
  margin: auto;
}
.sec-process .contents_wraper > div p {
  margin-bottom: 1em;
}
.sec-process .contents_wraper > div ul {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 30px;
}

/* -----------------------------------------------
	sec-attention
----------------------------------------------- */
.sec-attention dl {
  margin-bottom: 20px;
}
.sec-attention dt {
  font-weight: 500;
}

/* -----------------------------------------------
   transplanting - 天板エリア
----------------------------------------------- */
.tenban_area {
  background: #eee;
}

.tenban_area p {
  text-align: center;
}

/*天板タブ切り替え*/
*, *:before, *:after {
  box-sizing: border-box;
}

.cp_cssslider {
  width: 700px;
  padding-top: 20px; /* 画像の高さ */
  padding-bottom: 420px;
  position: relative;
  margin: 2em auto;
  text-align: center;
}

.cp_cssslider > img {
  position: absolute;
  left: 0;
  top: 60px;
  transition: all 0.5s;
  border-radius: 3px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.cp_cssslider input[name=cp_switch] {
  display: none;
}

/* サムネイル */
.cp_cssslider label {
  margin: -45px 5px 0 5px;
  border: 2px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 0.6;
  border-radius: 3px;
}

.cp_cssslider label:hover {
  opacity: 0.9;
}

.cp_cssslider label img {
  display: block;
  width: 150px;
  border-radius: 2px;
}

.cp_cssslider input[name=cp_switch]:checked + label {
  border: 2px solid #364662;
  opacity: 1;
}

.cp_cssslider input[name=cp_switch] ~ img {
  opacity: 0;
}

.cp_cssslider input[name=cp_switch]:checked + label + img {
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  .cp_cssslider {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 210px;
  }
  .cp_cssslider label {
    margin: -25px 5px 0 5px;
  }
  .cp_cssslider label img {
    width: 80px;
  }
  .footerBottom address {
    width: auto;
  }
}
/* -----------------------------------------------
   transplanting - シリーズ紹介
----------------------------------------------- */
.series-info {
  display: flex;
  justify-content: space-between;
}

.series-info .column2 {
  box-sizing: border-box;
  width: 478px;
  background-color: #f2f2f2;
  padding: 28px 18px 165px;
  position: relative;
}

.series-ttl, .series-img {
  text-align: center;
  margin-bottom: 20px;
}

.series-ttl {
  font-size: 20px;
  font-weight: 700;
}

.series-link {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
}

.series-price {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.series-price span {
  font-size: 26px;
}

.com-product-link {
  text-align: center;
  margin-top: 25px;
}

.com-product-link a {
  box-sizing: border-box;
  display: inline-block;
  width: 350px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.2;
  position: relative;
  border-radius: 7px;
  background-color: #364662;
  padding: 18px 40px 18px 32px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.custom_thum {
  display: flex;
  margin-bottom: 64px;
}

.custom_thum li {
  text-align: center;
}

#customize_cont .colorbox {
  margin: auto;
  border-radius: 0px;
}

#customize_cont .colorbox h4 {
  display: none;
}

#customize_cont .body_comment {
  padding: 10px 16px 0;
}

#boxer .boxer-caption.gallery {
  height: 36px;
}

#customize_cont .colorbox .select_box .custom_block dl dd #sr_sim_tenban_comment_sp span, #customize_cont .colorbox .select_box .custom_block dl dd #sr_sim_pad_comment_sp span {
  color: #C00;
}

#customize_cont .colorbox .select_box .custom_block dl dd #sr_sim_tenban_comment_sp span s, #customize_cont .colorbox .select_box .custom_block dl dd #sr_sim_pad_comment_sp span s {
  color: #000;
  font-weight: 300;
}

/* spn */
@media screen and (max-width: 640px) {
  #campaign_cont .coupon_area dl dt p.hukidasi {
    margin: 0 auto 1em;
  }
  .coupon_area ul.attention {
    width: auto;
    margin: 0 15px 0.5em;
  }
  .series-info .layout_l, .series-info .layout_r {
    width: 100%;
  }
  .com-product-link a {
    width: 80%;
  }
  .custom_thum {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .custom_thum li {
    width: 49%;
  }
  .series-info {
    display: block;
    width: 96%;
    margin: auto;
  }
  .series-info .column2 {
    width: auto;
    margin-bottom: 16px;
  }
  #boxer .boxer-caption.gallery {
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */