@charset "utf-8";



/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#mv {
  position: relative;
}

#mv .mv_img img {
  width: 100%;
}
#mv_content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #202020;
  color: #fff;
}
#mv_content .container {
  height: 100%;
  position: relative;
}
.mv_copy {
  font-weight: 700;
  letter-spacing: .15em;
}
.mail_btn {
  position: absolute;
}

@media only screen and ( max-width : 767px ) {
  #mv_content {
    padding: 1.5rem;
  }
  .mv_copy {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .mv_cta_btn {
    width: 28rem;
    margin: 0 auto;
    display: block;
  }
}
@media print, screen and ( min-width : 768px ) {
  #mv_content {
    height: 12rem;
  }
  .mv_cta_btn {
    width: 36rem;
  }
  .mv_copy {
    font-size: 2.6rem;
    width: 50%;
    text-align: center;
  }
  .mail_btn {
    width: 8rem;
    right: -8rem;
    top: -4rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   INTRODUCTION

--------------------------------------------------------------------------------------------- */
#introduction p {
  line-height: 2em;
  letter-spacing: .08em;
  text-align: center;
}
#introduction .intro_bottom_txt {
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: .15em;
}
@media only screen and ( max-width : 767px ) {
  #introduction h2 {
    max-width: 28rem;
    margin: 0 auto 3rem;
  }
  .intro_bottom_txt {
    font-size: 2rem;
    margin-top: 2.6rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #introduction h2 {
    margin-bottom: 5rem;
  }
  .intro_bottom_txt {
    font-size: 3rem;
    margin-top: 5rem;
  }
}



/* ---------------------------------------------------------------------------------------------

　   FEATURE

--------------------------------------------------------------------------------------------- */
#feature {
  position: relative;
  z-index: 2;
}
#feature img {
  width: 100%;
}

.feature_txt p {
  line-height: 2em;
  letter-spacing: .1em;
  text-align: center;
}
@media only screen and ( max-width : 767px ) {
  #feature {
    margin-top: -8vw;
    padding-bottom: 4rem;
  }
  .feature_txt {
    font-size: 1.4rem;
    padding: 0 2rem;
    margin-top: -4vw;
    position: relative;
    z-index: 2;
  }
}
@media print, screen and ( min-width : 768px ) {
  #feature {
    margin-top: -8vw;
  }
  .feature_txt {
    top: 37.5vw;
    font-size: 1.2vw;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
  }
}

