@charset "shift_jis";
/* -----------------------------------------------------------
 共通タグ
----------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
.page__inner {
  width: 100vw;
}
a {
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: none;
}
/*html{ background-color:#4E4A41;}*/
img {
  vertical-align: bottom;
  border: none;
}
/* #page {
    overflow: hidden;
}*/
.w1000px {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

#pro_wrapper {
    width: 100%;
}
p, dl, dt, dd, ul li {
  margin: 0px;
  padding: 0px;
}
h4, h5 {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
li {
  list-style-type: none;
}
#contbox {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,'Meiryo UI','ＭＳ Ｐゴシック','MS PGothic','Osaka','Arial','Helvetica',sans-serif;
}
#contbox div::before,
#contbox div::after {
  display: none;
}
.one_phrase {
  display: inline-block;
}

.MV_section {
  width: 100%;
  max-width: 1000px;
  margin-top: 20px;
}
.MV_section img {
  max-width: 100%;
}
.MV_section img.cmp_img_sp {
  margin: 20px 0 10px;
}


.mv-pc {
  /* width: 1000px; */
  margin: 0 auto;
}

.inner_wrap_bt {
  padding: 0 0 80px 0;
}
.inner_wrap_bt span.example {
	font-size: 0.6em;
	vertical-align: top;
}
.inner_wrap_bt h2 {
  font-size: 29px;
  font-weight: 600;
  color: #066864;
  text-align: center;
  padding:48px 0 16px 0;
  line-height: 1.4;
}
.inner_wrap_bt p {
    line-height: 1.7;
}

/* 製品セクション */
.product_title {
  font-size: 40px;
  font-weight: bold;
  color: #221816;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 80px;
}
.product_title p:last-of-type {
  background:linear-gradient(transparent 50%, #ffff10 50%);
  display: inline-block;
  padding: 0 54px;
}
.product_heading {
  font-size: 30px;
  color: #066864;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
.product_body {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
}
.product_inner {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  gap: 80px;
  margin-bottom: 70px;
}
.product_child {
  box-sizing: border-box;
  flex: 1 1 0;
  min-width: 360px; /* これ以上は縮めない */
  max-width: 450px;
    display: flex;
    flex-direction: column;
}

.set_product_name {
  border: solid 2px #ccc;
  padding: 20px 25px 20px 30px;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.set_product_img {
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
}
.set_detail {
  margin-bottom: 0;
}
.discount_and_product {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 10px 0;
}
.discount_and_product .discount {
  background: #e61824;
  font-size: 16px;
  line-height: 1;
  padding: 4px 6px;
  color: #fff;
  margin-right: 14px;
}
.discount_and_product .product_name {
  font-size: 20px;
  font-weight: 900;
  color: #221816;
  line-height: 1.15;
}
.discount_and_product .product_name span.set_detail {
  font-size: 15px;
}


.price_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin: 0 0 30px 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
.normal_price {
  font-size: 18px;
  font-weight: 500;
  color: #221816;
  text-decoration: line-through;
}
.sale_price {
  font-size: 48px;
  font-weight: bold;
  color: #e61824;
  margin-left: 20px;
  line-height: 1.1;
}
.sale_price span {
  font-size: 26px;
}

.last_align {
    margin-top: auto;
    display: flow-root;
}
.product_button {
  text-align: center;
  /* margin-top: 30px; */
}
.product_button a {
  background: #e58324;
  border-radius: 60px;
  color: #fff;
  padding: 12px 40px 12px 50px;
  font-size: 20px;
  font-weight: bold;
  max-width: 350px;
  display: inline-block;
  border: solid 2px #e58324;
  transition : all 0.3s ease 0s;
}
.product_button a i {
  margin-left: 6px;
}

body .product_button a:link,
body .product_button a:visited {
  color: #fff;
  text-decoration: none;
}
body .product_button a:hover {
    background: #fff;
    color: #e58324;
}


/*PCとSPで出しわける用*/
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (min-width: 350px) and (max-width: 768px) {
          .pc {
            display: none;
          }
          .sp {
            display: block;
          }
}
@media screen and (min-width: 350px) and (max-width: 768px) {
        .inner_wrap_bt h2 { /* LPに使用中 */
          font-size: 24px;
          font-weight: 600;
          color: #066864;
          text-align: center;
          padding:48px 0 16px 0;
          line-height: 1.4;
        }

        
        .MV_section {
          margin: 0 calc(50% - 50vw);
          width: 100vw;
        }

        .mv-sp {
          width: 100%;
          margin: 0 auto;
          max-width: 100%;
        }
        .mv img {
          object-fit: cover;
        }
        .w1000px {
          width: 90%;
          max-width: 90%;
          margin: 0 auto;
        }
        .tx-box {
          width: 100%;
          margin: 0 auto;
        }

}

@media (max-width: 1080px) {
        .product_inner {
          padding: 0 40px;
        }
}
@media (max-width: 980px) {
        .product_inner { gap: 40px; }
        .set_product_name { font-size: clamp(19px, 2.1vw, 22px); }
        .discount_and_product .product_name { font-size: clamp(18px, 2.1vw, 20px); }
        .sale_price { font-size: clamp(38px, 2.1vw, 48px);}
        .normal_price { font-size: clamp(14px, 2.1vw, 18px);}
        .discount_and_product .discount { font-size: clamp(14px, 2.1vw, 16px);}
}
@media (max-width: 840px) {
        .product_inner {
          display: block;
          padding: 0 20px;
        }
        .product_child {
          margin: 0 auto;
          max-width: 400px;
          min-width: initial;
          width: 100%;
        }
        .product_title {font-size: 34px; margin-bottom: 60px;}
        .set_product_name { padding: 16px 15px 16px 24px;}
        .product_inner { margin-bottom: 0;}
        .product_child { margin-bottom: 60px;}
        /* .set_product_name {clamp(16px, calc(18px + 4 * ((100vw - 340px) / 500)), 22px);} */
        .set_product_name {font-size:clamp(16px, calc(16px + 6 * ((100vw - 340px) / 500)), 22px);}
        .sale_price {font-size:clamp(38px, calc(38px + 10 * ((100vw - 340px) / 500)), 48px);}
        .normal_price {font-size:clamp(12px, calc(12px + 6 * ((100vw - 340px) / 500)), 18px);}
        .sale_price span { font-size: 22px;}

}

@media (max-width: 680px) {
        .product_title {font-size: 27px; margin-bottom: 40px;}

}
@media (max-width: 540px) {
        .product_title {font-size: 25px;}
        .product_heading  {font-size: 26px; margin-bottom: 40px;}

}




/* -----------------------------------------------------------
 ↑↑↑↑↑ CSSの追記はここまで ↑↑↑↑↑
----------------------------------------------------------- */
/* for IE7 only */
*:first-child + html div, *:first-child + html ul, *:first-child + html ol, *:first-child + html dl, *:first-child + html .clearfix {
  height: 1%;
}