@charset "UTF-8";

/*===========================
ui3210
===========================*/
#ui3210 {
	font-family: 'Noto Sans JP', sans-serif;
	}

a {
  color: unset;
  text-decoration: none;
}
a:hover{
  color: unset;
}

.plan03 a {
  border: solid 2px transparent;
  transition: 0.5s;
}

.plan03 a:hover {
  border: 2px solid #0784E8;
}

/* 共通
------------------------------------- */
#ui3210 .mainVisual_inner {
  width: 1160px;
  margin: 0 auto;
}

#ui3210 .plan01 p,#ui3210 .plan02 p,#ui3210 .plan03 p {
  font-size: 1.8rem;
}

#ui3210 .head-border {
  width: 200px;
  margin: 0 auto;
}

#ui3210 h2 {
  font-size: 3.0rem;
  position: relative;
  color: #353535;
  font-weight: bold;
  text-align: center;
  width: 200px;
}

#ui3210 h2:before,
#ui3210 h2:after {
  position: absolute;
  top: 48%;
  width: 5rem;
  border-top: 2px dashed;
  content: '';
}

#ui3210 h2:before {
  left: -5rem;
}

#ui3210 h2:after {
  right: -5rem;
}

#ui3210 .text_center {
  text-align: center;
  padding-top: 20px;
}


/* その１ */
#ui3210 .plan01 {
  padding: 50px 0;
  background: linear-gradient(0deg, #626262, #1d1d1d);
}

#ui3210 .plan01 .container {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
  padding-top: 20px;
}

#ui3210 .plan01 a {
  display: block;
  position: relative;
  padding: 15px 0;
  font-size: 1.8rem;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #333;
  border: 2px solid #333;
  border-radius: 100px;
  background: #fff;
  margin-top: 15px;
  width: 500px;
  text-align: center;
}

#ui3210 .plan01 a:hover {
  background: #333;
  color: #fff;
  border: 2px solid #fff;
}

#ui3210 .plan01 a::before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 3.5rem;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

#ui3210 .plan01 h2, #ui3210 .plan01 p {
  color: #fff;
}

#ui3210 .plan01 p span {
  font-size: 1.5rem;
}

/* その２ */
#ui3210 .plan02 {
  padding: 50px 0;
  background: linear-gradient(0deg, #b4b4b4, #888888);
}

#ui3210 .plan02 .container {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
  padding-top: 20px;
}

#ui3210 .plan02 a {
  display: block;
  position: relative;
  padding: 15px 0;
  font-size: 1.8rem;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #333;
  border: 2px solid #333;
  border-radius: 100px;
  background: #fff;
  margin-top: 15px;
  width: 500px;
  text-align: center;
}

#ui3210 .plan02 a:hover {
  background: #333;
  color: #fff;
  border: 2px solid #fff;
}

#ui3210 .plan02 a::before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 3.5rem;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

#ui3210 .plan02 h2, #ui3210 .plan02 p {
  color: #fff;
}

#ui3210 .plan02 p span {
  font-size: 1.5rem;
}

/* その３ */
#ui3210 .plan03 {
  padding: 50px 0;
}

#ui3210 .plan03_inner {
  width: 1160px;
  margin: 0 auto;
}

#ui3210 .plan03 .container {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding-top: 20px;
}

#ui3210 .plan03 .box01,#ui3210 .plan03 .box02 {
  border: 2px solid #dbdbdb;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 50px;
}

#ui3210 .plan03 .product_name {
  font-weight: bold;
  padding-top: 10px;
}

#ui3210 .plan03 .spec {
  font-size: 1.5rem;
  padding-top: 10px;
  text-align: center;
}

#ui3210 .plan03 .price-red {
  font-size: 3.6rem;
  padding: 10px 0 50px;
  color: #e00000;
}

#ui3210 .plan03 .price-red span{
  font-size: 1.8rem;
}

.concept_title {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.concept_title p {
  font-weight: bold;
  font-size: 2.0rem;
  padding-top: 21px;
  color: #000;
}

.small-text {
  font-size: 1.5rem;
  padding-top: 10px;
}

/* --------------------------------------
   （SP用）
--------------------------------------*/
@media screen and (max-width: 767px) {
	
/* 共通
------------------------------------- */
#ui3210 .mainVisual_inner {
  width: auto;
}

#ui3210 .plan01 .box02, #ui3210 .plan02 .box02 {
  text-align: center;
}

/* その１ */
#ui3210 .plan01 {
  padding: 30px 10px;
}

#ui3210 .plan01 .container {
  flex-direction: column;
  gap: 20px;
}

#ui3210 .plan01 a {
  padding: 15px 50px;
  width: 300px;
  display: inline-block;
}

#ui3210 .plan01 a::before {
  right: 18px;
}

