#uv_lp * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

#uv_lp {
  overflow: hidden;
  font-family: -apple-system, "Yu Gothic Medium", "Yu Gothic", BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, Verdana, Meiryo, sans-serif;
  font-weight: normal;
}

#mainvisual {
  margin: 0;
}

#uv_lp .container {
  background-color: #f7f7f8;
  width: 1200px;
  margin: 0 auto;
}

#intro {
  background-color: #d6efff;
  padding: 58px 120px 122px;
}

.intro_info {
  width: 900px;
  /* padding: 50px 152px; */
  padding: 50px 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

.intro_info_top {
  max-width: 530px;
  margin: 6px auto;
  border-top: 2px #058adb solid;
  border-bottom: 2px #058adb solid;
}

.intro_info_top_text {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #058adb;
  background: #fffdcc;
  line-height: 2;
}

.intro_info_main {
  margin: 20px auto 37px;
}

.intro_info_main_text {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
  color: #058adb;
}

.intro_info_bottom {}

.intro_info_bottom_text {
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1.625;
}

.uv_content {
  background: #f7f7f8;
  margin-bottom: 170px;
}

.content_head {
  position: relative;
  z-index: 2;
  font-size: 34px;
  letter-spacing: .075em;
  padding: 29px 0;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.content_head span {
  position: relative;
  z-index: 2;
}

.content_head::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc((-100%) + 30px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 210px;
  height: 105px;
  border-radius: 210px 210px 0 0;
}

.content_head::after {
  content: "";
  width: 105px;
  height: 54px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}


#content01 .content_head::after {
  z-index: 1;
  width: 105px;
  height: 115px;
  background: url(./../img/2304/title-deco_01.jpg) no-repeat;
  background-size: contain;
}

#content02 .content_head::after {
  z-index: 1;
  width: 105px;
  height: 118px;
  background: url(./../img/2304/title-deco_02.jpg) no-repeat;
  background-size: contain;
}


.orange, .orange::before {
  background-color: #f99d00;
}

.c-orange {
  color: #f99d00;
}

.blue, .blue::before {
  background: url(./../img/2304/title-deco_02-bg.jpg);
}

.c-blue {
  color: #058adb;
}

.product {
  width: 900px;
  margin: 60px auto 0;
}

.product_thumbnail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.product_detail-v2 .product_detail_info {
  width: calc(100% - 510px);
}



.product_name {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: .05em;
  font-weight: bold;
  text-align: left;
  line-height: 1.27;
  white-space: nowrap;
}


.product_detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product_detail-v2 .product_images {
  position: static;
  display: flex;
  max-width: 510px;
}



.product_detail-v2 .product_images img {
  width: 250px;
  height: 250px;
}



.product_detail-v2 .product_images img:last-of-type {
  margin-left: 10px;
}

.product_catch {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .01em;
  margin-bottom: 1em;
}



.product_detail_text {}

.product_detail_text_point {
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: .01em;
  line-height: 1.625;
}

.more_button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
  height: 80px;
  text-align: center;
  font-size: 20px;
  color: #fff !important;
  background-color: #000;
  line-height: 1;
  border-radius: 40px;
  margin: 0 auto;
}



.more_button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  width: 9px;
  height: 15px;
  background: url(./../img/arrow.png);
  background-size: contain;
}

.more_button:link {
  color: #fff;
}

.more_button-category {
  margin-top: 40px;
  border: 1px solid #000;
  color: #000 !important;
  background-color: #fff;
}

.more_button-category::after {
  background: url(./../img/arrow-b.png);
}

