@font-face {
  font-family: 'gidole';
  src: url("../fonts/Gidole-Regular.ttf") format("truetype");
}

.head02 {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .head02 {
    font-size: 6.93333vw;
  }
}

.head02 span {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .head02 span {
    font-size: 4.26667vw;
  }
}

.mv {
  position: relative;
  background-image: url(../img/index/bg_mv_pc.jpg);
  background-size: cover;
  padding: 80px 0 100px;
}

@media screen and (max-width: 767px) {
  .mv {
    background-image: url(../img/index/bg_mv_sp.jpg);
    background-size: cover;
    background-position: center;
    padding: 8vw 0 10.66667vw;
  }
}

.mv .img {
  position: absolute;
  bottom: -235px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 814px;
}

@media screen and (max-width: 767px) {
  .mv .img {
    bottom: -23.5vw;
    width: 91.46667vw;
  }
}

.mv .txt_small {
  font-size: 1.4rem;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mv .txt_small {
    font-size: 3.73333vw;
    margin-top: 4vw;
  }
}

.mv .style_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .mv .style_flex {
    margin-top: 12vw;
  }
}

.mv .style_flex .style {
  width: 380px;
}

@media screen and (max-width: 767px) {
  .mv .style_flex .style {
    width: 48.4%;
  }
}

.mv .style_flex .style.no1 a {
  border: 4px solid #263F65;
}

@media screen and (min-width: 768px) {
  .mv .style_flex .style.no1 a:hover {
    background-color: #DFE5ED;
  }
}

@media screen and (max-width: 767px) {
  .mv .style_flex .style.no1 a {
    border: 1.06667vw solid #263F65;
  }
}

.mv .style_flex .style.no1 a .example_list_wrap .example_list li::before {
  background-image: url(../img/common/ico_check_navy.svg);
}

.mv .style_flex .style.no2 a {
  border: 4px solid #7A0B0B;
}

@media screen and (min-width: 768px) {
  .mv .style_flex .style.no2 a:hover {
    background-color: #F4ECEC;
  }
}

@media screen and (max-width: 767px) {
  .mv .style_flex .style.no2 a {
    border: 1.06667vw solid #7A0B0B;
  }
}

.mv .style_flex .style.no2 a .example_list_wrap .example_list li::before {
  background-image: url(../img/common/ico_check_wine.svg);
}

.mv .style_flex .style a {
  position: relative;
  display: block;
  background-color: #FFF;
  padding: 60px 40px 40px;
}

@media screen and (max-width: 767px) {
  .mv .style_flex .style a {
    padding: 5.33333vw 2.66667vw 8vw;
  }
}

@media screen and (min-width: 768px) {
  .mv .style_flex .style a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .mv .style_flex .style a:hover .btn_outfit {
    background: -webkit-gradient(linear, left top, left bottom, from(#DD5D00), to(#EFCA03));
    background: linear-gradient(to bottom, #DD5D00, #EFCA03);
  }
}

.mv .style_flex .style a::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/index/ico_mv_style.svg);
  background-size: cover;
  width: 80px;
  height: 74px;
}

@media screen and (max-width: 767px) {
  .mv .style_flex .style a::before {
    top: -10.66667vw;
    width: 16vw;
    height: 14.66667vw;
  }
}

.mv .style_flex .style a .head03 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: calc(30/24);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mv .style_flex .style a .head03 {
    font-size: 5.33333vw;
    line-height: calc(28/20);
    white-space: nowrap;
  }
}

.mv .style_flex .style a .head03 span {
  display: block;
  font-size: 2rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .mv .style_flex .style a .head03 span {
    font-size: 4.26667vw;
    margin-top: 1.33333vw;
  }
}

.mv .style_flex .style a .example_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(51, 51, 51, 0.05);
  margin-top: 35px;
  padding: 15px 18px;
}

@media screen and (max-width: 767px) {
  .mv .style_flex .style a .example_list_wrap {
    display: block;
    margin-top: 5.33333vw;
    padding: 2.66667vw;
  }
}

