@charset "utf-8";


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


/*************************************************

 wrapper

*************************************************/
#wrapper {
  overflow: hidden;
  color: #333;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.5;
  text-align: left;
}
.wrap {
  box-sizing: border-box;
  width: calc(100% - 30px);
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

/*************************************************

 common style

*************************************************/


/* parts-pagetop
----------------------------*/
.parts-pagetop {
  margin: 30px auto 50px;
  padding-bottom: 17px;
  text-align: right;
  border-bottom: #000 solid 2px;
}
.parts-pagetop a {
  color: #000;
  font-size: 1.3rem;
  text-decoration: none;
}
@media only screen and (max-width:767px) {
  .parts-pagetop {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}

/* parts-btn
----------------------------*/
.parts-btn {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 195px;
  padding: 5px 0 7px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  text-align: center;
}
.parts-btn.black {
  color: #fff;
  border-color: #333F48;
  background: rgb(39,55,64);
  background: linear-gradient(180deg, rgba(39,55,64,0.500437675070028) 0%, rgba(39,55,64,1) 68%, rgba(0,0,0,1) 100%);
}
.parts-btn.gray {
  color: #000;
  border-color: #C4BEB6;
  background: rgb(196,190,182);
  background: linear-gradient(180deg, rgba(196,190,182,0.4009978991596639) 0%, rgba(196,190,182,1) 68%, rgba(111,113,112,1) 100%);
}
@media only screen and (max-width:767px) {
  .parts-btn {
    max-width: 170px;
    font-size: 1.3rem;
    border-radius: 4px;
    border-width: 2px;
  }
}


/* parts-bigbtn
----------------------------*/
.parts-bigbtn {
  margin: 50px auto;
}
.parts-bigbtn a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 7px 0 9px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  border-width: 1px;
  border-color: #E1140A;
  border-style: solid;
  text-align: center;
  background: rgb(243,141,132);
  background: linear-gradient(180deg, rgba(243,141,132,1) 0%, rgba(225,20,10,1) 68%, rgba(0,0,0,0.7455357142857143) 100%);
}
@media only screen and (max-width:767px) {
  .parts-bigbtn {
    margin: 30px auto;
  }
  .parts-bigbtn a {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width:374px) {
  .parts-bigbtn a {
    font-size: 4.8vw;
  }
}

/* parts-flexbtns
----------------------------*/
.parts-flexbtns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 410px;
  margin: 70px 0 0 auto;
}
.parts-flexbtns li {
  width: calc(50% - 10px);
}
@media only screen and (max-width:767px) {
  .parts-flexbtns {
    margin: 40px auto 0;
  }
  .parts-flexbtns li {
    width: calc(50% - 4px);
  }
}


/* parts-flexbox
----------------------------*/
.parts-flexbox {
  display: flex;
  min-height: 340px;
}
.parts-flexbox .image {
  width: 43.474%;
  background: no-repeat center center / cover;
}
.parts-flexbox .texts {
  box-sizing: border-box;
  width: 56.526%;
  padding: 15px 22px;
  font-size: 1.5rem;
  background-color: rgba(196, 190, 182, 0.35);
  line-height: 1.7;
}
.parts-flexbox .texts .ttl {
  margin-bottom: 10px;
  color: #000;
  font-size: 2.5rem;
  font-weight: 500;
}
.parts-flexbox .texts .ttl span {
  display: inline-block;
  color: #E1140A;
}
@media only screen and (max-width:767px) {
  .parts-flexbox {
    display: block;
    min-height: 0;
  }
  .parts-flexbox .image {
    width: auto;
    height: 0;
    padding-bottom: 58.683%;
  }
  .parts-flexbox .texts {
    width: auto;
    padding: 15px 14px;
    font-size: 1.4rem;
  }
  .parts-flexbox .texts .ttl {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
}

.parts-flexbox.box01 .image {
  background-image: url(../images/photo_01.jpg);
}
.parts-flexbox.box02 {
  height: 340px;
}
.parts-flexbox.box02 .texts {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  order: 1;
}
.parts-flexbox.box02 .texts .ttl {
  margin: 0;
}
.parts-flexbox.box02 .image {
  order: 2;
}
.parts-flexbox.box02 .image {
  background-image: url(../images/photo_02.jpg);
}
@media only screen and (max-width:767px) {
  .parts-flexbox.box02 {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .parts-flexbox.box02 .texts {
    padding: 40px 0;
  }
}


/*************************************************

 header

*************************************************/
#header {
  line-height: 0;
}
#header img {
  width: 100%;
}


/*************************************************

 footer

*************************************************/
#footer .wrap {
  padding-bottom: 25px;
}