@media screen and (max-width:1024px) {
  #uv_lp .container {
    width: 100%;
  }
  #intro {
    padding: 4.8% 10% 10.1%;
  }
  .intro_info {
    width: 100%;
    padding: 5% 10.8%;
  }
  .intro_info_top_text {
    font-size: 18px;
  }
  .intro_info_main_text {
    font-size: 30px;
  }
  .intro_info_bottom_text {
    font-size: 14px;
  }
  .product {
    max-width: 900px;
    width: 100%;
    padding: 0 5%;
  }
  .product_thumbnail_item {
    width: 49%;
  }
  .product_thumbnail_item:last-of-type {
    margin-left: 2%;
  }
  .product_name {
    font-size: 2.148vw;
  }
  .product_catch {
    font-size: 1.953vw;
  }

  .product_detail_text_point {
    font-size: 1.563vw;
  }


  .product_detail-v2 .product_images {
    position: static;
    display: flex;
    max-width: 49.805vw;
  }
  .product_detail-v2 .product_images img {
    width: 24.414vw;
    height: 24.414vw;
  }
  

  .product_detail-v2 .product_detail_info {
    width: calc(100% - 49.805vw);
  }

  .more_button {
    max-width: 39.063vw;
    width: 100%;
    height: 7.813vw;
    font-size: 1.953vw;
    border-radius: 3.906vw;
    margin: 0 auto;
  }

  .more_button-category {
    margin:3.906vw auto 0;
   }

}

@media screen and (max-width:640px) {

  .sp_none {
    display: none;
  }
  
  #intro {
    padding: 10% 5.3% 20%;
  }
  .intro_info {
    padding: 10% 5% 13.8%;
  }
  .intro_info_top_text {
    font-size: 11px;
  }
  
  .intro_info_main {
    margin-bottom: 19px;
  }
  
  .intro_info_main_text {
    font-size: 21px;
  }

  .intro_info_bottom_text {
    font-size: 12px;
    letter-spacing:inherit;
  }

  .uv_content {
    margin-bottom: 70px;
  }

  .content_head {
    padding: 15px 0;
    font-size: 17px;
  }

  .content_head > span {
    position: relative;
    z-index: 2;
  }

  .content_head::before {
    width: 105px;
    height: 50.25px;
    border-radius: 105px 105px 0 0;
    top:calc((-100%) + 15px);
  }

  .content_head::after {

    top:-20px;
  }

  #content01 .content_head::after {
    z-index: 1;
    width: 55px;
    height: 57.5px;
    background: url(./../img/2304/title-deco_01.jpg) no-repeat;
    background-size: contain;
  }
  
  #content02 .content_head::after {
    z-index: 1;
    width: 52.5px;
    height: 59px;
    background: url(./../img/2304/title-deco_02.jpg) no-repeat;
    background-size: contain;
  }
  


  .more_button {
    font-size: 13px;
    height: 40px;
  }

  .product {
    margin: 25px 0;
    padding: 0;
  }
  
  .product_detail_text {
    width: 100%;
  }
  
  .product_detail {
    position: relative;
  }

  .product_thumbnail_item:last-of-type {
    margin-left: 0;
  }

  .slider  {
    padding-left: 5%;
    margin-bottom: 20px;
  }

  .slider .slick-list {
    padding: 0 10% 0 0!important;
  }
  .slider li {
    margin: 0 0.5%;
  }
  
  .slider li figcaption {
    margin: 10px 0 0;
  }


  .product_detail {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position: relative;
    z-index: 2;
    padding: 0 5%;
  }

  .product_images {
    position: absolute ;
    z-index: 1;
    width: 20%;
    top: -30px;
    right: 5%;
  }

    .product_images {
      position: static ;
      width: 50%;
      height: auto;
      margin-bottom: 20px;
    }

  .product_name {
    position: relative;
    z-index: 2;
    width: 100%;
    font-size: 16px;
    white-space: inherit;
  }
  
  .product_detail_text_point {
    font-size: 12px;
  }

  .more_button {
    width: 90%;
    margin: 0 auto;
  }
  .more_button-category {
    max-width: inherit;
    margin-top: 20px;
  }
}


@media screen and (max-width:360px)  {

}



@media screen and (max-width:640px){
  .slider {
    width: 100%;
  }
}



.staff {
  position: relative;
  background: #fff;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #f99d00;
  max-width: 760px;
  margin: 60px auto;
}


#content02 .staff {
  border: 2px solid #058adb;
}

#content02 .staff_head {
  background:#058adb ;
}

@media screen and (max-width:640px){
  .staff {
    width: 90%;
    margin: 30px auto;
  }
}