/* その２ */
#ui3210 .plan02 {
  padding: 30px 10px;
}

#ui3210 .plan02 .container {
  flex-direction: column;
  gap: 20px;
}

#ui3210 .plan02 a {
  padding: 15px 50px;
  width: 300px;
  display: inline-block;
}

#ui3210 .plan02 a::before {
  right: 18px;
}

/* その３ */
#ui3210 .plan03 {
  padding: 30px 10px;
}

#ui3210 .plan03_inner {
  width: auto;
}

#ui3210 .plan03 .container {
  flex-direction: column;
  gap: 20px;
}

#ui3210 .plan03 .box01, #ui3210 .plan03 .box02 {
  padding: 0 20px;
}


.concept_title {
  padding-top: 20px;
}

.concept_title p {
  font-weight: bold;
  font-size: 2.0rem;
  padding-top: 21px;
  color: #000;
}

}

/* コンセプト（FMWORLD）
------------------------------------- */
.conceptMainTxt,.conceptSubTxt,.conceptSubTxt,.conceptSubTxt{
  margin-top: 28px ;
}

@media screen and (min-width: 751px){
  .concept-Wrap {
    background-image: url("gray_PC.png"),url("brand_image-001_PC.jpg");
    background-repeat: no-repeat,no-repeat;
    height: 840px;
    background-size: auto 840px;
    background-position: 0% 0%, 100% 100%;
    position: relative;
  }
  }

  @media screen and (max-width: 750px){
  .concept-Wrap {
    background-image: url("gray_SP.png"),url("brand_image-001_SP.jpg");
    background-repeat: no-repeat,no-repeat;
    height: 1280px;
    background-size: 750px, 750px;
    background-position: 50% 40%, 50% 100%;
  }
  }

  @media screen and (max-width: 440px){
  .concept-Wrap {
    background-image: url("gray_SP.png"),url("brand_image-001_SP.jpg");
    background-repeat: no-repeat,no-repeat;
    height: 1100px;
    background-size: 500px, 440px;
    background-position: 50% 0%, 50% 100%;
  }
  }
  @media screen and (min-width: 751px){
  .concept-Wrapper {
    padding: 2% 14%;
    position: absolute;
    top: 67px;
    left: 0;
    height: auto;
  }
  }

  .concept-Inner01 {
    max-width: 1200px;
    margin: 0 auto;
  }
  @media screen and (max-width: 750px){
  .concept-Inner01 {
    position: relative;
    padding-top: 20px;
  }
  }
  .concept-Inner02 {
    max-width: 1200px;
    margin: 0 auto;
  }

  .concept-Txt {
    padding: 50px 0;
  }
  @media screen and (max-width: 750px){
  .concept-Txt {
    padding: 0 4% 0;
    position: static!important;
    top: 0;
    left: 0;
    z-index: auto;
  }
  }
  .concept-Title{
      margin-left: 0.5%;
    }
  @media screen and (max-width: 750px){
    .concept-Title{
      width: 138px;
      margin-top: 0!important;
    }
  }
  @media screen and (max-width: 750px){
    .concept-Wrap > .conceptSubTitle{
      width: 300px;
      margin-top: 36px;
    }
  }
  .conceptMainTxt {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2;
    
  }
  @media screen and (max-width: 750px){
  .conceptMainTxt {
    font-size: calc( 2.6vw + 10px );
    line-height: calc( 140% + 1vw - -8.4px );
  }
  }
  .conceptSubTxt {
    line-height: 2;
  }
  @media screen and (max-width: 750px){
  .conceptSubTxt{
    font-size: calc( 1.1vw + 10px );
    line-height: calc( 140% + 1vw - -4.4px );			
  }
    p.conceptSubTxt:first-child {
      margin-top: 42px;
    }
  }
  .concept-Inner01 figure {
    margin: 70px 0 0;
  }
  .concept-Inner02 figure {
    margin: 70px 0 0;
    text-align: center;
  }
  @media screen and (max-width: 750px){
  .concept-Img {
    padding: 0px 20px;
  }
  }
  @media screen and (min-width: 751px){
    figure.img-brandConcept02 {
      display: none;
    }

    figure.img-brandConcept01 {
      display: none;
    }
  }
  @media screen and (max-width: 750px){
    figure.img-brandConcept02 {
      display: block;
      margin: 0;
      position: absolute;
      top: 70px;
      z-index: 900;
    }

    figure.img-brandConcept01 {
      display: block;
      margin: 0;
      position: absolute;
      top: 0;
      z-index: 1000;
    }
  }
  
   











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

  /* 共通
------------------------------------- */


/* コンセプト（FMWORLDFMWORLD）
------------------------------------- */
.conceptMainTxt,.conceptSubTxt,.conceptSubTxt,.conceptSubTxt{
  margin-top: 15px ;
}

}