.mv .style_flex .style a .example_list_wrap .example_list + .example_list {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .mv .style_flex .style a .example_list_wrap .example_list + .example_list {
    margin-left: 0;
  }
}

.mv .style_flex .style a .example_list_wrap .example_list li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  padding-left: 1.2em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .mv .style_flex .style a .example_list_wrap .example_list li {
    font-size: 3.2vw;
  }
}

.mv .style_flex .style a .example_list_wrap .example_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 767px) {
  .mv .style_flex .style a .example_list_wrap .example_list li::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}

.mv .style_flex .style a .example_list_wrap .example_list li.etc {
  padding-left: 0;
}

.mv .style_flex .style a .example_list_wrap .example_list li.etc::before {
  content: none;
}

.mv .style_flex .style a .btn_outfit {
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFCA03), to(#DD5D00));
  background: linear-gradient(to bottom, #EFCA03, #DD5D00);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: calc(32/24);
  padding-right: 30px;
  text-align: center;
  width: 100%;
  height: 148px;
}

.mv .style_flex .style a .btn_outfit::before, .mv .style_flex .style a .btn_outfit::after {
  content: "";
  position: absolute;
}

.mv .style_flex .style a .btn_outfit::before {
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 30px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .mv .style_flex .style a .btn_outfit::before {
    width: 3.2vw;
  }
}

.mv .style_flex .style a .btn_outfit::after {
  top: 50%;
  right: 3px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 767px) {
  .mv .style_flex .style a .btn_outfit::after {
    right: 0.26667vw;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    width: 1.6vw;
    height: 1.6vw;
  }
}

@media screen and (max-width: 767px) {
  .mv .style_flex .style a .btn_outfit {
    font-size: 4.26667vw;
    line-height: calc(22/16);
    padding-right: 3.2vw;
    height: 18.66667vw;
    margin-top: 4.26667vw;
  }
}

.contact {
  padding: 260px 0 80px;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 32vw 0 10.66667vw;
  }
}

.contact .txt {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact .txt {
    font-size: 5.33333vw;
    line-height: calc(28/20);
  }
}

.contact .tel_no {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact .tel_no {
    margin-top: 5.33333vw;
  }
}

.contact .tel_no a {
  display: inline-block;
  width: 430px;
}

@media screen and (max-width: 767px) {
  .contact .tel_no a {
    width: 92%;
  }
}

.contact .tel_txt {
  font-size: 1.4rem;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact .tel_txt {
    font-size: 3.2vw;
    line-height: calc(20/12);
    margin-top: 5.33333vw;
  }
}

.contact .tel_txt span {
  display: inline-block;
  background-color: #7A0B0B;
  color: #FFF;
  font-size: 1.3rem;
  margin-left: 25px;
  padding: 3px 10px;
}

@media screen and (max-width: 767px) {
  .contact .tel_txt span {
    font-size: 3.2vw;
    margin-left: 0;
    margin-top: 1.33333vw;
    padding: 0.53333vw 1.33333vw;
  }
}

.about {
  background-color: #FAF9F3;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .about {
    background: transparent;
    padding: 10.66667vw 0;
  }
}

.about .wrap {
  max-width: 770px;
}

.about .wrap .txt_main {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .about .wrap .txt_main {
    margin-top: 9.33333vw;
  }
}

.about .wrap .img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .about .wrap .img_flex {
    margin-top: 10.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .about .wrap .img_flex > p {
    width: 30.6%;
  }
}

.about .wrap .showy {
  background: linear-gradient(-55deg, #E2B857, #FFFFD7 25%, #B07515 50%, #FFFFD7 75%, #E2B857 100%);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .about .wrap .showy {
    font-size: 5.33333vw;
    background: linear-gradient(-40deg, #FFFFD7, #B07515 50%, #FFFFD7 100%);
    line-height: calc(30/20);
    margin-top: 10.66667vw;
    padding: 3.2vw;
  }
}
/*# sourceMappingURL=index.css.map */