.bg-grid {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  background-image: linear-gradient(#f2f2f2 1px, transparent 1px),linear-gradient(to right, #f2f2f2 1px, transparent 1px);
  background-size: 12px 12px;
}

.staff_box {
  position: relative;
  z-index: 3;
  padding: 44px;
  font-size: 0;
  color: #333333;
}

@media screen and (max-width:640px){
  .staff_box {
    padding:  35px;
  }
}


.staff_head {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  max-height: 70px;
  font-size: 26px;
  letter-spacing: .005em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #f99d00
}

@media screen and (max-width:640px){
  .staff_head {
    width: 100%;
    height: 35px;
    max-height: 35px;
    font-size: 16px;
  }
}

.staff_image {
  display: inline-block;
  vertical-align: top;
  width: 240px;
}

@media screen and (max-width:640px){
  .staff_image {
    display: block;
    width: 100%;
  }
  .staff_image img {
    width: 100%;
  }
}

.staff_information {
  width: calc(100% - (240px + 50px))  ;
  display: inline-block;
  vertical-align: top; 
  margin-left: 50px;
}

@media screen and (max-width:640px){
  .staff_information {
    width: 100%;
    margin-left: 0;
  }

}

.staff_profile {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width:640px){
  .staff_profile {
    margin-top: 20px;
  }
}

.staff_profile_photo {
  vertical-align: top;
  display: inline-block;
  width: 100px;
  height: 100px;
}

.staff_profile_content {
  vertical-align: top;
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width:640px){
  .staff_profile_content {
    margin-left: 15px;
  }
}

.staff_profile_content_name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .005em;
  line-height: 1.1;
}

@media screen and (max-width:640px){
  .staff_profile_content_name {
    font-size: 15px;
    line-height: 1.1;
  }
}

.staff_profile_content_company,
.staff_profile_content_store,
.staff_profile_content_height {
  font-size: 16px;
  letter-spacing: .005em;
  line-height: 1.375;
}

@media screen and (max-width:640px){
  .staff_profile_content_company,
  .staff_profile_content_store,
  .staff_profile_content_height {
    font-size: 12px;
  }
}

.staff_comment {
  margin-top: 40px;
}

@media screen and (max-width:640px){
  .staff_comment {
    margin-top: 20px;
  }
}

.staff_comment_txt {
  font-size: 18px;
  line-height: 1.66;
  letter-spacing: .005em;
}

@media screen and (max-width:640px){
  .staff_comment_txt {
    font-size: 13px;
  }
}

.staff_comment_txt span {
  white-space: nowrap;
  display: block;
}

@media screen and (max-width:640px) {
  .product_detail-v2 .product_detail_info {
    width: 100%;
  }
}
@media screen and (max-width:640px) {
  .product_detail-v2 .product_images {
    position: static;
    display: flex;
    width: 100%;
  }
}

@media screen and (max-width:640px) {
  .product_detail-v2 .product_images img {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width:640px) {
  .product_catch {
    font-size: 13px;
    margin-bottom: 1em;
  }
}



.other-type .other_product {
  max-width: 900px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #fff;
  padding: 40px 60px;
  margin: 40px auto 60px;
  border-radius: 20px;
}

@media screen and (max-width:640px) {
  .other-type .other_product {
    width: calc(100% - 10%);
    margin: 20px auto 30px;
}
}

.other-type ._product {
  max-width: 320px;
  margin: 0;
}

@media screen and (max-width:640px) {
  .other-type ._product {
    max-width: inherit;
    margin: 0;
  }
}

.other-type ._product:nth-of-type(even) {
  margin-left: 60px;
}

@media screen and (max-width:640px) {
  .other-type ._product:nth-of-type(even) {
    margin-left: 0;
    margin-top: 40px;
  }
}

.other-type ._thumbnail {
  margin-bottom: 20px;
}

.other-type .more_button {
  max-width: 320px;
  height: 60px;
}

@media screen and (max-width:640px) {
  .other-type .more_button {
    max-width: 320px;
    height: 45px;
  }
}
