@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
html{
scroll-behavior: smooth;
}
html, body, h1, h2, h3, p, ul, li {
  margin: 0;
  padding: 0;
  /*line-height: 1.0;*/
}
body {
  line-height: 1.6
}
ul {
  list-style: none;
}
a {
  text-decoration: none !important;
  color: inherit;
}
img {
  border: none;
  vertical-align: bottom !important;
  max-width: 100%;
  height: auto;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
main{ 
  margin-top: 0;
}
.hero_container {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sp_only599{
  display:none!important;
}
@media screen and (max-width: 599px) {
.sp_only599{
  display: block!important;
  }
.pc_only599{
 display: none!important;
}
}


/*!------------------------------------*\
    ボタン
\*!------------------------------------*/

.arrow_btn {
  width: 180px;
  line-height: 46px;
  display: block;
  border-radius: 30px;
  font-size:14px;
  color: #fff;
  text-align: center;
    background-color: #544c80;
}

@media screen and (max-width: 767px) {
  .arrow_btn {
margin:auto

}
}

a.arrow_btn{
  color: #fff!important;
}

.arrow_btn:after{
content: "\03e";
  font-size: 17px;
  margin-left: 5px
}
.arrow_btn:hover {
opacity: 0.7
}

.btn_backordered:hover {
    background-color: #5a567d!important;
cursor:default;
  color: #fff;
}


.bevelBtn {
  display: block;
  max-width: 320px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #544EBD !important;
  box-sizing: border-box;
  border: 1px solid #ED5AC5;
  border-radius: 0 20px 20px 20px;
  background-color: #e3fdff;
  margin: auto;
}
.bevelBtn a{
  color: #544EBD !important;
}
.bevelBtn:hover {
  opacity: 1.0;
  border-radius: 0 20px 20px 20px;
  background-color: #ED5AC5;
  color: #fff;
  transition-duration: 0.1s
}
.bevelBtn-w {
  display: block;
  margin: auto;
  max-width: 320px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #000;
  box-sizing: border-box;
  border: 1px solid #ED5AC5;
  border-radius: 0 20px 20px 20px;
  background-color: #fff
}
.bevelBtn-w:hover {
  opacity: 1.0;
  border-radius: 0 20px 20px 20px;
  background-color: #ED5AC5;
  color: #fff;
  transition-duration: 0.1s
}


@media screen and (max-width: 480px) {
  .arrow_btn {
  max-width: 300px;
  margin: auto;
}
}


a.link_top{
  padding-left: 50px;
  padding-top: 20px;
  margin-bottom: 5px;
  display: block;
}

.link_top img{
  max-width: 55px;
  height: auto;
}



@media screen and (max-width: 428px){

  .link_top img{
  max-width: 44px;
  height: auto;
}
}

/*!------------------------------------*\
    製品紹介
\*!------------------------------------*/
.product_container_bg{
  background: #fdf7c3
}
.product_container {
    max-width: 1000px;
  margin: 0 auto;
    padding-top: 60px;
  padding-bottom: 100px;
}
.container {
  padding-left: 30px;
  padding-right: 30px;
}


.product_ttl {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px
}
.product_item_ttl {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-align: center;
  
}
.product_item_ttl.icon_power {
 text-align:left;
}

.product_item_price {
  color: #fff;
  text-align: center;
  font-size: 15px;
  border-radius: 10px;
  padding: .1em;
  background: #0e2f91;
  margin-bottom: 10px
}
.tax {
  color: #fff;
  font-size: 11px;
}
.product_txt_pict {
  margin-bottom: 30px;
  margin:0 auto 1.5rem
}
.bevelBtn_container {
  margin-top: auto;
}
.product_txt {
  font-size: 16px;
  margin-bottom: 10px
}
.product_item_bg {
  background: #fff;
  border-radius: 15px
}
.product_txt_pict > figcaption {
  font-size: 13px;
  margin-top: 10px;
}
.product_item_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
}
.product_item_wrap li {
  display: flex;
  flex-direction: column;
  min-height: 0%; /*ie*/
  background: #fff;
  border-radius: 15px;
  width: calc((100% - 40px) / 3);
  box-sizing: border-box;
  padding: 20px 20px 30px;
}
.product_item_wrap li:nth-child(3n) {
  margin-right: 0
}
@media screen and (max-width: 768px) {
  .product_item_wrap li {
    display: flex;
    flex-direction: column;
    min-height: 0%; /*ie*/
    background: #fff;
    border-radius: 15px;
    width: calc((100% - 20px) / 2);
    box-sizing: border-box;
    padding: 20px 20px 30px;
  }
  .product_item_wrap {
    display: flex;
    flex-wrap: wrap;
  }

.product_item_wrap li:not(:last-child) {
  margin-bottom: 20px
}
}
@media screen and (max-width: 599px) {
  .product_item_wrap li {
    display: flex;
    flex-direction: column;
    min-height: 0%; /*ie*/
    background: #fff;
    border-radius: 15px;
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
    padding: 20px 20px 30px;
  }
}


/*　製品3　======*/

.product3_item_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch
}
.product3_item_wrap li {
  display: flex;
  flex-direction: column;
  min-height: 0%; /*ie*/
  background: #fff;
  border-radius: 15px;
  width: calc((100% - 20px) / 2);
  box-sizing: border-box;
  padding: 20px 20px 30px;
}