/*************************************************

 first-leads

*************************************************/
#first-leads {
  margin: 50px auto;
  line-height: 0;
}
@media only screen and (max-width:767px) {
  #first-leads {
    margin: 20px auto;
  }
}

/*************************************************

 product-area01

*************************************************/
#product-area01 {
  margin-top: 50px;
}
#product-area01 .title {
  margin-bottom: 50px;
  font-size: 2.6rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  #product-area01 {
    margin-top: 30px;
  }
  #product-area01 .title {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}

#product-area01 .product-box {
  margin-top: 60px;
}
#product-area01 .product-box .in-flex {
  display: flex;
  justify-content: space-between;
}
#product-area01 .product-box .in-flex > * {
  display: flex;
  flex-direction: column;
}
#product-area01 .product-box .texts {
  justify-content: space-between;
  width: 48.235%;
  font-size: 1.4rem;
}
#product-area01 .product-box .color {
  margin-bottom: 15px;
  color: #E1140A;
  font-size: 1.9rem;
}
#product-area01 .product-box .ttl {
  margin-bottom: 25px;
  line-height: 0;
}
#product-area01 .product-box .inner {
  max-width: 410px;
  line-height: 1.7;
}
#product-area01 .product-box .lead {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
#product-area01 .product-box dl {
  margin-top: 15px;
  padding: 15px 20px;
  background-color: rgba(111, 113, 112, 0.35);
}
#product-area01 .product-box dt {
  margin-bottom: 6px;
  font-size: 1.6rem;
  font-weight: 700;
}
#product-area01 .product-box .images {
  overflow: hidden;
  width: 50.588%;
  text-align: right;
}
#product-area01 .product-box .images a {
  margin-left: auto;
}
@media only screen and (max-width:767px) {
  #product-area01 .product-box {
    margin-top: 25px;
  }
  #product-area01 .product-box .in-flex {
    display: block;
  }
  #product-area01 .product-box .texts {
    width: auto;
    font-size: 1.2rem;
  }
  #product-area01 .product-box .color {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  #product-area01 .product-box .ttl {
    margin-bottom: 15px;
  }
  #product-area01 .product-box .ttl img {
    max-width: 90%;
  }
  #product-area01 .product-box .inner {
    max-width: 410px;
    line-height: 1.7;
  }
  #product-area01 .product-box .lead {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  #product-area01 .product-box dl {
    margin-top: 20px;
    padding: 15px;
  }
  #product-area01 .product-box dt {
    margin-bottom: 4px;
    font-size: 1.5rem;
    text-align: center;
  }
  #product-area01 .product-box .images {
    width: auto;
    text-align: center;
    margin-top: 35px;
  }
  #product-area01 .product-box .images figure {
    margin-right: 0;
  }
  #product-area01 .product-box .images img {
    max-width: 80%;
  }
  #product-area01 .product-box .images .btn {
    margin-top: 25px;
  }
  #product-area01 .product-box .images a {
    margin: 0 auto;
  }
}


