@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/*common*/
:root {
  /* 色指定 */
  --basic: #674a26;
  --accent: #fe929c;
  --light: #fffaeb;
}

.wrapper{
  width: 1140px;
  margin: 0 auto;
}

.tac{
  text-align: center;
}
.tar{
  text-align: right;
}
.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

}
.aic{
  align-items: center;
}


.jss{
  justify-content: space-between;
  flex-wrap:wrap;

}
.oswald{
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

.til{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items:flex-end;
}
.til h2{
  font-size: 3.4rem;
  font-weight: bold;
  margin-right: 10px;
}
.til p{
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: var(--accent);
  text-transform:uppercase;
  line-height: 1.6rem;
  padding-top: 10px;
}


.til2{
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: bold;
  padding-left: 24px;
  position:relative;
  margin-bottom: 40px;
}
.til2 span{
  font-size: 2.8rem;
  color: var(--accent);
  font-weight: bold;
  margin-right: 2px;
}
/*
.til2:before{
content:'';
left:0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
position:absolute;
background: linear-gradient(to bottom right, var(--accent) 0%, #3fdef1 100%);
width: 6px;
height: 32px;
}
*/
.til2-wh{
  color: var(--basic);
}
.til2-wh img{
  margin: 0 auto;
}
.til2-wh span{
  color: var(--accent);
}

/*
.til2-wh:before{
background: var(--basic);
}
*/
.bg-blue{
  background-image: url("../img/fv_back.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
}
.box-top{
  padding-top: 48px;
  padding-bottom: 48px;

}
/*end common*/



/*---others---*/
.others-li li{
  width: 23%;
  border-radius:2px;
  height: 240px;
  box-sizing:border-box;
  padding: 24px 24px;
  background: #fff;
  position:relative;
  transition:.4s;

}
.others-li li:hover{
  margin-top: -4px;
  margin-bottom: 4px;
}
a.others-con{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  transition:.4s;
  box-shadow: rgba(0, 0, 0, 8%) 0px 4px 12px;
}

.others-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.others-box_img{
  margin-bottom: 4px;
}
.others-box_img img{
  background: #fff;
  width: 32px;
	border-radius:4px;
	padding: 16px;;
  margin: 0 auto 4px;
}

.others-box h3{
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 24px;
  color: var(--basic);
}
.others-box h3 span{
  color: var(--accent);
  font-size: 2rem;
}
/* 006 */
.button006{
  position:absolute;
  bottom:16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius:999px;
  background: var(--light);
  transition:.3s;
}
.button006:hover{
  background: #e8f8f4;
}
.button006>a.others-more {
  position: relative;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.button006>a.others-more:before {
  right: 2px;
  content: '';
  position: absolute;
  top:25.5px;
  transform: translateY(calc(-50% - 2px)) rotate(40deg);
  width: 14px;
  height: 1px;
  background-color: var(--accent);
  transition: 0.3s;
}
.button006>a.others-more:after {
  content: '';
  position: absolute;
  top: 28px;
  right: 4px;
  transform: translateY(-50%);
  width: 48px;
  height: 1px;
  background-color: var(--accent);
  transition: 0.3s;
}
.button006>a.others-more:hover:after {
  right: -1px;
}
.button006>a.others-more:hover:before{
  right: -2px;
}
.tag{
  position:absolute;
  top:-32px;
  right:-32px;
  transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
}
.tag p{
  position:relative;
  box-shadow: 0px 0px 16px rgba(0,0,0,0.2);
  width:100px;
  height: 100px;
  border-radius:999px;
  background: #ffc600;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8rem;
  background: linear-gradient(to bottom right, #ffc600 0%, #ff7e00 100%);
  text-align: center;
  color: #fff;
}
.tag p span{width: 100%;
  position: absolute;
  letter-spacing: 0.01em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* 003 */
.button003>a.others-more2 {
  /*    background: #333;*/
  /*    border-radius: 50px;*/
  font-size: 1.4rem;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 6px 24px;
  color: #333;
  /*	border:1px solid #333;*/
  transition: 0.3s ease-in-out;
  font-weight: bolg;
}
.button003>a.others-more2:hover {
  background: #fff;
  color: #333;
  border-bottom:1px solid #333;
}
.button003>a.others-more2:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button003>a.others-more2:hover:after {
  border-color: #333;
}
/*---end others---*/


/*-----------------
-------ipad pro-----
--------------------
*/
@media screen and (max-width: 1024px) {
  .wrapper,.wrapper-contact{
    width: 950px;
    margin: 0 auto;
    box-sizing: border-box;
  }


}

/*-----------------
-------ipad-----
--------------------
*/
@media screen and (max-width:769px) {
  body{
    font-size: 1.6rem;
    max-width:768px;
    box-sizing: border-box;
  }
  html{
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  img{
    max-width:100%;
    height: auto;
  }
  .wrapper{
    max-width: 680px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .others-li li{
    width: 48%;
    margin-bottom: 32px;
  }
  .others-li li:last-of-type{
    margin-bottom: 0;
  }
  .bg-blue {
    background-image: url("../img/reccomend_back.jpg");
  }

}
/*----
-------------
-------sp-----
--------------------
*/
@media screen and (max-width:640px){
  body{
    /*	font-size: 1.4rem;*/
    max-width:640px;
    box-sizing: border-box;
  }
  html{
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  img{
    max-width:100%;
    height: auto;
  }
  .wrapper, .wrapper-contact{
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
  }
  .others-li li{
    width: 100%;
    margin-bottom: 16px;
    height: 180px;
  }


}

@media screen and (max-width:400px){
  body{
    /*	font-size: 1.4rem;*/
    max-width:640px;
    box-sizing: border-box;
  }
  html{
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  img{
    max-width:100%;
    height: auto;
  }
  .wrapper{
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
  }


}