@media screen and (max-width: 768px) {

  .product3_item_wrap {
  display: flex;
  flex-wrap:wrap
}
  



  .product3_newline {
  display: block;
  padding-left: 15px
}
}
@media screen and (max-width: 599px) {
  
  .product3_item_wrap li:not(:last-child) {
  margin-bottom: 20px
}
  .product3_item_wrap li {
    display: flex;
    flex-direction: column;
    min-height: 0%; /*ie*/
    background: #fff;
    border-radius: 15px;
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
    padding: 20px 20px 30px;
  }
}



.product3_item {
  display: flex;
}

.img_taeb{
  max-width: 300px;
  height: auto;
  margin: auto;
}

.img_tamb{
  max-width: 250px;
  height: auto;
  margin: auto;
}

.icon_ttl_tamb{
  max-width: 110px;
  position: absolute;
  top:-48px;
  left:-4%;
}

.icon_ttl_tamb_oya {
  position: relative;

}
@media screen and (max-width: 1030px) {
  .icon_ttl_tamb {
  max-width: 110px;
  position: absolute;
  top:60px;
  left:0;
}
  
}
@media screen and (max-width: 768px) {
  .icon_ttl_tamb {
  max-width: 90px;
  position: absolute;
}
  .img_taeb{
  max-width: 90%;
  height: auto;
  margin: auto;
}

.img_tamb{
   max-width: 90%;
  height: auto;
  margin: auto;
}
}
.foot_link {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

.foot_link li{
 width:calc((100% - 50px)/ 3)
}

.foot_link_item {
  background: #0e2f91;
  border-radius: 15px;
  padding: 15px;
  box-sizing: border-box;
 
}
.foot_link_item a{
 color: #fff;
  text-align: center;
  display: block;
   margin: auto;
  
}
@media screen and (max-width: 599px) {
.foot_link li{
width:100%
}
.foot_link li:not(:last-child) {
margin-bottom: 15px
}
}



/*製品２段目======*/

.khaki3set_sp {
  display: none;
}
.product2_item_wrap {
  background-image: url( "../../common/img/item/bg_spmp12_three.png");
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: 244px auto;
  padding:15px
}


.product2_item_ttl{
 font-size: 22px;
  font-weight: bold;
  color: #000;
}
.product2_item_small {
  color: #ff0001;
  font-size:13px;
  margin-bottom: 10px;
}

.product2_pict {
  width: 136px;
}

.product2_txt {
  font-size: 16px;
  margin-bottom: 10px;
   width:calc(100% - 136px - 15px )
}

.product2_item_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product2_btn_row {
    display: flex;
  justify-content: space-between;
    padding-left: 275px;
}

.product2_btn_row > div:nth-child(2n){
  margin-right: 0;
 width:calc( 100% - 275px - 15px);
  margin-left: 15px;
}
@media screen and (max-width: 910px) {
  .product2_btn_row {
    display: flex;
  justify-content: center;
    padding-left: 0;
    padding-top: 50px;
}
}

.bit_item_bg {
  background-image: url("../../common/img/item/img_back_khaki.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 144px;
  height: 57px;
}
.bit_txt {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 7px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.product2_item_Block {
  display: flex;
  padding-left: 274px;
  align-items: center;
}

.product2_item_wrap_bg {
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
background: #fff;
  margin-bottom: 20px;
    position: relative;
}
.product2_item_wrap_bg:last-child {
 margin-bottom: 50px;

}

.icon_product2 {
  position: absolute;
  width: 127px;
}

.product2Btn_ttl {
  font-size:16px;
  color: #fff;
  font-weight: bold;
}

.product2Btn_ttl_price {
    font-size:15px;
  color: #fff;
  font-weight: normal;
    margin-left: 30px;
}

.product2Btn {
  border-radius: 10px;
  padding: .1em;
  background: #0e2f91;
  
}

.product2Btn_layout {
  display: flex;
  width: 250px;
  justify-content: center;
  padding: 5px 15px;
  margin: auto;
}

.product2Btn_pict {
  width:40px;
  padding-top: 7px;
}

.product2Btn_note {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
.khaki3set_sp {
  display: block;
  max-width: 400px;
  margin:auto;
}
  .bit_txt {
display: none;
}
  
  .product2_item_Block {
  display: flex;
  padding-left: 100px;
  align-items: center;
}
  .product2_item_wrap {
  background-image: url("../../common/img/item/img_spmp12_3set.png");
  background-repeat: no-repeat;
  background-position: 2% 121px;
  background-size: 187px auto;
  padding:15px
}
  .product2_pict {
 display: none;
}

.product2_txt {
  font-size: 16px;
  margin-bottom: 10px;
   width:100%;
}

    .product2_item_Block {
  display: flex;
  padding-left: 209px;
  align-items: center;
  flex-direction: column;
  min-height: 0%;
}
  .bit_item_wrap {
    display: flex;
}
.product2_item_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px
}
    .bit_item_bg {
  background-image:none
}
   
}
@media screen and (max-width: 700px) {
 .product2_btn_row {
    display: flex;
  justify-content: space-between;
    padding-left: 0;
    padding-top: 50px;
    flex-direction: column;
     min-height: 0%
}
  .product2_btn_row > div{
  width:100%;
  margin-right: 0;
  padding: 5px 0;
  margin-bottom: 20px;
}
   .product2_btn_row {
    display: flex;
  justify-content: center;
    padding-left: 0;
    padding-top: 15px;
    flex-direction: column;
     min-height: 0%
}
  .bevelBtn_container.product2Btn_container {
   margin:auto!important;
    width:100%!important
}
}

@media screen and (max-width: 676px) {

    .product2_item_wrap {
  background-image: url("../../common/img/item/img_spmp12_3set.png");
  background-repeat: no-repeat;
  background-position:110px 100px;
  background-size: 250px auto;
  padding:15px
}
      .product2_item_Block {
  display: flex;
  padding-left: 100px;
  align-items: flex-start;
  flex-direction: column;
  min-height: 0%;
}
  .product2_item_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 130px;
}
  .product2_item_diza {
    font-size:14px
}

}

.daiza {
  font-size: 11px;
}

.product2Btn_ttl_price2 {
    font-size:15px;
  color: #fff;
    margin-left: 5px;
}

.icon_tamb {
  display: inline;
}

.icon_power{
  background: url("../../common/img/item/icon_power_spot.png")no-repeat 0 center /80px auto;
  padding: 20px 0 20px 85px;
}

@media screen and (max-width: 428px){
.product3_newline2 {
 display: block;
}

  .icon_power{
  background: url("../../common/img/item//icon_power_spot.png")no-repeat -1px center /60px auto;
  padding: 10px 0 10px 60px;
}
  
     .product2_btn_row {
    padding-top: 15px;
}
  
  .icon_product2 {
  position: absolute;
  width: 80px;
}
        .product2_item_Block {
  display: flex;
  padding-left: 50px;
  align-items: flex-start;
  flex-direction: column;
  min-height: 0%;
}
      .product2_item_wrap {
  background-image: url("../../common/img/item/img_spmp12_3set.png");
  background-repeat: no-repeat;
  background-position:30% 125px;
  background-size: 250px auto;
  padding:15px;
}
  .product2_item_ttl{
 font-size: 16px;
}
  .product2_item_diza {
    font-size:11px
}
  .product2_txt {
  font-size: 16px;
  margin-bottom: 10px;
   width:100%;
  padding-top: 60px;
    margin-left: -22px;
}
  .product_item_ttl {
  font-size: 20px;
  text-align: center;
  
}
}


/*!------------------------------------*\
    製品の特徴
\*!------------------------------------*/

.feature_wrapper {
background-color: #fdf7c3;

}

.feature_wrapper_inner {
  max-width: 808px;
margin: 0 auto;
  padding-top:3rem;
padding-bottom:3rem
}

@media screen and (max-width:767px){
.feature_wrapper_inner {
  padding-top: 7rem;
  padding-left:3%;
padding-right:3%
}
}

.feature_col3_box h3{
  color: #ec1380;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem
}

.feature_col3 p{
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 1.8rem
  
}

.feature_col3 {
width: 100%;
  display: flex;
  justify-content:space-between
}

.feature_col3 li{
width: calc(100% / 3);
padding-left:30px ;
  padding-right:30px 
}

@media screen and (max-width:767px){
  .feature_col3_box h3{
text-align: center
}
  
  .feature_col3 {
 flex-direction: column;
  align-items: center;
 justify-content: center
}

  
  
  .feature_col3 li{
width:100%;
padding-left:0;
  padding-right:0;
    margin-bottom: 5rem;
    border-bottom: 5px dotted #ccc;
    padding-bottom: 4rem
}
}



.feature_col3_box{
  background: url("../img/deco_fence.png")no-repeat right top / 15px auto;
}

.feature_col3_box:last-of-type{
  background: none
}


.contents_ttl img {
display: block;
 margin: 0 auto 3rem
}

@media screen and (max-width: 767px){
 .feature_col3_box{
  background: none
}
}


/*!------------------------------------*\
    メインビジュアル
\*!------------------------------------*/

.mv_container {
  max-width: 870px;
  margin: 0 auto;
}
.mv_container img{
  margin: 0 auto;
  display: block;
}
  .mv_wrapper {
  background: #fdf7c3 url("../img/bg_mv.png")no-repeat center top / auto; 
height: 772px
}

@media screen and (max-width: 900px){
.mv_container {
padding-left: 3%;
padding-right: 3%
}

}
@media screen and (max-width: 599px){
  .mv_container {
padding-top: 0.5rem;
  }

}
@media screen and (max-width: 480px){
.mv_wrapper {
height: 100%;
  padding-bottom: 3rem
}
}

/*!------------------------------------*\
    フッター3つのメニュー
\*!------------------------------------*/

.foot_link_container {
  max-width: 1000px;
  margin: 50px auto;
  padding-left: 30px;
  padding-right: 30px;
}