/*************************************************

 composition-area

*************************************************/
#composition-area .title {
  margin-bottom: 25px;
  color: #E1140A;
  font-size: 2rem;
  font-weight: 700;
}
#composition-area .table-title {
  margin-bottom: 10px;
  line-height: 0;
}
#composition-area .istable {
  border-bottom: #1A1311 solid 1px;
}
#composition-area .istable + .table-title {
  margin-top: 30px;
}
#composition-area .istable dl {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: #1A1311 solid 1px;
}
#composition-area .istable dl > * {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.4;
}
#composition-area .istable dt {
  width: 105px;
  text-align: left;
  border-right: #1A1311 solid 1px;
}
#composition-area .istable .ishead > * {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  background-color: #1E2A31;
}
#composition-area .istable .ishead dt {
  border-right-color: #fff;
}
#composition-area .istable .ishead dd {
  padding: 0;
}
#composition-area .istable .in-col3 {
  padding: 0;
}
#composition-area .istable .in-col3 ul {
  display: flex;
}
#composition-area .istable .in-col3 li {
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 5px 0;
}
#composition-area .istable .in-col3 li.in2 {
  width: calc(100% / 3 * 2);
}
#composition-area .istable .in-col3 li + li {
  border-left: #1E2931 solid 1px;
}
#composition-area .istable .ishead .in-col3 li + li {
  border-color: #fff;
}
@media only screen and (min-width:768px) {
  #composition-area .istable.sp {
    display: none !important;
  }
  #composition-area .istable dl:nth-child(odd) {
    background-color: #DFDFDF;
  }
}
@media only screen and (max-width:767px) {
  #composition-area .istable.pc {
    display: none !important;
  }
  #composition-area .title {
    font-size: 1.2rem;
  }
  #composition-area .is-sp-title {
    margin-bottom: 10px;
    padding: 3px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    background-color: #283640;
  }
  #composition-area dl + .is-sp-title {
    margin-top: 25px;
  }
  #composition-area .istable {
    border-bottom: none;
  }
  #composition-area .istable dl {
    display: block;
    border-bottom: #6F7170 solid 1px;
  }
  #composition-area .istable dl:nth-child(even) {
    background-color: transparent;
  }
  #composition-area .istable dl > * {
    display: block;
    padding: 7px 5px;
    font-weight: 700;
    text-align: left;
  }
  #composition-area .istable dt {
    width: auto;
    padding: 5px 10px;
    color: #fff;
    background-color: #6F7170;
    border-right: none;
  }
  #composition-area .istable .ishead {
    margin-bottom: 5px;
  }
  #composition-area .istable .ishead > * {
    padding: 0;
    color: #000;
    font-size: 2rem;
    background-color: transparent;
  }
  #composition-area .istable .ishead dt {
    display: none;
  }
  #composition-area .parts-pagetop {
    width: auto;
  }
}



/*************************************************

 product-area02

*************************************************/
#product-area02 {
  margin-top: 50px;
}
@media only screen and (max-width:767px) {
  #product-area02 {
    margin-top: 30px;
  }
}


#product-area02 .product-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}
#product-area02 .product-box .titles {
  width: 100%;
}
#product-area02 .product-box .ttl {
  margin-bottom: 20px;
  line-height: 0;
}
#product-area02 .product-box .color {
  font-size: 1.6rem;
  line-height: 1.2;
}
#product-area02 .product-box .color span {
  display: inline-block;
  /* background-color: #FFE800; */
}
#product-area02 .product-box .texts {
  width: 42.353%;
  padding-top: 35px;
  font-size: 1.4rem;
}
#product-area02 .product-box .icons {
  margin-bottom: 40px;
  line-height: 0;
}
#product-area02 .product-box .texts ul {
  display: table;
  font-size: 1.6rem;
  line-height: 1.8;
}
#product-area02 .product-box .texts li {
  position: relative;
  padding-left: 1em;
  font-weight: 500;
}
#product-area02 .product-box .texts li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '・';
}
#product-area02 .product-box .images {
  overflow: hidden;
  width: 48.235%;
  text-align: center;
}
#product-area02 .product-box .images .btn {
  /* display: flex; */
  justify-content: space-between;
  margin-top: 20px;
}
#product-area02 .product-box .images a {
  /* width: 47.861%; */
  margin-left: auto;
}
@media only screen and (max-width:767px) {
  #product-area02 .product-box {
    display: block;
    margin-top: 40px;
  }
  #product-area02 .product-box .color {
    font-size: 1.1rem;
  }
  #product-area02 .product-box .ttl {
    margin-bottom: 10px;
  }
  #product-area02 .product-box .ttl img {
    width: 337px;
    max-width: 90%;
  }
  #product-area02 .product-box .texts {
    width: auto;
    max-width: 242px;
    margin: 0 auto;
    padding-top: 15px;
  }
  #product-area02 .product-box .icons {
    margin-bottom: 20px;
  }
  #product-area02 .product-box .texts ul {
    font-size: 1.1rem;
  }
  #product-area02 .product-box .images {
    width: auto;
    text-align: center;
    margin-top: 35px;
  }
  #product-area02 .product-box .images figure {
    margin-right: 0;
  }
  #product-area02 .product-box .images img {
    max-width: 76%;
  }
  #product-area02 .product-box .images .btn {
    max-width: 320px;
    margin: 25px auto 0;
  }
  #product-area02 .product-box .images a {
    margin: 0 auto;
  }
}




/*************************************************

 border-title01

*************************************************/
.border-title01 {
  position: relative;
  margin-top: 30px;
  font-size: 1.6rem;
  text-align: center;
}
.border-title01:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #000000;
}
.border-title01 span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (max-width:767px) {
  .border-title01 {
    margin-top: 30px;
    padding: 10px;
    font-size: 1.5rem;
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
  }
  .border-title01:before {
    display: none;
  }
  .border-title01 span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    z-index: 2;
  }
}