@charset "UTF-8";
/* CSS Document */
.img100 {
  width: 100%;
  margin: 0 auto;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
a {
  transition: 0.3s all;
}
@media screen and (min-width:751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  a:hover {
	opacity: .7;
  }
}
/*mainvisual*/
.mv_line {
  background-color: #fff;
  padding: 10px 0;
}
@media screen and (min-width:751px) {
  .main_visual {
    background: url("../img/pc/mv_bg.jpg") center bottom no-repeat;
    background-size: cover;
    padding: 4% 0 40%;
  }
  .main_visual .inner {
    width: 65%;
    margin: 0 auto;
  }
  .mv_line {
    padding: 0;
  }
}
@media screen and (min-width:1100px) {
  .main_visual .inner {
    width: 1000px;
  }
}
/* concept */
.concept {
  background: url("../img/concept_bg.png") center bottom no-repeat;
  background-size: cover;
  padding: 26% 0 50%;
}
@media screen and (min-width:751px) {
  .concept {
    background: url("../img/pc/concept_bg.jpg") center bottom no-repeat;
    background-size: cover;
    padding: 7% 0 28%;
  }
  .concept .inner {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (min-width:1100px) {
  .concept .inner {
    width: 1000px;
  }
}
/* product */
.product01 {
  background-color: #b49f00;
}
.product02 {
  background-color: #004732;
}
.product03 {
  background-color: #73000f;
}
@media screen and (min-width:751px) {
  .product_desc {
    display: flex;
    justify-content: center
  }
  .product_desc > div {
    width: 50%;
  }
  .product_desc.product02 {
    flex-direction: row-reverse
  }
}
@media screen and (min-width:1100px) {
  .product .title {
    width: 1000px;
	margin: 0 auto;
  }
}
/* profile */
.profile_wrap {
  background: url("../img/profile_bg.jpg") center top no-repeat;
  background-size: cover;
  padding: 20% 10%;
}
.profile01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.profile01 .name {
  font-family: 'Noto Sans JP', sans-serif;
  width: 60%;
}
.profile01 .name .jp {
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 4.5px;
}
.profile01 .name .en {
  font-size: 12px;
  letter-spacing: 2.5px;
  margin: 0.7rem 0 1.5rem;
}
.sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40%;
}
.sns li {
  width: 27%;
}
.profile02 {
  background-color: #fff;
  border-radius: 13px;
  padding: 7% 10%;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: justify;
  line-height: 1.6;
}
@media screen and (min-width:751px) {
  .profile_wrap {
    background: url("../img/pc/profile_bg.jpg") center top no-repeat;
    background-size: cover;
    padding: 5% 0 3%;
  }
  .profile_wrap > .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin: 0 auto;
  }
  .profile_wrap picture, .profile_desc {
    width: 48%;
  }
  .profile01 .name {
    width: 65%;
  }
  .profile01 .name .jp {
    font-size: 44px;
  }
  .profile01 .name .en {
    font-size: 18px;
    margin: 1rem 0 2rem;
  }
  .sns {
    width: 40%;
    padding: 1% 0 0;
  }
  .sns li {
    width: 25%;
  }
  .profile02 {
    font-size: 18px;
  }
}
@media screen and (min-width:1100px) {
  .profile .title {
    width: 1000px;
	margin: 0 auto;
  }
  .profile_wrap > .inner {
    width: 1000px;
  }
  .profile_wrap picture {
    position: relative;
    left: -20px;
  }
}
/* product_info */
.product_info {
  padding: 15% 0 10%;
}
.product_info .title {
  width: 45%;
  margin: 0 auto 10%;
}
.product_info .inner {
  width: 70%;
  margin: 0 auto;
}
.product_info ul li {
  margin: 0 0 25%;
}
@media screen and (min-width:751px) {
  .product_info {
    padding: 6% 0 0;
  }
  .product_info .title {
    width: 276px;
    margin: 0 auto 5%;
  }
  .product_info .inner {
    width: 95%;
    margin: 0 auto;
  }
  .product_info .inner ul {
    display: flex;
    justify-content: space-between;
  }
  .product_info .inner ul li {
    width: 30%;
    margin: 0 0 7%;
  }
  .link {
    width: 360px;
    margin: 0 auto;
  }
}
@media screen and (min-width:1000px) {
  .product_info .inner {
    width: 1000px;
  }
}
/* totop */
.totop {
  text-align: right;
  padding: 0 5% 5% 0;
}
.totop a {
  display: inline-block;
  width: 15%;
}
@media screen and (min-width:1000px) {
  .totop {
    padding: 0 3% 2% 0;
  }
}
@media screen and (min-width:751px) {
  .totop a {
    width: 85px;
  }
}
/* footer */
footer {
  background-color: #004732;
  color: #fff000;
  font-size: 10px;
  text-align: center;
  padding: 2% 0;
  letter-spacing: 1px;
  margin: 0 0 12%;
}
@media screen and (min-width:751px) {
  footer {
    font-size: 12px;
    padding: 1.5% 0;
    margin: 0;
  }
}

/* float */
.float {
  position: fixed;
  bottom: 0;
}
.float ul {
  display: flex;
  justify-content: space-between;
}
.float ul li {
  width: 50%;
}
.float ul li:first-of-type {
  border-right: 1px solid #004732;
}
.float ul li:nth-of-type(2) {
  border-left: 1px solid #004732;
}
@media screen and (min-width:751px) {
  .float {
    bottom: inherit;
    right: 0;
    top: 4%;
  }
  .float ul {
    display: block;
  }
  .float ul li {
    width: 56px;
    height: auto;
	margin: 0 0 15px;
  }
  .float ul li:first-of-type, .float ul li:nth-of-type(2) {
    border: none;
  }
}