@media print, screen and ( min-width : 2000px ) {
  .feature_txt {
    font-size: 2.2rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CATEGORY

--------------------------------------------------------------------------------------------- */
#category {
  position: relative;
  z-index: 3;
}
#category h2,
#category .category_txt {
  text-align: center;
}
#category h2 {
  letter-spacing: .4em;
  margin-bottom: .3em;
}
#category .category_txt {
  line-height: 1.8em;
  letter-spacing: .1em;
}
@media only screen and ( max-width : 767px ) {
  #category h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  #category .category_txt {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  #category li {
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
  }
  #category li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and ( min-width : 768px ) {
  #category {
    margin-top: -8vw;
  }
  #category h2 {
    font-size: 2.4rem;
  }
  #category .category_txt {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  #category ul {
    max-width: 75rem;
    margin: 0 auto;
  }
  #category li {
    width: 19.2%;
    margin-right: 1%;
    margin-top: 1%;
  }
  #category li:nth-child(5n) {
    margin-right: 0;
  }
  #category .sec_en_tit {
    top: 12%;
  }
}
/* ---------------------------------------------------------------------------------------------

　   BRAND

--------------------------------------------------------------------------------------------- */
#brand {
  background: #000;
  color: #fff;
}
#brand .sec_tit {
  text-align: left;
}
.bland_txt {
  line-height: 1.8em;
  letter-spacing: .08em;
}
.brand_photo_item:last-child {
  margin-right: 0;
}
@media only screen and ( max-width : 767px ) {
  #brand {
    padding-top: 8rem;
  }
  .brand_img {
    position: absolute;
    width: 25rem;
    top: -18rem;
    right: -2rem;
  }
  .brand_photo_gallery {
    margin-right: -2rem;
    margin-left: -2rem;
    justify-content: space-between;
    margin-top: 4rem;
    flex-wrap: wrap;
  }
  .brand_photo_item {
    width: 49%;
    margin-top: 2%;
  }
}
@media print, screen and ( min-width : 768px ) {
  #brand {
    padding: 14rem 0;
  }
  #brand .sec_en_tit {
    top: -10rem;
  }
  .brand_content {
    padding-left: 20rem;
    padding-top: 18rem;
    margin-bottom: 15rem;
  }
  .bland_txt {
    font-size: 1.8rem;
  }
  .brand_img {
    position: absolute;
    width: 52rem;
    top: 0;
    right: -15rem;
  }
  .brand_photo_gallery {
    padding-left: 6rem;
    margin-right: -15rem;
  }
  .brand_photo_item {
    margin-right: 1rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   REASON

--------------------------------------------------------------------------------------------- */
.reason_box:last-child {
  margin-bottom: 0;
}
.reason_content h3 {
  letter-spacing: .15em;
}
.reason_content h3 span {
  display: inline-block;
  padding-right: .5em;
  margin-right: .5em;
  position: relative;
}
.reason_content h3 span:after {
  content: "";
  width: 1px;
  height: 1em;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.reason_txt {
  line-height: 2em;
  letter-spacing: .08em;
}
@media only screen and ( max-width : 767px ) {
  #reason h2 {
    width: 32rem;
    margin-left: -8rem;
    margin-bottom: 4rem;
  }
  .reason_box {
    margin-bottom: 5rem;
  }
  .reason_num {
    margin-bottom: 2rem;
  }
  .reason_num img {
    height: 6rem;
  }


  .reason_content h3 {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
  }
  .reason_content h3 span {
    font-size: 2rem;
  }
  .reason_content {
  }
  .reason_img {
    margin-top: 3rem;
  }
  .reason_box:nth-of-type(2) .reason_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .reason_box:nth-of-type(3) .reason_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media print, screen and ( min-width : 768px ) {
  #reason h2 {
    width: 48rem;
    margin-left: -14rem;
    margin-bottom: 8rem;
  }
  .reason_box {
    margin-bottom: 10rem;
  }
  .reason_num {
    margin-bottom: 3rem;
  }
  .reason_num img {
    height: 9rem;
  }
  .reason_box:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .reason_content h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .reason_content h3 span {
    font-size: 2.4rem;
  }
  .reason_content {
    width: 46%;
  }
  .reason_img {
    width: 74%;
  }
  .reason_box:nth-child(odd) .reason_img {
    margin-left: -20%;
  }
  .reason_box:nth-child(even) .reason_img {
    margin-right: -20%;
  }
  .reason_box:nth-child(odd) .reason_content {
    padding-left: 4rem;
  }
  .reason_box:nth-child(even) .reason_content {
    padding-right: 4rem;
  }
  .reason_box:nth-of-type(2) .reason_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .reason_box:nth-of-type(3) .reason_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CASE

--------------------------------------------------------------------------------------------- */
.case_box h3,
.case_box p {
  letter-spacing: .1em;
}
.case_bottom_txt img {
  display: block;
  margin: 0 auto;
}
@media only screen and ( max-width : 767px ) {
  .case_box {
    margin-bottom: 4rem;
  }
  .case_box:last-child {
    margin-bottom: 0;
  }
  .case_box h3 {
    font-size: 1.6rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
  }
  .case_box p {
    font-size: 1.2rem;
  }
  .case_bottom_txt {
    margin-top: 4rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .case_box {
    width: 49%;
    margin-top: 4rem;
  }
  .case_box:nth-child(-n+2) {
    margin-top: 0;
  }
  .case_box h3 {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .case_box p {
    font-size: 1.4rem;
  }
  .case_bottom_txt {
    margin-top: 5rem;
  }
  .case_bottom_txt img {
    max-width: 80%;
  }
}


/* ---------------------------------------------------------------------------------------------

　   CTA

--------------------------------------------------------------------------------------------- */
.onayami {
  max-width: 70rem;
  margin: 0 auto;
}
.cta_contact_btn {
  display: block;
  max-width: 45rem;
  margin: 0 auto;
}
@media only screen and ( max-width : 767px ) {
  .onayami {
    margin-bottom: 4rem;
  }

}
@media print, screen and ( min-width : 768px ) {
  .onayami {
    margin-bottom: 8rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FLOW

--------------------------------------------------------------------------------------------- */
#flow {
  padding-bottom: 0;
}
#flow h2 {
  text-align: center;
}
#flow h2 span {
  display: inline-block;
  border-bottom: 2px solid #000;
  padding-bottom: .2em;
  letter-spacing: .5em;
}
.step_box {
  background: #f2f2f2;
  position: relative;
}
.step_box:nth-child(even) {
  background: #e6e6e6;
}
.step_box:last-child:before {
  content: none;
}
.step_txt {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f2c5c;
}
.step_txt span {
  text-align: center;
  line-height: 1.3em;
}
.step_comment {
  line-height: 2em;
}

@media only screen and ( max-width : 767px ) {
  #flow h2 {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .step_box {
    padding: 1.5rem;
  }
  .step_num {
    width: 5rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
  }
  .step_ico {
    width: 6rem;
    margin: 0 auto 1rem;
  }
  .step_box:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1rem;
    border: 1rem solid transparent;
    border-top: 1rem solid #f2f2f2;
    z-index: 2;
  }
  .step_box:nth-child(even):before {
    border-top: 1rem solid #e6e6e6;
  }
  .step_txt {
    font-size: 1.6rem;
  }
  .step_comment {
    font-size: 1.2rem;
    margin-top:1.5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #flow h2 {
    font-size: 2.8rem;
    margin-bottom: 8rem;
  }
  .step_list {
    display: flex;
  }
  .step_box {
    flex: 1;
    padding: 6rem 2rem 2rem;
  }
  .step_box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border: 1rem solid transparent;
    border-left: 1.7rem solid #f2f2f2;
    z-index: 10;
  }
  .step_box:nth-child(even):before {
    border-left: 1.7rem solid #e6e6e6;
  }
  .step_num {
    width: 7rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3.5rem;
  }
  .step_ico {
    width: 8rem;
    margin: 0 auto 3rem;
  }
  .step_txt {
    height: 2.6rem;
  }
  .step_comment {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   INQUIRY

--------------------------------------------------------------------------------------------- */
#contact {
  background: #000;
  color: #fff;
}

.contact_form__block {
  background: #fff;
  padding: 3rem 3.5rem 4rem;
}
input,textarea {
    border-radius:0;
    line-height: 1em;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="number"] {
  height: 5rem;
  padding:0 1.5rem;
}
input[type="text"],textarea,input[type="tel"],input[type="email"],input[type="number"]{
  border: none;
  margin:0;
  display: block;
  background: #efeee8;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  width: 100%;
  border: 1px solid #7d776c;
  box-shadow: 0 0 .4rem rgba(0,0,0,.4);
}

textarea {
  padding:1rem;
  height: 17rem;
  width: 100%;
  display: block;
  resize: vertical;
}
button {
  -webkit-appearance: none;
  border:none;
  display: block;
  text-align: center;
  background: none;
  font-size: inherit;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  width: 32rem;
}
button:hover {
  opacity: .8;
}
.contact_form__block button {
  margin: 0;
}

label input[type="radio"] + span {
  position: relative;
  padding: 0 1em .5em 1.5em;
}
label {
  position: relative;
  display: inline-block;
  word-break: break-all;
}
label span {
  display: inline-block;
}

label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1.6rem;
}
label input[type="radio"] + span::before {
  z-index: 0;
  top: .15em;
  left: 0;
  background-color: transparent;
  width: 1.2em;
  height: 1.2em;
  background: #fff;
  border: 2px solid #7d776c;
}
label input[type="radio"]:checked + span::before {
  border: 5px #69c0da solid;
}
::placeholder {
  color: #CCCCCC;
}
.form_dl dt {
  font-weight: 700;
  color: #fff;
}
.form_dl dt span {
  font-weight: 400;
  position: relative;
  display: block;
  margin-top: .3em;
}
.back_btn,
.send_btn {
  background: #69c0da;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  position: relative;
  height: 7rem;
  width: 38rem;
  border-radius: 5rem;
}

.thanks__block {
  background: #fff;
  margin: 0 0 5rem;
  color: #202020;
}
.thanks__block h2,
.thanks__block p {
  text-align: center;
}
.thanks__block h2 {
  margin-bottom: 1.6em;
  font-size: 2rem;
  font-weight: 700;
  color: #1f2c5c;
}
.thanks__block p {
  line-height: 2em;
}
.thanks__block_btn .send_btn {
  margin: 0 auto;
}


.select-wrap {
    position: relative;
    display: block;
    max-width: 30rem;
}
.select-wrap:before {
  content: "";
  z-index: 10;
  position: absolute;
  right: 1.5rem;
  top: 2.4rem;
  height: 1em;
  line-height: 1em;
  pointer-events: none;
  font-weight: bold;
  width: 1.2rem;
  height: .8rem;
  background: url(../img/arrow_bottom.svg) no-repeat center / 100%;
}
.select-wrap select{
  outline:none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  width: 100%;
  border: 1px solid #7d776c;
  box-shadow: 0 0 .4rem rgba(0,0,0,.4);
  padding: 1rem;
  line-height: 1.8em;
  background: #efeee8;
}
.select-wrap select option{
  background-color: #fff;
  color: #222;
}
.thanks_title {
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: .1em;
}

@media only screen and ( max-width : 767px ) {
  .form_dl dt {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .form_dl dd {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
  .form_dl dt span {
    font-size: 1rem;
  }
  .select-wrap:before {
    top: 2rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .mailform {
    max-width: 70rem;
    margin: 0 auto;
  }
  .form_dl {
    margin-top: 2rem;
  }
  .form_dl dt,
  .form_dl dd {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
  .form_dl dt {
    width: 24rem;
    padding: .7em 0;
  }
  .form_dl dd {
    width: calc(100% - 24rem);
  }
  .back_btn,
  .send_btn {
    font-size: 2rem;
  }
  .form_dl dt span {
    font-size: 1.1rem;
  }
  .thanks_title {
    font-size: 2.2rem;
  }
  .contact_form__block {
    padding: 5rem 6rem 6rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {

}
@media print, screen and ( min-width : 768px ) {

}



